diff --git a/config.json b/config.json new file mode 100644 index 00000000..c899591d --- /dev/null +++ b/config.json @@ -0,0 +1,284 @@ +{ + "CameraStates_path": "CameraStates.json", + "ComponentTags_path": "ComponentTags.json", + "CustomUIAssets_path": "CustomUIAssets.json", + "Date": "11/10/2022 11:58:28 PM", + "DecalPallet": [ + { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/", + "Name": "Achivement Checkmark", + "Size": 0.1 + } + ], + "Decals_path": "Decals.json", + "EpochTime": 1668153508, + "GameComplexity": "", + "GameMode": "Arkham Horror LCG - Super Complete Edition", + "GameType": "", + "Gravity": 0.5, + "Grid_path": "Grid.json", + "Hands": { + "DisableUnused": false, + "Enable": true, + "Hiding": 0 + }, + "Lighting_path": "Lighting.json", + "LuaScript": "-- Bundled by luabundle {\"version\":\"1.6.0\"}\nlocal __bundle_require, __bundle_loaded, __bundle_register, __bundle_modules = (function(superRequire)\n\tlocal loadingPlaceholder = {[{}] = true}\n\n\tlocal register\n\tlocal modules = {}\n\n\tlocal require\n\tlocal loaded = {}\n\n\tregister = function(name, body)\n\t\tif not modules[name] then\n\t\t\tmodules[name] = body\n\t\tend\n\tend\n\n\trequire = function(name)\n\t\tlocal loadedModule = loaded[name]\n\n\t\tif loadedModule then\n\t\t\tif loadedModule == loadingPlaceholder then\n\t\t\t\treturn nil\n\t\t\tend\n\t\telse\n\t\t\tif not modules[name] then\n\t\t\t\tif not superRequire then\n\t\t\t\t\tlocal identifier = type(name) == 'string' and '\\\"' .. name .. '\\\"' or tostring(name)\n\t\t\t\t\terror('Tried to require ' .. identifier .. ', but no such module has been registered')\n\t\t\t\telse\n\t\t\t\t\treturn superRequire(name)\n\t\t\t\tend\n\t\t\tend\n\n\t\t\tloaded[name] = loadingPlaceholder\n\t\t\tloadedModule = modules[name](require, loaded, register, modules)\n\t\t\tloaded[name] = loadedModule\n\t\tend\n\n\t\treturn loadedModule\n\tend\n\n\treturn require, loaded, register, modules\nend)(nil)\n__bundle_register(\"__root\", function(require, _LOADED, __bundle_register, __bundle_modules)\nrequire(\"core/Global\")\nend)\n__bundle_register(\"core/Global\", function(require, _LOADED, __bundle_register, __bundle_modules)\n--[[ Lua code. See documentation: http://berserk-games.com/knowledgebase/scripting/ --]]\r\n-- Card size used for autodealing --\r\n\r\n-- global position constants\r\nENCOUNTER_DECK_POS = {-3.8, 1, 5.7}\r\nENCOUNTER_DECK_SPAWN_POS = {-3.8, 3, 5.7}\r\nENCOUNTER_DECK_DISCARD_POSITION = {-3.8, 0.5, 10.5}\r\ng_cardWith=2.30;\r\ng_cardHeigth=3.40;\r\n\r\ncontainerId = 'fea079'\r\ntokenDataId = '708279'\r\n\r\n\r\nmaxSquid = 0\r\n\r\nCACHE = {\r\n object = {},\r\n data = {}\r\n}\r\n\r\n--[[ The OnLoad function. This is called after everything in the game save finishes loading.\r\nMost of your script code goes here. --]]\r\nfunction onload()\r\n --Player.White.changeColor('Yellow')\r\n tokenplayerone = {\r\n damageone = \"http://cloud-3.steamusercontent.com/ugc/1758068501357115146/903D11AAE7BD5C254C8DC136E9202EE516289DEA/\",\r\n damagethree = \"http://cloud-3.steamusercontent.com/ugc/1758068501357113055/8A45F27B2838FED09DEFE492C9C40DD82781613A/\",\r\n horrorone = \"http://cloud-3.steamusercontent.com/ugc/1758068501357163535/6D9E0756503664D65BDB384656AC6D4BD713F5FC/\",\r\n horrorthree = \"http://cloud-3.steamusercontent.com/ugc/1758068501357162977/E5D453CC14394519E004B4F8703FC425A7AE3D6C/\",\r\n resource = \"http://cloud-3.steamusercontent.com/ugc/1758068501357192910/11DDDC7EF621320962FDCF3AE3211D5EDC3D1573/\",\r\n resourcethree = \"https://i.imgur.com/1GZsDTt.png\",\r\n doom = \"https://i.imgur.com/EoL7yaZ.png\",\r\n clue = \"http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/\"\r\n }\r\n\r\n TOKEN_DATA = {\r\n clue = {image = tokenplayerone.clue, scale = {0.15, 0.15, 0.15}},\r\n resource = {image = tokenplayerone.resource, scale = {0.17, 0.17, 0.17}},\r\n doom = {image = tokenplayerone.doom, scale = {0.17, 0.17, 0.17}},\r\n damage = {image = tokenplayerone.damageone, scale = {0.17, 0.17, 0.17}},\r\n horror = {image = tokenplayerone.horrorone, scale = {0.17, 0.17, 0.17}}\r\n }\r\n\r\n getObjectFromGUID(\"6161b4\").interactable=false\r\n getObjectFromGUID(\"721ba2\").interactable=false\r\n getObjectFromGUID(\"9f334f\").interactable=false\r\n getObjectFromGUID(\"23a43c\").interactable=false\r\n getObjectFromGUID(\"5450cc\").interactable=false\r\n getObjectFromGUID(\"463022\").interactable=false\r\n getObjectFromGUID(\"9487a4\").interactable=false\r\n getObjectFromGUID(\"91dd9b\").interactable=false\r\n getObjectFromGUID(\"f182ee\").interactable=false\r\n getObjectFromGUID(\"7bff34\").interactable=false\r\n\r\nend\r\n\r\nfunction onObjectDrop(player, obj)\r\n-- local mat = getObjectFromGUID(\"dsbd0ff4\")\r\n-- log(mat.positionToLocal(obj.getPosition()))\r\nend\r\n\r\nfunction take_callback(object_spawned, mat)\r\n customObject = object_spawned.getCustomObject()\r\n local player = mat.getGUID();\r\n\r\n local image = customObject.image\r\n\r\n -- Update global stats\r\n if PULLS[image] == nil then\r\n PULLS[image] = 0\r\n end\r\n PULLS[image] = PULLS[image] + 1\r\n -- Update player stats\r\n if PLAYER_PULLS[player][image] == nil then\r\n PLAYER_PULLS[player][image] = 0\r\n end\r\n PLAYER_PULLS[player][image] = PLAYER_PULLS[player][image] + 1\r\n\r\nend\r\nMAT_GUID_TO_COLOUR = {\r\n [\"8b081b\"] = \"White\",\r\n -- player 2 conrad\r\n [\"bd0ff4\"] = \"Orange\",\r\n -- player\r\n [\"383d8b\"] = \"Green\",\r\n -- playur 4 olivia\r\n [\"0840d5\"] = \"Red\"\r\n}\r\n\r\n\r\nPLAYER_PULLS = {\r\n -- player 1 max\r\n [\"8b081b\"] = {},\r\n -- player 2 conrad\r\n [\"bd0ff4\"] = {},\r\n -- player\r\n [\"383d8b\"] = {},\r\n -- playur 4 olivia\r\n [\"0840d5\"] = {}\r\n}\r\n\r\nPULLS = {\r\n -- cultist\r\n [\"https://i.imgur.com/VzhJJaH.png\"] = 0,\r\n -- skull\r\n [\"https://i.imgur.com/stbBxtx.png\"] = 0,\r\n -- tablet\r\n [\"https://i.imgur.com/1plY463.png\"] = 0,\r\n -- curse\r\n [\"http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/\"] = 0,\r\n -- tentacle\r\n [\"https://i.imgur.com/lns4fhz.png\"] = 0,\r\n -- minus eight\r\n [\"https://i.imgur.com/9t3rPTQ.png\"] = 0,\r\n -- minus seven\r\n [\"https://i.imgur.com/4WRD42n.png\"] = 0,\r\n -- minus six\r\n [\"https://i.imgur.com/c9qdSzS.png\"] = 0,\r\n -- minus five\r\n [\"https://i.imgur.com/3Ym1IeG.png\"] = 0,\r\n -- minus four\r\n [\"https://i.imgur.com/qrgGQRD.png\"] = 0,\r\n -- minus three\r\n [\"https://i.imgur.com/yfs8gHq.png\"] = 0,\r\n -- minus two\r\n [\"https://i.imgur.com/bfTg2hb.png\"] = 0,\r\n -- minus one\r\n [\"https://i.imgur.com/w3XbrCC.png\"] = 0,\r\n -- zero\r\n [\"https://i.imgur.com/btEtVfd.png\"] = 0,\r\n -- plus one\r\n [\"https://i.imgur.com/uIx8jbY.png\"] = 0,\r\n -- elder thing\r\n [\"https://i.imgur.com/ttnspKt.png\"] = 0,\r\n -- bless\r\n [\"http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/\"] = 0,\r\n -- elder sign\r\n [\"https://i.imgur.com/nEmqjmj.png\"] = 0,\r\n -- frost\r\n [\"http://cloud-3.steamusercontent.com/ugc/1858293462583104677/195F93C063A8881B805CE2FD4767A9718B27B6AE/\"] = 0,\r\n}\r\n\r\nIMAGE_TOKEN_MAP = {\r\n -- elder sign\r\n [\"https://i.imgur.com/nEmqjmj.png\"] = \"Elder Sign\",\r\n -- plus one\r\n [\"https://i.imgur.com/uIx8jbY.png\"] = \"+1\",\r\n -- zero\r\n [\"https://i.imgur.com/btEtVfd.png\"] = \"0\",\r\n -- minus one\r\n [\"https://i.imgur.com/w3XbrCC.png\"] = \"-1\",\r\n -- minus two\r\n [\"https://i.imgur.com/bfTg2hb.png\"] = \"-2\",\r\n -- minus three\r\n [\"https://i.imgur.com/yfs8gHq.png\"] = \"-3\",\r\n -- minus four\r\n [\"https://i.imgur.com/qrgGQRD.png\"] = \"-4\",\r\n -- minus five\r\n [\"https://i.imgur.com/3Ym1IeG.png\"] = \"-5\",\r\n -- minus six\r\n [\"https://i.imgur.com/c9qdSzS.png\"] = \"-6\",\r\n -- minus seven\r\n [\"https://i.imgur.com/4WRD42n.png\"] = \"-7\",\r\n -- minus eight\r\n [\"https://i.imgur.com/9t3rPTQ.png\"] = \"-8\",\r\n -- skull\r\n [\"https://i.imgur.com/stbBxtx.png\"] = \"Skull\",\r\n -- cultist\r\n [\"https://i.imgur.com/VzhJJaH.png\"] = \"Cultist\",\r\n -- tablet\r\n [\"https://i.imgur.com/1plY463.png\"] = \"Tablet\",\r\n -- elder thing\r\n [\"https://i.imgur.com/ttnspKt.png\"] = \"Elder Thing\",\r\n -- tentacle\r\n [\"https://i.imgur.com/lns4fhz.png\"] = \"Auto-fail\",\r\n -- bless\r\n [\"http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/\"] = \"Bless\",\r\n -- curse\r\n [\"http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/\"] = \"Curse\",\r\n\t-- frost\r\n\t[\"http://cloud-3.steamusercontent.com/ugc/1858293462583104677/195F93C063A8881B805CE2FD4767A9718B27B6AE/\"] = \"Frost\"\r\n}\r\n\r\nfunction resetStats()\r\n for key,value in pairs(PULLS) do\r\n PULLS[key] = 0\r\n end\r\n for playerKey, playerValue in pairs(PLAYER_PULLS) do\r\n for key,value in pairs(PULLS) do\r\n PLAYER_PULLS[playerKey][key] = value\r\n end\r\n end\r\n\r\n\r\nend\r\n\r\nfunction getPlayerName(playerMatGuid)\r\n local playerColour = MAT_GUID_TO_COLOUR[playerMatGuid]\r\n if Player[playerColour].seated then\r\n return Player[playerColour].steam_name\r\n else\r\n return playerColour\r\n end\r\nend\r\n\r\nfunction printStats()\r\n local squidKing = \"Nobody\"\r\n\r\n\r\n printToAll(\"\\nOverall Game stats\\n\")\r\n printNonZeroTokenPairs(PULLS)\r\n printToAll(\"\\nIndividual Stats\\n\")\r\n for playerMatGuid, countTable in pairs(PLAYER_PULLS) do\r\n local playerName = getPlayerName(playerMatGuid)\r\n printToAll(playerName .. \" Stats\", {r=255,g=0,b=0})\r\n printNonZeroTokenPairs(PLAYER_PULLS[playerMatGuid])\r\n playerSquidCount = PLAYER_PULLS[playerMatGuid][\"https://i.imgur.com/lns4fhz.png\"]\r\n if playerSquidCount ~= nil and playerSquidCount \u003e maxSquid then\r\n squidKing = playerName\r\n\t maxSquid = playerSquidCount\r\n end\r\n end\r\n printToAll(squidKing .. \" is an auto-fail magnet.\", {r=255,g=0,b=0})\r\nend\r\n\r\nfunction printNonZeroTokenPairs(theTable)\r\n for key,value in pairs(theTable) do\r\n if value ~= 0 then\r\n printToAll(IMAGE_TOKEN_MAP[key] .. '=' .. tostring(value))\r\n end\r\n end\r\nend\r\n\r\n-- Remove comments to enable autorotate cards on hands.\r\n-- function onObjectEnterScriptingZone(zone, object)\r\n-- Autorotate cards with right side up when entering hand.\r\n-- if zone.getGUID() == \"c506bf\" or -- white\r\n-- zone.getGUID() == \"cbc751\" then -- orange\r\n-- object.setRotationSmooth({0,270,0})\r\n-- elseif zone.getGUID() == \"67ce9a\" then -- green\r\n-- object.setRotationSmooth({0,0,0})\r\n-- elseif zone.getGUID() == \"57c22c\" then -- red\r\n-- object.setRotationSmooth({0,180,0})\r\n--end\r\n--end\r\n\r\nfunction findInRadiusBy(pos, radius, filter, debug)\r\n local radius = (radius or 1)\r\n local objList = Physics.cast({\r\n origin = pos,\r\n direction = {0,1,0},\r\n type = 2,\r\n size = {radius, radius, radius},\r\n max_distance = 0,\r\n debug = (debug or false)\r\n })\r\n\r\n local filteredList = {}\r\n for _, obj in ipairs(objList) do\r\n if filter == nil then\r\n table.insert(filteredList, obj.hit_object)\r\n elseif filter and filter(obj.hit_object) then\r\n table.insert(filteredList, obj.hit_object)\r\n end\r\n end\r\n return filteredList\r\nend\r\n\r\nfunction dealCardsInRows(paramlist)\r\n \tlocal currPosition={};\r\n local numRow=1;\r\n\tlocal numCard=0;\r\n\tlocal invMultiplier=1;\r\n\tlocal allCardsDealed=0;\r\n\t\tif paramlist.inverse then\r\n\t\tinvMultiplier=-1;\r\n\tend\r\n\t\tif paramlist.maxCardsDealed==nil then\r\n\r\n\t\tallCardsDealed=0;\r\n\t\tparamlist.maxCardsDealed=paramlist.cardDeck.getQuantity()\r\n\r\n\telseif paramlist.maxCardsDealed\u003e=paramlist.cardDeck.getQuantity() or paramlist.maxCardsDealed\u003c=0 then\r\n\r\n\t\tallCardsDealed=0;\r\n\t\tparamlist.maxCardsDealed=paramlist.cardDeck.getQuantity()\r\n\r\n\telse\r\n\r\n\t\tallCardsDealed=1;\r\n\r\n\tend\r\n\r\n\tif paramlist.mode==\"x\" then\r\n\t\tcurrPosition={paramlist.iniPosition[1]+(2*g_cardWith*invMultiplier*allCardsDealed),paramlist.iniPosition[2],paramlist.iniPosition[3]};\r\n\r\n\telse\r\n\t\tcurrPosition={paramlist.iniPosition[1],paramlist.iniPosition[2],paramlist.iniPosition[3]+(2*g_cardWith*invMultiplier*allCardsDealed)};\r\n\r\n\tend\r\n\r\n\tfor i = 1,paramlist.maxCardsDealed,1 do\r\n\r\n paramlist.cardDeck.takeObject\r\n ({\r\n position= currPosition,\r\n smooth= true\r\n });\r\n\r\n\t\tnumCard=numCard+1;\r\n\t\tif numCard\u003e=paramlist.maxCardRow then\r\n\r\n\t\t\tif paramlist.mode==\"x\" then\r\n\t\t\t\tcurrPosition={paramlist.iniPosition[1]+(2*g_cardWith*invMultiplier*allCardsDealed),paramlist.iniPosition[2],paramlist.iniPosition[3]};\r\n\t\t\t\tcurrPosition[3]=currPosition[3]-(numRow*g_cardHeigth*invMultiplier);\r\n\t\t\telse\r\n\t\t\t\tcurrPosition={paramlist.iniPosition[1],paramlist.iniPosition[2],paramlist.iniPosition[3]+(2*g_cardWith*invMultiplier*allCardsDealed)};\r\n\t\t\t\tcurrPosition[1]=currPosition[1]+(numRow*g_cardHeigth*invMultiplier);\r\n\t\t\tend\r\n\t\t\tnumCard=0;\r\n\t\t\tnumRow=numRow+1;\r\n\r\n\t\telse\r\n\t\t\tif paramlist.mode==\"x\" then\r\n\t\t\t\tcurrPosition[1]=currPosition[1]+(g_cardWith*invMultiplier);\r\n\t\t\telse\r\n\t\t\t\tcurrPosition[3]=currPosition[3]+(g_cardWith*invMultiplier);\r\n\t\t\tend\r\n\t\tend\r\n end\r\nend\r\n\r\nfunction isDeck(x)\r\n return x.tag == 'Deck'\r\nend\r\n\r\nfunction isCardOrDeck(x)\r\n return x.tag == 'Card' or isDeck(x)\r\nend\r\n\r\nfunction drawEncountercard(params) --[[ Parameter Table Position, Table Rotation]]\r\n local position = params[1]\r\n local rotation = params[2]\r\n local alwaysFaceUp = params[3]\r\n local faceUpRotation\r\n local card\r\n local items = findInRadiusBy(ENCOUNTER_DECK_POS, 4, isCardOrDeck)\r\n if #items \u003e 0 then\r\n for i, v in ipairs(items) do\r\n if v.tag == 'Deck' then\r\n card = v.takeObject({index = 0})\r\n break\r\n end\r\n end\r\n -- we didn't find the deck so just pull the first thing we did find\r\n if card == nil then card = items[1] end\r\n actualEncounterCardDraw(card, params)\r\n return\r\n end\r\n-- nothing here, time to reshuffle\r\n reshuffleEncounterDeck(params)\r\nend\r\n\r\nfunction actualEncounterCardDraw(card, params)\r\n local position = params[1]\r\n local rotation = params[2]\r\n local alwaysFaceUp = params[3]\r\n local faceUpRotation = 0\r\n if not alwaysFaceUp then\r\n if getObjectFromGUID(tokenDataId).call('checkHiddenCard', card.getName()) then\r\n faceUpRotation = 180\r\n end\r\n end\r\n card.setPositionSmooth(position, false, false)\r\n card.setRotationSmooth({0,rotation.y,faceUpRotation}, false, false)\r\nend\r\n\r\nIS_RESHUFFLING = false\r\nfunction reshuffleEncounterDeck(params)\r\n -- finishes moving the deck back and draws a card\r\n local function move(deck)\r\n deck.setPositionSmooth(ENCOUNTER_DECK_SPAWN_POS, true, false)\r\n actualEncounterCardDraw(deck.takeObject({index=0}), params)\r\n Wait.time(function()\r\n IS_RESHUFFLING = false\r\n end, 1)\r\n end\r\n -- bail out if we're mid reshuffle\r\n if IS_RESHUFFLING then\r\n return\r\n end\r\n local discarded = findInRadiusBy(ENCOUNTER_DECK_DISCARD_POSITION, 4, isDeck)\r\n if #discarded \u003e 0 then\r\n IS_RESHUFFLING = true\r\n local deck = discarded[1]\r\n if not deck.is_face_down then\r\n deck.flip()\r\n end\r\n deck.shuffle()\r\n Wait.time(|| move(deck), 0.3)\r\n else\r\n printToAll(\"couldn't find encounter discard pile to reshuffle\", {1, 0, 0})\r\n end\r\nend\r\n\r\nCHAOS_TOKENS = {}\r\nCHAOS_TOKENS_LAST_MAT = nil\r\nfunction putBackChaosTokens()\r\n local chaosbagposition = chaosbag.getPosition()\r\n for k, token in pairs(CHAOS_TOKENS) do\r\n if token ~= nil then\r\n chaosbag.putObject(token)\r\n token.setPosition({chaosbagposition[1],chaosbagposition[2]+0.5,chaosbagposition[3]})\r\n end\r\n end\r\n CHAOS_TOKENS = {}\r\n end\r\n\r\nfunction drawChaostoken(params)\r\n local mat = params[1]\r\n local tokenOffset = params[2]\r\n local isRightClick = params[3]\r\n local isSameMat = (CHAOS_TOKENS_LAST_MAT == nil or CHAOS_TOKENS_LAST_MAT == mat)\r\n if not isSameMat then\r\n putBackChaosTokens()\r\n end\r\n CHAOS_TOKENS_LAST_MAT = mat\r\n -- if we have left clicked and have no tokens OR if we have right clicked\r\n if isRightClick or #CHAOS_TOKENS == 0 then\r\n local items = getObjectFromGUID(\"83ef06\").getObjects()\r\n for i,v in ipairs(items) do\r\n if items[i].getDescription() == \"Chaos Bag\" then\r\n chaosbag = getObjectFromGUID(items[i].getGUID())\r\n break\r\n end\r\n end\r\n -- bail out if we have no tokens\r\n if #chaosbag.getObjects() == 0 then\r\n return\r\n end\r\n chaosbag.shuffle()\r\n -- add the token to the list, compute new position based on list length\r\n tokenOffset[1] = tokenOffset[1] + (0.17 * #CHAOS_TOKENS)\r\n local toPosition = mat.positionToWorld(tokenOffset)\r\n local token = chaosbag.takeObject({\r\n index = 0,\r\n position = toPosition,\r\n rotation = mat.getRotation(),\r\n\t callback_function = function(obj) take_callback(obj, mat) end\r\n })\r\n CHAOS_TOKENS[#CHAOS_TOKENS + 1] = token\r\n return\r\n else\r\n putBackChaosTokens()\r\n end\r\nend\r\n\r\nfunction spawnToken(params)\r\n -- Position to spawn,\r\n -- rotation vector to apply\r\n -- translation vector to apply\r\n -- token type\r\n local position = params[1]\r\n local tokenType = params[2]\r\n local tokenData = TOKEN_DATA[tokenType]\r\n if tokenData == nil then\r\n error(\"no token data found for '\" .. tokenType .. \"'\")\r\n end\r\n\r\n local token = spawnObject({\r\n type = 'Custom_Token',\r\n position = position,\r\n\trotation = {x=0, y=270, z=0}\r\n })\r\n token.setCustomObject({\r\n image = tokenData['image'],\r\n thickness = 0.3,\r\n merge_distance = 5.0,\r\n stackable = true,\r\n })\r\n token.use_snap_points=false\r\n token.scale(tokenData['scale'])\r\n return token\r\nend\r\n\r\nfunction round(params) -- Parameter (int number, int numberDecimalPlaces)\r\n return tonumber(string.format(\"%.\" .. (params[2] or 0) .. \"f\", params[1]))\r\nend\r\n\r\nfunction roundposition(params) -- Parameter (Table position)\r\n return {round({params[1], 2}),round({params[2], 2}),round({params[3], 2})}\r\nend\r\n\r\nfunction isEqual(params) --Parameter (Table table1, Table table2) returns true if the tables are equal\r\n if params[1][1] == params[2][1] and params[1][2] == params[2][2] and params[1][3] == params[2][3] then\r\n return true\r\n else\r\n return false\r\n end\r\nend\r\n\r\nfunction isFaceup(params) --Object object\r\n if params.getRotation()[3] \u003e -5 and params.getRotation()[3] \u003c 5 then\r\n return true\r\n else\r\n return false\r\n end\r\nend\r\n\r\n--Difficulty selector script\r\n\r\nfunction createSetupButtons(args)\r\n local data = getDataValue('modeData', args.key)\r\n if data ~= nil then\r\n local z = -0.15\r\n if data.easy ~= nil then\r\n args.object.createButton({\r\n label = 'Easy',\r\n click_function = 'easyClick',\r\n function_owner = args.object,\r\n position = {0, 0.1, z},\r\n rotation = {0, 0, 0},\r\n scale = {0.47, 1, 0.47},\r\n height = 200,\r\n width = 1150,\r\n font_size = 100,\r\n color = {0.87, 0.8, 0.70},\r\n font_color = {0, 0, 0}\r\n })\r\n z = z + 0.20\r\n end\r\n if data.normal ~= nil then\r\n args.object.createButton({\r\n label = 'Standard',\r\n click_function = 'normalClick',\r\n function_owner = args.object,\r\n position = {0, 0.1, z},\r\n rotation = {0, 0, 0},\r\n scale = {0.47, 1, 0.47},\r\n height = 200,\r\n width = 1150,\r\n font_size = 100,\r\n color = {0.87, 0.8, 0.70},\r\n font_color = {0, 0, 0}\r\n })\r\n z = z + 0.20\r\n end\r\n if data.hard ~= nil then\r\n args.object.createButton({\r\n label = 'Hard',\r\n click_function = 'hardClick',\r\n function_owner = args.object,\r\n position = {0, 0.1, z},\r\n rotation = {0, 0, 0},\r\n scale = {0.47, 1, 0.47},\r\n height = 200,\r\n width = 1150,\r\n font_size = 100,\r\n color = {0.87, 0.8, 0.70},\r\n font_color = {0, 0, 0}\r\n })\r\n z = z + 0.20\r\n end\r\n if data.expert ~= nil then\r\n args.object.createButton({\r\n label = 'Expert',\r\n click_function = 'expertClick',\r\n function_owner = args.object,\r\n position = {0, 0.1, z},\r\n rotation = {0, 0, 0},\r\n scale = {0.47, 1, 0.47},\r\n height = 200,\r\n width = 1150,\r\n font_size = 100,\r\n color = {0.87, 0.8, 0.70},\r\n font_color = {0, 0, 0}\r\n })\r\n z = z + 0.20\r\n end\r\n z = z + 0.10\r\n if data.standalone ~= nil then\r\n args.object.createButton({\r\n label = 'Standalone',\r\n click_function = 'standaloneClick',\r\n function_owner = args.object,\r\n position = {0, 0.1, z},\r\n rotation = {0, 0, 0},\r\n scale = {0.47, 1, 0.47},\r\n height = 200,\r\n width = 1150,\r\n font_size = 100,\r\n color = {0.87, 0.8, 0.70},\r\n font_color = {0, 0, 0}\r\n })\r\n end\r\n end\r\nend\r\n\r\nfunction fillContainer(args)\r\n local container = getObjectCache(containerId)\r\n\r\n if container ~= nil then\r\n local data = getDataValue('modeData', args.key)\r\n if data == nil then return end\r\n\r\n local value = data[args.mode]\r\n if value == nil or value.token == nil then return end\r\n\r\n local pos = container.getPosition()\r\n if args.object ~= nil then\r\n pos = args.object.getPosition()\r\n end\r\n\r\n cleanContainer(container)\r\n\r\n for _, token in ipairs(value.token) do\r\n local obj = spawnToken_2(token, pos)\r\n if obj ~= nil then\r\n container.putObject(obj)\r\n end\r\n end\r\n\r\n if value.append ~= nil then\r\n for _, token in ipairs(value.append) do\r\n local obj = spawnToken_2(token, pos)\r\n if obj ~= nil then\r\n container.putObject(obj)\r\n end\r\n end\r\n end\r\n\r\n if value.random then\r\n local n = #value.random\r\n if n \u003e 0 then\r\n for _, token in ipairs(value.random[getRandomCount(n)]) do\r\n local obj = spawnToken_2(token, pos)\r\n if obj ~= nil then\r\n container.putObject(obj)\r\n end\r\n end\r\n end\r\n end\r\n\r\n if value.message then\r\n broadcastToAll(value.message)\r\n end\r\n if value.warning then\r\n broadcastToAll(value.warning, { 1, 0.5, 0.5 })\r\n end\r\n end\r\nend\r\n\r\nfunction spawnToken_2(id, pos)\r\n local url = getImageUrl(id)\r\n if url ~= '' then\r\n local obj = spawnObject({\r\n type = 'Custom_Tile',\r\n position = {pos.x, pos.y + 3, pos.z},\r\n rotation = {x = 0, y = 260, z = 0}\r\n })\r\n obj.setCustomObject({\r\n type = 2,\r\n image = url,\r\n thickness = 0.10,\r\n })\r\n obj.scale {0.81, 1, 0.81}\r\n obj.setName(getTokenName({ url=url }))\r\n return obj\r\n end\r\nend\r\n\r\nfunction getTokenName(params)\r\n local name = IMAGE_TOKEN_MAP[params.url]\r\n if name == nil then name = \"\" end\r\n return name\r\nend\r\n\r\nfunction getImageUrl(id)\r\n if id == 'p1' then return 'https://i.imgur.com/uIx8jbY.png' end\r\n if id == '0' then return 'https://i.imgur.com/btEtVfd.png' end\r\n if id == 'm1' then return 'https://i.imgur.com/w3XbrCC.png' end\r\n if id == 'm2' then return 'https://i.imgur.com/bfTg2hb.png' end\r\n if id == 'm3' then return 'https://i.imgur.com/yfs8gHq.png' end\r\n if id == 'm4' then return 'https://i.imgur.com/qrgGQRD.png' end\r\n if id == 'm5' then return 'https://i.imgur.com/3Ym1IeG.png' end\r\n if id == 'm6' then return 'https://i.imgur.com/c9qdSzS.png' end\r\n if id == 'm7' then return 'https://i.imgur.com/4WRD42n.png' end\r\n if id == 'm8' then return 'https://i.imgur.com/9t3rPTQ.png' end\r\n if id == 'skull' then return 'https://i.imgur.com/stbBxtx.png' end\r\n if id == 'cultist' then return 'https://i.imgur.com/VzhJJaH.png' end\r\n if id == 'tablet' then return 'https://i.imgur.com/1plY463.png' end\r\n if id == 'elder' then return 'https://i.imgur.com/ttnspKt.png' end\r\n if id == 'red' then return 'https://i.imgur.com/lns4fhz.png' end\r\n if id == 'blue' then return 'https://i.imgur.com/nEmqjmj.png' end\r\n\tif id == 'frost' then return 'http://cloud-3.steamusercontent.com/ugc/1858293462583104677/195F93C063A8881B805CE2FD4767A9718B27B6AE/' end\r\n return ''\r\nend\r\n\r\nfunction cleanContainer(container)\r\n for _, item in ipairs(container.getObjects()) do\r\n destroyObject(container.takeObject({}))\r\n end\r\nend\r\n\r\nfunction getObjectsInZone(zoneId)\r\n local zoneObject = getObjectCache(zoneId)\r\n\r\n if zoneObject == nil then\r\n return\r\n end\r\n\r\n local objectsInZone = zoneObject.getObjects()\r\n local objectsFound = {}\r\n\r\n for i = 1, #objectsInZone do\r\n local object = objectsInZone[i]\r\n if object.tag == 'Bag' then\r\n table.insert(objectsFound, object.guid)\r\n end\r\n end\r\n\r\n if #objectsFound \u003e 0 then\r\n return objectsFound\r\n end\r\nend\r\n\r\nfunction getObjectCache(id)\r\n if CACHE.object[id] == nil then\r\n CACHE.object[id] = getObjectFromGUID(id)\r\n end\r\n return CACHE.object[id]\r\nend\r\n\r\nfunction getDataTable(storage)\r\n if CACHE.data[storage] == nil then\r\n local obj = getObjectCache(tokenDataId)\r\n if obj ~= nil then\r\n CACHE.data[storage] = obj.getTable(storage)\r\n end\r\n end\r\n return CACHE.data[storage]\r\nend\r\n\r\nfunction getDataValue(storage, key)\r\n local data = getDataTable(storage)\r\n if data ~= nil then\r\n local value = data[key]\r\n if value ~= nil then\r\n local res = {}\r\n for m, v in pairs(value) do\r\n res[m] = v\r\n if res[m].parent ~= nil then\r\n local parentData = getDataValue(storage, res[m].parent)\r\n if parentData ~= nil and parentData[m] ~= nil and parentData[m].token ~= nil then\r\n res[m].token = parentData[m].token\r\n end\r\n res[m].parent = nil\r\n end\r\n end\r\n return res\r\n end\r\n end\r\nend\r\n\r\nfunction getRandomCount(to)\r\n updateRandomSeed()\r\n return math.random(1, to)\r\nend\r\n\r\nfunction updateRandomSeed()\r\n local chance = math.random(1,10)\r\n if chance == 1 then\r\n math.randomseed(os.time())\r\n end\r\nend\r\n\r\n\r\n-- Content Importing\r\n\r\n\r\n--- Loadable Items test\r\n\r\nlocal source_repo = 'https://raw.githubusercontent.com/seth-sced/loadable-objects/main'\r\nlocal list_url = 'library.json'\r\nlocal library = nil\r\n\r\nlocal request_obj\r\n\r\n---\r\n\r\nfunction get_source_repo()\r\n return source_repo\r\nend\r\n\r\n---\r\n\r\nfunction onClick_toggleUi(player, window)\r\n toggle_ui(window)\r\nend\r\n\r\nfunction onClick_refreshList()\r\n local request = WebRequest.get(get_source_repo() .. '/' .. list_url, completed_list_update)\r\n request_obj = request\r\n startLuaCoroutine(Global, 'my_coroutine')\r\nend\r\n\r\nfunction onClick_select(player, params)\r\n params = JSON.decode(urldecode(params))\r\n local url = get_source_repo() .. '/' .. params.url\r\n local request = WebRequest.get(url, function (request) complete_obj_download(request, params) end )\r\n request_obj = request\r\n startLuaCoroutine(Global, 'my_coroutine')\r\nend\r\n\r\nfunction onClick_load()\r\n UI.show('progress_display')\r\n UI.hide('load_button')\r\nend\r\n\r\nfunction onClick_cancel()\r\nend\r\n\r\n---\r\n\r\nfunction toggle_ui(title)\r\n UI.hide('load_ui')\r\n if UI.getValue('title') == title or title == 'Hidden' then\r\n UI.setValue('title', 'Hidden')\r\n else\r\n UI.setValue('title', title)\r\n update_window_content(title)\r\n UI.show('load_ui')\r\n end\r\nend\r\n\r\nfunction my_coroutine()\r\n while request_obj do\r\n UI.setAttribute('download_progress', 'percentage', request_obj.download_progress * 100)\r\n coroutine.yield(0)\r\n end\r\n return 1\r\nend\r\n\r\n\r\nfunction update_list(objects)\r\n local ui = UI.getXmlTable()\r\n local update_height = find_tag_with_id(ui, 'ui_update_height')\r\n local update_children = find_tag_with_id(update_height.children, 'ui_update_point')\r\n\r\n update_children.children = {}\r\n\r\n for i,v in ipairs(objects) do\r\n local s = JSON.encode(v);\r\n --print(s)\r\n table.insert(update_children.children,\r\n {\r\n tag = 'Text',\r\n value = v.name,\r\n attributes = { onClick = 'onClick_select('.. urlencode(JSON.encode(v)) ..')',\r\n alignment = 'MiddleLeft' }\r\n }\r\n )\r\n end\r\n\r\n update_height.attributes.height = #(update_children.children) * 24\r\n UI.setXmlTable(ui)\r\nend\r\n\r\nfunction update_window_content(new_title)\r\n if not library then\r\n return\r\n end\r\n\r\n if new_title == 'Campaigns' then\r\n update_list(library.campaigns)\r\n elseif new_title == 'Standalone Scenarios' then\r\n update_list(library.scenarios)\r\n elseif new_title == 'Investigators' then\r\n update_list(library.investigators)\r\n elseif new_title == 'Community Content' then\r\n update_list(library.community)\r\n elseif new_title == 'Extras' then\r\n update_list(library.extras)\r\n else\r\n update_list({})\r\n end\r\nend\r\n\r\nfunction complete_obj_download(request, params)\r\n assert(request.is_done)\r\n if request.is_error or request.response_code ~= 200 then\r\n print('error: ' .. request.error)\r\n else\r\n if pcall(function ()\r\n local replaced_object\r\n pcall(function ()\r\n if params.replace then\r\n replaced_object = getObjectFromGUID(params.replace)\r\n end\r\n end)\r\n local json = request.text\r\n if replaced_object then\r\n local pos = replaced_object.getPosition()\r\n local rot = replaced_object.getRotation()\r\n destroyObject(replaced_object)\r\n Wait.frames(function () spawnObjectJSON({json = json, position = pos, rotation = rot}) end, 1)\r\n else\r\n spawnObjectJSON({json = json})\r\n end\r\n end) then\r\n print('Object loaded.')\r\n else\r\n print('Error loading object.')\r\n end\r\n end\r\n\r\n request_obj = nil\r\n UI.setAttribute('download_progress', 'percentage', 100)\r\n\r\nend\r\n\r\n-- the download button on the placeholder objects calls this to directly initiate a download\r\nfunction placeholder_download(params)\r\n -- params is a table with url and guid of replacement object, which happens to match what onClick_select wants\r\n onClick_select(nil, JSON.encode(params))\r\nend\r\n\r\nfunction completed_list_update(request)\r\n assert(request.is_done)\r\n if request.is_error or request.response_code ~= 200 then\r\n print('error: ' .. request.error)\r\n else\r\n local json_response = nil\r\n if pcall(function () json_response = JSON.decode(request.text) end) then\r\n library = json_response\r\n update_window_content(UI.getValue('title'))\r\n else\r\n print('error parsing downloaded library')\r\n end\r\n end\r\n\r\n request_obj = nil\r\n UI.setAttribute('download_progress', 'percentage', 100)\r\nend\r\n\r\n---\r\n\r\nfunction find_tag_with_id(ui, id)\r\n for i,obj in ipairs(ui) do\r\n if obj.attributes and obj.attributes.id and obj.attributes.id == id then\r\n return obj\r\n end\r\n if obj.children then\r\n local result = find_tag_with_id(obj.children, id)\r\n if result then return result end\r\n end\r\n end\r\n return nil\r\nend\r\n\r\nfunction urlencode(str)\r\n str = string.gsub(str, \"([^A-Za-z0-9-_.~])\",\r\n function (c) return string.format(\"%%%02X\", string.byte(c)) end)\r\n return str\r\nend\r\n\r\nfunction urldecode(str)\r\n str = string.gsub(str, \"%%(%x%x)\",\r\n function (h) return string.char(tonumber(h, 16)) end)\r\n return str\r\nend\r\n\nend)\nreturn __bundle_require(\"__root\")", + "LuaScriptState": "", + "MusicPlayer_path": "MusicPlayer.json", + "Note": "", + "ObjectStates_order": [ + "HandTrigger.5fe087", + "HandTrigger.be2f17", + "HandTrigger.0285cc", + "HandTrigger.a70eee", + "Custom_Assetbundle.afc863", + "Custom_Assetbundle.c8edca", + "Custom_Assetbundle.393bf7", + "Custom_Assetbundle.12c65e", + "FlexTableControl.bd69bd", + "Custom_Assetbundle.f938a2", + "Custom_Assetbundle.9f95fd", + "Custom_Assetbundle.35b95f", + "Custom_Assetbundle.5af8f2", + "Custom_Tile.9f334f", + "Custom_Tile.91dd9b", + "Custom_Assetbundle.5706ae", + "Custom_Tile.6161b4", + "Custom_Model.87ccfc", + "Custom_Model.a90f21", + "Custom_Model.180a23", + "Custom_Tile.463022", + "Custom_Tile.9487a4", + "Custom_Tile.23a43c", + "Custom_Tile.5450cc", + "Custom_Token.7bff34", + "BlockRectangle.402b5e", + "ScriptingTrigger.83ef06", + "BlockRectangle.612072", + "Cluetokens.11e0cf", + "Doomtokens.b015d8", + "AgendaDeck.85c4c6", + "Custom_Tile.2eca7c", + "Custom_Tile.fb09d4", + "3DText.65eb7e", + "setactiveinvestigators.f182ee", + "ScriptingTrigger.c506bf", + "ScriptingTrigger.cbc751", + "ScriptingTrigger.57c22c", + "ScriptingTrigger.67ce9a", + "Detailedphasereference.68fe54", + "RulesIndex.91c83e", + "Resources.4406f0", + "Damage.eb08d6", + "Horror.468e88", + "Damage.e64eec", + "Horror.0257d9", + "Resources.816d84", + "Damage.591a45", + "Horror.beb964", + "Resources.a4b60d", + "Damage.1f5a0a", + "Horror.7b5729", + "Resources.cd15ac", + "Custom_Model.4ee1f2", + "RulebooksGuidesandTablets.304ffc", + "Custom_Model.f18c2d", + "Custom_Model.4be4a3", + "Custom_Model.d7c767", + "Custom_Model.f42af3", + "Custom_Model.0a3b03", + "Custom_Model.0c05e4", + "Custom_Model.b486bd", + "Trash.70b9f6", + "Resourcetokens.0168ae", + "Horrortokens.ae1a4e", + "DamageTokens.b0ef6c", + "Connectionmarkers.b118af", + "Trash.4b8594", + "Trash.5f896a", + "Trash.147e80", + "Trash.f7b6c8", + "Custom_PDF.d99993", + "Doomtokens.16724b", + "Cluetokens.fae2f6", + "Cluetokens.3b2550", + "Horrortokens.7bd2a0", + "Doomtokens.16fcd6", + "DamageTokens.93f4a0", + "Resourcetokens.fd617a", + "Connectionmarkers.5dcccb", + "Cluetokens.31fa39", + "Horrortokens.c3ecf4", + "Doomtokens.47ffc3", + "DamageTokens.480bda", + "Resourcetokens.9fadf9", + "Connectionmarkers.170f10", + "BlockRectangle.598e49", + "BlockRectangle.e679ba", + "3DText.e51c92", + "3DText.6f870e", + "3DText.778306", + "3DText.ca78c7", + "3DText.9f04cb", + "3DText.260e0c", + "3DText.bb4ade", + "BlockRectangle.8008a9", + "BlockRectangle.976c46", + "3DText.e85ff9", + "3DText.b32e04", + "FogOfWarTrigger.3aab97", + "LeakedItems.42cd6e", + "ChaosTokenReserve.106418", + "3DText.134348", + "Custom_Model.032300", + "Custom_Model.1769ed", + "Custom_Model.37be78", + "Custom_Model.d86b7c", + "ClueCounterSwapper.d919d6", + "MasterClueCounter.4a3aa4", + "LegacyAssets.7165a9", + "Weaknessdecks.750fdd", + "Bonded.c5261f", + "BlockRectangle.b7af15", + "Playarea.721ba2", + "3DText.184810", + "BlockRectangle.40dbd9", + "Community-CreatedPlayerCardsInvestigators.ed4ca7", + "BarkhamHorror.308439", + "3DText.d861ca", + "ScriptingTrigger.fb28e1", + "ScriptingTrigger.7af2cf", + "ScriptingTrigger.b047f8", + "ScriptingTrigger.18538f", + "TabooInvestigatorsSignatures.1fc4e0", + "ChaosBagStatTracker.766620", + "Blesstokens.afa06b", + "Cursetokens.bd0253", + "WhimsicalsTokenRemover.0a5a29", + "TokenSpawner.36b4ee", + "Fan-MadeScenariosCampaignsMiscellany.66e97c", + "OfficialStandaloneChallengeScenarios.0ef5c8", + "TarotDeck.77f1e5", + "TarotDeckScripted.a230f9", + "Fan-MadeAccessories.aa8b38", + "UIBuilder.ddd2eb", + "CommandManager.a0b1de", + "3DText.8553dc", + "CoreNightoftheZealot.64a613", + "TheDunwichLegacy.2898f6", + "ThePathtoCarcosa.aca04c", + "TheForgottenAge.0bcf19", + "TheCircleUndone.63e097", + "TheInnsmouthConspiracy.465aab", + "ReturntotheNightoftheZealot.56270d", + "ReturntoTheDunwichLegacy.ce9130", + "ReturntoThePathtoCarcosa.e9889a", + "ReturntoTheForgottenAge.479ff3", + "EncounterSets.fcfa7f", + "Guardian.526d39", + "WeaknessGenerator.dc36b4", + "Seeker.7b7648", + "Rogue.449091", + "Mystic.8109fb", + "Survivor.52253b", + "Neutral.9559e6", + "Guardian.363ab6", + "Seeker.b2f753", + "Rogue.7e47e1", + "Mystic.f39af2", + "Survivor.93fc45", + "Neutral.2eee3b", + "PromoInvestigators.5fe24e", + "StarterDeckInvestigators.35fb9c", + "EdgeoftheEarthInvestigators.a32f43", + "TheInnsmouthConspiracy.10bd18", + "TheDunwichLegacy.5889dd", + "ThePathtoCarcosa.899c3a", + "TheForgottenAge.03b888", + "TheCircleUndone.0dcbe8", + "TheDream-Eaters.a34f34", + "ChaosBag.fea079", + "DataHelper.708279", + "BlessCurseTokenManager.5933fb", + "Notecard.d8d357", + "ArkhamDeckCutter.445115", + "ScriptingTrigger.a2f932", + "Core.2585f4", + "EdgeoftheEarth.895eaa", + "TheDream-Eaters.a16a1a", + "ReturntoTheCircleUndone.757324", + "Intellect.0016fc", + "Playermat4Red.0840d5", + "Agility.181fa2", + "Combat.19026b", + "Agility.2c3f8d", + "Playermat3Green.383d8b", + "Intellect.4ca990", + "MiscDoominplay.652ff3", + "Willpower.85a8ed", + "Playermat1White.8b081b", + "Willpower.8b6743", + "Combat.9136c6", + "Combat.93a48b", + "Agility.a0b6df", + "Willpower.afc290", + "Intellect.b4ef12", + "Combat.b661a6", + "Playermat2Orange.bd0ff4", + "Intellect.c1fe65", + "Agility.d4df33", + "Willpower.fa6df4", + "CustomDataHelper.2547b3", + "LolaNeutral.637e17", + "LolaNeutral.e003fe", + "LolaNeutral.8a496e", + "LolaNeutral.e1ab8d", + "LolaNeutral.9312d8", + "LolaNeutral.bfcaf4", + "LolaNeutral.a1e2a3", + "LolaNeutral.460250", + "LolaNeutral.7ffb43", + "LolaNeutral.d7910b", + "LolaNeutral.b8409d", + "LolaNeutral.719ff4", + "LolaNeutral.49bf4b", + "LolaNeutral.26a0a0", + "LolaNeutral.a7c0f0", + "LolaNeutral.bf7cc9", + "TheScarletKeys.a4fd1b", + "3DText.89e0dd", + "LeadInvestigator.acaa93", + "UpgradeSheets.c3c1a7", + "ArkhamDBDeckImporter.a28140", + "Configuration.03804b", + "DrawingTool.280086", + "PlaymatImageSwapper.b7b45b", + "Custom_PDF.dfbb48", + "Jumanji.b46db2", + "BattleGoesOn.dd90c5", + "PhaseTracker.d0c8fa", + "AllPlayerCards.15bb07", + "Search-A-Card.24051a", + "231Notes-10152022.268764" + ], + "PlayArea": 1, + "PlayerCounts": [ + 0, + 0 + ], + "PlayingTime": [ + 0, + 0 + ], + "SaveName": "Arkham SCE - 2.3.1", + "Sky": "Sky_Museum", + "SkyURL": "https://i.imgur.com/GkQqaOF.jpg", + "SnapPoints_path": "SnapPoints.json", + "TabStates_path": "TabStates.json", + "Table": "Table_None", + "Tags": [], + "Turns_path": "Turns.json", + "VersionNumber": "v13.2.2", + "XmlUI_path": "XmlUI.luascriptstate" +} diff --git a/modsettings/CameraStates.json b/modsettings/CameraStates.json new file mode 100644 index 00000000..d8e9afb5 --- /dev/null +++ b/modsettings/CameraStates.json @@ -0,0 +1,40 @@ +[ + { + "AbsolutePosition": { + "x": -67.59604, + "y": 91.87675, + "z": 5.521103 + }, + "Distance": 104.699272, + "Position": { + "x": -22.2649822, + "y": -2.5, + "z": 5.25747156 + }, + "Rotation": { + "x": 64.34372, + "y": 90.3332, + "z": 0 + }, + "Zoomed": false + }, + { + "AbsolutePosition": { + "x": -47.7179832, + "y": 86.18371, + "z": -0.000006780735 + }, + "Distance": 97.85165, + "Position": { + "x": -6.36408234, + "y": -2.5, + "z": -9.483223e-7 + }, + "Rotation": { + "x": 64.99999, + "y": 89.99999, + "z": 0 + }, + "Zoomed": false + } +] diff --git a/modsettings/ComponentTags.json b/modsettings/ComponentTags.json new file mode 100644 index 00000000..09212595 --- /dev/null +++ b/modsettings/ComponentTags.json @@ -0,0 +1,108 @@ +{ + "labels": [ + { + "displayed": "TFGCC_memory_object", + "normalized": "tfgcc_memory_object" + }, + { + "displayed": "playmat_memory_object", + "normalized": "playmat_memory_object" + }, + { + "displayed": "tpocmat_memory_object", + "normalized": "tpocmat_memory_object" + }, + { + "displayed": "import_configuration_provider", + "normalized": "import_configuration_provider" + }, + { + "displayed": "import_command", + "normalized": "import_command" + }, + { + "displayed": "custom_memory_object", + "normalized": "custom_memory_object" + }, + { + "displayed": "AllCardsHotfix", + "normalized": "allcardshotfix" + }, + { + "displayed": "LinkedPhaseTracker", + "normalized": "linkedphasetracker" + }, + { + "displayed": "arkham_setup_memory_object", + "normalized": "arkham_setup_memory_object" + }, + { + "displayed": "shad_memory_object", + "normalized": "shad_memory_object" + }, + { + "displayed": "mlc_memory_object", + "normalized": "mlc_memory_object" + }, + { + "displayed": "token_list_provider", + "normalized": "token_list_provider" + }, + { + "displayed": "token_image_provider", + "normalized": "token_image_provider" + }, + { + "displayed": "chaos_bag", + "normalized": "chaos_bag" + }, + { + "displayed": "action_token", + "normalized": "action_token" + }, + { + "displayed": "displacement_excluded", + "normalized": "displacement_excluded" + }, + { + "displayed": "scesetup_memory_object", + "normalized": "scesetup_memory_object" + }, + { + "displayed": "SC_memory_object", + "normalized": "sc_memory_object" + }, + { + "displayed": "player_card", + "normalized": "player_card" + }, + { + "displayed": "PlayerCard", + "normalized": "playercard" + }, + { + "displayed": "CleanUpHelper_ignore", + "normalized": "cleanuphelper_ignore" + }, + { + "displayed": "Asset", + "normalized": "asset" + }, + { + "displayed": "sce_memory_object", + "normalized": "sce_memory_object" + }, + { + "displayed": "ScenarioCard", + "normalized": "scenariocard" + }, + { + "displayed": "Location", + "normalized": "location" + }, + { + "displayed": "to_be_deleted", + "normalized": "to_be_deleted" + } + ] +} diff --git a/modsettings/CustomUIAssets.json b/modsettings/CustomUIAssets.json new file mode 100644 index 00000000..bf393bb2 --- /dev/null +++ b/modsettings/CustomUIAssets.json @@ -0,0 +1,47 @@ +[ + { + "Name": "refresh", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1695031152736214852/EC3BBEF1A1788381A8F4C5ACB7FB27770CAF03C5/" + }, + { + "Name": "close", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1695031152736214756/2EEB07E453A7ECF4BE5A1030A253185B37A7CDAB/" + }, + { + "Name": "cthulhu", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1782854877010107768/BC6A97F193385D01C1A9149B68923F55A284CB2D/" + }, + { + "Name": "dark-cult", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1782854877010108105/08594607341D6537C28A08A34CE82159025AB8DB/" + }, + { + "Name": "yog-sothoth", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1782854877010107124/D8042D1A1B08CFB7E76488B09216B4611D85A2B9/" + }, + { + "Name": "elder-sign", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1782854877010107442/43BC029410751208A90AE7FDEBCB587A0E9403D7/" + }, + { + "Name": "devourer", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1782854877010106784/6E00433E3425D0A7C6121E0DDB6A79167BA78569/" + }, + { + "Name": "OverlayLarge", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1745699502804112656/A34D1F30E0DA0E283F300AE6D6B63F59FFC97730/" + }, + { + "Name": "OverlaySmall", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1745699502804112719/CFFC89BF9FB8439204EE19CF94180EC99450CD38/" + } +] diff --git a/modsettings/Decals.json b/modsettings/Decals.json new file mode 100644 index 00000000..f29ddc3e --- /dev/null +++ b/modsettings/Decals.json @@ -0,0 +1,200 @@ +[ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662313324/9E134E04126C4F4B046B4B9F32BB3076D2A6BA99/", + "Name": "Skills", + "Size": 2 + }, + "Transform": { + "posX": 61.2332726, + "posY": 1.30891752, + "posZ": 91.5914, + "rotX": 89.98022, + "rotY": 89.81581, + "rotZ": 0, + "scaleX": 4.11320734, + "scaleY": 2, + "scaleZ": 2 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662323727/04AAC3AAF324B6EFA5FCBAB7517E9F60779A4A97/", + "Name": "Events", + "Size": 2 + }, + "Transform": { + "posX": 55.82646, + "posY": 1.30688775, + "posZ": 91.3655548, + "rotX": 89.98022, + "rotY": 89.81581, + "rotZ": 0, + "scaleX": 4.11320734, + "scaleY": 2, + "scaleZ": 2 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662721586/01BBDCC9C7329160F609CBD25416D94BCB3B3624/", + "Name": "investigator", + "Size": 5 + }, + "Transform": { + "posX": -2.04820824, + "posY": 1.31497526, + "posZ": -68.77239, + "rotX": 90, + "rotY": 90.1486, + "rotZ": 0, + "scaleX": 28.95939, + "scaleY": 5, + "scaleZ": 5 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662313324/9E134E04126C4F4B046B4B9F32BB3076D2A6BA99/", + "Name": "Skills", + "Size": 2 + }, + "Transform": { + "posX": 60.9872475, + "posY": 1.30847371, + "posZ": -48.24206, + "rotX": 90, + "rotY": 89.98215, + "rotZ": 0, + "scaleX": 4.11320734, + "scaleY": 2, + "scaleZ": 2 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662323727/04AAC3AAF324B6EFA5FCBAB7517E9F60779A4A97/", + "Name": "Events", + "Size": 2 + }, + "Transform": { + "posX": 55.54042, + "posY": 1.306443, + "posZ": -48.4215431, + "rotX": 90, + "rotY": 89.98215, + "rotZ": 0, + "scaleX": 4.11320734, + "scaleY": 2, + "scaleZ": 2 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489663165750/12560E74C12348D568F2AC783038FD0B03B174CB/", + "Name": "title1", + "Size": 3 + }, + "Transform": { + "posX": 73.72363, + "posY": 1.30945539, + "posZ": -60.69058, + "rotX": 90, + "rotY": 90.00583, + "rotZ": 0, + "scaleX": 29.3161755, + "scaleY": 3, + "scaleZ": 3 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489666540963/2174C8AE6D35379EB36C6D2BFFAF46BFE1034356/", + "Name": "investigator", + "Size": 2.5 + }, + "Transform": { + "posX": 74.08891, + "posY": 1.31138253, + "posZ": 84.06255, + "rotX": 90, + "rotY": 90.31553, + "rotZ": 0, + "scaleX": 19.1489372, + "scaleY": 2.5, + "scaleZ": 2.5 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662326825/7BDC0073B6F32D95681FC913F1B74367603C3A74/", + "Name": "assets", + "Size": 2 + }, + "Transform": { + "posX": 43.5438538, + "posY": 1.300817, + "posZ": 91.39747, + "rotX": 89.97202, + "rotY": 89.6491852, + "rotZ": 0, + "scaleX": 4.11320734, + "scaleY": 2, + "scaleZ": 2 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/778493489662326825/7BDC0073B6F32D95681FC913F1B74367603C3A74/", + "Name": "assets", + "Size": 2 + }, + "Transform": { + "posX": 42.95997, + "posY": 1.300775, + "posZ": -48.5099258, + "rotX": 90, + "rotY": 89.98224, + "rotZ": 0, + "scaleX": 4.11320734, + "scaleY": 2, + "scaleZ": 2 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1597044073919620454/F1F391ED106B1427E574341F23C344BA82990BCB/", + "Name": "upgrade", + "Size": 5 + }, + "Transform": { + "posX": 67.19196, + "posY": 1.308606, + "posZ": -51.821888, + "rotX": 89.97202, + "rotY": 89.98246, + "rotZ": 0, + "scaleX": 11.0497236, + "scaleY": 5, + "scaleZ": 5 + } + }, + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1597044073919623517/881BC01856C7BA977B93B704F79FDC2DC0FE534E/", + "Name": "build", + "Size": 5 + }, + "Transform": { + "posX": 67.68721, + "posY": 1.30860007, + "posZ": 88.0313644, + "rotX": 89.97202, + "rotY": 89.98246, + "rotZ": 0, + "scaleX": 11.0497236, + "scaleY": 5, + "scaleZ": 5 + } + } +] diff --git a/modsettings/Grid.json b/modsettings/Grid.json new file mode 100644 index 00000000..8e74566e --- /dev/null +++ b/modsettings/Grid.json @@ -0,0 +1,21 @@ +{ + "BothSnapping": false, + "Color": { + "b": 0, + "g": 0, + "r": 0 + }, + "Lines": false, + "Offset": false, + "Opacity": 0.75, + "PosOffset": { + "x": 0, + "y": 1, + "z": 0 + }, + "Snapping": false, + "ThickLines": false, + "Type": 0, + "xSize": 2, + "ySize": 2 +} diff --git a/modsettings/Lighting.json b/modsettings/Lighting.json new file mode 100644 index 00000000..08469ae0 --- /dev/null +++ b/modsettings/Lighting.json @@ -0,0 +1,28 @@ +{ + "AmbientEquatorColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + }, + "AmbientGroundColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + }, + "AmbientIntensity": 1.3, + "AmbientSkyColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + }, + "AmbientType": 0, + "LightColor": { + "b": 0.8902, + "g": 0.9804, + "r": 1 + }, + "LightIntensity": 0.54, + "LutContribution": 1, + "LutIndex": 0, + "ReflectionIntensity": 1 +} diff --git a/modsettings/MusicPlayer.json b/modsettings/MusicPlayer.json new file mode 100644 index 00000000..004f4e5d --- /dev/null +++ b/modsettings/MusicPlayer.json @@ -0,0 +1,120 @@ +{ + "AudioLibrary": [ + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/", + "Item2": "Laudanum - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847453925/A083A3784DAC15D75513F92C54642D58B05FA996/", + "Item2": "Prepare the Stage of Night - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847448789/4E04CB9EBECDF5BEA8EF1B146ACAB711D9AF5F0F/", + "Item2": "An Atrementous City - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847444523/8C8AE52CABE62CF84AEA1B9A6055C0C39375FCDB/", + "Item2": "A Deeper Dream - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847455056/0D6EAB8903C3B6E44CB2F3F2ACF34297F3757DC4/", + "Item2": "Wind-Up Orchestra - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847451936/3D8B9C473889956F22DF84285A5BA9ABBCEE4D8F/", + "Item2": "House of Tinctures - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538847450067/DC4A12A8E621CFE19BAB9AB6B6BD30C337B39B27/", + "Item2": "End of the Century - Atrium Carceri: Black Corner Den" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538843610156/990053307E71986B46045FF0EC8BFABBD6EBE7BF/", + "Item2": "Cthulhu - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848438651/B87CFA9DAAB2DDF3ECCD714348B23498AFCC7804/", + "Item2": "Azathoth 1 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848445981/7CAE63540FD2C218DD5B85D53B391C6DE1D0D200/", + "Item2": "Azathoth 2 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848464736/632CB8C59B9E7B0979A40468E0F0AE2ACB1B6B21/", + "Item2": "Nyarlathotep 1 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848480793/17DC9A3323A5381B1DD7316C67F3F554FDC52B27/", + "Item2": "Nyarlathotep 2 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848485973/A65ABDA232410FB64FA0A4BD26431ACDF3E2D46A/", + "Item2": "Nyarlathotep 3 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848495368/3236262EB67C1DFE3DC26574452EDE61B825B201/", + "Item2": "Shub-Niggurath 1 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848498833/955B04EC164A2A2DF6AA683A44451A24E6BC3453/", + "Item2": "Shub-Niggurath 2 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848501343/E56987BC93B5E591A7764C29400DC29CCBFDD3DD/", + "Item2": "Yog-Sothoth 1 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848504941/FA9BA511380775C163A0C0F08FA3D1CA033E68E2/", + "Item2": "Yog-Sothoth 2 - Cryo Chamber" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848530903/E08BB3474D49477CAA9B78D3A8AA54FDC757B351/", + "Item2": "The Gargantuan Tower - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848530379/F1C98200F021A2471E5575DE934C62C927A8FFA4/", + "Item2": "The Dark Mother - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848526667/76C6786A4A463EF6A7E43DE6C407246A8ED5D6F6/", + "Item2": "Across the Sea of the Dead - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848527228/A96DC0E3ED5C000807E8C8600BA52F9282FE35EB/", + "Item2": "Black Needle - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848527836/48245BF2494C1865834A412BC7E591EA04F3A919/", + "Item2": "Decrepit City - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848529472/D4C99D8D6C0E16AB561FA6C190B18E96D808DE8B/", + "Item2": "Sacred Slab - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848525938/26EC4322860F6AE86A1EADBED45E91C6E6F599B0/", + "Item2": "200 Days - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848528926/CC697AF9346939B202B65F863B641DC562039E0F/", + "Item2": "Industrial District - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848528271/E2BA3FB96D587B12148FE05FEA5E4E5C886CAA43/", + "Item2": "Heart of the Metropolis - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848529861/BC675583A20F58532A065945588D352295AFDDB9/", + "Item2": "The Cowled Seers - Atrium Carceri: Metropolis" + }, + { + "Item1": "http://cloud-3.steamusercontent.com/ugc/784110538848531283/612B88F51901DE770452542640D1F89C9604BDBF/", + "Item2": "The Machine - Atrium Carceri: Metropolis" + } + ], + "CurrentAudioTitle": "Laudanum - Atrium Carceri: Black Corner Den", + "CurrentAudioURL": "http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/", + "PlaylistEntry": 0, + "RepeatSong": false +} diff --git a/modsettings/SnapPoints.json b/modsettings/SnapPoints.json new file mode 100644 index 00000000..f9a87d30 --- /dev/null +++ b/modsettings/SnapPoints.json @@ -0,0 +1,4193 @@ +[ + { + "Position": { + "x": -3.845, + "y": 1.59, + "z": 10.383 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -2.725, + "y": 1.585, + "z": 0.373 + } + }, + { + "Position": { + "x": -5.316, + "y": 1.588, + "z": 0.378 + } + }, + { + "Position": { + "x": -2.689, + "y": 1.583, + "z": -5.049 + } + }, + { + "Position": { + "x": -3.956, + "y": 1.584, + "z": -10.441 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": 1.754, + "y": 1.575, + "z": -14.186 + }, + "Rotation": { + "x": 0, + "y": 315, + "z": 0 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.647, + "z": 15.19 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.644, + "z": 7.57 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.642, + "z": -0.03 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.64, + "z": -7.7 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.638, + "z": -15.28 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.629, + "z": -15.28 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.631, + "z": -7.7 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.633, + "z": -0.03 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.635, + "z": 7.57 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.638, + "z": 15.19 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.628, + "z": 15.19 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.626, + "z": 7.57 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.624, + "z": -0.03 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.622, + "z": -7.7 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.62, + "z": -15.28 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.61, + "z": -15.28 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.613, + "z": -7.7 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.615, + "z": -0.03 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.617, + "z": 7.57 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.619, + "z": 15.19 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.611, + "z": 15.19 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.608, + "z": 7.57 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.606, + "z": -0.03 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.603, + "z": -7.7 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.602, + "z": -15.28 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.645, + "z": 11.46 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.643, + "z": 3.86 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.641, + "z": -3.83 + } + }, + { + "Position": { + "x": -43.37, + "y": 1.639, + "z": -11.51 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.631, + "z": -11.51 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.632, + "z": -3.83 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.634, + "z": 3.86 + } + }, + { + "Position": { + "x": -36.773, + "y": 1.636, + "z": 11.46 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.626, + "z": 11.46 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.625, + "z": 3.86 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.623, + "z": -3.83 + } + }, + { + "Position": { + "x": -30.224, + "y": 1.621, + "z": -11.51 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.612, + "z": -11.51 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.614, + "z": -3.83 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.616, + "z": 3.86 + } + }, + { + "Position": { + "x": -23.677, + "y": 1.619, + "z": 11.46 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.609, + "z": 11.46 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.607, + "z": 3.86 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.605, + "z": -3.83 + } + }, + { + "Position": { + "x": -17.12, + "y": 1.603, + "z": -11.51 + } + }, + { + "Position": { + "x": 22.951, + "y": 1.451, + "z": -30.873 + }, + "Rotation": { + "x": 0, + "y": 300, + "z": 0 + } + }, + { + "Position": { + "x": 38.661, + "y": 1.416, + "z": -36.012 + }, + "Rotation": { + "x": 0, + "y": 315, + "z": 0 + } + }, + { + "Position": { + "x": -5.369, + "y": 1.587, + "z": -5.1 + } + }, + { + "Position": { + "x": -1.466, + "y": 1.475, + "z": -26.93 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.267, + "z": 85.607 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.266, + "z": 83.307 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.266, + "z": 81.007 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.265, + "z": 78.707 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.265, + "z": 76.407 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.264, + "z": 74.107 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.263, + "z": 71.807 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.263, + "z": 69.507 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.261, + "z": 64.907 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.262, + "z": 67.207 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.26, + "z": 62.607 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.26, + "z": 60.307 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.259, + "z": 58.007 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.258, + "z": 55.707 + } + }, + { + "Position": { + "x": -20.939, + "y": 1.258, + "z": 53.407 + } + }, + { + "Position": { + "x": -20.937, + "y": 1.257, + "z": 51.106 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.266, + "z": 85.595 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.265, + "z": 83.295 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.264, + "z": 80.995 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.264, + "z": 78.695 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.263, + "z": 76.395 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.263, + "z": 74.095 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.262, + "z": 71.795 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.261, + "z": 69.495 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.261, + "z": 67.195 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.26, + "z": 64.895 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.259, + "z": 62.595 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.259, + "z": 60.295 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.258, + "z": 57.995 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.257, + "z": 55.695 + } + }, + { + "Position": { + "x": -24.445, + "y": 1.256, + "z": 51.094 + } + }, + { + "Position": { + "x": -24.453, + "y": 1.256, + "z": 53.395 + } + }, + { + "Position": { + "x": -20.803, + "y": 1.269, + "z": 91.599 + } + }, + { + "Position": { + "x": -33.801, + "y": 1.264, + "z": 91.603 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.263, + "z": 85.609 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.262, + "z": 83.309 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.261, + "z": 85.597 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.261, + "z": 83.297 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.26, + "z": 80.997 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.261, + "z": 81.009 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.26, + "z": 78.709 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.259, + "z": 78.697 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.258, + "z": 74.097 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.26, + "z": 76.409 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.259, + "z": 76.397 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.259, + "z": 74.109 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.258, + "z": 71.809 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.257, + "z": 71.797 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.257, + "z": 69.497 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.258, + "z": 69.509 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.257, + "z": 67.209 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.256, + "z": 67.197 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.255, + "z": 64.897 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.256, + "z": 64.909 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.256, + "z": 62.609 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.254, + "z": 62.597 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.254, + "z": 60.297 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.255, + "z": 60.309 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.255, + "z": 58.009 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.253, + "z": 57.997 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.252, + "z": 55.697 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.254, + "z": 55.709 + } + }, + { + "Position": { + "x": -33.878, + "y": 1.253, + "z": 53.409 + } + }, + { + "Position": { + "x": -37.393, + "y": 1.252, + "z": 53.397 + } + }, + { + "Position": { + "x": -37.384, + "y": 1.251, + "z": 51.097 + } + }, + { + "Position": { + "x": -33.876, + "y": 1.252, + "z": 51.109 + } + }, + { + "Position": { + "x": 66.614, + "y": 1.296, + "z": 75.879 + } + }, + { + "Position": { + "x": 66.578, + "y": 1.295, + "z": 70.508 + } + }, + { + "Position": { + "x": 66.594, + "y": 1.293, + "z": 65.075 + } + }, + { + "Position": { + "x": 66.583, + "y": 1.292, + "z": 59.678 + } + }, + { + "Position": { + "x": 66.578, + "y": 1.29, + "z": 54.349 + } + }, + { + "Position": { + "x": 66.594, + "y": 1.289, + "z": 49.025 + } + }, + { + "Position": { + "x": 40.963, + "y": 1.279, + "z": 48.753 + } + }, + { + "Position": { + "x": 40.963, + "y": 1.279, + "z": 51.06 + } + }, + { + "Position": { + "x": 40.963, + "y": 1.28, + "z": 53.349 + } + }, + { + "Position": { + "x": 40.963, + "y": 1.281, + "z": 55.649 + } + }, + { + "Position": { + "x": 40.963, + "y": 1.282, + "z": 57.949 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.282, + "z": 60.249 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.283, + "z": 62.549 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.284, + "z": 64.849 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.284, + "z": 67.149 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.285, + "z": 69.449 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.286, + "z": 71.749 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.287, + "z": 74.049 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.287, + "z": 76.349 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.288, + "z": 78.649 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.289, + "z": 80.949 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.289, + "z": 83.249 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.29, + "z": 85.549 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.291, + "z": 87.849 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.291, + "z": 90.149 + } + }, + { + "Position": { + "x": 40.96, + "y": 1.292, + "z": 92.449 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.295, + "z": 92.453 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.297, + "z": 92.441 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.296, + "z": 90.141 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.294, + "z": 90.153 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.293, + "z": 85.553 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.295, + "z": 87.841 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.294, + "z": 87.853 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.294, + "z": 85.541 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.292, + "z": 83.253 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.293, + "z": 83.241 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.292, + "z": 80.953 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.293, + "z": 80.941 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.291, + "z": 78.653 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.292, + "z": 78.641 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.29, + "z": 74.053 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.292, + "z": 76.341 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.29, + "z": 76.353 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.291, + "z": 74.041 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.289, + "z": 71.753 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.29, + "z": 71.741 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.288, + "z": 69.453 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.289, + "z": 69.441 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.288, + "z": 67.153 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.288, + "z": 67.141 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.288, + "z": 64.841 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.287, + "z": 64.853 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.286, + "z": 62.553 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.287, + "z": 62.541 + } + }, + { + "Position": { + "x": 53.231, + "y": 1.286, + "z": 57.941 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.286, + "z": 60.253 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.287, + "z": 60.241 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.285, + "z": 57.953 + } + }, + { + "Position": { + "x": 53.228, + "y": 1.286, + "z": 55.641 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.284, + "z": 55.653 + } + }, + { + "Position": { + "x": 53.229, + "y": 1.285, + "z": 53.341 + } + }, + { + "Position": { + "x": 49.547, + "y": 1.283, + "z": 51.063 + } + }, + { + "Position": { + "x": 49.563, + "y": 1.284, + "z": 53.353 + } + }, + { + "Position": { + "x": 53.213, + "y": 1.284, + "z": 51.052 + } + }, + { + "Position": { + "x": 53.213, + "y": 1.283, + "z": 48.745 + } + }, + { + "Position": { + "x": 49.547, + "y": 1.282, + "z": 48.757 + } + }, + { + "Position": { + "x": 58.37, + "y": 1.285, + "z": 48.649 + } + }, + { + "Position": { + "x": 58.368, + "y": 1.286, + "z": 51.001 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.287, + "z": 53.29 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.288, + "z": 55.59 + } + }, + { + "Position": { + "x": 58.386, + "y": 1.288, + "z": 57.89 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.288, + "z": 60.19 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.289, + "z": 62.49 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.29, + "z": 67.09 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.29, + "z": 64.79 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.291, + "z": 69.39 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.292, + "z": 71.69 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.292, + "z": 73.99 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.293, + "z": 76.29 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.294, + "z": 78.59 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.294, + "z": 80.89 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.295, + "z": 83.19 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.296, + "z": 85.49 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.296, + "z": 87.79 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.297, + "z": 90.09 + } + }, + { + "Position": { + "x": 58.384, + "y": 1.298, + "z": 92.39 + } + }, + { + "Position": { + "x": -26.3, + "y": 1.301, + "z": -53.437 + } + }, + { + "Position": { + "x": -22.614, + "y": 1.302, + "z": -53.438 + } + }, + { + "Position": { + "x": -19.3, + "y": 1.303, + "z": -53.436 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.304, + "z": -52.152 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.304, + "z": -53.39 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.304, + "z": -54.621 + } + }, + { + "Position": { + "x": -19.3, + "y": 1.301, + "z": -61.233 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.302, + "z": -61.231 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.302, + "z": -60.001 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.301, + "z": -62.461 + } + }, + { + "Position": { + "x": -22.617, + "y": 1.3, + "z": -61.241 + } + }, + { + "Position": { + "x": -26.3, + "y": 1.299, + "z": -61.241 + } + }, + { + "Position": { + "x": -26.3, + "y": 1.296, + "z": -69.061 + } + }, + { + "Position": { + "x": -22.616, + "y": 1.297, + "z": -69.076 + } + }, + { + "Position": { + "x": -19.296, + "y": 1.299, + "z": -69.061 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.3, + "z": -67.821 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.299, + "z": -69.06 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.299, + "z": -70.291 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.298, + "z": -75.705 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.297, + "z": -76.946 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.297, + "z": -78.176 + } + }, + { + "Position": { + "x": -19.294, + "y": 1.296, + "z": -76.942 + } + }, + { + "Position": { + "x": -22.616, + "y": 1.295, + "z": -76.946 + } + }, + { + "Position": { + "x": -26.3, + "y": 1.294, + "z": -76.946 + } + }, + { + "Position": { + "x": -26.3, + "y": 1.291, + "z": -84.818 + } + }, + { + "Position": { + "x": -22.617, + "y": 1.293, + "z": -84.818 + } + }, + { + "Position": { + "x": -19.3, + "y": 1.294, + "z": -84.818 + } + }, + { + "Position": { + "x": -16.639, + "y": 1.295, + "z": -86.019 + } + }, + { + "Position": { + "x": -16.64, + "y": 1.295, + "z": -84.818 + } + }, + { + "Position": { + "x": -16.639, + "y": 1.295, + "z": -83.542 + } + }, + { + "Position": { + "x": 66.322, + "y": 1.296, + "z": -63.98 + } + }, + { + "Position": { + "x": 66.299, + "y": 1.294, + "z": -69.357 + } + }, + { + "Position": { + "x": 66.314, + "y": 1.293, + "z": -74.79 + } + }, + { + "Position": { + "x": 66.3, + "y": 1.291, + "z": -80.184 + } + }, + { + "Position": { + "x": 66.297, + "y": 1.289, + "z": -85.514 + } + }, + { + "Position": { + "x": 66.313, + "y": 1.288, + "z": -90.838 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.297, + "z": -47.471 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.297, + "z": -49.771 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.296, + "z": -52.071 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.296, + "z": -54.371 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.295, + "z": -56.671 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.294, + "z": -58.971 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.293, + "z": -61.271 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.293, + "z": -63.571 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.292, + "z": -65.871 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.291, + "z": -68.171 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.291, + "z": -70.471 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.29, + "z": -72.771 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.289, + "z": -75.071 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.289, + "z": -77.371 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.288, + "z": -79.671 + } + }, + { + "Position": { + "x": 58.102, + "y": 1.287, + "z": -81.971 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.287, + "z": -84.271 + } + }, + { + "Position": { + "x": 58.1, + "y": 1.286, + "z": -86.571 + } + }, + { + "Position": { + "x": 58.084, + "y": 1.285, + "z": -88.86 + } + }, + { + "Position": { + "x": 58.086, + "y": 1.285, + "z": -91.212 + } + }, + { + "Position": { + "x": 52.928, + "y": 1.283, + "z": -91.116 + } + }, + { + "Position": { + "x": 52.928, + "y": 1.284, + "z": -88.81 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.284, + "z": -86.52 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.285, + "z": -84.22 + } + }, + { + "Position": { + "x": 52.946, + "y": 1.286, + "z": -81.92 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.287, + "z": -79.62 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.287, + "z": -77.32 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.288, + "z": -75.02 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.288, + "z": -72.72 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.289, + "z": -68.12 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.289, + "z": -70.42 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.29, + "z": -65.82 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.291, + "z": -63.52 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.292, + "z": -61.22 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.292, + "z": -58.92 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.293, + "z": -56.62 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.294, + "z": -54.32 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.294, + "z": -52.02 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.295, + "z": -49.72 + } + }, + { + "Position": { + "x": 52.944, + "y": 1.296, + "z": -47.42 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.295, + "z": -47.409 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.294, + "z": -49.709 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.293, + "z": -52.009 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.292, + "z": -54.309 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.291, + "z": -56.609 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.291, + "z": -58.909 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.29, + "z": -61.209 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.29, + "z": -63.509 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.289, + "z": -65.809 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.289, + "z": -68.109 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.287, + "z": -70.409 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.287, + "z": -72.709 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.286, + "z": -75.009 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.286, + "z": -77.309 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.285, + "z": -79.609 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.284, + "z": -81.909 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.284, + "z": -84.209 + } + }, + { + "Position": { + "x": 49.279, + "y": 1.283, + "z": -86.509 + } + }, + { + "Position": { + "x": 49.263, + "y": 1.282, + "z": -88.798 + } + }, + { + "Position": { + "x": 49.262, + "y": 1.282, + "z": -91.105 + } + }, + { + "Position": { + "x": 12.249, + "y": 1.473, + "z": 35.986 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.471, + "z": 27.986 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.47, + "z": 19.986 + } + }, + { + "Position": { + "x": 12.252, + "y": 1.467, + "z": 11.986 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.465, + "z": 3.986 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.464, + "z": -4.014 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.462, + "z": -12.014 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.46, + "z": -20.014 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.456, + "z": -28.014 + } + }, + { + "Position": { + "x": 12.25, + "y": 1.455, + "z": -36.014 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.289, + "z": 92.461 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.288, + "z": 92.449 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.287, + "z": 90.149 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.286, + "z": 87.849 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.285, + "z": 85.549 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.285, + "z": 83.249 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.283, + "z": 78.649 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.282, + "z": 74.049 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.281, + "z": 71.749 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.28, + "z": 67.149 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.279, + "z": 64.849 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.278, + "z": 62.549 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.278, + "z": 60.249 + } + }, + { + "Position": { + "x": 33.866, + "y": 1.277, + "z": 55.649 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.278, + "z": 55.661 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.279, + "z": 60.261 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.28, + "z": 62.561 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.282, + "z": 67.161 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.283, + "z": 71.761 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.284, + "z": 74.061 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.285, + "z": 78.661 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.286, + "z": 80.961 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.287, + "z": 85.561 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.288, + "z": 90.161 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.288, + "z": 87.861 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.286, + "z": 83.261 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.284, + "z": 76.361 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.282, + "z": 69.461 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.281, + "z": 69.449 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.284, + "z": 80.949 + } + }, + { + "Position": { + "x": 37.418, + "y": 1.279, + "z": 57.961 + } + }, + { + "Position": { + "x": 33.866, + "y": 1.278, + "z": 57.949 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.281, + "z": 64.861 + } + }, + { + "Position": { + "x": 37.416, + "y": 1.277, + "z": 53.361 + } + }, + { + "Position": { + "x": 33.866, + "y": 1.276, + "z": 53.349 + } + }, + { + "Position": { + "x": 33.866, + "y": 1.275, + "z": 51.06 + } + }, + { + "Position": { + "x": 37.4, + "y": 1.277, + "z": 51.071 + } + }, + { + "Position": { + "x": 37.4, + "y": 1.276, + "z": 48.764 + } + }, + { + "Position": { + "x": 33.866, + "y": 1.275, + "z": 48.753 + } + }, + { + "Position": { + "x": 33.863, + "y": 1.283, + "z": 76.349 + } + }, + { + "Position": { + "x": 45.98, + "y": 1.292, + "z": 92.453 + } + }, + { + "Position": { + "x": 45.98, + "y": 1.291, + "z": 90.153 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.29, + "z": 87.853 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.29, + "z": 85.553 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.289, + "z": 83.253 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.289, + "z": 80.953 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.288, + "z": 78.653 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.287, + "z": 76.353 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.287, + "z": 74.053 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.286, + "z": 71.753 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.285, + "z": 69.453 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.284, + "z": 67.153 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.284, + "z": 64.853 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.283, + "z": 62.553 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.283, + "z": 60.253 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.282, + "z": 57.953 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.281, + "z": 55.653 + } + }, + { + "Position": { + "x": 45.979, + "y": 1.28, + "z": 53.353 + } + }, + { + "Position": { + "x": 45.964, + "y": 1.28, + "z": 51.063 + } + }, + { + "Position": { + "x": 45.963, + "y": 1.279, + "z": 48.757 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.292, + "z": -47.41 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.291, + "z": -49.71 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.29, + "z": -52.01 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.29, + "z": -54.309 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.289, + "z": -56.609 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.289, + "z": -58.909 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.288, + "z": -61.209 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.287, + "z": -63.509 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.286, + "z": -65.809 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.286, + "z": -68.109 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.285, + "z": -70.409 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.285, + "z": -72.709 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.284, + "z": -75.009 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.283, + "z": -77.309 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.282, + "z": -79.609 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.282, + "z": -81.909 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.281, + "z": -84.209 + } + }, + { + "Position": { + "x": 45.639, + "y": 1.281, + "z": -86.509 + } + }, + { + "Position": { + "x": 45.624, + "y": 1.28, + "z": -88.798 + } + }, + { + "Position": { + "x": 45.623, + "y": 1.279, + "z": -91.105 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.287, + "z": -47.41 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.286, + "z": -52.01 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.285, + "z": -56.608 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.282, + "z": -65.808 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.28, + "z": -72.708 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.278, + "z": -79.608 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.276, + "z": -86.508 + } + }, + { + "Position": { + "x": 36.609, + "y": 1.276, + "z": -88.798 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.278, + "z": -84.208 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.284, + "z": -63.508 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.286, + "z": -56.608 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.289, + "z": -49.708 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.285, + "z": -65.82 + } + }, + { + "Position": { + "x": 40.274, + "y": 1.277, + "z": -88.809 + } + }, + { + "Position": { + "x": 40.292, + "y": 1.28, + "z": -81.92 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.282, + "z": -72.72 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.283, + "z": -68.12 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.285, + "z": -63.52 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.288, + "z": -54.32 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.289, + "z": -49.72 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.29, + "z": -47.42 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.288, + "z": -52.02 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.287, + "z": -56.62 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.286, + "z": -58.92 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.285, + "z": -61.22 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.283, + "z": -70.42 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.281, + "z": -75.008 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.281, + "z": -77.32 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.282, + "z": -75.02 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.28, + "z": -77.308 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.281, + "z": -79.62 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.279, + "z": -79.608 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.278, + "z": -81.909 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.279, + "z": -84.22 + } + }, + { + "Position": { + "x": 40.29, + "y": 1.278, + "z": -86.52 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.277, + "z": -86.508 + } + }, + { + "Position": { + "x": 36.608, + "y": 1.276, + "z": -91.104 + } + }, + { + "Position": { + "x": 40.274, + "y": 1.277, + "z": -91.116 + } + }, + { + "Position": { + "x": 32.969, + "y": 1.275, + "z": -91.104 + } + }, + { + "Position": { + "x": 32.97, + "y": 1.275, + "z": -88.798 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.276, + "z": -84.208 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.277, + "z": -81.908 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.278, + "z": -77.308 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.279, + "z": -75.008 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.28, + "z": -70.408 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.282, + "z": -68.108 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.283, + "z": -68.108 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.283, + "z": -65.808 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.282, + "z": -70.408 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.281, + "z": -72.708 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.282, + "z": -63.508 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.283, + "z": -61.208 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.284, + "z": -58.908 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.285, + "z": -58.908 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.285, + "z": -61.208 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.287, + "z": -54.308 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.285, + "z": -54.308 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.287, + "z": -52.008 + } + }, + { + "Position": { + "x": 32.985, + "y": 1.287, + "z": -49.71 + } + }, + { + "Position": { + "x": 36.624, + "y": 1.288, + "z": -47.408 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.286, + "z": -47.41 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.285, + "z": -49.71 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.285, + "z": -52.01 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.284, + "z": -54.308 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.283, + "z": -56.608 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.282, + "z": -58.908 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.282, + "z": -61.208 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.281, + "z": -63.508 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.28, + "z": -68.108 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.28, + "z": -65.808 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.279, + "z": -70.408 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.279, + "z": -72.709 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.278, + "z": -75.009 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.277, + "z": -77.308 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.277, + "z": -79.608 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.276, + "z": -81.909 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.275, + "z": -84.208 + } + }, + { + "Position": { + "x": 29.34, + "y": 1.274, + "z": -86.508 + } + }, + { + "Position": { + "x": 29.324, + "y": 1.274, + "z": -88.798 + } + }, + { + "Position": { + "x": 29.324, + "y": 1.273, + "z": -91.104 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.286, + "z": 92.449 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.286, + "z": 90.149 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.285, + "z": 87.849 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.284, + "z": 85.549 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.283, + "z": 83.249 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.282, + "z": 78.649 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.283, + "z": 80.949 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.282, + "z": 76.349 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.281, + "z": 74.049 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.28, + "z": 71.749 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.279, + "z": 67.149 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.278, + "z": 64.849 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.278, + "z": 62.549 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.277, + "z": 60.249 + } + }, + { + "Position": { + "x": 30.311, + "y": 1.276, + "z": 57.949 + } + }, + { + "Position": { + "x": 30.311, + "y": 1.275, + "z": 55.65 + } + }, + { + "Position": { + "x": 30.312, + "y": 1.275, + "z": 53.369 + } + }, + { + "Position": { + "x": 30.311, + "y": 1.274, + "z": 51.06 + } + }, + { + "Position": { + "x": 30.311, + "y": 1.273, + "z": 48.753 + } + }, + { + "Position": { + "x": 30.308, + "y": 1.279, + "z": 69.449 + } + }, + { + "Position": { + "x": -29.183, + "y": 1.263, + "z": 95.802 + } + }, + { + "Position": { + "x": 58.435, + "y": 1.394, + "z": -27.876 + } + }, + { + "Position": { + "x": 58.484, + "y": 1.397, + "z": -14.35 + } + }, + { + "Position": { + "x": 58.488, + "y": 1.402, + "z": 0.125 + } + }, + { + "Position": { + "x": 58.53, + "y": 1.403, + "z": 14.467 + } + }, + { + "Position": { + "x": 58.53, + "y": 1.408, + "z": 28.524 + } + }, + { + "Position": { + "x": 66.982, + "y": 1.397, + "z": 28.531 + } + }, + { + "Position": { + "x": 66.991, + "y": 1.392, + "z": 14.501 + } + }, + { + "Position": { + "x": 66.99, + "y": 1.39, + "z": 0.141 + } + }, + { + "Position": { + "x": 66.994, + "y": 1.384, + "z": -14.341 + } + }, + { + "Position": { + "x": 66.904, + "y": 1.38, + "z": -27.91 + } + }, + { + "Position": { + "x": 40.02, + "y": 1.432, + "z": 28.521 + } + }, + { + "Position": { + "x": 40.197, + "y": 1.428, + "z": 14.5 + } + }, + { + "Position": { + "x": 29.141, + "y": 1.448, + "z": 28.646 + } + }, + { + "Position": { + "x": 40.274, + "y": 1.427, + "z": 0.383 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.254, + "z": 85.609 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.254, + "z": 83.309 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.253, + "z": 81.009 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.253, + "z": 78.709 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.252, + "z": 76.409 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.251, + "z": 74.109 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.25, + "z": 71.809 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.25, + "z": 69.509 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.249, + "z": 67.209 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.248, + "z": 64.909 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.248, + "z": 62.609 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.247, + "z": 60.309 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.247, + "z": 58.009 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.246, + "z": 55.709 + } + }, + { + "Position": { + "x": -42.712, + "y": 1.245, + "z": 53.409 + } + }, + { + "Position": { + "x": -42.71, + "y": 1.245, + "z": 51.109 + } + }, + { + "Position": { + "x": -45.114, + "y": 1.248, + "z": 65.419 + } + }, + { + "Position": { + "x": -45.114, + "y": 1.247, + "z": 64.492 + } + }, + { + "Position": { + "x": -46.041, + "y": 1.247, + "z": 64.492 + } + }, + { + "Position": { + "x": -46.041, + "y": 1.247, + "z": 65.419 + } + }, + { + "Position": { + "x": 29.09, + "y": 1.446, + "z": 14.5 + } + }, + { + "Position": { + "x": -22.602, + "y": 1.635, + "z": 22.44 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -25.571, + "y": 1.639, + "z": 22.44 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -28.485, + "y": 1.642, + "z": 22.44 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -31.454, + "y": 1.645, + "z": 22.44 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -50.852, + "y": 1.635, + "z": 18.972 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.852, + "y": 1.635, + "z": 16.034 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.852, + "y": 1.634, + "z": 13.097 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.84, + "y": 1.633, + "z": 10.156 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.84, + "y": 1.632, + "z": 7.018 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.9, + "y": 1.645, + "z": -13.134 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.9, + "y": 1.642, + "z": -16.078 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.9, + "y": 1.639, + "z": -19.014 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.9, + "y": 1.636, + "z": -21.956 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -50.9, + "y": 1.633, + "z": -25.097 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -28.509, + "y": 1.64, + "z": -22.42 + }, + "Rotation": { + "x": 0, + "y": 180, + "z": 0 + } + }, + { + "Position": { + "x": -25.509, + "y": 1.64, + "z": -22.42 + }, + "Rotation": { + "x": 0, + "y": 180, + "z": 0 + } + }, + { + "Position": { + "x": -22.606, + "y": 1.64, + "z": -22.42 + }, + "Rotation": { + "x": 0, + "y": 180, + "z": 0 + } + }, + { + "Position": { + "x": -19.651, + "y": 1.64, + "z": -22.42 + }, + "Rotation": { + "x": 0, + "y": 180, + "z": 0 + } + }, + { + "Position": { + "x": -34.383, + "y": 1.651, + "z": 22.439 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -16.691, + "y": 1.64, + "z": -22.417 + }, + "Rotation": { + "x": 0, + "y": 180, + "z": 0 + } + }, + { + "Position": { + "x": -34.26, + "y": 1.651, + "z": 23.6 + } + }, + { + "Position": { + "x": -33.12, + "y": 1.65, + "z": 23.6 + } + }, + { + "Position": { + "x": -16.78, + "y": 1.64, + "z": -23.58 + } + }, + { + "Position": { + "x": -17.92, + "y": 1.64, + "z": -23.58 + } + }, + { + "Position": { + "x": -52.07, + "y": 1.634, + "z": -23.68 + } + }, + { + "Position": { + "x": -52.07, + "y": 1.633, + "z": -24.82 + } + }, + { + "Position": { + "x": -52.01, + "y": 1.633, + "z": 8.43 + } + }, + { + "Position": { + "x": -52.01, + "y": 1.633, + "z": 7.29 + } + }, + { + "Position": { + "x": -53.232, + "y": 1.636, + "z": 10.581 + } + }, + { + "Position": { + "x": -53.27, + "y": 1.636, + "z": -21.55 + } + }, + { + "Position": { + "x": -20.049, + "y": 1.64, + "z": -24.78 + } + }, + { + "Position": { + "x": -30.997, + "y": 1.647, + "z": 24.81 + } + }, + { + "Position": { + "x": 36.173, + "y": 1.427, + "z": -11.382 + } + }, + { + "Position": { + "x": -62.567, + "y": 1.569, + "z": -0 + } + } +] diff --git a/modsettings/TabStates.json b/modsettings/TabStates.json new file mode 100644 index 00000000..7b9e9a7c --- /dev/null +++ b/modsettings/TabStates.json @@ -0,0 +1,57 @@ +{ + "10": { + "body": "Created by Whimsical\n\nAnything that passes over the remover that isn't a card or a deck will be deleted.\r\nTo use the remover, right click on it, choose the \"Enable\" option, and take your card with resources/horror/damage and swipe it over the remover. You may wish to unlock and/or copy the remover to your play area first.", + "color": "Grey", + "id": 10, + "title": "Token Remover", + "visibleColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + } + }, + "11": { + "body": "By Whimsical. Requires Numlock set to On.\nNumpad 1: Cut top 3 cards of deck\nNumpad 2: Cut top 6 cards of deck\nNumpad 3: Cut top 9 cards of deck\nNumpad 4: Spawn Damage\nNumpad 5: Spawn Connection Marker\nNumpad 6: Spawn Horror\nNumpad 7: Spawn Doom\nNumpad 8: Spawn Clue\nNumpad 9: Spawn Resource\nNumpad 0: Draw lines between selected objects. Hold to draw lines from mouseover object to other selected objects.", + "color": "Grey", + "id": 11, + "title": "Numpad Hotkeys", + "visibleColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + } + }, + "7": { + "body": "The server host can enable or disable cards in hands being hidden from other players by going to the menu at the top of the TTS screen, clicking options, and choosing Hands. The \"Disable\" setting reveals all player hands to all players, while the \"Default\" setting means that each player can only see the cards in their own hand.", + "color": "Grey", + "id": 7, + "title": "How to Hide Hands", + "visibleColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + } + }, + "8": { + "body": "Welcome to Arkham Horror LCG - Super Complete Edition!\r\n\r\nBelow you will find all the features and instructions this mod is loaded with, that will make your AH LCG experience easier.\r\n\r\nDECKBUILDING\r\n1. All current existing investigators are on the right-hand side, and within each chest you will find their investigator-specific assets and weaknesses. Also included is a basic starter deck which only requires you to add a basic random weakness to get going.\r\n\r\n2. On the left-hand side you will find both the weakness decks as well as lvl 0 cards sorted by class. To reveal the cards, click on each corresponding token to deal the cards onto the table. Cards are sorted by order of Skill, event and Asset cards top-down and increasing resource cost, left to right. \r\n\r\n3. On the upper side you have the upgrade cards. Similarly, click each token to deal the cards out onto the table. Cards are arranged both in increasing xp cost and resource cost, left to right. Typically, these are the cards you will be spending XP on between scenarios to purchase and improve your deck.\r\n4. On the right-hand side underneath the Investigators, you will find the automated ArkhamDB Deckbuilder (coded and maintained by Grabben). Click the load cards button to activate the Deckbuilder, check ArkhamDB for your chosen deck’s URL and insert its number code following the instructions on the deckbuilder, and it will build the deck automatically for you.\r\n\r\nSCENARIOS \u0026 SETUP\r\n1. \tArkham Horror LCG comes with a core campaign (Night of the Zealot) and several expansions (The Dunwich Legacy, The Path to Carcosa \u0026 The Forgotten Age). Within each box you will find the volumes that contain all the cards required for each scenario setup, as well as a tablet linking to the official campaign guide PDF. Also included are chaos token cards and a Campaign Log.\r\n\r\n2. \tEach scenario is setup differently, and while some of the work has been prepared beforehand (such as building encounter decks), you will have to refer to the Campaign Guide for specific instructions on how to set up each scenario.\r\n\r\n3. \tThe chaos bag is always placed on the scenario setup mat in the upper right-hand corner onto a snap point that tilts it at a 45-degree angle. Each scenario volume will contain a difficulty card, where you will have the choice of four difficulties. Press the button on the card according to the difficulty of your choosing and the chaos bag will automatically be configured with the tokens specific to that difficulty. In campaign play it is recommended to save your decks and chaos bag at the end of your scenario to carry over onto the next, as often tokens are added or removed from the chaos bag depending on actions or decisions made during the game. These additional tokens can be drawn from the token reserve book resting next to the newspaper in the middle of the main table – right click it and search for the token you need.\n\r\n4. \tWhen placing location cards, always place them face down on the main play area (the dark map of Arkham, Massachusetts) with the number of clues per location unrevealed. The mod is scripted so that when you flip said location cards (usually when entering the location with an investigator), if it contains clues, the number of clues specific to that location will automatically spawn. Note, that the mod only spawns tokens in relation to the number of players currently set on the playmat player settings. To set the number of players, left-click on the \"Investigators Playing\" number to increase, or right-click to decrease.\r\n\n5. To make location mapping easier, you can draw location connector tokens from the arrow-shaped container below the main play area. Each token has three states (one way, two way and four way) to use them accordingly to better visualize how your locations connect.\n\r\n6. \tIf you require additional doom or clue tokens, these are located on the scenario playmat in their corresponding containers. A handy Doom counter has been also been added to track the doom on the agenda – left-click to add to add, and right-click to deduct. Keep in mind that any doom spawned on enemies, locations or assets needs to be mentally added to the doom in play on the agenda to account for total doom.\r\n\r\nINVESTIGATOR PLAYMAT AND GAMEPLAY\r\n1. \tInvestigator mats are scripted to automate most of the gameplay for you. wdw\n\r\n2. \tEach mat has slots for inventory, where if you play an asset (for example you put a gun that has 4 ammo into your right-hand slot), the mod will automatically spawn the 4 resource tokens onto your equipped card.\n\r\n3.\tThe draw encounter button on the left-hand side will draw the topmost card from the encounter deck and put it in your threat area. Left-clicking will draw the card face-down, and right-clicking will draw the card face-up. When you draw a weakness, or engage an enemy, it is recommended you put it in your threat area, and once you defeat the enemy or treachery, you can send it to the encounter discard pile by clicking the discard button. If you defeat an enemy with a victory point, make sure not to discard to the discard pile, but pick the card up and drop it at the victory display.\n\r\n4. \tThe Click for Chaos button does just that, draw a random chaos token from your chaos bag. Clicking a second time, sends your chaos token back into the bag, which is then shuffled. If one player clicks to draw a token and doesn’t click a second time to send it back, the click from another player on his personal mat will send the token back first, and the next click will draw the token. Additionally, right-clicking the button will continue drawing tokens and line them up next to each other, which is useful for specific draw conditions the game may require from you. Left-clicking again will send all drawn tokens back to the bag.\n\nADDITIONAL FEATURES:\n1. Over 20 Fan-made scenarios created by the thriving community of Arkham Horror LCG have been included. Some of these are one-scenario missions, others are long involved campaigns spanning multiple scenarios. These are all contained in \"The Side Missions\". This boxset also includes the official FFG-created sidemissions Curse of the Rougarou, Carnevale of Horrors, Labrynths of Lunacy and The Eternal Slumber. Read the rulebook on including a side-mission into an ongoing campaign, or play it as a one-off adventure! Setup instructions are included in each volume.\n\n2. If you are not a fan of the dark themed Arkham map for the playmat, you can change the image on it to any you like. At the top left hand side of the playmat is an image icon, which when clicked will reveal a image swap panel. Input the URL for the image you want to repalce the playmat with, and the panel will apply the image for you. Keep in mind this will not change the existing snap points on the current playmat.\n\r\nAs a final comment, please be sure to let me know on the mod page in steam workshop if you find any bugs, issues or have any suggestions for improvement!\r\n\r\n\r\n \r\n\r\n", + "color": "Grey", + "id": 8, + "title": "Basic Intro", + "visibleColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + } + }, + "9": { + "body": "Implemented by Tikatoy\nIdea conceived by Cadentia\n\nVersion 3.3\n\nTop buttons manage bless tokens, bottom buttons manage curse tokens\nADD - creates a new token and adds it to the chaos bag\nREMOVE - removes a token from the chaos bag and destroys it\nTAKE - takes a token from the chaos bag and places it below the manager (for sealing)\nRETURN - returns the last token taken from the chaos bag to the chaos bag\n\nTo use Parallel Wendy, go to Options -\u003e Game Keys, then bind a key or mouse button to Wendy's Menu. Hover over any card (won't work on decks) then press the bound key. Right-click seal/release options will be added to the card.\n\n---Other Notes---\n\nOnly use ONE token manager at a time\nTokens are limited to 10 of each type in play\nBless and curse tokens should be in the chaos bag before trying to REMOVE or TAKE them\nEach action logs a message which ends with (# in bag/# taken); hit enter to view log\n**WARNING**: Tracking # of tokens in bag and in play will NOT persist between saves\n\r", + "color": "Grey", + "id": 9, + "title": "Bless / Curse Manager", + "visibleColor": { + "b": 0.5, + "g": 0.5, + "r": 0.5 + } + } +} diff --git a/modsettings/Turns.json b/modsettings/Turns.json new file mode 100644 index 00000000..17e07ae8 --- /dev/null +++ b/modsettings/Turns.json @@ -0,0 +1,10 @@ +{ + "DisableInteractions": false, + "Enable": false, + "PassTurns": true, + "Reverse": false, + "SkipEmpty": false, + "TurnColor": "", + "TurnOrder": [], + "Type": 0 +} diff --git a/objects/231Notes-10152022.268764.json b/objects/231Notes-10152022.268764.json new file mode 100644 index 00000000..96a57f85 --- /dev/null +++ b/objects/231Notes-10152022.268764.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "- Fixed issues with TSK cards having the wrong images when imported.\n- Fixed bonded cards appearing in imported decks.\n- Fixed green player board being too high.\n- Fixed \"Uses: 0\" cards from displaying errors.\n- The mythos state of the phase tracker is now locked.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "268764", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "2.3.1 Notes - 10/15/2022", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.265, + "posY": 1.748, + "posZ": -16.508, + "rotX": 358, + "rotY": 45, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.134348.json b/objects/3DText.134348.json new file mode 100644 index 00000000..5f9bdb7c --- /dev/null +++ b/objects/3DText.134348.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "134348", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "Featured Fan Content", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 56 + }, + "Tooltip": true, + "Transform": { + "posX": 42.41, + "posY": 1.5, + "posZ": -11.355, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.184810.json b/objects/3DText.184810.json new file mode 100644 index 00000000..99d88405 --- /dev/null +++ b/objects/3DText.184810.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "184810", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "Starter Decks", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -26.788, + "posY": 1.5, + "posZ": 78.691, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.260e0c.json b/objects/3DText.260e0c.json new file mode 100644 index 00000000..6d71fd4b --- /dev/null +++ b/objects/3DText.260e0c.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "260e0c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "Core/Adv.", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -26.785, + "posY": 1.5, + "posZ": 84.406, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.65eb7e.json b/objects/3DText.65eb7e.json new file mode 100644 index 00000000..d33624b9 --- /dev/null +++ b/objects/3DText.65eb7e.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "65eb7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "New to the game? Check the archives gun for a how to play guide!", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -48.926, + "posY": 1.254, + "posZ": 71.399, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.6f870e.json b/objects/3DText.6f870e.json new file mode 100644 index 00000000..2c4d9a2a --- /dev/null +++ b/objects/3DText.6f870e.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6f870e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "Carcosa", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -17.92, + "posY": 1.5, + "posZ": 77.589, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.778306.json b/objects/3DText.778306.json new file mode 100644 index 00000000..93b0fa82 --- /dev/null +++ b/objects/3DText.778306.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "778306", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "TFA", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -17.957, + "posY": 1.5, + "posZ": 70.706, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.8553dc.json b/objects/3DText.8553dc.json new file mode 100644 index 00000000..b20322e3 --- /dev/null +++ b/objects/3DText.8553dc.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8553dc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "EotE", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -26.795, + "posY": 1.5, + "posZ": 70.71, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.89e0dd.json b/objects/3DText.89e0dd.json new file mode 100644 index 00000000..4fe1818b --- /dev/null +++ b/objects/3DText.89e0dd.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "89e0dd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "TSK", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -26.789, + "posY": 1.5, + "posZ": 63.72, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.9f04cb.json b/objects/3DText.9f04cb.json new file mode 100644 index 00000000..cc08d67e --- /dev/null +++ b/objects/3DText.9f04cb.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f04cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "TDE", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -17.89, + "posY": 1.5, + "posZ": 58.092, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.b32e04.json b/objects/3DText.b32e04.json new file mode 100644 index 00000000..acfafa92 --- /dev/null +++ b/objects/3DText.b32e04.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b32e04", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "To use multiple classes at once, place a class, copy all of its cards, and recall it.\nThen, place another class, and paste the copied class from the clipboard.\nThere should be room for two or even three classes.", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 52 + }, + "Tooltip": true, + "Transform": { + "posX": 74.748, + "posY": 1.32, + "posZ": 59.06, + "rotX": 90, + "rotY": 91, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.bb4ade.json b/objects/3DText.bb4ade.json new file mode 100644 index 00000000..36c45470 --- /dev/null +++ b/objects/3DText.bb4ade.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bb4ade", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "All", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -26.788, + "posY": 1.5, + "posZ": 57.99, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.ca78c7.json b/objects/3DText.ca78c7.json new file mode 100644 index 00000000..7b2f4e6f --- /dev/null +++ b/objects/3DText.ca78c7.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca78c7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "TCU", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -17.886, + "posY": 1.5, + "posZ": 63.72, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.d861ca.json b/objects/3DText.d861ca.json new file mode 100644 index 00000000..a44b98f5 --- /dev/null +++ b/objects/3DText.d861ca.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d861ca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "TIC", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -17.895, + "posY": 1.5, + "posZ": 53.267, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.e51c92.json b/objects/3DText.e51c92.json new file mode 100644 index 00000000..5bf95d79 --- /dev/null +++ b/objects/3DText.e51c92.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e51c92", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "Dunwich", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 64 + }, + "Tooltip": true, + "Transform": { + "posX": -17.913, + "posY": 1.5, + "posZ": 84.579, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/3DText.e85ff9.json b/objects/3DText.e85ff9.json new file mode 100644 index 00000000..e3bdd8b9 --- /dev/null +++ b/objects/3DText.e85ff9.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e85ff9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "3DText", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Text": { + "Text": "Click the Place button to reveal the investigators for each cycle. Recall before placing a new set!", + "colorstate": { + "b": 1, + "g": 1, + "r": 1 + }, + "fontSize": 56 + }, + "Tooltip": true, + "Transform": { + "posX": -5.127, + "posY": 1.323, + "posZ": -69.108, + "rotX": 90, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AgendaDeck.85c4c6.json b/objects/AgendaDeck.85c4c6.json new file mode 100644 index 00000000..a3d447b0 --- /dev/null +++ b/objects/AgendaDeck.85c4c6.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949592555964782208/CC876694A6684B3C2680CE2FE3259F574AE0AD97/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "85c4c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/AgendaDeck\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Agenda Deck", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -5.316, + "posY": 1.639, + "posZ": 0.378, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.415559769, + "scaleY": 1, + "scaleZ": 0.415559769 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Agility.181fa2.json b/objects/Agility.181fa2.json new file mode 100644 index 00000000..16baab3f --- /dev/null +++ b/objects/Agility.181fa2.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/vXVWwD0.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "181fa2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Agility", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -35.602, + "posY": 1.587, + "posZ": 19.236, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Agility.2c3f8d.json b/objects/Agility.2c3f8d.json new file mode 100644 index 00000000..d043dab9 --- /dev/null +++ b/objects/Agility.2c3f8d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/vXVWwD0.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2c3f8d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Agility", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -15.861, + "posY": 1.548, + "posZ": -19.216, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Agility.a0b6df.json b/objects/Agility.a0b6df.json new file mode 100644 index 00000000..1b2acbe5 --- /dev/null +++ b/objects/Agility.a0b6df.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/vXVWwD0.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0b6df", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Agility", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.642, + "posY": 1.6, + "posZ": 5.825, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Agility.d4df33.json b/objects/Agility.d4df33.json new file mode 100644 index 00000000..c7513d8c --- /dev/null +++ b/objects/Agility.d4df33.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/vXVWwD0.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d4df33", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Agility", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.641, + "posY": 1.59, + "posZ": -25.644, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07.json b/objects/AllPlayerCards.15bb07.json new file mode 100644 index 00000000..5b752ba0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07.json @@ -0,0 +1,1575 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "CharlieKane.4deeff", + "FinnEdwards.dd40c0", + "MontereyJack.46b145", + "Ifitbleeds.acf2b0", + "BeatCop2.7001be", + "TheNecronomicon.5b2e10", + "Rolands38Special.4edb91", + "StubbornDetective.4ea68b", + "EmergencyCache2.8948c4", + "Charisma3.9e6c55", + "RelicHunter3.3c959c", + "Deduction.b265c4", + "GuardDog.08bdf1", + "ThroughtheGates.fd9c56", + "AWatchfulPeace3.176836", + "UnearththeAncients.f763e8", + "SwordCane.9c32e2", + "ScrollofSecretsTaboo.19b705", + "Flamethrower5.cf4f15", + "ZebulonWhateley.6714b2", + "Switchblade2Taboo.842d41", + "FluteoftheOuterGods4.3cc1e2", + "MeditativeTrance.ef46e9", + "RelicofAges.87718c", + "RelicofAges.35bc58", + "CallforBackup2.1d1901", + "Blur4.5ade28", + "ShardsoftheVoid3.b10a71", + "ColtVestPocket2.8dda2d", + "ThirdTimesaCharm2.45956a", + "SpectralRazor.8e8a14", + "AnalyticalMind.7b6ab5", + "ScrollofSecrets3.194d88", + "OrnateBow3.2acced", + "WatcherfromAnotherDimension.6945f7", + "ProtectiveGear2.9a5cb1", + "TrenchCoat.ba560e", + "WendysAmulet.27b4ea", + "DigDeep2.0414b4", + "18Derringer.101a41", + "SealoftheElderSign5.91e890", + "SurvivalKnife2.c1d796", + "GuardianAngel.3c0249", + "HospitalDebts.bd323d", + "CheatDeath5.3add54", + "LaboratoryAssistant.147cb2", + "DreamParasite.ae16e8", + "DelveTooDeepTaboo.d4a68a", + "HolyRosary2.2d2246", + "ThinkonYourFeet.6fec31", + "Prescient.7e7873", + "FineClothes.5cb973", + "ManoaMano2.14424c", + "Studious3.4ea716", + "InspiringPresence.80628f", + "MedicalTexts.ba16cb", + "BlessingofIsis3.205385", + "Ivegotaplan.acd0da", + "AceofRods1.52a677", + "CustomAmmunition3.f03baa", + "DesperateSearch.45bdf0", + "EyeofChaos4.f68105", + "TemptFate.33f906", + "GritYourTeeth.a92a90", + "Watchthis.c40cb4", + "LuckyCigaretteCase.c607c5", + "45Thompson.2c6509", + "BearTrap.74840a", + "Pilfer.cc9563", + "AbbessAllegriaDiBiase.a4b514", + "Haste2.1bd139", + "ValentinoRivas.726d1d", + "EmpowerSelf2.3d22c4", + "ArcaneResearch.e425d0", + "DeVermisMysteriis2.b40b98", + "Imouttahere.62cf25", + "CaughtRed-Handed.ecd087", + "RobesofEndlessNight2.ef43db", + "Hope.45c582", + "BloodstainedDagger.d71f11", + "Stealth.ddee79", + "SeaChangeHarpoon.4e405d", + "CharonsObol1.1dbc95", + "ShroudofShadows.a565d5", + "M1918BAR4.b1ad65", + "TrialbyFire.869d4c", + "Versatile2.eca1c8", + "SmuggledGoods.1f3880", + "AllIn5.7d3a27", + "RisetotheOccasion3.bb501b", + "HallowedMirror.312d38", + "MissDoyle1.e1aedf", + "WilltoSurvive3.0027f2", + "Scrapper3.dffe4a", + "ToFighttheBlackWind.00b6c3", + "Illseeyouinhell.84ba9d", + "OccultLexicon3.71d99c", + "32Colt.b0f851", + "Kerosene1.25ad44", + "UnboundBeast.86cf9c", + "FirstAid.5cd622", + "JoeyTheRatVigil.b51688", + "PreparedfortheWorst.831b6b", + "Mk1Grenades4.0ab574", + "VaultofKnowledge.2fdcc9", + "ConnecttheDots.13413d", + "WorkingaHunch.eb6165", + "GreteWagner.f6dfe5", + "AncientStone4.9c56d3", + "EldritchInspiration1.e84eff", + "AncientStone1.9bc46e", + "SellYourSoul.180b5b", + "GazeofOuraxsh2.b7c316", + "TruthfromFiction.d64c99", + "Handcuffs.5f33be", + "AgencyBackup5.d6eda3", + "Augur.cf9ca8", + "MistsofRlyeh4.68fce2", + "DelveTooDeep.14e212", + "AccursedFate.85e7d9", + "OnYourOwn3.2ebdf1", + "ZoeysCross.66d810", + "PendantoftheQueenTaboo.6047d6", + "DigDeep4.734b45", + "Dream-EnhancingSerum.98c5af", + "TheGoldPocketWatch4.62d930", + "MysteriesRemain.274daa", + "AgnesBaker.25e2db", + "Overpower2.017e1f", + "GreteWagner3.b39b78", + "HypnoticGaze.8f3c8e", + "DrMilanChristopherTaboo.8ae314", + "CrystallineElderSign3.949ca2", + "Cunning.e2767a", + "Pathfinder1.7f99cc", + "Clairvoyance.b67371", + "DumbLuck2.0c433b", + "GhastlyRevelation.b7c503", + "AceofSwords1.c4d436", + "Streetwise3Taboo.88a481", + "Directive.2d9256", + "WellConnected.66b7d5", + "DenyExistence5.d24531", + "LiquidCourage1.5065a6", + "PocketPortal.35e8e2", + "WishEater.464ca1", + "Showmanship.ad63bc", + "FamiliarSpirit.971d52", + "FiveofPentacles1.46187b", + "PreposterousSketches2.5e32a5", + "EnchantedSkull.a4775a", + "DreamDiary3.ea40f6", + "TrenchKnife.0d4eb9", + "SceneoftheCrime.ab37af", + "Newspaper.ee20c9", + "FalseCovenant2.3442f5", + "WardofProtection5.7bc995", + "SurvivalInstinct2.be4abe", + "BruteForce1.fb9b7e", + "ElusiveTaboo.b67931", + "ClaspofBlackOnyx.f295d9", + "ThomasDawson.1f7e6e", + "Leadership.83d8d7", + "PreposterousSketches.60b353", + "DecoratedSkull.07350b", + "EldritchInspiration.24eb36", + "AlejandroVela.c49b4b", + "RiteofEquilibrium5.315b45", + "SleightofHand.819aee", + "ShiningTrapezohedron4.b4b991", + "CleanThemOut.3319be", + "FeedtheMind3.bc4788", + "KnowledgeisPower.6de21b", + "EmpowerSelf2.ffe4dd", + "EmergencyCache3.408cb5", + "Backstab3.7baf75", + "GreenManMedallion.c729ab", + "Daredevil2.b3cad4", + "Self-Destructive.2204cc", + "CryptographicCipher.4f3142", + "StrangeSolution4.fa61ba", + "DelaytheInevitable.683937", + "SnareTrap2.f66dd9", + "TimewornBrand5.d3e55b", + "LogicalReasoning.812175", + "SignMagick3.f998c5", + "OldKeyring.5888da", + "TorrentofPower.79287f", + "TrueGrit.e25dc1", + "PurifyingCorruption4.ac9763", + "Relentless.af3efd", + "UnspeakableOathCowardice.ea0fa1", + "SacrificialBeast.46812e", + "WhittonGreene.3c5099", + "EnchantedBlade.c7d9b5", + "AnythingYouCanDoBetter.2c563c", + "KnightofSwords3.159f82", + "Hawk-EyeFoldingCamera.5ada0a", + "OtherworldlyCompass2.19ab7c", + "TidesofFate.823e49", + "VengefulHound.ce3a1a", + "EmpowerSelf2.4c0f00", + "StormofSpirits.9c922f", + "Kukri.756a35", + "Lucky3.04d33d", + "ScryingMirror.6446d1", + "EyeoftheDjinn2.df182a", + "ShockingDiscovery.f4dd3d", + "DarkProphecy.da7613", + "ShieldofFaith2.06abe0", + "SmallFavor.bf5a5f", + "Beloved.b4666d", + "LtWilsonStewart.4120f3", + "TommyMalloy.c3a014", + "Overzealous.88a9b3", + "ThinkonYourFeet2.3e0653", + "IntelReport.5115d9", + "HeroicRescue.bb0f6a", + "DavidRenfield.1f8539", + "TaketheInitiative.50fb37", + "Trusted.1bc300", + "Reckless.c45e67", + "CoverUp.f802e3", + "SneakAttack2.5f19e0", + "Enraptured.a5c780", + "Directive.133521", + "Taunt.d5cac6", + "TheTruthBeckons.ca1b5c", + "Guidance.bbfe9b", + "Kleptomania.447a08", + "PromiseofPower.d8b64b", + "SilassNet.4f11a2", + "ImpromptuBarrier.9591ac", + "BerettaM19184.91da6b", + "StandTogether3.cd7b97", + "CharlesRossEsq.4a2a36", + "RobesofEndlessNight.d9292f", + "Armageddon4.32e5a4", + "FingerprintKit.b9bb2a", + "DarkMemory.580a4d", + "Overpower.5ab9f4", + "Lure2.1a90a4", + "Counterpunch2.92436b", + "Burglary2.2aeb8a", + "One-TwoPunch.22bb1e", + "Arrogance.b2e5b0", + "Counterspell2.2236f6", + "AnnaKaslow4.03a4de", + "ScrollofSecrets3.0b12ac", + "Pilfer3.e503ce", + "DeepKnowledge.b176fc", + "SpiritofHumanity2.e5901b", + "Moxie1.5fe780", + "GraveyardGhouls.80b7c6", + "LetGodsortthemout.d3dcf1", + "Tonys38LongColt.1186a1", + "RitualCandles.0a4db3", + "Marksmanship1.6a9021", + "ScroungeforSupplies.7651f3", + "JewelofAureolus3.6bae15", + "SummonedHound1.ab4fb3", + "TelescopicSight3Taboo.dc65fd", + "MistsofRlyeh2.3d57b4", + "Decoy.2ee50e", + "BaitandSwitch.2c2d9a", + "EmergencyAid.9c46da", + "Safeguard.8d6ae6", + "Stealth3.26a3bf", + "Thrice-DamnedCuriosity.3eef18", + "BlasphemousCovenant2.10b087", + "Blackjack2.37a2b5", + "GarroteWire2.b45c82", + "OpenGate.a33acd", + "ShroudofShadows4.12bdf1", + "ArcaneInitiate3.65b30d", + "MomentofRespite3.523b76", + "MysteriousRaven.59e40d", + "Leadership2.80fafa", + "MedicoDellaPeste.6179d5", + "Painkillers.0c859f", + "Hallow3.e40802", + "AbandonedandAlone.79b4af", + "Hyperawareness2.23c3e5", + "RiteofSanctification.974743", + "DreamsoftheDeep.13eaf0", + "TrueUnderstanding.4167c0", + "JimsTrumpet.03c6a7", + "PeterSylvestre2.e1e098", + "StrangeSolution4.9afe23", + "RiotWhistle.55fc3d", + "SplittheAngle.67e006", + "PowderofIbnGhazi.f96ed0", + "YourWorstNightmare.406ab2", + "TheCodexofAges.df9809", + "WrittenintheStars.320bbe", + "LivredEibon.55001f", + "LuckyPenny2.aae31c", + "MedicalStudent.e419b4", + "DragonPole.331b58", + "TheHarbinger.e9fef2", + "StrengthinNumbers1.4e6d80", + "MichaelLeigh5.573765", + "Blur1.5be76d", + "Divination1.658588", + "ButterflySwords2.5779d3", + "HenryWan.9df9df", + "LiberOmniumFinium.242a11", + "CrystalPendulum.6c3156", + "NauticalProwess.9d6e9a", + "ProtectiveIncantation1.0fd4ae", + "UniversalSolvent.2f1166", + "MrRook.1339b0", + "AChanceEncounter2.0edef1", + "VoiceoftheMessenger.f93ea8", + "Narcolepsy.57e648", + "StormofSpirits3.1e9213", + "Fieldwork.d6771f", + "WhittonGreene2.854c79", + "LuckyCigaretteCase3.0feb74", + "FavoroftheMoon1.542a70", + "BloodPact.fc709b", + "EideticMemory3.814ce2", + "DynamiteBlast3.14dcc4", + "ElinaHarper.7e2896", + "QuantumFlux.edd34a", + "DarkFuture.3aa40e", + "MeatCleaver.a57f19", + "KeenEye.0dc75e", + "Atychiphobia.a3bc7a", + "Spirit-Speaker.a33470", + "18Derringer2.f8a977", + "CrisisofIdentity.367aac", + "RuthWestmacott.782e0a", + "Hyperawareness4.78adda", + "Directive.706176", + "ScrollofSecrets.230835", + "Nephthys4.5659d1", + "WarningShot.ec38db", + "TheHomeFront.b80459", + "JennysTwin45s.d87128", + "TokenofFaith.2ea0d0", + "MistsofRlyeh.5558f1", + "Shortcut.d4fd4a", + "RandolphCarter.d253a6", + "SoothingMelody.53f076", + "TheNecronomicon5.96ba38", + "QuickLearner4.3bbc0b", + "AccursedFollower.ef91a9", + "SignMagick.05d263", + "EyeofChaos.9a5782", + "HeirloomofHyperborea.bf151d", + "Unrelenting1.45386d", + "AlterFate1.9e4e11", + "Bauta.9c9196", + "CurseoftheRougarou.2e33f7", + "AChanceEncounter.3f3488", + "FortuneorFate2.e674e8", + "ViciousBlow2.d2e026", + "CrypticGrimoire4.416f12", + "AnatomicalDiagrams.a8e495", + "GuardianoftheCrystallizer.aec357", + "Premonition.e470cd", + "DarioEl-Amin.5ec1a2", + "EtherealForm.db90e2", + "DreamDiary.b81dcf", + "Streetwise3.d7dbac", + "TryandTryAgain1.3dc82f", + "SmitetheWicked.58f534", + "GravediggersShovel2.96a440", + "FinePrint.39452d", + "VoiceofRa.0988b2", + "EnchantWeapon3.33455f", + "Pickpocketing2.2f4db2", + "Sawed-OffShotgun5.4f5f0f", + "Shrivelling3.b3ce16", + "FinalRhapsody.2c901b", + "WardofProtection2.4d74f6", + "EarlSawyer.f14dce", + "CelaenoFragments.d287bc", + "SlipAway2.4a45c6", + "Poisoned.819f52", + "ActofDesperation.0bea17", + "Predestined.ec7702", + "HiredMuscle1.cdd6aa", + "ShrineoftheMoirai3.1934c6", + "GrimmsFairyTales.1d75d0", + "Backpack.f59085", + "Nihilism.fc4168", + "GregoryGry.90bf93", + "QuickThinkingTaboo.308967", + "TheEyeofTruth5.d6085d", + "GrislyTotem3.1433eb", + "SpiritualResolve5.26922c", + "TruthfromFiction2.45cd73", + "ExtensiveResearch1.3dc25c", + "EmptyVessel4.c0d236", + "Fence1.2423e7", + "ReadtheSigns.75eca5", + "ManipulateDestiny2.5606b3", + "ArbiterofFates.4fbdb2", + "AstoundingRevelation.7686cb", + "AlyssaGraham.53867b", + "45Thompson3.d4dbc7", + "TheChthonianStone3.a775ad", + "OntheLam.9c4900", + "Dendromorphosis.121b2d", + "OntheHunt.a13ca4", + "DaisysToteBag.96c9be", + "FaustianBargain.17d34b", + "SpiritAthame1.90a106", + "DrFrancisMorgan.f03306", + "MonstrousTransformation.a49751", + "BookofShadows1.35166c", + "PhysicalTraining4.ab51ce", + "Pathfinder1Taboo.ecbea8", + "FireExtinguisher1.8a4673", + "Flare1.017821", + "SixthSense4.060943", + "Investments.b65011", + "EnchantedArmor2.9509e3", + "ButterflyEffect1.22fc6c", + "Defiance.59b24f", + "MindoverMatter2.9b1c5b", + "MarinersCompass.4e2d75", + "OutofBodyExperience.d64b8f", + "TryandTryAgain3.f1b0f9", + "HeroicRescue2.93381d", + "Obfuscation.5ec6d0", + "Eavesdrop.256da2", + "Grounded1.98fc57", + "JessicaHyde1.b8380d", + "Infighting3.c803ba", + "Becky.587589", + "ImprovisedWeapon.30f90b", + "EasyMark1.cdbb37", + "ClarityofMind3.a53344", + "BlessedBlade.cf4571", + "FeedtheMind.a614de", + "BountyContracts.4d9b32", + "25Automatic.a5087b", + "BaseballBat.48e103", + "ArmorofArdennes5.f7a9ab", + "TelescopicSight3.db2c81", + "Copycat3.de40c8", + "GlimpsetheUnthinkable1.6e4d54", + "DrawingThin.6d9881", + "AcrossSpaceandTime.fb943f", + "AGlimmerofHope.f21109", + "RationalThought.1c7a00", + "FightorFlight.00af4f", + "Clairvoyance5.e21200", + "CalledbytheMists.e628de", + "OccultLexicon.5d6728", + "NaomiOBannion.7f7ecc", + "Getoverhere2.415ca2", + "LonnieRitter.ad0ef0", + "HighRoller2.ce1b89", + "Interrogate.c70ad8", + "Moonstone.0d006f", + "Oops2.70772b", + "CurseofAeons3.3199f2", + "Scrapper.c8505c", + "LastChance.1fe462", + "DreadCurse.c54d7e", + "SeekingAnswers.f69e10", + "AlchemicalTransmutation.54832d", + "HallowedMirror3.78858f", + "TheKinginYellow.016b72", + "FirstWatch.0bb3da", + "CrypticWritings2.870bdc", + "ShadowAgents.9be144", + "DaisysToteBag.cf41be", + "Encyclopedia.dbb0e0", + "SomethingWorthFightingFor.a3f105", + "Notwithoutafight.d1d7fa", + "Dodge.e0dff3", + "UnsolvedCase.22d886", + "MollyMaxwell.692ced", + "MitchBrown.f91fd9", + "The13thVision.c1ce8e", + "SpectralWeb.863f1a", + "JeromeDavids.d99735", + "SpringfieldM19034.a7944d", + "WilltoSurvive.dc4a2c", + "BloodEclipse1.5efc92", + "RookieMistake.e567ff", + "ArcaneStudies4.ca23d4", + "TheCouncilsCoffer2.0e39c2", + "TheStygianEye3.c4ae95", + "ThreeAces1.30062e", + "TheManinthePallidMask.6720ef", + "CrypticWritings.ff2776", + "KnowledgeisPowerTaboo.eccb8a", + "TonysQuarry.d6f8d1", + "AzureFlame3.c5fb42", + "Damned.bad8cb", + "ParadoxicalCovenant2.541ee9", + "ManoaMano1.c55160", + "KeyofYs5.1c98ff", + "KhopeshoftheAbyss.dc674e", + "PnakoticManuscripts5.344d98", + "DynamiteBlast2.e35bc2", + "MoonPendant2.72deff", + "ScrollofProphecies.0d926f", + "BrotherXavier1.3c9617", + "SwiftReload2.2cfa4f", + "DelilahORourke3.97a795", + "TennesseeSourMash3.b5e5f1", + "TheBellTolls.6cbc01", + "SearchingforIzzie.426d28", + "StunningBlow.58c435", + "SharpVision1.4d9a97", + "Letmehandlethis.36c0cb", + "Bandolier.82775a", + "MauserC96.f32343", + "HardKnocks.68744b", + "GrannyOrne.1cccfe", + "Blackjack.097dcc", + "LuckyDice2.07b163", + "MiskatonicArchaeologyFunding4.1a1b58", + "ObscureStudies.c5d8a9", + "Youowemeone.d27d12", + "CherishedKeepsake1.5a2b49", + "PlanofAction.96fd5d", + "Obsessive.a2e7d7", + "Prophesy.493b03", + "DrawingThinTaboo.3d08dc", + "LolaSantiago3.8bec05", + "Ichtaca.29fc24", + "AugustLindquist.83b588", + "DarkMemory.c025bf", + "ArchaicGlyphs3.3d35aa", + "GateBox.b8c891", + "Indebted.b2ef43", + "TennesseeSourMash3.cbe256", + "Ivegotaplan2.344e90", + "ForbiddenTome3.2f4507", + "VantagePoint.2f9ab1", + "UnexpectedCourage2.2f2190", + "LeatherCoat1.5b1550", + "QuickStudy2.092e92", + "GuidingSpirit1.9375f4", + "AncientStone4.3289b0", + "Geas2.b7223c", + "AstralTravel.31d087", + "DrElliHorowitz.27e7b3", + "ThreeAces1Taboo.a11abb", + "DreamDiary3.5f9a10", + "WardofRadiance.69116c", + "InternalInjury.4fb446", + "SergeantMonroe.5630c2", + "AbyssalTome2.a2d392", + "Wither.d946d9", + "Backpack2.389a34", + "TwilightBlade.223ba3", + "Switchblade2.2fba3b", + "IneffableTruth5.f00301", + "LoneWolf.dc3b07", + "SearchfortheTruth.4156cf", + "SleightofHandTaboo.5a51d1", + "LiveandLearn.050ba1", + "DiscofItzamna.d6c44a", + "DetectivesColt1911s.f4bac6", + "ArcaneStudies2.644af9", + "Stargazing1.968a26", + "BoughtinBlood.275dc3", + "ArchaicGlyphs3.66d5a3", + "StirringUpTrouble1.e99f0d", + "SwiftReflexes.c2d211", + "TrialbyFire3.76978f", + "OtherworldCodex2.df0e22", + "JohnJessieBurke.cfb393", + "BuryThemDeep.e6efe6", + "Clairvoyance3.f5d382", + "DenyExistence.8aa0c3", + "LostSoul.4f903e", + "GlimpsetheUnthinkable5.090fcf", + "BookofPsalms.cc1ef3", + "DecoratedSkull3.946a58", + "Momentum1.d753d7", + "TennesseeSourMash.be33f5", + "DrawingtheSign.438cca", + "DoubleDouble4.0e0530", + "Yaztaroth.bd65dc", + "IntheShadows.2561b9", + "LibraryDocent1.fab3a9", + "PayDay1.9f0b34", + "HatchetMan.857238", + "BoxingGloves.db4a43", + "Ambush1.a1fd61", + "CheapShot2.0b963c", + "FavoroftheSun1.1e6a06", + "TheBlackCat5.16e57b", + "AllIn5Taboo.ff1dfe", + "Lantern.e66002", + "RelicofAges.7667ef", + "RelicofAges.e27a30", + "PatricesViolin.ea0007", + "Resourceful.334f03", + "Cornered2.c6c260", + "ClarityofMind.8e57b8", + "TheNecronomicon.d45f10", + "SmokingPipe.603e29", + "Sacrifice1.f2877e", + "WellConnected3.170127", + "AWatchfulPeace3Taboo.125f13", + "AceintheHole3Taboo.e5d5f0", + "HandofFate.1ad931", + "ParallelFates.47bdba", + "Ikiaq3.9d7d4a", + "OfferYouCannotRefuse.e27c93", + "EnchantedBlade3.84b918", + "GravediggersShovel.3fe6de", + "DarkPact.dd3d09", + "GrislyTotem.a20887", + "HidingSpot.dd130e", + "Mi-GoWeapon.2fc31c", + "ErynnMacAoidh.6abfbc", + "UnspeakableOathCuriosity.f6aba5", + "TheChthonianStone.fc4ce8", + "Scavenging2.ff4aea", + "Lockpicks.cc11e4", + "BreakingandEntering.31cfbf", + "PennyWhite.73bccf", + "AceintheHole3.074858", + "LuckyDice3.c8bb2a", + "MonsterSlayer.63b3e5", + "SixthSense.6eceef", + "ExpeditiousRetreat1.ea8324", + "ExposeWeakness1.2e93fd", + "UntiltheEndofTime.41a9ec", + "WrackedbyNightmares.97781f", + "BloodEclipse3.53d765", + "SignumCrucis2.c73bb0", + "BurningtheMidnightOil.0d29be", + "AncientStone4.863f91", + "PriestofTwoFaiths1.48e4a3", + "CloakoftheOuterRealm.e4ab48", + "LitaChantler.3c1944", + "EldritchSophist.f6b1b6", + "TheSkeletonKey2.5d559a", + "FireAxe.9da37c", + "TrackShoes.6fa7fa", + "GildedVolto.d0e108", + "ProfessorWarrenRice.42806b", + "ExpeditionJournal.9dc3d4", + "Teamwork.eab2ed", + "TetsuoMori.08e5a6", + "ArcaneInsight4.536b52", + "Newspaper2.9bcdee", + "SongoftheDead2.2ae3ce", + "TheTatteredCloak.5d30a1", + "ShrewdAnalysis.658d38", + "Taunt3.85fe46", + "NoStoneUnturned.44cf4a", + "QuickThinking.99989c", + "DarkInsight.f08934", + "Defiance2.bf3dd1", + "35WinchesterTaboo.41e560", + "ChuckFergus5.0e72b6", + "PhysicalTraining2.d708d9", + "OccultEvidence.3586e6", + "CrypticGrimoire4.e8b179", + "InquiringMind.5c3aea", + "Daring.91e53c", + "RabbitsFoot3.3f91af", + "FishingNet.c7b748", + "NeitherRainnorSnow.6da7c4", + "WingingIt.aa3984", + "EsotericAtlas1.0ce005", + "LadyEsprit.ab24a6", + "ForbiddenTome3.f375bf", + "RandolphCarter.b04c8e", + "MoneyTalks.276477", + "HeaddressofYha-nthlei.e44c96", + "RexsCurse.033a35", + "MauserC962.725690", + "AbigailForeman4.97e9ce", + "FinnsTrusty38.848d9c", + "NineofRods3.c7fe4a", + "WordofCommand2.26853e", + "Observed4.cf5ac8", + "MadameLabranche.1ee492", + "IntheKnow1.7b42b6", + "OccultInvocation.010509", + "TheNecronomicon5Taboo.9fa2a5", + "25Automatic2.4425b5", + "PeterSylvestre.ffdeb5", + "GrotesqueStatue2.6b2e97", + "CrypticGrimoire.fbfa24", + "NoStoneUnturned5.1f3f16", + "CalloftheUnknown.86feae", + "Suggestion4.e7f37b", + "LogicalReasoning4.1258c6", + "TheDirgeofReason.fe68c6", + "AriadnesTwine3.27f6aa", + "DaringManeuver.cc6b14", + "LiquidCourage.c33a10", + "EssenceoftheDream.6ad46b", + "DecipheredReality5.8b0193", + "OccultScraps.6aea76", + "LodgeDebts.acce72", + "TheSilverKey.61fd07", + "BindMonster2.ba1460", + "DoubleorNothing.efb09b", + "CheapShot.b8c93a", + "Contraband2.620b6e", + "ArchaicGlyphs3.a14a11", + "TreasureHunter1.18927e", + "DrWilliamTMaleson.14d04f", + "NarrowEscape.f6ff32", + "RecalltheFuture2.a06aa7", + "SecondWind.baef55", + "HolySpear5.28289a", + "Streetwise.a973aa", + "Taunt2.9956d5", + "CrisisofFaith.8b68f4", + "Lantern2.bda4fd", + "DaringManeuver2.fc82a5", + "Persuasion.1b0235", + "AliceLuxley.ae20e0", + "DarkHorse.1b4434", + "EsotericAtlas2.2172e2", + "Knuckleduster.5690d1", + "ArtStudent.07a8f0", + "Youhandlethisone.dcdcea", + "Followed.0cc3e7", + "Thermos.5b14dc", + "GavriellaMizrah.2237f4", + "WhatHaveYouDone.2c76d9", + "Wither4.f57a6f", + "TheHungeringBlade1.2d94ed", + "HypnoticGaze2.e2bc49", + "Scrapper3Taboo.fcffa3", + "HotStreak2.f2508d", + "DoubleorNothingTaboo.f98f6f", + "MonsterSlayer5.e21854", + "JustifytheMeans3.025ed2", + "WavewornIdol.591284", + "TakeHeart.cc6e4d", + "OliveMcBride.9683d0", + "Counterpunch.20645e", + "HarmonyRestored2.7885cf", + "Glory.273584", + "Intrepid.99d061", + "TheRed-GlovedMan5.ad18a6", + "AbleBodied.051742", + "OldHuntingRifle3.44a37f", + "WhispersfromtheDeep.dd4a25", + "ArchaicGlyphs.cbfc12", + "Self-Sacrifice.5e808d", + "AnotherDayAnotherDollar3.006d44", + "ExtensiveResearch.013446", + "ShellShock.bcf406", + "Yaotl1.284bbe", + "Burglary.bc3451", + "TheTowerXVI.d5c93d", + "Sharpshooter3.7f27d6", + "SegmentofOnyx1.ff9f23", + "RecklessAssault.3ff641", + "MystifyingSong.3b8cb7", + "BaronSamedi.16ad5d", + "StandTogether.7ec473", + "Chronophobia.eeb330", + "TheWorldXXI3.372b5b", + "TheFool03.b74c69", + "Rastrad1.f1f24e", + "CoupdeGrce.2240f9", + "Ivehadworse2.76147b", + "DjVu5.719a45", + "Chainsaw4.d40f4e", + "Farsight4.b4121c", + "TheStarXVII3.a77ce0", + "Curiosity.9e5cd2", + "Shortcut2.29169e", + "BloodPact3.64e131", + "TwilaKatherinePrice3.9f76ec", + "TheHierophantV3.20c8a9", + "Recharge4.591789", + "DeathXIII1.2e5b03", + "SneakBy.d099f4", + "TheMoonXVIII1.e80bd8", + "TheDevilXV.7bcaf3", + "Plucky1.86b9c5", + "One-TwoPunch5.8ffa44", + "LightningGun5.2d362c", + "AgainstAllOdds2.c077bf", + "SacredCovenant2.87226d", + "GrannyOrne3.52a66f", + "StrangeSolution.565b6b", + "ColtVestPocket.5a305e", + "DrHenryArmitage.9229a8", + "32Colt2.c026c9", + "LeatherJacket.dfbc13", + "StrangeSolution4.4874bc", + "EnchantedBlade3.d0de54", + "SayYourPrayers.5c3dd0", + "Adaptable1.731d2a", + "SurvivalKnife.4d971e", + "IneffableTruth.c6caf6", + "45Automatic2.fe0cc0", + "Opportunist2.63f145", + "MoonlightRitual.1cd2bd", + "DumbLuck.f0e425", + "Perception2.96b5ed", + "UncagetheSoul.45d2d2", + "TheThingThatFollows.da227d", + "PuzzleBox.44334c", + "JakeWilliams.7c958e", + "TheStarsAreRight.600a3c", + "Evidence1.3df5fb", + "Steadfast.4e1d91", + "AzureFlame.17319c", + "Daredevil.e4688b", + "BladeofArkat.e89f48", + "ForbiddenTome.0a4d22", + "DayanaEsperence3.4f2489", + "AwakenedMantle.e81861", + "Hoods.785f68", + "Foolishness.fa777f", + "PendantoftheQueen.9b0dcf", + "UnderSurveillance1.cc8321", + "ArcaneEnlightenment.e69708", + "HypnoticTherapy.7f1b48", + "PracticeMakesPerfect.1ac667", + "LessonLearned2.037b2e", + "Hallow3Taboo.3a85c4", + "SurprisingFind1.ff59dd", + "TristanBotley2.1fd630", + "SerpentsofYig.678391", + "Rolands38Special.dbdaff", + "ChicagoTypewriter4.ecfa42", + "HealingWords.bba97a", + "SirenCall.b9fbff", + "CracktheCase.8dce44", + "StarsofHyades.1890d0", + "Fey1.f10690", + "SealoftheSeventhSign5.9cbac1", + "RiteofSeeking.29b842", + "Venturer.0e2987", + "Skeptic1.d2cd42", + "DevilsLuck1.812685", + "StHubertsKey.423d46", + "TerribleSecret.06322f", + "FortuitousDiscovery.dacbf0", + "ManualDexterity2.982716", + "Bloodlust.aafc17", + "AncientAnkh.0ce113", + "RandallCho.1f50e9", + "Well-Maintained1.e454c3", + "JoeyTheRatVigil3.48c9ff", + "Lure1.d88407", + "RadiantSmite1.92c295", + "OnYourOwn3.b0c61c", + "RighteousHunt1.491c09", + "StrokeofLuck2.06228f", + "Blood-Rite.eafd12", + "Imdonerunnin.d8a324", + "CallinginFavors.9b9e8b", + "HigherEducation3Taboo.833501", + "ToothofEztli.c1a687", + "35Winchester.c32e40", + "SummonedNightgaunt.cf96b9", + "Self-Centered.eff3c8", + "Lupara3.a6af13", + "Foolmeonce1.b6506d", + "FleshWard.52c686", + "HemisphericMap3.d2663c", + "LucidDreaming2.122e98", + "ScientificTheory1.3a0df6", + "RunForYourLife.0f32e8", + "AncientCovenant2.436401", + "DreamDiary3.e5f9cb", + "UnspeakableOathBloodthirst.a5be8b", + "FirstAid3.bc80ab", + "ScrollofSecretsTaboo.a2136a", + "ScrollofSecrets3Taboo.a2136a", + "HardKnocks2.15643b", + "SlipAway.cf1d4e", + "Oops.59d89b", + "DayofReckoning.e701af", + "KeenEye3.2f9de4", + "Galvanize1.9e7f6a", + "CrystallizerofDreams.6692de", + "AlchemicalTransmutation2.283e54", + "Bandolier2.e8b7ad", + "TeachingsoftheOrder.90fdb0", + "Eureka.ffa4f9", + "AzureFlame5.0ee874", + "45Thompson3.b492cb", + "TrueSurvivor3.8837ff", + "BellyoftheBeast.dffa9d", + "BaitandSwitch3.f9a232", + "HardKnocks4.9565f0", + "Scavenging.1b76c9", + "SpringfieldM19034Taboo.21664c", + "ScrollofSecrets3Taboo.5839e4", + "SolemnVow.ef7c11", + "HigherEducation3.d48b25", + "Shrivelling5.7a33b2", + "DreadedEnd.1a94ad", + "KeyofYs5Taboo.244d61", + "NightmareBauble3.d6f6f1", + "Forewarned1.c17f2c", + "Banish1.a00fca", + "FourofCups1.dd4e2a", + "AngeredSpirits.d8705c", + "PetOozeling.26398a", + "Armageddon.3feff1", + "StrangeSolution4.d96e4b", + "Eucatastrophe3Taboo.b2ccf8", + "Suggestion1.0ec9bf", + "UnexpectedCourage.acb83a", + "Perseverance.0a390e", + "TimeWarp2.ba0fe7", + "Directive.0994c9", + "NothingLefttoLose3.f0389b", + "Eatlead.a2c7ef", + "Zeal.695bb7", + "Flamethrower5Taboo.8f170b", + "Recharge2.e27b3c", + "CombatTraining1.bd3ecc", + "Directive.07e7bd", + "Doomed.ba2ae1", + "HigherEducation.8595fb", + "GuidedbytheUnseen3.477e79", + "Getoverhere.5b0f86", + "MindsEye2.ad58aa", + "Eatlead2.fc2629", + "Guts2.219c78", + "BorrowedTime3.0db666", + "ThePriceofFailure.dc5b38", + "Nimble.b8843c", + "IneffableTruth3.943332", + "CherishedKeepsake.215cec", + "WellPrepared2.eea4ef", + "DarkRitual.272e6c", + "DarkMemory.98c8d8", + "Waylay.da207b", + "KeepFaith.8b46b2", + "FamilyInheritance.394603", + "Reliable1.102fad", + "Contraband.b4ad29", + "GrislyTotem3.5fae20", + "TheBlackBook.ae3775", + "HeavyFurs.275450", + "RodofAnimalism1.0fc42c", + "SticktothePlan3.82d62c", + "MindWipe3.e72762", + "DauntlessSpirit1.adc8b6", + "RisetotheOccasion.358387", + "IntheThickofIt.bdd102", + "Plucky3.7a2fe9", + "SledDog.852697", + "BloodWillHaveBlood2.e81f1e", + "Crafty3.fa994a", + "BangleofJinxes1.a65852", + "FireExtinguisher3.fb019d", + "Antiquary3.452db2", + "Jury-Rig.29d06d", + "BurnAfterReading1.eedd0b", + "SchoffnersCatalogue.699a99", + "Prophetic3.0e64cb", + "Bandages.b460e1", + "EnchantedBow2.f85d4e", + "Sleuth3.1bdb15", + "Bruiser3.8ec9cb", + "EarthlySerenity1.1d6d47", + "ShortSupply.e5f541", + "EarthlySerenity4.57f037", + "IcePick3.70f9f7", + "PreciousMemento4.358be4", + "TalismanofProtection.7b4b0c", + "UnscrupulousLoan3.57b95d", + "ProfessorWilliamWebb2.1905cf", + "NkosiMabati3.6c5628", + "Sledgehammer4.ae3ff5", + "EonChart1.be4332", + "EtherealSlip2.39cb5b", + "PreciousMemento4.f69d3f", + "Divination4.58f2af", + "IcePick1.8b065c", + "ProfessorWilliamWebb.cc8571", + "EtherealSlip.31539a", + "GenBeauregard3.255aa3", + "ProtectingtheAnirniq2.91204c", + "EonChart4.d3ad2d", + "PocketTelescope.98eb87", + "Snipe1.79cbc6", + "OntheTrail3.b94090", + "BrandofCthugha1.0fff60", + "CyclopeanHammer5.4df3b9", + "BrandofCthugha4.200b64", + "QuickdrawHolster4.859736", + "Sledgehammer.78fdc7", + "OldShotgun2.7eb1ec", + "OntheTrail1.4e4179", + "Panic.93e52d", + "Stupor.a42bcf", + "Grounded3.edb064", + "LegInjury.46b4a0", + "HealingWords3.f2726b", + "TrueMagick5.79870f", + "ArmInjury.8f1420", + "OccultTheory1.49a338", + "ClosetheCircle1.d02825", + "ScoutAhead.927d34", + "CheattheSystem1.f6d572", + "Foresight1.c09a15", + "ParallelFates2.583026", + "Moxie3.6b3a27", + "MoneyTalks2.67eb69", + "BlackMarket2.20da53", + "TheRedClock2.814c79", + "WindsofPower1.bcdfde", + "Savant1.5e3aac", + "TheRedClock5.696894", + "HikingBoots1.b03e83", + "DowntheRabbitHole.b925fc", + "SurveytheArea1.6aa5dc", + "ForcedLearning.fa06f9", + "TheBlackFan3.3eafd5", + "UntimelyTransaction1.69289f", + "ArchiveofConduits4.1fdf4c", + "Counterespionage1.fad52a", + "OntheHunt3.a336de", + "UnderworldSupport.8190ac", + "ArchiveofConduits.8023f5", + "ArchiveofConduits4.4b1b99", + "21orBust.5210c2", + "ArchiveofConduits4.88ff66", + "ProphesiaeProfana5.55999d", + "ArchiveofConduits4.098132", + "JeremiahKirby.98e5f5", + "MedicalTexts2.0d3bfa", + "Dodge2.9ab750", + "CombatTraining3.36efa2", + "UnearththeAncients2.3a4edd", + "ButterflySwords5.0a312f", + "DefensiveStance1.62e4f4", + "GangUp1.09cc35", + "Getbehindme.76270e", + "ToetoToe.58288b", + "Discipline.081db4", + "Greed.0ca36f", + "Discipline.5ff3bd", + "Discipline.e8d38d", + "BurdenofDestiny.45c19e", + "Discipline.3247da", + "ShrewdDealings.c70129", + "BuriedSecrets.28080d", + "MechanicsWrench.598ba0", + "FendOff3.0c2449", + "JointheCaravan1.6367dd", + "FangofTyrthrha4.e2dc13", + "AlterFate3.83c86b", + "Pantalone.adf028", + "Fearless2.b2e27e", + "VedaWhitsley.a0c2da", + "EverVigilant1.bb640d", + "SweepingKick1.b4d67b", + "BoxingGloves3.54293e", + "ExposeWeakness3.77f92c", + "GearedUp.028cf7", + "Hitme.431c15", + "ScientificTheory3.158450", + "ThePaintedWorld.dfd48b", + "FalseAwakening.3bf831", + "Improvisation.9aee7f", + "DetachedfromReality.d12359", + "Dream-Gate.fa4c1e", + "Safeguard2.7dc42a", + "LookwhatIfound2.fd393b", + "Deduction2.95272b", + "RiteofSeeking4.194adb", + "MarieLambeau.11122f", + "RolandBankspromoversion.ff1f6e", + "RolandBanksParallel.502768", + "SkidsOTooleParallelBack.a03077", + "SilasMarsh.3f92cf", + "SilasMarshpromoversion.1da958", + "RitaYoung.bb8296", + "GloriaGoldberg.571596", + "TonyMorgan.53a412", + "CarolynFernpromoversion.f0533d", + "TrishScarborough.333fe7", + "LukeRobinson.c59b75", + "FatherMateo.eb96e6", + "BobJenkins.419b0c", + "WilliamYorick.7e4c56", + "CalvinWright.b02a1e", + "PatriceHathaway.a7b79f", + "LilyChen.cc21e0", + "AkachiOnyele.452ed8", + "AmandaSharpe.05b950", + "CarolynFern.b03b12", + "MinhThiPhan.6c4c58", + "MandyThompson.57d586", + "UrsulaDowns.07c37d", + "StellaClark.00e18e", + "SisterMary.617aeb", + "AshcanPete.5294c3", + "MarkHarrigan.01ac1b", + "TommyMuldoon.e637cd", + "DanielaReyes.444830", + "LeoAnderson.126932", + "JacquelineFine.a2cd75", + "SkidsOTooleParallelFront.8116a6", + "SkidsOTooleParallel.22ebb2", + "SkidsOToole.9015b4", + "SkidsOToole.a41f81", + "DaisyWalkerParallel.282857", + "DaisyWalkerParallelFront.e8cafc", + "DaisyWalker.6938eb", + "DaisyWalkerParallelBack.2f2e0d", + "RolandBanksParallelBack.560cef", + "RolandBanksParallelFront.f7361e", + "RolandBanks.9e9e98", + "RolandBanks.ed1557", + "JennyBarnespromoversion.f8d3f7", + "JennyBarnes.9058d3", + "WinifredHabbamock.cd4028", + "HarveyWalters.1fa944", + "NathanielCho.65588a", + "PrestonFairmont.5e6298", + "DianaStanley.32b091", + "ZoeySamaras.98a0e1", + "DexterDrake.e015f8", + "JimCulver.ca079b", + "JoeDiamond.6dc626", + "DexterDrakepromoversion.389792", + "NormanWithers.e0a155", + "AgnesBakerParallelBack.909f30", + "NormanWitherspromoversion.70d488", + "LolaHayes.d37332", + "AgnesBakerParallelFront.02db0a", + "WendyAdams.fc1d17", + "AgnesBakerParallel.01b6ef", + "AgnesBaker.6797bb", + "NormanWitherspromoversion.31fe5e", + "DanielaReyes.df8ec4", + "LilyChen.4d0128", + "BobJenkins.aa1c23", + "AshcanPete.b8fd86", + "HarveyWalters.2d6db0", + "SilasMarsh.888fcc", + "SefinaRousseau.d35705", + "WilliamYorick.98d974", + "MandyThompson.12d3de", + "JacquelineFine.9b0378", + "RitaYoung.bdef4d", + "JoeDiamond.d55364", + "NormanWithers.a5d9bb", + "JimCulver.b7a676", + "WinifredHabbamock.038599", + "JennyBarnes.48b174", + "PatriceHathaway.877f4d", + "JennyBarnes.f4e909", + "TrishScarborough.fc5d62", + "MinhThiPhan.fe6430", + "TonyMorgan.4f0f4a", + "LolaHayes.b127ab", + "GloriaGoldberg.aa6282", + "FinnEdwards.82dc80", + "SisterMary.1c78ea", + "MarkHarrigan.cc354d", + "LukeRobinson.88c4f4", + "DianaStanley.359ef4", + "FatherMateo.df852c", + "NathanielCho.1806e5", + "LeoAnderson.8925b0", + "UrsulaDowns.c91482", + "DexterDrake.fc63ca", + "MarieLambeau.b05c03", + "AmandaSharpe.155746", + "PrestonFairmont.78c512", + "MontereyJack.f74398", + "StellaClark.dd3dbd", + "ZoeySamaras.ef75e7", + "TommyMuldoon.5e73c6", + "DexterDrake.57668a", + "AkachiOnyele.6a9578", + "SilasMarsh.574b59", + "CalvinWright.510d45", + "SpareParts.9e136f", + "SmallRadio.c9feda", + "MineralSpecimen.08dd86", + "MiasmicCrystal.bad631", + "Dynamite.793df5", + "WoodenSledge.991640", + "GreenSoapstone.d36d80", + "Tekeli-li.0ef2ba", + "Tekeli-li.05e697", + "Tekeli-li.361f15", + "Tekeli-li.f5bd65", + "Tekeli-li.0ba293", + "Tekeli-li.76409f", + "Tekeli-li.519e41", + "Frostbitten.8abd77", + "Possessed.04b3a9", + "SinhasMedicalKit.8d6475", + "KenslersLog.8d5c12", + "TakadasCache.e627e8", + "DyersSketches.b12d89", + "EllsworthsBoots.1c751d", + "CollectedWorksofPoe.d6f719", + "ClaypoolsFurs.c1f999", + "CookiesCustom32.34e723", + "Anyu.1bf025", + "DimensionalBeamMachine.fb4fff", + "EzraGraves.efe0dd", + "NikolaTesla.03695f", + "WendyAdamsParallelBack.4232d9", + "WendyAdamsParallelFront.61503e", + "WendyAdamsParallel.fd91ea", + "WendysAmulet.664b70", + "AbandonedandAlone.89fe92", + "AbandonedandAlone.35a7e9", + "TidalMemento.b4f9ee", + "JacobMorrison3.aa38d0", + "TrustyBullwhip.ca9a60", + "MobGoons.fc1506", + "GuardDog.001ae8", + "FirstAid3.3c7eb1", + "Scavenging.b9e532", + "WilltoSurvive3.3959fa", + "BaseballBat.14d8ff", + "MedicalTexts.85822c", + "WorkingaHunch.07b7a1", + "Deduction.bc4a4c", + "FirstAid.56b8ad", + "Overpower.e0881e", + "UnexpectedCourage.853b6c", + "Burglary.5d04a1", + "DaisysToteBag.d72b97", + "HardKnocks.132069", + "DaisyWalker.ac7047", + "WendysAmulet.05d7d5", + "WendyAdams.11bcb3", + "AgnesBaker.8c997c", + "ExtraAmmunition1.f60263", + "ViciousBlow.889121", + "PoliceBadge2.da46e0", + "Ivehadworse4.3b6834", + "Machete.86ee68", + "Evidence.2db518", + "DynamiteBlast.97986a", + "PhysicalTraining.1165db", + "Shotgun4.c92ea3", + "45Automatic.12660b", + "OldBookofLore3.8a0060", + "SeekingAnswers2.719f7e", + "CrypticResearch4.5d25b1", + "Encyclopedia2.f5bcec", + "DiscofItzamna2.b00b76", + "MagnifyingGlass1.378e84", + "Barricade3.3689dd", + "Barricade.edb554", + "MindoverMatter.8cf335", + "Hyperawareness.e5dd39", + "DrMilanChristopher.9934d2", + "ResearchLibrarian.8f91ce", + "OldBookofLore.063fd8", + "MagnifyingGlass.8cc0a6", + "Switchblade.213853", + "Pickpocketing.da7c01", + "41Derringer.fe2db3", + "LeoDeLuca.eaa415", + "Elusive.833305", + "Backstab.cdfd9f", + "SneakAttack.b18b33", + "Opportunist.a88392", + "LeoDeLuca1.27446e", + "CatBurglar1.2fe723", + "SureGamble3.308be1", + "HotStreak4.4eb231", + "Lockpicks1.edd6c4", + "41Derringer2.f57af7", + "ForbiddenKnowledge.80acd2", + "HolyRosary.fa1d67", + "Shrivelling.914053", + "Scrying.8a927c", + "ArcaneStudies.9e4505", + "ArcaneInitiate.7307c4", + "DrawntotheFlame.a8298f", + "WardofProtection.6656ad", + "BlindingLight.30f860", + "Fearless.cd0ac1", + "MindWipe1.5d6e57", + "BlindingLight2.8254d4", + "BookofShadows3.296dc8", + "GrotesqueStatue4.07bc04", + "RiteofSeeking2.4f2668", + "Scrying3.e58d2a", + "LeatherCoat.593deb", + "RabbitsFoot.f34090", + "StrayCat.f474b1", + "DigDeep.fc9e1b", + "CunningDistraction.e8ea95", + "LookwhatIfound.88d3c0", + "Lucky.ce0dd5", + "SurvivalInstinct.078efb", + "Aquinnah1.9393ec", + "CloseCall2.6aae86", + "Lucky2.439af2", + "Aquinnah3.fb9dbb", + "Eucatastrophe3.eaaee9", + "Knife.0ab3f1", + "Flashlight.bb1cce", + "EmergencyCache.510c0d", + "Guts.8f7289", + "Perception.c6ac19", + "ManualDexterity.679b13", + "BulletproofVest3.c4cf62", + "ElderSignAmulet3.324e49", + "HeirloomofHyperborea.e929f9", + "HospitalDebts.47d6c9", + "OntheLam.ea6d44", + "TheNecronomicon.6b2550", + "CoverUp.ca25bc", + "WendyAdams.15e40d", + "WendyAdams.9b1e1f", + "CarolynFern.30614e", + "CarolynFern.b57bab", + "AgnesBaker.e53693", + "SkidsOToole.6b00ec", + "SkidsOToole.02463b", + "DaisyWalker.bce6a5", + "DaisyWalker.5fa10d", + "RolandBanks.1b8e88", + "RolandBanks.5bde90", + "RolandBanks.f8cea5", + "BeatCop.7d4749", + "Haunted.249d83", + "Amnesia.2210c1", + "Psychosis.d83baf", + "Hypochondria.88ee43", + "MobEnforcer.b239d7", + "SilverTwilightAcolyte.16a89d", + "Paranoia.c17498", + "BlackMarket2Taboo.8e4d23", + "StrangeSolution4Taboo.e95ddb", + "SignumCrucis2Taboo.119880", + "RiteofEquilibrium5Taboo.d45a81", + "JewelofAureolus3Taboo.213e21", + "FluteoftheOuterGods4Taboo.669c4e", + "CyclopeanHammer5Taboo.a39c3b", + "Counterspell2Taboo.118264", + "EonChart1Taboo.4d4ffb", + "GenBeauregard3Taboo.ab32db", + "EonChart4Taboo.b925cf", + "JeremiahKirbyTaboo.71e4a0", + "RitualCandlesTaboo.e99e75", + "VoiceofRaTaboo.77f7f3", + "DarkProphecyTaboo.94cdf6", + "DavidRenfieldTaboo.7a73c4", + "CharlieKane.95fb5e", + "CrisisofIdentityTaboo.55be9c", + "KymaniJones.d3d7fb", + "SummonedServitor.d187dd", + "VincentLee.43ad8a", + "CarsonSinclair.c0f76c", + "OntheMend.ac3502", + "Bonesaw.4b371d", + "VincentLee.c431f3", + "DarrellSimmons.3b3b7a", + "WordofWoe.bb7174", + "WordofWeal.5edfc2", + "DeafeningSilence.0821d4", + "DarrellsKodak.caa382", + "RuinedFilm.6d2eae", + "BonnieWalsh.634e9e", + "BurdenofLeadership.22e624", + "Bolas.d4b254", + "BreachtheDoor.74969c", + "GrievousWound.d7c63c", + "HuntersArmor.a85f1d", + "AgentFletcher.95b0cf", + "ObsidianBracelet.972250", + "RunicAxe.7cdb0a", + "CustomModifications.d2252d", + "Asyouwish.4b891d", + "SelflesstoaFault.07dd55", + "WoundedBystander.fb54d3", + "GrapplingHook.09f1a2", + "MrRookTaboo.7fe728", + "DarrellSimmons.5d3d67", + "KymaniJones.9a9830", + "ProphesiaeProfana5Taboo.3c2561", + "CarsonSinclair.dc96d1", + "LolaHayesTaboo.475460", + "MandyThompsonTaboo.754b0a", + "Underprepared.709a54", + "EctoplasmicHorror.379582", + "PayYourDue.5b6c9f", + "QuantumParadox.0e4c07", + "LurkerintheDark.79cc11", + "SoulSanctification3.52f6d6", + "Flashlight3.2b3301", + "Refine.482b10", + "ToolBelt.769a3e", + "HyperphysicalShotcaster.2a6e0d", + "FickleFortune3.1b4684", + "OldKeyring3.e7d988", + "Salvage2.f2e87d", + "HeedtheDream2.3b7419", + "KatjaEastbank2.2f100c", + "BaseballBat2.567525", + "Gumption1.4cb0c9", + "NatureoftheBeast1.9c4015", + "Lifeline1.895047", + "AtaCrossroads1.48e90b", + "ShedaLight.2c165a", + "PredatororPrey.6c726b", + "MakingPreparations.18247d", + "ExploitWeakness.b6857b", + "EndoftheRoad.a3d041", + "ImprovisedShield.616c43", + "IdolofXanatos.8f6f39", + "Grizzled.9417a7", + "MakeshiftTrap.aa897f", + "PocketMultiTool.7421ed", + "OnyxPentacle4.647c62", + "DowsingRod4.bcb13d", + "CeremonialSickle4.4a6a9f", + "UncagetheSoul3.343f3a", + "Sin-Eater3.0c77d6", + "MoonlightRitual2.ad3efc", + "ElleRubash2.43c3e0", + "AstralMirror2.b5d894", + "GhastlyPossession.63282f", + "BindersJar1.c72750", + "StringofCurses.046b16", + "ExplosiveWard.f86c67", + "EldritchInitiation.223eb2", + "OnyxPentacle.95f4b0", + "HallowedChalice.3fa5b8", + "DowsingRod.851e3a", + "CeremonialSickle.b5e78c", + "PowerWord.c91c1d", + "SummonedServitor.73b311", + "LivingInk.42b36d", + "CleanSneak4.537171", + "UnderworldMarket2.bba889", + "TriggerMan3.11d7ad", + "ThievesKit3.be8d1f", + "BreakingandEntering2.3411dd", + "DirtyFighting2.fa1be0", + "ChuckFergus2.ea31c2", + "StylishCoat1.0a1b3a", + "CalculatedRisk.dfbed9", + "QuickGetaway.5cc3d2", + "KickingtheHornetsNest.4d6da5", + "Illtakethat.691652", + "HitandRun.408bce", + "HiddenPocket.9bef61", + "ThievesKit.857b53", + "EmbezzledTreasure.8fd043", + "Disguise.f170fc", + "HonedInstinct.1cde62", + "FriendsinLowPlaces.c332af", + "DamningTestimony.3369a5", + "GraysAnatomy5.f4e7f3", + "FingerprintKit4.33b09e", + "SurgicalKit3.c8ecf2", + "PressPass2.a6c839", + "DrWilliamTMaleson2.3ee7a5", + "Guidance1.425841", + "ExistentialRiddle1.38a30a", + "OrphicTheory1.d084d7", + "LabCoat1.a825ad", + "Analysis.80285f", + "MaptheArea.1760be", + "CaptivatingDiscovery.498bc8", + "BizarreDiagnosis.2423d4", + "ResearchNotes.a37bd4", + "GrimMemoir.d1f1d9", + "DissectionTools.95ca5d", + "TheRavenQuill.b81037", + "EmpiricalHypothesis.62c67d", + "AlchemicalDistillation.502a4d", + "EverVigilant4.ac910a", + "GirishKadakia4.bdd70d", + "MartyrsVambrace3.c795c8", + "PreparedfortheWorst2.a4f62a", + "Handcuffs2.07c480", + "GuardDog2.9009db", + "FieldAgent2.babfb6", + "BestowResolve2.39e14a", + "HelpingHand.7d93b4", + "FightingLessons.fc2432", + "OneintheChamber.919856", + "MotivationalSpeech.1b2331", + "ATestofWill1.4cfcc7", + "ATestofWill2.71a760", + "ATestofWill.48e516", + "SummonedServitorUpgradeSheet.5397a6", + "RunicAxeUpgradeSheet.be427d", + "PowerWordUpgradeSheet.0d9481", + "PocketMultiToolUpgradeSheet.d706e7", + "MakeshiftTrapUpgradeSheet.64dfce", + "LivingLinkUpgradeSheet.19a05b", + "HyperphysicalShotcasterUpgradeSheet.a4eec2", + "HuntersArmorUpgradeSheet.d2d01b", + "HonedInstinctUpgradeSheet.ba0e34", + "GrizzledUpgradeSheet.ef8f08", + "FriendsinLowPlacesUpgradeSheet.9fb3b9", + "EmpiricalHypothesisUpgradeSheet.0c46a7", + "DamningTestimonyUpgradeSheet.dc4a62", + "CustomModificationsUpgradeSheet.4104bf", + "AlchemicalDistillationUpgradeSheet.156166", + "SefinaRousseau.342311", + "AstronomicalAtlas3.804397", + "AncestralKnowledge3.7b7d14", + "RexMurphy.4271cb", + "RexMurphyTaboo.9724b7", + "RexMurphy.9ba3f0", + "Duke.876557", + "Sophie.4f46ad", + "AminaZidane.458edc", + "AminaZidane.4c2a3d", + "TheRavenQuillUpgradeSheet.23b96a" + ], + "ContainedObjects_path": "AllPlayerCards.15bb07", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "15bb07", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/AllCardsBag\")", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "All Player Cards", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.886, + "posY": 1.043, + "posZ": 27.031, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/18Derringer.101a41.gmnotes b/objects/AllPlayerCards.15bb07/18Derringer.101a41.gmnotes new file mode 100644 index 00000000..8616f289 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/18Derringer.101a41.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60505", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 2, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/18Derringer.101a41.json b/objects/AllPlayerCards.15bb07/18Derringer.101a41.json new file mode 100644 index 00000000..551d9e79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/18Derringer.101a41.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550803, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/18Derringer.101a41.gmnotes", + "GUID": "101a41", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".18 Derringer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.765, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/18Derringer2.f8a977.gmnotes b/objects/AllPlayerCards.15bb07/18Derringer2.f8a977.gmnotes new file mode 100644 index 00000000..6ce601e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/18Derringer2.f8a977.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60522", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/18Derringer2.f8a977.json b/objects/AllPlayerCards.15bb07/18Derringer2.f8a977.json new file mode 100644 index 00000000..93be932a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/18Derringer2.f8a977.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550820, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/18Derringer2.f8a977.gmnotes", + "GUID": "f8a977", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".18 Derringer (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.002, + "posY": 3.872, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/21orBust.5210c2.gmnotes b/objects/AllPlayerCards.15bb07/21orBust.5210c2.gmnotes new file mode 100644 index 00000000..439715ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/21orBust.5210c2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08048", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Fortune. Gambit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/21orBust.5210c2.json b/objects/AllPlayerCards.15bb07/21orBust.5210c2.json new file mode 100644 index 00000000..940e8f2b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/21orBust.5210c2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379038, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/21orBust.5210c2.gmnotes", + "GUID": "5210c2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "21 or Bust", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.203, + "posY": 2.074, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/25Automatic.a5087b.gmnotes b/objects/AllPlayerCards.15bb07/25Automatic.a5087b.gmnotes new file mode 100644 index 00000000..8fae85dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/25Automatic.a5087b.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07025", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/25Automatic.a5087b.json b/objects/AllPlayerCards.15bb07/25Automatic.a5087b.json new file mode 100644 index 00000000..51e1f179 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/25Automatic.a5087b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587219, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/25Automatic.a5087b.gmnotes", + "GUID": "a5087b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".25 Automatic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.043, + "posY": 3.907, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/25Automatic2.4425b5.gmnotes b/objects/AllPlayerCards.15bb07/25Automatic2.4425b5.gmnotes new file mode 100644 index 00000000..681620b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/25Automatic2.4425b5.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07305", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 2, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/25Automatic2.4425b5.json b/objects/AllPlayerCards.15bb07/25Automatic2.4425b5.json new file mode 100644 index 00000000..da22cadf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/25Automatic2.4425b5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5894": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/25Automatic2.4425b5.gmnotes", + "GUID": "4425b5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".25 Automatic (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.593, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/32Colt.b0f851.gmnotes b/objects/AllPlayerCards.15bb07/32Colt.b0f851.gmnotes new file mode 100644 index 00000000..3864eb71 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/32Colt.b0f851.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "03020", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 6, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/32Colt.b0f851.json b/objects/AllPlayerCards.15bb07/32Colt.b0f851.json new file mode 100644 index 00000000..ec9eeadf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/32Colt.b0f851.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226328, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/32Colt.b0f851.gmnotes", + "GUID": "b0f851", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".32 Colt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.759, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/32Colt2.c026c9.gmnotes b/objects/AllPlayerCards.15bb07/32Colt2.c026c9.gmnotes new file mode 100644 index 00000000..00086539 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/32Colt2.c026c9.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "52001", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 6, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/32Colt2.c026c9.json b/objects/AllPlayerCards.15bb07/32Colt2.c026c9.json new file mode 100644 index 00000000..0c212d4a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/32Colt2.c026c9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440922, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4409": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/32Colt2.c026c9.gmnotes", + "GUID": "c026c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".32 Colt (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.727, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/35Winchester.c32e40.gmnotes b/objects/AllPlayerCards.15bb07/35Winchester.c32e40.gmnotes new file mode 100644 index 00000000..cf64ea59 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/35Winchester.c32e40.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06195-t", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/35Winchester.c32e40.json b/objects/AllPlayerCards.15bb07/35Winchester.c32e40.json new file mode 100644 index 00000000..86a95e8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/35Winchester.c32e40.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5832": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/35Winchester.c32e40.gmnotes", + "GUID": "c32e40", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".35 Winchester", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.155, + "posY": 4.156, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/35WinchesterTaboo.41e560.gmnotes b/objects/AllPlayerCards.15bb07/35WinchesterTaboo.41e560.gmnotes new file mode 100644 index 00000000..cf64ea59 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/35WinchesterTaboo.41e560.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06195-t", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/35WinchesterTaboo.41e560.json b/objects/AllPlayerCards.15bb07/35WinchesterTaboo.41e560.json new file mode 100644 index 00000000..534d4714 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/35WinchesterTaboo.41e560.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450624, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/35WinchesterTaboo.41e560.gmnotes", + "GUID": "41e560", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".35 Winchester (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.102, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/41Derringer.fe2db3.gmnotes b/objects/AllPlayerCards.15bb07/41Derringer.fe2db3.gmnotes new file mode 100644 index 00000000..5a0b2e4f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/41Derringer.fe2db3.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01047", + "alternate_ids": [ + "01547" + ], + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/41Derringer.fe2db3.json b/objects/AllPlayerCards.15bb07/41Derringer.fe2db3.json new file mode 100644 index 00000000..b74a0a8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/41Derringer.fe2db3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368628, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/41Derringer.fe2db3.gmnotes", + "GUID": "fe2db3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".41 Derringer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/41Derringer2.f57af7.gmnotes b/objects/AllPlayerCards.15bb07/41Derringer2.f57af7.gmnotes new file mode 100644 index 00000000..733e9d2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/41Derringer2.f57af7.gmnotes @@ -0,0 +1,23 @@ +{ + "id": "03234", + "alternate_ids": [ + "01688" + ], + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/41Derringer2.f57af7.json b/objects/AllPlayerCards.15bb07/41Derringer2.f57af7.json new file mode 100644 index 00000000..b095c985 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/41Derringer2.f57af7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315248, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/41Derringer2.f57af7.gmnotes", + "GUID": "f57af7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".41 Derringer (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/45Automatic.12660b.gmnotes b/objects/AllPlayerCards.15bb07/45Automatic.12660b.gmnotes new file mode 100644 index 00000000..22781ca0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Automatic.12660b.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01016", + "alternate_ids": [ + "01516" + ], + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/45Automatic.12660b.json b/objects/AllPlayerCards.15bb07/45Automatic.12660b.json new file mode 100644 index 00000000..e3ac91a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Automatic.12660b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226330, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/45Automatic.12660b.gmnotes", + "GUID": "12660b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".45 Automatic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.447, + "posY": 3.369, + "posZ": -56.623, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/45Automatic2.fe0cc0.gmnotes b/objects/AllPlayerCards.15bb07/45Automatic2.fe0cc0.gmnotes new file mode 100644 index 00000000..22e3edd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Automatic2.fe0cc0.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "03190", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 2, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/45Automatic2.fe0cc0.json b/objects/AllPlayerCards.15bb07/45Automatic2.fe0cc0.json new file mode 100644 index 00000000..3af17166 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Automatic2.fe0cc0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226347, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/45Automatic2.fe0cc0.gmnotes", + "GUID": "fe0cc0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".45 Automatic (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.141, + "posY": 3.683, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/45Thompson.2c6509.gmnotes b/objects/AllPlayerCards.15bb07/45Thompson.2c6509.gmnotes new file mode 100644 index 00000000..31e69540 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Thompson.2c6509.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05115", + "type": "Asset", + "class": "Guardian|Rogue", + "cost": 6, + "level": 0, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/45Thompson.2c6509.json b/objects/AllPlayerCards.15bb07/45Thompson.2c6509.json new file mode 100644 index 00000000..fd054fb7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Thompson.2c6509.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2776": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/45Thompson.2c6509.gmnotes", + "GUID": "2c6509", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".45 Thompson", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.346, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/45Thompson3.b492cb.gmnotes b/objects/AllPlayerCards.15bb07/45Thompson3.b492cb.gmnotes new file mode 100644 index 00000000..4160a7be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Thompson3.b492cb.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05186", + "type": "Asset", + "class": "Guardian", + "cost": 6, + "level": 3, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/45Thompson3.b492cb.json b/objects/AllPlayerCards.15bb07/45Thompson3.b492cb.json new file mode 100644 index 00000000..88ea4487 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Thompson3.b492cb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2928": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Guardian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/45Thompson3.b492cb.gmnotes", + "GUID": "b492cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".45 Thompson (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.896, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/45Thompson3.d4dbc7.gmnotes b/objects/AllPlayerCards.15bb07/45Thompson3.d4dbc7.gmnotes new file mode 100644 index 00000000..388870e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Thompson3.d4dbc7.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05187", + "type": "Asset", + "class": "Rogue", + "cost": 5, + "level": 3, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/45Thompson3.d4dbc7.json b/objects/AllPlayerCards.15bb07/45Thompson3.d4dbc7.json new file mode 100644 index 00000000..3b435656 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/45Thompson3.d4dbc7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292915, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2929": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Rogue", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/45Thompson3.d4dbc7.gmnotes", + "GUID": "d4dbc7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".45 Thompson (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.025, + "posY": 3.85, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AChanceEncounter.3f3488.gmnotes b/objects/AllPlayerCards.15bb07/AChanceEncounter.3f3488.gmnotes new file mode 100644 index 00000000..5d9aa268 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AChanceEncounter.3f3488.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02270", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/AChanceEncounter.3f3488.json b/objects/AllPlayerCards.15bb07/AChanceEncounter.3f3488.json new file mode 100644 index 00000000..626c2c30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AChanceEncounter.3f3488.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368812, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AChanceEncounter.3f3488.gmnotes", + "GUID": "3f3488", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Chance Encounter", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.01, + "posY": 3.717, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AChanceEncounter2.0edef1.gmnotes b/objects/AllPlayerCards.15bb07/AChanceEncounter2.0edef1.gmnotes new file mode 100644 index 00000000..490218a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AChanceEncounter2.0edef1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03238", + "type": "Event", + "class": "Survivor", + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AChanceEncounter2.0edef1.json b/objects/AllPlayerCards.15bb07/AChanceEncounter2.0edef1.json new file mode 100644 index 00000000..2d3e8ac4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AChanceEncounter2.0edef1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368844, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AChanceEncounter2.0edef1.gmnotes", + "GUID": "0edef1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Chance Encounter (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.997, + "posY": 3.711, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AGlimmerofHope.f21109.gmnotes b/objects/AllPlayerCards.15bb07/AGlimmerofHope.f21109.gmnotes new file mode 100644 index 00000000..2c7fea13 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AGlimmerofHope.f21109.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06245", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Blessed. Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/AGlimmerofHope.f21109.json b/objects/AllPlayerCards.15bb07/AGlimmerofHope.f21109.json new file mode 100644 index 00000000..ad4f1608 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AGlimmerofHope.f21109.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447733, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4477": { + "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_path": "AllPlayerCards.15bb07/AGlimmerofHope.f21109.gmnotes", + "GUID": "f21109", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Glimmer of Hope", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.045, + "posY": 3.926, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ATestofWill.48e516.gmnotes b/objects/AllPlayerCards.15bb07/ATestofWill.48e516.gmnotes new file mode 100644 index 00000000..caa9c4c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ATestofWill.48e516.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60513", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ATestofWill.48e516.json b/objects/AllPlayerCards.15bb07/ATestofWill.48e516.json new file mode 100644 index 00000000..4de3af94 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ATestofWill.48e516.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ATestofWill.48e516.gmnotes", + "GUID": "48e516", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Test of Will", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.059, + "posZ": 27.143, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ATestofWill1.4cfcc7.gmnotes b/objects/AllPlayerCards.15bb07/ATestofWill1.4cfcc7.gmnotes new file mode 100644 index 00000000..4a15124c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ATestofWill1.4cfcc7.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03156", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ATestofWill1.4cfcc7.json b/objects/AllPlayerCards.15bb07/ATestofWill1.4cfcc7.json new file mode 100644 index 00000000..14071656 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ATestofWill1.4cfcc7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368837, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ATestofWill1.4cfcc7.gmnotes", + "GUID": "4cfcc7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Test of Will (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.059, + "posZ": 27.143, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ATestofWill2.71a760.gmnotes b/objects/AllPlayerCards.15bb07/ATestofWill2.71a760.gmnotes new file mode 100644 index 00000000..b3e68f50 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ATestofWill2.71a760.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60523", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 2, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ATestofWill2.71a760.json b/objects/AllPlayerCards.15bb07/ATestofWill2.71a760.json new file mode 100644 index 00000000..6b29b824 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ATestofWill2.71a760.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550821, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ATestofWill2.71a760.gmnotes", + "GUID": "71a760", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Test of Will (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.059, + "posZ": 27.143, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AWatchfulPeace3.176836.gmnotes b/objects/AllPlayerCards.15bb07/AWatchfulPeace3.176836.gmnotes new file mode 100644 index 00000000..8417e4ae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AWatchfulPeace3.176836.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07269", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Spirit. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AWatchfulPeace3.176836.json b/objects/AllPlayerCards.15bb07/AWatchfulPeace3.176836.json new file mode 100644 index 00000000..cf4a666f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AWatchfulPeace3.176836.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AWatchfulPeace3.176836.gmnotes", + "GUID": "176836", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Watchful Peace (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.706, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.gmnotes b/objects/AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.gmnotes new file mode 100644 index 00000000..aec43cb1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07269-t", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Spirit. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.json b/objects/AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.json new file mode 100644 index 00000000..6b3db393 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5855": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AWatchfulPeace3Taboo.125f13.gmnotes", + "GUID": "125f13", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "A Watchful Peace (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.125, + "posY": 3.88, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.gmnotes b/objects/AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.gmnotes new file mode 100644 index 00000000..a8d18ba3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "01515", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.json b/objects/AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.json new file mode 100644 index 00000000..674def49 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587214, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AbandonedandAlone.35a7e9.gmnotes", + "GUID": "35a7e9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned and Alone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 47.53, + "posY": 1.986, + "posZ": -99.223, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbandonedandAlone.79b4af.gmnotes b/objects/AllPlayerCards.15bb07/AbandonedandAlone.79b4af.gmnotes new file mode 100644 index 00000000..00f06e6f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbandonedandAlone.79b4af.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "01015", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AbandonedandAlone.79b4af.json b/objects/AllPlayerCards.15bb07/AbandonedandAlone.79b4af.json new file mode 100644 index 00000000..3df8edd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbandonedandAlone.79b4af.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 375129, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3751": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AbandonedandAlone.79b4af.gmnotes", + "GUID": "79b4af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned and Alone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.986, + "posY": 3.79, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbandonedandAlone.89fe92.gmnotes b/objects/AllPlayerCards.15bb07/AbandonedandAlone.89fe92.gmnotes new file mode 100644 index 00000000..a6a34f48 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbandonedandAlone.89fe92.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90040", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/AbandonedandAlone.89fe92.json b/objects/AllPlayerCards.15bb07/AbandonedandAlone.89fe92.json new file mode 100644 index 00000000..67f1031d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbandonedandAlone.89fe92.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536002, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5360": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610861313/38FA9E4802C3B8E8FC2DB16E94E65A3FD60D92B9/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AbandonedandAlone.89fe92.gmnotes", + "GUID": "89fe92", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned and Alone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.692, + "posY": 3.331, + "posZ": 7.648, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.gmnotes b/objects/AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.gmnotes new file mode 100644 index 00000000..3a4fd2fd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "82022", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Believer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.json b/objects/AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.json new file mode 100644 index 00000000..952f14f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 4000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "40": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Ally. Believer.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AbbessAllegriaDiBiase.a4b514.gmnotes", + "GUID": "a4b514", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abbess Allegria Di Biase", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.185, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbigailForeman4.97e9ce.gmnotes b/objects/AllPlayerCards.15bb07/AbigailForeman4.97e9ce.gmnotes new file mode 100644 index 00000000..48ce731d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbigailForeman4.97e9ce.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06324", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 4, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/AbigailForeman4.97e9ce.json b/objects/AllPlayerCards.15bb07/AbigailForeman4.97e9ce.json new file mode 100644 index 00000000..385c67bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbigailForeman4.97e9ce.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448839, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4488": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Library Intern", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AbigailForeman4.97e9ce.gmnotes", + "GUID": "97e9ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abigail Foreman (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.554, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbleBodied.051742.gmnotes b/objects/AllPlayerCards.15bb07/AbleBodied.051742.gmnotes new file mode 100644 index 00000000..a52e2347 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbleBodied.051742.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05038", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AbleBodied.051742.json b/objects/AllPlayerCards.15bb07/AbleBodied.051742.json new file mode 100644 index 00000000..f9d3b60c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbleBodied.051742.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2746": { + "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_path": "AllPlayerCards.15bb07/AbleBodied.051742.gmnotes", + "GUID": "051742", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Able Bodied", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.787, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AbyssalTome2.a2d392.gmnotes b/objects/AllPlayerCards.15bb07/AbyssalTome2.a2d392.gmnotes new file mode 100644 index 00000000..e6852c4e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbyssalTome2.a2d392.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07159", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AbyssalTome2.a2d392.json b/objects/AllPlayerCards.15bb07/AbyssalTome2.a2d392.json new file mode 100644 index 00000000..cab31a19 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AbyssalTome2.a2d392.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232107, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/AbyssalTome2.a2d392.gmnotes", + "GUID": "a2d392", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abyssal Tome (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.096, + "posY": 3.684, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AccursedFate.85e7d9.gmnotes b/objects/AllPlayerCards.15bb07/AccursedFate.85e7d9.gmnotes new file mode 100644 index 00000000..c8bf4b1d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AccursedFate.85e7d9.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04041", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AccursedFate.85e7d9.json b/objects/AllPlayerCards.15bb07/AccursedFate.85e7d9.json new file mode 100644 index 00000000..b5fedaa1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AccursedFate.85e7d9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AccursedFate.85e7d9.gmnotes", + "GUID": "85e7d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Fate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.206, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AccursedFollower.ef91a9.gmnotes b/objects/AllPlayerCards.15bb07/AccursedFollower.ef91a9.gmnotes new file mode 100644 index 00000000..1492b7be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AccursedFollower.ef91a9.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07038", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Cultist. Cursed.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AccursedFollower.ef91a9.json b/objects/AllPlayerCards.15bb07/AccursedFollower.ef91a9.json new file mode 100644 index 00000000..17fe6001 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AccursedFollower.ef91a9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583332, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5833": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AccursedFollower.ef91a9.gmnotes", + "GUID": "ef91a9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.007, + "posY": 3.743, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AceintheHole3.074858.gmnotes b/objects/AllPlayerCards.15bb07/AceintheHole3.074858.gmnotes new file mode 100644 index 00000000..ba77f40a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceintheHole3.074858.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02266", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 3, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/AceintheHole3.074858.json b/objects/AllPlayerCards.15bb07/AceintheHole3.074858.json new file mode 100644 index 00000000..4220eff2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceintheHole3.074858.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315252, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AceintheHole3.074858.gmnotes", + "GUID": "074858", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ace in the Hole (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.015, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.gmnotes b/objects/AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.gmnotes new file mode 100644 index 00000000..f4a74cf5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02266-t", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 3, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.json b/objects/AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.json new file mode 100644 index 00000000..d9d2ed8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450617, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AceintheHole3Taboo.e5d5f0.gmnotes", + "GUID": "e5d5f0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ace in the Hole (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.126, + "posY": 3.904, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AceofRods1.52a677.gmnotes b/objects/AllPlayerCards.15bb07/AceofRods1.52a677.gmnotes new file mode 100644 index 00000000..ef64ee5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceofRods1.52a677.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05040", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 1, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AceofRods1.52a677.json b/objects/AllPlayerCards.15bb07/AceofRods1.52a677.json new file mode 100644 index 00000000..2d98ee2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceofRods1.52a677.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 318703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3187": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Fateful Step", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AceofRods1.52a677.gmnotes", + "GUID": "52a677", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ace of Rods (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.266, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AceofSwords1.c4d436.gmnotes b/objects/AllPlayerCards.15bb07/AceofSwords1.c4d436.gmnotes new file mode 100644 index 00000000..6ac8e700 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceofSwords1.c4d436.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05023", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 1, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AceofSwords1.c4d436.json b/objects/AllPlayerCards.15bb07/AceofSwords1.c4d436.json new file mode 100644 index 00000000..4d57bb71 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AceofSwords1.c4d436.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431009, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4310": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Let Your Arrow Fly True", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AceofSwords1.c4d436.gmnotes", + "GUID": "c4d436", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ace of Swords (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.179, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.gmnotes b/objects/AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.gmnotes new file mode 100644 index 00000000..60d76ff0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02178", + "type": "Treachery", + "class": "Neutral", + "cost": 0, + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.json b/objects/AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.json new file mode 100644 index 00000000..18101f5f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232941, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Madness.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AcrossSpaceandTime.fb943f.gmnotes", + "GUID": "fb943f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Across Space and Time", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.045, + "posY": 3.926, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ActofDesperation.0bea17.gmnotes b/objects/AllPlayerCards.15bb07/ActofDesperation.0bea17.gmnotes new file mode 100644 index 00000000..34acf31b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ActofDesperation.0bea17.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05037", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Tactic. Gambit.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ActofDesperation.0bea17.json b/objects/AllPlayerCards.15bb07/ActofDesperation.0bea17.json new file mode 100644 index 00000000..8bbf5378 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ActofDesperation.0bea17.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2746": { + "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_path": "AllPlayerCards.15bb07/ActofDesperation.0bea17.gmnotes", + "GUID": "0bea17", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act of Desperation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.019, + "posY": 4.005, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Adaptable1.731d2a.gmnotes b/objects/AllPlayerCards.15bb07/Adaptable1.731d2a.gmnotes new file mode 100644 index 00000000..3c6b6bdc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Adaptable1.731d2a.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02110", + "type": "Asset", + "class": "Rogue", + "level": 1, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Adaptable1.731d2a.json b/objects/AllPlayerCards.15bb07/Adaptable1.731d2a.json new file mode 100644 index 00000000..bf3276e5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Adaptable1.731d2a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315232, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Adaptable1.731d2a.gmnotes", + "GUID": "731d2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Adaptable (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.681, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.gmnotes b/objects/AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.gmnotes new file mode 100644 index 00000000..bde74a7a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "04202", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.json b/objects/AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.json new file mode 100644 index 00000000..642a9564 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368850, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgainstAllOdds2.c077bf.gmnotes", + "GUID": "c077bf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Against All Odds (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.701, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgencyBackup5.d6eda3.gmnotes b/objects/AllPlayerCards.15bb07/AgencyBackup5.d6eda3.gmnotes new file mode 100644 index 00000000..fcb12b1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgencyBackup5.d6eda3.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05274", + "type": "Asset", + "class": "Guardian", + "cost": 7, + "level": 5, + "traits": "Ally. Agency.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AgencyBackup5.d6eda3.json b/objects/AllPlayerCards.15bb07/AgencyBackup5.d6eda3.json new file mode 100644 index 00000000..1c831c01 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgencyBackup5.d6eda3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378618, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3786": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgencyBackup5.d6eda3.gmnotes", + "GUID": "d6eda3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agency Backup (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.22, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgentFletcher.95b0cf.gmnotes b/objects/AllPlayerCards.15bb07/AgentFletcher.95b0cf.gmnotes new file mode 100644 index 00000000..ed55f0a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgentFletcher.95b0cf.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09010", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Coterie. Detective.", + "permanent": false, + "weakness": true, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/AgentFletcher.95b0cf.json b/objects/AllPlayerCards.15bb07/AgentFletcher.95b0cf.json new file mode 100644 index 00000000..5cc6e53e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgentFletcher.95b0cf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379006, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgentFletcher.95b0cf.gmnotes", + "GUID": "95b0cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agent Fletcher", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.477, + "posY": 2.211, + "posZ": 60.192, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBaker.25e2db.gmnotes b/objects/AllPlayerCards.15bb07/AgnesBaker.25e2db.gmnotes new file mode 100644 index 00000000..83e5ae44 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBaker.25e2db.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01004", + "alternate_ids": [ + "01504" + ], + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBaker.25e2db.json b/objects/AllPlayerCards.15bb07/AgnesBaker.25e2db.json new file mode 100644 index 00000000..4b41e604 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBaker.25e2db.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5356": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Waitress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgnesBaker.25e2db.gmnotes", + "GUID": "25e2db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 77.897, + "posY": 2.273, + "posZ": -53.077, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBaker.6797bb.gmnotes b/objects/AllPlayerCards.15bb07/AgnesBaker.6797bb.gmnotes new file mode 100644 index 00000000..25b203f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBaker.6797bb.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01004-r", + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBaker.6797bb.json b/objects/AllPlayerCards.15bb07/AgnesBaker.6797bb.json new file mode 100644 index 00000000..3b687923 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBaker.6797bb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5874": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108622/9BA9D571CE81D39DDED8F6F7573E8676964E7723/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108004/768BB33829A836E2AB5E6775A22271BE77585D4A/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Waitress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgnesBaker.6797bb.gmnotes", + "GUID": "6797bb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 45.754, + "posY": 1.986, + "posZ": -116.878, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBaker.8c997c.json b/objects/AllPlayerCards.15bb07/AgnesBaker.8c997c.json new file mode 100644 index 00000000..e2df19ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBaker.8c997c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800341634/C8EF1EDA589007989C51031F8CD42B23956EA7CE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800340918/16F5E89C36494A9A7D4C191DFF376E340BAABD00/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01004-revised-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "8c997c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 45.324, + "posY": 1.985, + "posZ": -105.183, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBaker.e53693.json b/objects/AllPlayerCards.15bb07/AgnesBaker.e53693.json new file mode 100644 index 00000000..4ca88b6e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBaker.e53693.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 258803, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2588": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "e53693", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.144, + "posY": 3.37, + "posZ": -59.353, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.gmnotes b/objects/AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.gmnotes new file mode 100644 index 00000000..2469e26e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01004-p", + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.json b/objects/AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.json new file mode 100644 index 00000000..8cf10b3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5359": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038868958/4F366892FB57AF3841513790E41E15D85E9DC211/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038868372/5C2FC3F391C6D3B287C38B875F83629110163282/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Waitress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgnesBakerParallel.01b6ef.gmnotes", + "GUID": "01b6ef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker (Parallel)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.288, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.gmnotes b/objects/AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.gmnotes new file mode 100644 index 00000000..0bff9aa5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01004-pb", + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.json b/objects/AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.json new file mode 100644 index 00000000..fe480d2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535906, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5359": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038868958/4F366892FB57AF3841513790E41E15D85E9DC211/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038868372/5C2FC3F391C6D3B287C38B875F83629110163282/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Waitress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgnesBakerParallelBack.909f30.gmnotes", + "GUID": "909f30", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker (Parallel Back)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.525, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.gmnotes b/objects/AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.gmnotes new file mode 100644 index 00000000..2c7f37da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01004-pf", + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.json b/objects/AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.json new file mode 100644 index 00000000..7c164020 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535905, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5359": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038868958/4F366892FB57AF3841513790E41E15D85E9DC211/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038868372/5C2FC3F391C6D3B287C38B875F83629110163282/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Waitress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AgnesBakerParallelFront.02db0a.gmnotes", + "GUID": "02db0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agnes Baker (Parallel Front)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 87.052, + "posY": 2.119, + "posZ": -78.506, + "rotX": 355, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AkachiOnyele.452ed8.gmnotes b/objects/AllPlayerCards.15bb07/AkachiOnyele.452ed8.gmnotes new file mode 100644 index 00000000..9461f993 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AkachiOnyele.452ed8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03004", + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AkachiOnyele.452ed8.json b/objects/AllPlayerCards.15bb07/AkachiOnyele.452ed8.json new file mode 100644 index 00000000..eb1a4329 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AkachiOnyele.452ed8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271013, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2710": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Shaman", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AkachiOnyele.452ed8.gmnotes", + "GUID": "452ed8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Akachi Onyele", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.881, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AkachiOnyele.6a9578.json b/objects/AllPlayerCards.15bb07/AkachiOnyele.6a9578.json new file mode 100644 index 00000000..6dff1844 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AkachiOnyele.6a9578.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2598": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"03004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "6a9578", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Akachi Onyele", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.682, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.gmnotes b/objects/AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.gmnotes new file mode 100644 index 00000000..552717f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.gmnotes @@ -0,0 +1,65 @@ +{ + "id": "09040", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "customizations": [ + { + "name": "Mending Distillate", + "xp": 1, + "text": "Add this option: �€�? Heal 2 damage.�€?" + }, + { + "name": "Calming Distillate", + "xp": 1, + "text": "Add this option: �€�? Heal 2 horror.�€?" + }, + { + "name": "Enlightening Distillate", + "xp": 1, + "text": "Add this option: �€�? Place 1 charge or secret on an asset you control.�€?" + }, + { + "name": "Quickening Distillate", + "xp": 1, + "text": "Add this option: �€�? Move up to 2 times.�€?" + }, + { + "name": "Refined", + "xp": 2, + "text": "Alchemical Distillation enters play with 2 additional supplies on it.", + "replaces": { + "uses": [ + { + "count": 5, + "type": "Supply", + "token": "resource" + } + ] + } + }, + { + "name": "Empowered", + "xp": 4, + "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." + }, + { + "name": "Perfected", + "xp": 5, + "text": "If you succeed by 2 or more, the chosen investigator may perform two different options instead of one." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.json b/objects/AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.json new file mode 100644 index 00000000..efa227ab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379033, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlchemicalDistillation.502a4d.gmnotes", + "GUID": "502a4d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alchemical Distillation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.669, + "posY": 3.341, + "posZ": 65.933, + "rotX": 357, + "rotY": 270, + "rotZ": 356, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.json b/objects/AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.json new file mode 100644 index 00000000..6176b090 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8467": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001675240/93B59C1A3D29C3B34A9184C0C67F485777F913CB/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09040-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "156166", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Alchemical Distillation Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.131, + "posY": 9.189, + "posZ": 19.267, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.ttslua b/objects/AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.ttslua new file mode 100644 index 00000000..516c0ef7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalDistillationUpgradeSheet.156166.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Alchemical Distillation +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.892, + -0.665, + -0.430, + -0.092, + 0.142, + 0.376, + 0.815 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 2, 4, 5 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.gmnotes b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.gmnotes new file mode 100644 index 00000000..c7f47206 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "03032", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.json b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.json new file mode 100644 index 00000000..50a0adec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlchemicalTransmutation.54832d.gmnotes", + "GUID": "54832d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alchemical Transmutation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.052, + "posY": 3.716, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.gmnotes b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.gmnotes new file mode 100644 index 00000000..09895068 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "52007", + "type": "Asset", + "class": "Mystic", + "cost": 0, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.json b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.json new file mode 100644 index 00000000..87baff59 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444020, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4440": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlchemicalTransmutation2.283e54.gmnotes", + "GUID": "283e54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alchemical Transmutation (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.16, + "posY": 3.968, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlejandroVela.c49b4b.gmnotes b/objects/AllPlayerCards.15bb07/AlejandroVela.c49b4b.gmnotes new file mode 100644 index 00000000..f266354c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlejandroVela.c49b4b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04051", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AlejandroVela.c49b4b.json b/objects/AllPlayerCards.15bb07/AlejandroVela.c49b4b.json new file mode 100644 index 00000000..177e4fa3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlejandroVela.c49b4b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2356": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Renowned Historian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlejandroVela.c49b4b.gmnotes", + "GUID": "c49b4b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alejandro Vela", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.686, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AliceLuxley.ae20e0.gmnotes b/objects/AllPlayerCards.15bb07/AliceLuxley.ae20e0.gmnotes new file mode 100644 index 00000000..52a94ad0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AliceLuxley.ae20e0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05151", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Ally. Detective. Police.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AliceLuxley.ae20e0.json b/objects/AllPlayerCards.15bb07/AliceLuxley.ae20e0.json new file mode 100644 index 00000000..5c98a898 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AliceLuxley.ae20e0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 278010, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Fearless Flatfoot", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AliceLuxley.ae20e0.gmnotes", + "GUID": "ae20e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alice Luxley", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.68, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AllIn5.7d3a27.gmnotes b/objects/AllPlayerCards.15bb07/AllIn5.7d3a27.gmnotes new file mode 100644 index 00000000..97366fea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AllIn5.7d3a27.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04309", + "type": "Skill", + "class": "Rogue", + "level": 5, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AllIn5.7d3a27.json b/objects/AllPlayerCards.15bb07/AllIn5.7d3a27.json new file mode 100644 index 00000000..53d1cad8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AllIn5.7d3a27.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 265502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2655": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AllIn5.7d3a27.gmnotes", + "GUID": "7d3a27", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "All In (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.714, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.gmnotes b/objects/AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.gmnotes new file mode 100644 index 00000000..9da6a4e4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04309-t", + "type": "Skill", + "class": "Rogue", + "level": 5, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.json b/objects/AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.json new file mode 100644 index 00000000..a46cf82c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450620, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AllIn5Taboo.ff1dfe.gmnotes", + "GUID": "ff1dfe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "All In (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.12, + "posY": 4.012, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlterFate1.9e4e11.gmnotes b/objects/AllPlayerCards.15bb07/AlterFate1.9e4e11.gmnotes new file mode 100644 index 00000000..3ecd1dec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlterFate1.9e4e11.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "53009", + "type": "Event", + "class": "Survivor", + "cost": 3, + "level": 1, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AlterFate1.9e4e11.json b/objects/AllPlayerCards.15bb07/AlterFate1.9e4e11.json new file mode 100644 index 00000000..bd8b3997 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlterFate1.9e4e11.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545208, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlterFate1.9e4e11.gmnotes", + "GUID": "9e4e11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alter Fate (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.009, + "posY": 3.674, + "posZ": -16.696, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlterFate3.83c86b.gmnotes b/objects/AllPlayerCards.15bb07/AlterFate3.83c86b.gmnotes new file mode 100644 index 00000000..15822106 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlterFate3.83c86b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04313", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AlterFate3.83c86b.json b/objects/AllPlayerCards.15bb07/AlterFate3.83c86b.json new file mode 100644 index 00000000..7647c280 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlterFate3.83c86b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368856, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlterFate3.83c86b.gmnotes", + "GUID": "83c86b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alter Fate (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.807, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AlyssaGraham.53867b.gmnotes b/objects/AllPlayerCards.15bb07/AlyssaGraham.53867b.gmnotes new file mode 100644 index 00000000..409bc0af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlyssaGraham.53867b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02232", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 0, + "traits": "Ally. Sorcerer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/AlyssaGraham.53867b.json b/objects/AllPlayerCards.15bb07/AlyssaGraham.53867b.json new file mode 100644 index 00000000..7001224e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AlyssaGraham.53867b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230330, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Speaker to the Dead", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AlyssaGraham.53867b.gmnotes", + "GUID": "53867b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alyssa Graham", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.025, + "posY": 3.85, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AmandaSharpe.05b950.gmnotes b/objects/AllPlayerCards.15bb07/AmandaSharpe.05b950.gmnotes new file mode 100644 index 00000000..f8fa32f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AmandaSharpe.05b950.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07002", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic. Scholar.", + "willpowerIcons": 2, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AmandaSharpe.05b950.json b/objects/AllPlayerCards.15bb07/AmandaSharpe.05b950.json new file mode 100644 index 00000000..80e419f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AmandaSharpe.05b950.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Student", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AmandaSharpe.05b950.gmnotes", + "GUID": "05b950", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amanda Sharpe", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.854, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AmandaSharpe.155746.json b/objects/AllPlayerCards.15bb07/AmandaSharpe.155746.json new file mode 100644 index 00000000..c0f431f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AmandaSharpe.155746.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5532": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132709196/85DFA06CD6EC0C36B07F86E5CDECCB6AFF531152/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132708743/A33DE2B12DE941B1CF2E4C8A458A18E48CB5CEEF/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"07002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "155746", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amanda Sharpe", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.891, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ambush1.a1fd61.gmnotes b/objects/AllPlayerCards.15bb07/Ambush1.a1fd61.gmnotes new file mode 100644 index 00000000..de9ce9c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ambush1.a1fd61.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03148", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 1, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Ambush1.a1fd61.json b/objects/AllPlayerCards.15bb07/Ambush1.a1fd61.json new file mode 100644 index 00000000..ec0be7ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ambush1.a1fd61.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226338, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ambush1.a1fd61.gmnotes", + "GUID": "a1fd61", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ambush (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.117, + "posY": 4.074, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AminaZidane.458edc.json b/objects/AllPlayerCards.15bb07/AminaZidane.458edc.json new file mode 100644 index 00000000..2e703a2a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AminaZidane.458edc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8461": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653683/60799F36ADCEBB9027393DBB518B4025D1953FA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653462/E5CB5A50E22021314BB8963E47516DBE8092D8EF/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09011-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "458edc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amina Zidane", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.272, + "posY": 1.057, + "posZ": 26.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AminaZidane.4c2a3d.gmnotes b/objects/AllPlayerCards.15bb07/AminaZidane.4c2a3d.gmnotes new file mode 100644 index 00000000..9e12abfa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AminaZidane.4c2a3d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09011", + "type": "Investigator", + "class": "Mystic", + "traits": "Chosen. Cursed.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3 +} diff --git a/objects/AllPlayerCards.15bb07/AminaZidane.4c2a3d.json b/objects/AllPlayerCards.15bb07/AminaZidane.4c2a3d.json new file mode 100644 index 00000000..cbd57742 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AminaZidane.4c2a3d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 843403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8434": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606436/4C276FC15C46EEB0C65BAE449E7D94445B3E1B57/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606067/D4B307834101CF1589A9A9AEEC4CE2F65E7DF02F/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Operator", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AminaZidane.4c2a3d.gmnotes", + "GUID": "4c2a3d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amina Zidane", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.654, + "posY": 3.323, + "posZ": 36.175, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Amnesia.2210c1.gmnotes b/objects/AllPlayerCards.15bb07/Amnesia.2210c1.gmnotes new file mode 100644 index 00000000..53ecbd41 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Amnesia.2210c1.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01096", + "alternate_ids": [ + "01596" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Amnesia.2210c1.json b/objects/AllPlayerCards.15bb07/Amnesia.2210c1.json new file mode 100644 index 00000000..4f9b8d53 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Amnesia.2210c1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Amnesia.2210c1.gmnotes", + "GUID": "2210c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.777, + "posY": 3.32, + "posZ": 26.967, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Analysis.80285f.gmnotes b/objects/AllPlayerCards.15bb07/Analysis.80285f.gmnotes new file mode 100644 index 00000000..a9dc83f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Analysis.80285f.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09049", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/Analysis.80285f.json b/objects/AllPlayerCards.15bb07/Analysis.80285f.json new file mode 100644 index 00000000..c569f901 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Analysis.80285f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379042, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Analysis.80285f.gmnotes", + "GUID": "80285f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Analysis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.385, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.gmnotes b/objects/AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.gmnotes new file mode 100644 index 00000000..ac39941e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03010", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.json b/objects/AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.json new file mode 100644 index 00000000..99e78455 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374532, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3745": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AnalyticalMind.7b6ab5.gmnotes", + "GUID": "7b6ab5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Analytical Mind", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.577, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.gmnotes b/objects/AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.gmnotes new file mode 100644 index 00000000..fa916c78 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03108", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.json b/objects/AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.json new file mode 100644 index 00000000..65e48946 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/AnatomicalDiagrams.a8e495.gmnotes", + "GUID": "a8e495", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Anatomical Diagrams", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.011, + "posY": 3.847, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.gmnotes b/objects/AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.gmnotes new file mode 100644 index 00000000..61111f95 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07303", + "type": "Asset", + "class": "Seeker", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.json b/objects/AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.json new file mode 100644 index 00000000..87de0b79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5892": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncestralKnowledge3.7b7d14.gmnotes", + "GUID": "7b7d14", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancestral Knowledge (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.059, + "posZ": 27.143, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncientAnkh.0ce113.gmnotes b/objects/AllPlayerCards.15bb07/AncientAnkh.0ce113.gmnotes new file mode 100644 index 00000000..d85ef4d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientAnkh.0ce113.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "83056", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/AncientAnkh.0ce113.json b/objects/AllPlayerCards.15bb07/AncientAnkh.0ce113.json new file mode 100644 index 00000000..a3026f85 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientAnkh.0ce113.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 454741, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4547": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218923075/6DE3A0F2FBB17DAA8374540DBE43CE6BD65EB541/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218921670/8EF5B59C1AC4559A3947140F08010D8B014A11E9/", + "NumHeight": 5, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Item. Relic.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncientAnkh.0ce113.gmnotes", + "GUID": "0ce113", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Ankh", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 3.994, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncientCovenant2.436401.gmnotes b/objects/AllPlayerCards.15bb07/AncientCovenant2.436401.gmnotes new file mode 100644 index 00000000..31b13eaa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientCovenant2.436401.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07122", + "type": "Asset", + "class": "Survivor", + "level": 2, + "traits": "Covenant. Blessed.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AncientCovenant2.436401.json b/objects/AllPlayerCards.15bb07/AncientCovenant2.436401.json new file mode 100644 index 00000000..32fc29da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientCovenant2.436401.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 546400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5464": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1056604690734334657/B1BF31EBC5D92EC3A51B6D3B56ABFB232D2636C5/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1597044073918730334/45D2725C3553953A73DAFBEF631E78D459716EA7/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncientCovenant2.436401.gmnotes", + "GUID": "436401", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Ancient Covenant (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.157, + "posY": 4.178, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone1.9bc46e.gmnotes b/objects/AllPlayerCards.15bb07/AncientStone1.9bc46e.gmnotes new file mode 100644 index 00000000..ebf5b1f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone1.9bc46e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04022", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone1.9bc46e.json b/objects/AllPlayerCards.15bb07/AncientStone1.9bc46e.json new file mode 100644 index 00000000..1afd3a91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone1.9bc46e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430639, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Unidentified", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncientStone1.9bc46e.gmnotes", + "GUID": "9bc46e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Stone (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.155, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone4.3289b0.gmnotes b/objects/AllPlayerCards.15bb07/AncientStone4.3289b0.gmnotes new file mode 100644 index 00000000..5fa44d77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone4.3289b0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "53004", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone4.3289b0.json b/objects/AllPlayerCards.15bb07/AncientStone4.3289b0.json new file mode 100644 index 00000000..7e98271e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone4.3289b0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Transient Thoughts", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncientStone4.3289b0.gmnotes", + "GUID": "3289b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Stone (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.091, + "posY": 3.724, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone4.863f91.gmnotes b/objects/AllPlayerCards.15bb07/AncientStone4.863f91.gmnotes new file mode 100644 index 00000000..9cf9fc8d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone4.863f91.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04230", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone4.863f91.json b/objects/AllPlayerCards.15bb07/AncientStone4.863f91.json new file mode 100644 index 00000000..69b9b613 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone4.863f91.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2622": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Knowledge of the Elders", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncientStone4.863f91.gmnotes", + "GUID": "863f91", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Stone (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.331, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone4.9c56d3.gmnotes b/objects/AllPlayerCards.15bb07/AncientStone4.9c56d3.gmnotes new file mode 100644 index 00000000..fe355ab4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone4.9c56d3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04231", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/AncientStone4.9c56d3.json b/objects/AllPlayerCards.15bb07/AncientStone4.9c56d3.json new file mode 100644 index 00000000..fa6414a3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AncientStone4.9c56d3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2622": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Minds in Harmony", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AncientStone4.9c56d3.gmnotes", + "GUID": "9c56d3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Stone (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.113, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AngeredSpirits.d8705c.gmnotes b/objects/AllPlayerCards.15bb07/AngeredSpirits.d8705c.gmnotes new file mode 100644 index 00000000..e630ad53 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AngeredSpirits.d8705c.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03015", + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AngeredSpirits.d8705c.json b/objects/AllPlayerCards.15bb07/AngeredSpirits.d8705c.json new file mode 100644 index 00000000..7b6db08c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AngeredSpirits.d8705c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374717, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3747": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AngeredSpirits.d8705c.gmnotes", + "GUID": "d8705c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Angered Spirits", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.164, + "posY": 3.433, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AnnaKaslow4.03a4de.gmnotes b/objects/AllPlayerCards.15bb07/AnnaKaslow4.03a4de.gmnotes new file mode 100644 index 00000000..76d03b14 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnnaKaslow4.03a4de.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05283", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 4, + "traits": "Ally. Clairvoyant.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AnnaKaslow4.03a4de.json b/objects/AllPlayerCards.15bb07/AnnaKaslow4.03a4de.json new file mode 100644 index 00000000..8916d23d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnnaKaslow4.03a4de.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 373910, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3739": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mysterious Soothsayer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AnnaKaslow4.03a4de.gmnotes", + "GUID": "03a4de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Anna Kaslow (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 3.992, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.gmnotes b/objects/AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.gmnotes new file mode 100644 index 00000000..7b67f765 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05278", + "type": "Asset", + "class": "Rogue", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.json b/objects/AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.json new file mode 100644 index 00000000..eca526b7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378017, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AnotherDayAnotherDollar3.006d44.gmnotes", + "GUID": "006d44", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Another Day, Another Dollar (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.751, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Antiquary3.452db2.gmnotes b/objects/AllPlayerCards.15bb07/Antiquary3.452db2.gmnotes new file mode 100644 index 00000000..9ed40553 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Antiquary3.452db2.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08124", + "type": "Asset", + "class": "Seeker|Rogue|Mystic", + "cost": 3, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Antiquary3.452db2.json b/objects/AllPlayerCards.15bb07/Antiquary3.452db2.json new file mode 100644 index 00000000..3077e4f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Antiquary3.452db2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378962, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Antiquary3.452db2.gmnotes", + "GUID": "452db2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Antiquary (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.178, + "posY": 2.941, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.gmnotes b/objects/AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.gmnotes new file mode 100644 index 00000000..bbc2f7fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60302", + "type": "Skill", + "class": "Rogue", + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 6, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.json b/objects/AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.json new file mode 100644 index 00000000..ee6e7a9e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AnythingYouCanDoBetter.2c563c.gmnotes", + "GUID": "2c563c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Anything You Can Do, Better", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.812, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Anyu.1bf025.gmnotes b/objects/AllPlayerCards.15bb07/Anyu.1bf025.gmnotes new file mode 100644 index 00000000..db9560e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Anyu.1bf025.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08738", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Anyu.1bf025.json b/objects/AllPlayerCards.15bb07/Anyu.1bf025.json new file mode 100644 index 00000000..4360e3b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Anyu.1bf025.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Faithful Companion", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Anyu.1bf025.gmnotes", + "GUID": "1bf025", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Anyu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.587, + "posY": 3.33, + "posZ": 7.554, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Aquinnah1.9393ec.gmnotes b/objects/AllPlayerCards.15bb07/Aquinnah1.9393ec.gmnotes new file mode 100644 index 00000000..de9768dd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Aquinnah1.9393ec.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01082", + "alternate_ids": [ + "01582" + ], + "type": "Asset", + "class": "Survivor", + "cost": 5, + "level": 1, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Aquinnah1.9393ec.json b/objects/AllPlayerCards.15bb07/Aquinnah1.9393ec.json new file mode 100644 index 00000000..f28cfa1b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Aquinnah1.9393ec.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368841, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Forgotten Daughter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Aquinnah1.9393ec.gmnotes", + "GUID": "9393ec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Aquinnah (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Aquinnah3.fb9dbb.gmnotes b/objects/AllPlayerCards.15bb07/Aquinnah3.fb9dbb.gmnotes new file mode 100644 index 00000000..2b8f0f3a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Aquinnah3.fb9dbb.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "02308", + "alternate_ids": [ + "01691" + ], + "type": "Asset", + "class": "Survivor", + "cost": 4, + "level": 3, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Aquinnah3.fb9dbb.json b/objects/AllPlayerCards.15bb07/Aquinnah3.fb9dbb.json new file mode 100644 index 00000000..823867f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Aquinnah3.fb9dbb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368861, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Forgotten Daughter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Aquinnah3.fb9dbb.gmnotes", + "GUID": "fb9dbb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Aquinnah (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.gmnotes b/objects/AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.gmnotes new file mode 100644 index 00000000..60b93a24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60402", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.json b/objects/AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.json new file mode 100644 index 00000000..4be75e26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArbiterofFates.4fbdb2.gmnotes", + "GUID": "4fbdb2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arbiter of Fates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.025, + "posY": 3.885, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.gmnotes new file mode 100644 index 00000000..08821767 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60205", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.json b/objects/AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.json new file mode 100644 index 00000000..fd7c1a3e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538803, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneEnlightenment.e69708.gmnotes", + "GUID": "e69708", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Enlightenment", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.145, + "posY": 3.716, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneInitiate.7307c4.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneInitiate.7307c4.gmnotes new file mode 100644 index 00000000..1dea7d5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneInitiate.7307c4.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01063", + "alternate_ids": [ + "01563" + ], + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Ally. Sorcerer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 1, + "type": "Doom", + "token": "doom" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneInitiate.7307c4.json b/objects/AllPlayerCards.15bb07/ArcaneInitiate.7307c4.json new file mode 100644 index 00000000..a87194ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneInitiate.7307c4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneInitiate.7307c4.gmnotes", + "GUID": "7307c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Initiate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.gmnotes new file mode 100644 index 00000000..cb605d79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.gmnotes @@ -0,0 +1,25 @@ +{ + "id": "03271", + "type": "Asset", + "class": "Mystic", + "cost": 0, + "level": 3, + "traits": "Ally. Sorcerer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 1, + "type": "Doom", + "token": "doom" + }, + { + "count": 2, + "type": "Horror", + "token": "horror" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.json b/objects/AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.json new file mode 100644 index 00000000..636683fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230349, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneInitiate3.65b30d.gmnotes", + "GUID": "65b30d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Initiate (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.984, + "posY": 3.752, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneInsight4.536b52.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneInsight4.536b52.gmnotes new file mode 100644 index 00000000..1a2c0712 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneInsight4.536b52.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "03266", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneInsight4.536b52.json b/objects/AllPlayerCards.15bb07/ArcaneInsight4.536b52.json new file mode 100644 index 00000000..11f3e3ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneInsight4.536b52.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430659, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/ArcaneInsight4.536b52.gmnotes", + "GUID": "536b52", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Insight (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.875, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneResearch.e425d0.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneResearch.e425d0.gmnotes new file mode 100644 index 00000000..47bcb990 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneResearch.e425d0.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "04109", + "type": "Asset", + "class": "Mystic", + "level": 0, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneResearch.e425d0.json b/objects/AllPlayerCards.15bb07/ArcaneResearch.e425d0.json new file mode 100644 index 00000000..baa8d2c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneResearch.e425d0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneResearch.e425d0.gmnotes", + "GUID": "e425d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Research", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.028, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneStudies.9e4505.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneStudies.9e4505.gmnotes new file mode 100644 index 00000000..8435928f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneStudies.9e4505.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01062", + "alternate_ids": [ + "01562" + ], + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneStudies.9e4505.json b/objects/AllPlayerCards.15bb07/ArcaneStudies.9e4505.json new file mode 100644 index 00000000..3784c721 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneStudies.9e4505.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230324, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneStudies.9e4505.gmnotes", + "GUID": "9e4505", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Studies", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneStudies2.644af9.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneStudies2.644af9.gmnotes new file mode 100644 index 00000000..58d50bcd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneStudies2.644af9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50007", + "type": "Asset", + "class": "Mystic", + "cost": 0, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "intellectIcons": 2, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneStudies2.644af9.json b/objects/AllPlayerCards.15bb07/ArcaneStudies2.644af9.json new file mode 100644 index 00000000..7fe2699f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneStudies2.644af9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230340, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneStudies2.644af9.gmnotes", + "GUID": "644af9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Studies (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.101, + "posY": 3.707, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.gmnotes b/objects/AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.gmnotes new file mode 100644 index 00000000..914ecabd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60428", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 4, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "intellectIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.json b/objects/AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.json new file mode 100644 index 00000000..4c9b4f91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538726, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArcaneStudies4.ca23d4.gmnotes", + "GUID": "ca23d4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arcane Studies (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.064, + "posY": 3.916, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.gmnotes b/objects/AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.gmnotes new file mode 100644 index 00000000..f7b84061 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03025", + "type": "Asset", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Item. Occult. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.json b/objects/AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.json new file mode 100644 index 00000000..150c9b7e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368420, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Untranslated", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchaicGlyphs.cbfc12.gmnotes", + "GUID": "cbfc12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archaic Glyphs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.751, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.gmnotes b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.gmnotes new file mode 100644 index 00000000..d6d32dd7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "03193", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.json b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.json new file mode 100644 index 00000000..2908f172 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430653, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Prophecy Foretold", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchaicGlyphs3.3d35aa.gmnotes", + "GUID": "3d35aa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archaic Glyphs (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.084, + "posY": 3.694, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.gmnotes b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.gmnotes new file mode 100644 index 00000000..a069d966 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "52004", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.json b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.json new file mode 100644 index 00000000..ae945346 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 441024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4410": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Markings of Isis", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchaicGlyphs3.66d5a3.gmnotes", + "GUID": "66d5a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archaic Glyphs (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.103, + "posY": 3.726, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.gmnotes b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.gmnotes new file mode 100644 index 00000000..cce8d886 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "03192", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.json b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.json new file mode 100644 index 00000000..d5b7782a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430652, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Guiding Stones", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchaicGlyphs3.a14a11.gmnotes", + "GUID": "a14a11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archaic Glyphs (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.529, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits.8023f5.gmnotes b/objects/AllPlayerCards.15bb07/ArchiveofConduits.8023f5.gmnotes new file mode 100644 index 00000000..c06bce7c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits.8023f5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08033", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tome. Occult.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits.8023f5.json b/objects/AllPlayerCards.15bb07/ArchiveofConduits.8023f5.json new file mode 100644 index 00000000..b25cdd00 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits.8023f5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379023, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Unidentified", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchiveofConduits.8023f5.gmnotes", + "GUID": "8023f5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archive of Conduits", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.128, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.098132.gmnotes b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.098132.gmnotes new file mode 100644 index 00000000..992061c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.098132.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08044", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 4, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Leyline", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.098132.json b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.098132.json new file mode 100644 index 00000000..acacc0a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.098132.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Gateway to Paradise", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchiveofConduits4.098132.gmnotes", + "GUID": "098132", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archive of Conduits (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.073, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.gmnotes b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.gmnotes new file mode 100644 index 00000000..1b702cb1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08041", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 4, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Leyline", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.json b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.json new file mode 100644 index 00000000..c7e2f29f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379031, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Gateway to Tindalos", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchiveofConduits4.1fdf4c.gmnotes", + "GUID": "1fdf4c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archive of Conduits (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.199, + "posY": 2.158, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.gmnotes b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.gmnotes new file mode 100644 index 00000000..a84c4e87 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08043", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 4, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Leyline", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.json b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.json new file mode 100644 index 00000000..334c4cc2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379033, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Gateway to Aldebaran", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchiveofConduits4.4b1b99.gmnotes", + "GUID": "4b1b99", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archive of Conduits (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.203, + "posY": 2.064, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.gmnotes b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.gmnotes new file mode 100644 index 00000000..48044891 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08042", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 4, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Leyline", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.json b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.json new file mode 100644 index 00000000..1c9651ec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379032, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Gateway to Acheron", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArchiveofConduits4.88ff66.gmnotes", + "GUID": "88ff66", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Archive of Conduits (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.083, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.gmnotes b/objects/AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.gmnotes new file mode 100644 index 00000000..8eac355c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07304", + "type": "Asset", + "class": "Seeker", + "cost": 0, + "level": 3, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 0, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.json b/objects/AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.json new file mode 100644 index 00000000..f29f00f4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5893": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AriadnesTwine3.27f6aa.gmnotes", + "GUID": "27f6aa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ariadne's Twine (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.446, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArmInjury.8f1420.gmnotes b/objects/AllPlayerCards.15bb07/ArmInjury.8f1420.gmnotes new file mode 100644 index 00000000..8742ae15 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArmInjury.8f1420.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08130", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ArmInjury.8f1420.json b/objects/AllPlayerCards.15bb07/ArmInjury.8f1420.json new file mode 100644 index 00000000..ff9d10a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArmInjury.8f1420.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378917, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArmInjury.8f1420.gmnotes", + "GUID": "8f1420", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arm Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.189, + "posY": 2.326, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Armageddon.3feff1.gmnotes b/objects/AllPlayerCards.15bb07/Armageddon.3feff1.gmnotes new file mode 100644 index 00000000..dd9d806b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Armageddon.3feff1.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07117", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 0, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Armageddon.3feff1.json b/objects/AllPlayerCards.15bb07/Armageddon.3feff1.json new file mode 100644 index 00000000..fc3692b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Armageddon.3feff1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Armageddon.3feff1.gmnotes", + "GUID": "3feff1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Armageddon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.165, + "posY": 3.39, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Armageddon4.32e5a4.gmnotes b/objects/AllPlayerCards.15bb07/Armageddon4.32e5a4.gmnotes new file mode 100644 index 00000000..b17e6798 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Armageddon4.32e5a4.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07226", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 4, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Armageddon4.32e5a4.json b/objects/AllPlayerCards.15bb07/Armageddon4.32e5a4.json new file mode 100644 index 00000000..043059d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Armageddon4.32e5a4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5796": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Armageddon4.32e5a4.gmnotes", + "GUID": "32e5a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Armageddon (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.057, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.gmnotes b/objects/AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.gmnotes new file mode 100644 index 00000000..71905a76 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03305", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 5, + "traits": "Item. Armor. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.json b/objects/AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.json new file mode 100644 index 00000000..b7e09cc5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226360, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ArmorofArdennes5.f7a9ab.gmnotes", + "GUID": "f7a9ab", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Armor of Ardennes (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.043, + "posY": 3.9, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Arrogance.b2e5b0.gmnotes b/objects/AllPlayerCards.15bb07/Arrogance.b2e5b0.gmnotes new file mode 100644 index 00000000..15986674 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Arrogance.b2e5b0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60303", + "type": "Skill", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "wildIcons": 1, + "negativeIcons": true, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Arrogance.b2e5b0.json b/objects/AllPlayerCards.15bb07/Arrogance.b2e5b0.json new file mode 100644 index 00000000..6260a233 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Arrogance.b2e5b0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Arrogance.b2e5b0.gmnotes", + "GUID": "b2e5b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arrogance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 4.051, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ArtStudent.07a8f0.gmnotes b/objects/AllPlayerCards.15bb07/ArtStudent.07a8f0.gmnotes new file mode 100644 index 00000000..1d8f1b9a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArtStudent.07a8f0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02149", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ArtStudent.07a8f0.json b/objects/AllPlayerCards.15bb07/ArtStudent.07a8f0.json new file mode 100644 index 00000000..01b3acf0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ArtStudent.07a8f0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368428, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/ArtStudent.07a8f0.gmnotes", + "GUID": "07a8f0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Art Student", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.684, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AshcanPete.5294c3.gmnotes b/objects/AllPlayerCards.15bb07/AshcanPete.5294c3.gmnotes new file mode 100644 index 00000000..9fe65eeb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AshcanPete.5294c3.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02005", + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 4, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/AshcanPete.5294c3.json b/objects/AllPlayerCards.15bb07/AshcanPete.5294c3.json new file mode 100644 index 00000000..efb9547d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AshcanPete.5294c3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4498": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Drifter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AshcanPete.5294c3.gmnotes", + "GUID": "5294c3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Ashcan\" Pete", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.806, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AshcanPete.b8fd86.json b/objects/AllPlayerCards.15bb07/AshcanPete.b8fd86.json new file mode 100644 index 00000000..3739db02 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AshcanPete.b8fd86.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 258909, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2589": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"02005-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "b8fd86", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Ashcan\" Pete", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.174, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AstoundingRevelation.7686cb.gmnotes b/objects/AllPlayerCards.15bb07/AstoundingRevelation.7686cb.gmnotes new file mode 100644 index 00000000..467eda6f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstoundingRevelation.7686cb.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06023", + "type": "Event", + "class": "Seeker", + "level": 0, + "traits": "Research.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/AstoundingRevelation.7686cb.json b/objects/AllPlayerCards.15bb07/AstoundingRevelation.7686cb.json new file mode 100644 index 00000000..68d11530 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstoundingRevelation.7686cb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 441025, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4410": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AstoundingRevelation.7686cb.gmnotes", + "GUID": "7686cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Astounding Revelation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.025, + "posY": 3.85, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AstralMirror2.b5d894.gmnotes b/objects/AllPlayerCards.15bb07/AstralMirror2.b5d894.gmnotes new file mode 100644 index 00000000..b24e8e15 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstralMirror2.b5d894.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09091", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/AstralMirror2.b5d894.json b/objects/AllPlayerCards.15bb07/AstralMirror2.b5d894.json new file mode 100644 index 00000000..501ecf94 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstralMirror2.b5d894.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379115, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AstralMirror2.b5d894.gmnotes", + "GUID": "b5d894", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Astral Mirror (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.74, + "posY": 3.345, + "posZ": 65.492, + "rotX": 359, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AstralTravel.31d087.gmnotes b/objects/AllPlayerCards.15bb07/AstralTravel.31d087.gmnotes new file mode 100644 index 00000000..ae4f7394 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstralTravel.31d087.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "03034", + "alternate_ids": [ + "60413" + ], + "type": "Event", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/AstralTravel.31d087.json b/objects/AllPlayerCards.15bb07/AstralTravel.31d087.json new file mode 100644 index 00000000..7cf4ca25 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstralTravel.31d087.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AstralTravel.31d087.gmnotes", + "GUID": "31d087", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Astral Travel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.092, + "posY": 3.715, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AstronomicalAtlas3.804397.gmnotes b/objects/AllPlayerCards.15bb07/AstronomicalAtlas3.804397.gmnotes new file mode 100644 index 00000000..8e87ad81 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstronomicalAtlas3.804397.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08067", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/AstronomicalAtlas3.804397.json b/objects/AllPlayerCards.15bb07/AstronomicalAtlas3.804397.json new file mode 100644 index 00000000..39464470 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AstronomicalAtlas3.804397.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379057, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AstronomicalAtlas3.804397.gmnotes", + "GUID": "804397", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Astronomical Atlas (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.064, + "posZ": 27.143, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Asyouwish.4b891d.gmnotes b/objects/AllPlayerCards.15bb07/Asyouwish.4b891d.gmnotes new file mode 100644 index 00000000..2768fd3f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Asyouwish.4b891d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09002", + "type": "Skill", + "class": "Neutral", + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Asyouwish.4b891d.json b/objects/AllPlayerCards.15bb07/Asyouwish.4b891d.json new file mode 100644 index 00000000..994bcb9c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Asyouwish.4b891d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5877": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Asyouwish.4b891d.gmnotes", + "GUID": "4b891d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"As you wish\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.079, + "posY": 2.212, + "posZ": 59.523, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AtaCrossroads1.48e90b.gmnotes b/objects/AllPlayerCards.15bb07/AtaCrossroads1.48e90b.gmnotes new file mode 100644 index 00000000..b8ea46d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AtaCrossroads1.48e90b.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09109", + "type": "Event", + "class": "Survivor", + "level": 1, + "traits": "Dilemma. Insight.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/AtaCrossroads1.48e90b.json b/objects/AllPlayerCards.15bb07/AtaCrossroads1.48e90b.json new file mode 100644 index 00000000..95cd08d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AtaCrossroads1.48e90b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379133, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AtaCrossroads1.48e90b.gmnotes", + "GUID": "48e90b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "At a Crossroads (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.361, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Atychiphobia.a3bc7a.gmnotes b/objects/AllPlayerCards.15bb07/Atychiphobia.a3bc7a.gmnotes new file mode 100644 index 00000000..1d2f00b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Atychiphobia.a3bc7a.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60504", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Atychiphobia.a3bc7a.json b/objects/AllPlayerCards.15bb07/Atychiphobia.a3bc7a.json new file mode 100644 index 00000000..1b8c95b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Atychiphobia.a3bc7a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Atychiphobia.a3bc7a.gmnotes", + "GUID": "a3bc7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Atychiphobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.002, + "posY": 3.865, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Augur.cf9ca8.gmnotes b/objects/AllPlayerCards.15bb07/Augur.cf9ca8.gmnotes new file mode 100644 index 00000000..7d75a2bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Augur.cf9ca8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06033", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "traits": "Ally. Creature. Dreamlands.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Augur.cf9ca8.json b/objects/AllPlayerCards.15bb07/Augur.cf9ca8.json new file mode 100644 index 00000000..97eb2666 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Augur.cf9ca8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440626, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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_path": "AllPlayerCards.15bb07/Augur.cf9ca8.gmnotes", + "GUID": "cf9ca8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Augur", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.22, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AugustLindquist.83b588.gmnotes b/objects/AllPlayerCards.15bb07/AugustLindquist.83b588.gmnotes new file mode 100644 index 00000000..2773e1df --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AugustLindquist.83b588.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "05227", + "type": "Asset", + "class": "Neutral", + "traits": "Cultist. Silver Twilight.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/AugustLindquist.83b588.json b/objects/AllPlayerCards.15bb07/AugustLindquist.83b588.json new file mode 100644 index 00000000..9998ca86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AugustLindquist.83b588.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312509, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3125": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/786356000879761873/F22612DB451928DCA4344F3F125F5A8CE128A817/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Elegant and Elusive", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AugustLindquist.83b588.gmnotes", + "GUID": "83b588", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "August Lindquist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.083, + "posY": 3.716, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AwakenedMantle.e81861.gmnotes b/objects/AllPlayerCards.15bb07/AwakenedMantle.e81861.gmnotes new file mode 100644 index 00000000..110677d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AwakenedMantle.e81861.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07180", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic. Clothing.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/AwakenedMantle.e81861.json b/objects/AllPlayerCards.15bb07/AwakenedMantle.e81861.json new file mode 100644 index 00000000..99159be8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AwakenedMantle.e81861.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 451113, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4511": { + "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_path": "AllPlayerCards.15bb07/AwakenedMantle.e81861.gmnotes", + "GUID": "e81861", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Awakened Mantle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.764, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AzureFlame.17319c.gmnotes b/objects/AllPlayerCards.15bb07/AzureFlame.17319c.gmnotes new file mode 100644 index 00000000..b590719e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AzureFlame.17319c.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60407", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/AzureFlame.17319c.json b/objects/AllPlayerCards.15bb07/AzureFlame.17319c.json new file mode 100644 index 00000000..07a7f15b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AzureFlame.17319c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AzureFlame.17319c.gmnotes", + "GUID": "17319c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Azure Flame", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.143, + "posY": 3.74, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AzureFlame3.c5fb42.gmnotes b/objects/AllPlayerCards.15bb07/AzureFlame3.c5fb42.gmnotes new file mode 100644 index 00000000..90feac88 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AzureFlame3.c5fb42.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60425", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/AzureFlame3.c5fb42.json b/objects/AllPlayerCards.15bb07/AzureFlame3.c5fb42.json new file mode 100644 index 00000000..94e1d1f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AzureFlame3.c5fb42.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538723, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AzureFlame3.c5fb42.gmnotes", + "GUID": "c5fb42", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Azure Flame (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.067, + "posY": 3.88, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/AzureFlame5.0ee874.gmnotes b/objects/AllPlayerCards.15bb07/AzureFlame5.0ee874.gmnotes new file mode 100644 index 00000000..db84d0b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AzureFlame5.0ee874.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60430", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 5, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 2, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/AzureFlame5.0ee874.json b/objects/AllPlayerCards.15bb07/AzureFlame5.0ee874.json new file mode 100644 index 00000000..d46f3c02 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/AzureFlame5.0ee874.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538728, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/AzureFlame5.0ee874.gmnotes", + "GUID": "0ee874", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Azure Flame (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.951, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Backpack.f59085.gmnotes b/objects/AllPlayerCards.15bb07/Backpack.f59085.gmnotes new file mode 100644 index 00000000..3b005abd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backpack.f59085.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04037", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Backpack.f59085.json b/objects/AllPlayerCards.15bb07/Backpack.f59085.json new file mode 100644 index 00000000..e5b64c68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backpack.f59085.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368517, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Backpack.f59085.gmnotes", + "GUID": "f59085", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Backpack", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.02, + "posY": 4.039, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Backpack2.389a34.gmnotes b/objects/AllPlayerCards.15bb07/Backpack2.389a34.gmnotes new file mode 100644 index 00000000..4e898d36 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backpack2.389a34.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "53011", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "level": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Backpack2.389a34.json b/objects/AllPlayerCards.15bb07/Backpack2.389a34.json new file mode 100644 index 00000000..f2ee0433 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backpack2.389a34.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545210, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Backpack2.389a34.gmnotes", + "GUID": "389a34", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Backpack (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.097, + "posY": 3.684, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Backstab.cdfd9f.gmnotes b/objects/AllPlayerCards.15bb07/Backstab.cdfd9f.gmnotes new file mode 100644 index 00000000..bde2fc6d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backstab.cdfd9f.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01051", + "alternate_ids": [ + "01551" + ], + "type": "Event", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Backstab.cdfd9f.json b/objects/AllPlayerCards.15bb07/Backstab.cdfd9f.json new file mode 100644 index 00000000..d5f2e833 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backstab.cdfd9f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368716, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Backstab.cdfd9f.gmnotes", + "GUID": "cdfd9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Backstab", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Backstab3.7baf75.gmnotes b/objects/AllPlayerCards.15bb07/Backstab3.7baf75.gmnotes new file mode 100644 index 00000000..8c53c485 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backstab3.7baf75.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60329", + "type": "Event", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Backstab3.7baf75.json b/objects/AllPlayerCards.15bb07/Backstab3.7baf75.json new file mode 100644 index 00000000..654babc4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Backstab3.7baf75.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538627, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Backstab3.7baf75.gmnotes", + "GUID": "7baf75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Backstab (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.682, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.gmnotes b/objects/AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.gmnotes new file mode 100644 index 00000000..ac625072 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02034", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.json b/objects/AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.json new file mode 100644 index 00000000..a2cc76b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368809, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BaitandSwitch.2c2d9a.gmnotes", + "GUID": "2c2d9a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bait and Switch", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.776, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BaitandSwitch3.f9a232.gmnotes b/objects/AllPlayerCards.15bb07/BaitandSwitch3.f9a232.gmnotes new file mode 100644 index 00000000..f3f773ed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaitandSwitch3.f9a232.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05282", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/BaitandSwitch3.f9a232.json b/objects/AllPlayerCards.15bb07/BaitandSwitch3.f9a232.json new file mode 100644 index 00000000..86f8bd5c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaitandSwitch3.f9a232.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BaitandSwitch3.f9a232.gmnotes", + "GUID": "f9a232", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bait and Switch (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.878, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bandages.b460e1.gmnotes b/objects/AllPlayerCards.15bb07/Bandages.b460e1.gmnotes new file mode 100644 index 00000000..622b8e2b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bandages.b460e1.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08073", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Bandages.b460e1.json b/objects/AllPlayerCards.15bb07/Bandages.b460e1.json new file mode 100644 index 00000000..c3384c91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bandages.b460e1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bandages.b460e1.gmnotes", + "GUID": "b460e1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bandages", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.179, + "posY": 2.909, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bandolier.82775a.gmnotes b/objects/AllPlayerCards.15bb07/Bandolier.82775a.gmnotes new file mode 100644 index 00000000..05dc6a88 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bandolier.82775a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02147", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Bandolier.82775a.json b/objects/AllPlayerCards.15bb07/Bandolier.82775a.json new file mode 100644 index 00000000..583b7427 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bandolier.82775a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226325, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bandolier.82775a.gmnotes", + "GUID": "82775a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bandolier", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.076, + "posY": 3.731, + "posZ": -16.71, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bandolier2.e8b7ad.gmnotes b/objects/AllPlayerCards.15bb07/Bandolier2.e8b7ad.gmnotes new file mode 100644 index 00000000..228dd140 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bandolier2.e8b7ad.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "51001", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Bandolier2.e8b7ad.json b/objects/AllPlayerCards.15bb07/Bandolier2.e8b7ad.json new file mode 100644 index 00000000..e9e19c4d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bandolier2.e8b7ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3142": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bandolier2.e8b7ad.gmnotes", + "GUID": "e8b7ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bandolier (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.16, + "posY": 3.963, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BangleofJinxes1.a65852.gmnotes b/objects/AllPlayerCards.15bb07/BangleofJinxes1.a65852.gmnotes new file mode 100644 index 00000000..bc33f503 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BangleofJinxes1.a65852.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08075", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 1, + "traits": "Item. Charm. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 1, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BangleofJinxes1.a65852.json b/objects/AllPlayerCards.15bb07/BangleofJinxes1.a65852.json new file mode 100644 index 00000000..1da26440 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BangleofJinxes1.a65852.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BangleofJinxes1.a65852.gmnotes", + "GUID": "a65852", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bangle of Jinxes (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.177, + "posY": 2.925, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Banish1.a00fca.gmnotes b/objects/AllPlayerCards.15bb07/Banish1.a00fca.gmnotes new file mode 100644 index 00000000..ebd8abfc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Banish1.a00fca.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05113", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Banish1.a00fca.json b/objects/AllPlayerCards.15bb07/Banish1.a00fca.json new file mode 100644 index 00000000..4bbbca85 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Banish1.a00fca.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277509, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2775": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Banish1.a00fca.gmnotes", + "GUID": "a00fca", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Banish (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.164, + "posY": 3.518, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BaronSamedi.16ad5d.gmnotes b/objects/AllPlayerCards.15bb07/BaronSamedi.16ad5d.gmnotes new file mode 100644 index 00000000..fee9e1fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaronSamedi.16ad5d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05019", + "alternate_ids": [ + "99003" + ], + "type": "Asset", + "class": "Neutral", + "traits": "Avatar.", + "permanent": false, + "weakness": true, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/BaronSamedi.16ad5d.json b/objects/AllPlayerCards.15bb07/BaronSamedi.16ad5d.json new file mode 100644 index 00000000..6ea46bae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaronSamedi.16ad5d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527552, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5275": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BaronSamedi.16ad5d.gmnotes", + "GUID": "16ad5d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Baron Samedi", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.686, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Barricade.edb554.gmnotes b/objects/AllPlayerCards.15bb07/Barricade.edb554.gmnotes new file mode 100644 index 00000000..c66812a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Barricade.edb554.gmnotes @@ -0,0 +1,17 @@ +{ + "id": "01038", + "alternate_ids": [ + "01538" + ], + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Barricade.edb554.json b/objects/AllPlayerCards.15bb07/Barricade.edb554.json new file mode 100644 index 00000000..2a07412e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Barricade.edb554.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Barricade.edb554.gmnotes", + "GUID": "edb554", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Barricade", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.663, + "posY": 3.379, + "posZ": -57.021, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Barricade3.3689dd.gmnotes b/objects/AllPlayerCards.15bb07/Barricade3.3689dd.gmnotes new file mode 100644 index 00000000..d47ce236 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Barricade3.3689dd.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "50004", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 3, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/Barricade3.3689dd.json b/objects/AllPlayerCards.15bb07/Barricade3.3689dd.json new file mode 100644 index 00000000..779a1f9c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Barricade3.3689dd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5809": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Barricade3.3689dd.gmnotes", + "GUID": "3689dd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Barricade (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.111, + "posY": 3.675, + "posZ": -56.748, + "rotX": 333, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BaseballBat.14d8ff.gmnotes b/objects/AllPlayerCards.15bb07/BaseballBat.14d8ff.gmnotes new file mode 100644 index 00000000..d8c3a305 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaseballBat.14d8ff.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01574", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BaseballBat.14d8ff.json b/objects/AllPlayerCards.15bb07/BaseballBat.14d8ff.json new file mode 100644 index 00000000..8c2b8115 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaseballBat.14d8ff.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BaseballBat.14d8ff.gmnotes", + "GUID": "14d8ff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Baseball Bat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.811, + "posY": 3.33, + "posZ": 7.665, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BaseballBat.48e103.gmnotes b/objects/AllPlayerCards.15bb07/BaseballBat.48e103.gmnotes new file mode 100644 index 00000000..70f98e5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaseballBat.48e103.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01074", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BaseballBat.48e103.json b/objects/AllPlayerCards.15bb07/BaseballBat.48e103.json new file mode 100644 index 00000000..1811f9fb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaseballBat.48e103.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368830, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BaseballBat.48e103.gmnotes", + "GUID": "48e103", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Baseball Bat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.043, + "posY": 3.907, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BaseballBat2.567525.gmnotes b/objects/AllPlayerCards.15bb07/BaseballBat2.567525.gmnotes new file mode 100644 index 00000000..e40a2c23 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaseballBat2.567525.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09113", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/BaseballBat2.567525.json b/objects/AllPlayerCards.15bb07/BaseballBat2.567525.json new file mode 100644 index 00000000..a656b98f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BaseballBat2.567525.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379137, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BaseballBat2.567525.gmnotes", + "GUID": "567525", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Baseball Bat (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.36, + "posZ": 65.637, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bauta.9c9196.gmnotes b/objects/AllPlayerCards.15bb07/Bauta.9c9196.gmnotes new file mode 100644 index 00000000..b4f40db4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bauta.9c9196.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "82023", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Mask.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Bauta.9c9196.json b/objects/AllPlayerCards.15bb07/Bauta.9c9196.json new file mode 100644 index 00000000..e398ee8f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bauta.9c9196.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 295601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2956": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bauta.9c9196.gmnotes", + "GUID": "9c9196", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bauta", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.01, + "posY": 3.673, + "posZ": -16.696, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BearTrap.74840a.gmnotes b/objects/AllPlayerCards.15bb07/BearTrap.74840a.gmnotes new file mode 100644 index 00000000..b9a9199d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BearTrap.74840a.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "81020", + "type": "Asset", + "class": "Neutral", + "traits": "Trap.", + "permanent": false, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/BearTrap.74840a.json b/objects/AllPlayerCards.15bb07/BearTrap.74840a.json new file mode 100644 index 00000000..e4ff09a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BearTrap.74840a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 454100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4541": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Trap.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BearTrap.74840a.gmnotes", + "GUID": "74840a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bear Trap", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.295, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BeatCop.7d4749.gmnotes b/objects/AllPlayerCards.15bb07/BeatCop.7d4749.gmnotes new file mode 100644 index 00000000..100e2cf3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BeatCop.7d4749.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01018", + "alternate_ids": [ + "01518" + ], + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Ally. Police.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BeatCop.7d4749.json b/objects/AllPlayerCards.15bb07/BeatCop.7d4749.json new file mode 100644 index 00000000..1a9cc24a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BeatCop.7d4749.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226331, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BeatCop.7d4749.gmnotes", + "GUID": "7d4749", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Beat Cop", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 77.846, + "posY": 4.469, + "posZ": 27.063, + "rotX": 302, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BeatCop2.7001be.gmnotes b/objects/AllPlayerCards.15bb07/BeatCop2.7001be.gmnotes new file mode 100644 index 00000000..4a0a5160 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BeatCop2.7001be.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01028", + "alternate_ids": [ + "01528" + ], + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 2, + "traits": "Ally. Police.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BeatCop2.7001be.json b/objects/AllPlayerCards.15bb07/BeatCop2.7001be.json new file mode 100644 index 00000000..d4571bd9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BeatCop2.7001be.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226348, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BeatCop2.7001be.gmnotes", + "GUID": "7001be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Beat Cop (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 81.464, + "posY": 2.319, + "posZ": 6.074, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Becky.587589.gmnotes b/objects/AllPlayerCards.15bb07/Becky.587589.gmnotes new file mode 100644 index 00000000..41bb8ddb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Becky.587589.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "06006", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 2, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Becky.587589.json b/objects/AllPlayerCards.15bb07/Becky.587589.json new file mode 100644 index 00000000..3ab8a13b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Becky.587589.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5812": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Custom Marlin Model 1894", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Becky.587589.gmnotes", + "GUID": "587589", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Becky", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.04, + "posY": 3.904, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.gmnotes b/objects/AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.gmnotes new file mode 100644 index 00000000..1fdf498a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05160", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Gambit. Trick.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.json b/objects/AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.json new file mode 100644 index 00000000..35e8c42c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277911, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2779": { + "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_path": "AllPlayerCards.15bb07/BellyoftheBeast.dffa9d.gmnotes", + "GUID": "dffa9d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Belly of the Beast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.886, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Beloved.b4666d.gmnotes b/objects/AllPlayerCards.15bb07/Beloved.b4666d.gmnotes new file mode 100644 index 00000000..2c980f68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Beloved.b4666d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07036", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Beloved.b4666d.json b/objects/AllPlayerCards.15bb07/Beloved.b4666d.json new file mode 100644 index 00000000..ec0504d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Beloved.b4666d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587030, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5870": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Beloved.b4666d.gmnotes", + "GUID": "b4666d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Beloved", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.975, + "posY": 3.674, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BerettaM19184.91da6b.gmnotes b/objects/AllPlayerCards.15bb07/BerettaM19184.91da6b.gmnotes new file mode 100644 index 00000000..ad7ef3ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BerettaM19184.91da6b.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60331", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 4, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/BerettaM19184.91da6b.json b/objects/AllPlayerCards.15bb07/BerettaM19184.91da6b.json new file mode 100644 index 00000000..9f5dc016 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BerettaM19184.91da6b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538629, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BerettaM19184.91da6b.gmnotes", + "GUID": "91da6b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Beretta M1918 (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 4.028, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BestowResolve2.39e14a.gmnotes b/objects/AllPlayerCards.15bb07/BestowResolve2.39e14a.gmnotes new file mode 100644 index 00000000..5d9f68f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BestowResolve2.39e14a.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "09032", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/BestowResolve2.39e14a.json b/objects/AllPlayerCards.15bb07/BestowResolve2.39e14a.json new file mode 100644 index 00000000..a4751251 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BestowResolve2.39e14a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379025, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BestowResolve2.39e14a.gmnotes", + "GUID": "39e14a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bestow Resolve (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.025, + "posY": 3.346, + "posZ": 65.978, + "rotX": 358, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BindMonster2.ba1460.gmnotes b/objects/AllPlayerCards.15bb07/BindMonster2.ba1460.gmnotes new file mode 100644 index 00000000..910e548e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BindMonster2.ba1460.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02031", + "type": "Event", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/BindMonster2.ba1460.json b/objects/AllPlayerCards.15bb07/BindMonster2.ba1460.json new file mode 100644 index 00000000..74e3fda9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BindMonster2.ba1460.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230347, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BindMonster2.ba1460.gmnotes", + "GUID": "ba1460", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bind Monster (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.85, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BindersJar1.c72750.gmnotes b/objects/AllPlayerCards.15bb07/BindersJar1.c72750.gmnotes new file mode 100644 index 00000000..a228c425 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BindersJar1.c72750.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09089", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/BindersJar1.c72750.json b/objects/AllPlayerCards.15bb07/BindersJar1.c72750.json new file mode 100644 index 00000000..ae334d53 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BindersJar1.c72750.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379113, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Interdimensional Prison", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BindersJar1.c72750.gmnotes", + "GUID": "c72750", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Binder's Jar (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.371, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.gmnotes b/objects/AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.gmnotes new file mode 100644 index 00000000..96e91371 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09046", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.json b/objects/AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.json new file mode 100644 index 00000000..ddd8e824 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379039, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BizarreDiagnosis.2423d4.gmnotes", + "GUID": "2423d4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bizarre Diagnosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.36, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlackMarket2.20da53.gmnotes b/objects/AllPlayerCards.15bb07/BlackMarket2.20da53.gmnotes new file mode 100644 index 00000000..7fa0dcf6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlackMarket2.20da53.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08055", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 2, + "traits": "Favor.", + "permanent": false, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BlackMarket2.20da53.json b/objects/AllPlayerCards.15bb07/BlackMarket2.20da53.json new file mode 100644 index 00000000..f08f29e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlackMarket2.20da53.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379045, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlackMarket2.20da53.gmnotes", + "GUID": "20da53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Black Market (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.192, + "posY": 2.224, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.gmnotes b/objects/AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.gmnotes new file mode 100644 index 00000000..5ba378cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08055-t", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 2, + "traits": "Favor.", + "permanent": false, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.json b/objects/AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.json new file mode 100644 index 00000000..b2b320c1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558215, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlackMarket2Taboo.8e4d23.gmnotes", + "GUID": "8e4d23", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Black Market (2) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.608, + "posY": 4.322, + "posZ": -54.312, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Blackjack.097dcc.gmnotes b/objects/AllPlayerCards.15bb07/Blackjack.097dcc.gmnotes new file mode 100644 index 00000000..60db066e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blackjack.097dcc.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02016", + "type": "Asset", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Blackjack.097dcc.json b/objects/AllPlayerCards.15bb07/Blackjack.097dcc.json new file mode 100644 index 00000000..09d00bd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blackjack.097dcc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Blackjack.097dcc.gmnotes", + "GUID": "097dcc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blackjack", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.078, + "posY": 3.733, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Blackjack2.37a2b5.gmnotes b/objects/AllPlayerCards.15bb07/Blackjack2.37a2b5.gmnotes new file mode 100644 index 00000000..5d7026c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blackjack2.37a2b5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "51002", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Blackjack2.37a2b5.json b/objects/AllPlayerCards.15bb07/Blackjack2.37a2b5.json new file mode 100644 index 00000000..e5873f5a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blackjack2.37a2b5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3141": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Blackjack2.37a2b5.gmnotes", + "GUID": "37a2b5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blackjack (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.983, + "posY": 3.711, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BladeofArkat.e89f48.gmnotes b/objects/AllPlayerCards.15bb07/BladeofArkat.e89f48.gmnotes new file mode 100644 index 00000000..c41c2552 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BladeofArkat.e89f48.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "86054", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/BladeofArkat.e89f48.json b/objects/AllPlayerCards.15bb07/BladeofArkat.e89f48.json new file mode 100644 index 00000000..6f0218d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BladeofArkat.e89f48.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582629, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5826": { + "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_path": "AllPlayerCards.15bb07/BladeofArkat.e89f48.gmnotes", + "GUID": "e89f48", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blade of Ark'at", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.143, + "posY": 3.74, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.gmnotes b/objects/AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.gmnotes new file mode 100644 index 00000000..aab4e57f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07113", + "type": "Asset", + "class": "Seeker", + "level": 2, + "traits": "Covenant. Cursed.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.json b/objects/AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.json new file mode 100644 index 00000000..d6de6f87 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 546500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5465": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1056604690734334657/B1BF31EBC5D92EC3A51B6D3B56ABFB232D2636C5/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1597044073918730883/0E7FEB9CC85CD11EB5194774E90A73163EDACBEC/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlasphemousCovenant2.10b087.gmnotes", + "GUID": "10b087", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Blasphemous Covenant (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.983, + "posY": 3.675, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlessedBlade.cf4571.gmnotes b/objects/AllPlayerCards.15bb07/BlessedBlade.cf4571.gmnotes new file mode 100644 index 00000000..50f27707 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlessedBlade.cf4571.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07018", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Melee. Blessed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/BlessedBlade.cf4571.json b/objects/AllPlayerCards.15bb07/BlessedBlade.cf4571.json new file mode 100644 index 00000000..2d6d9cd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlessedBlade.cf4571.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5816": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlessedBlade.cf4571.gmnotes", + "GUID": "cf4571", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blessed Blade", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.041, + "posY": 3.912, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlessingofIsis3.205385.gmnotes b/objects/AllPlayerCards.15bb07/BlessingofIsis3.205385.gmnotes new file mode 100644 index 00000000..7afa068c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlessingofIsis3.205385.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07190", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 3, + "traits": "Ritual. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/BlessingofIsis3.205385.json b/objects/AllPlayerCards.15bb07/BlessingofIsis3.205385.json new file mode 100644 index 00000000..9f21fc17 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlessingofIsis3.205385.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5808": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlessingofIsis3.205385.gmnotes", + "GUID": "205385", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blessing of Isis (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.201, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlindingLight.30f860.gmnotes b/objects/AllPlayerCards.15bb07/BlindingLight.30f860.gmnotes new file mode 100644 index 00000000..f4ac808e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlindingLight.30f860.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01066", + "alternate_ids": [ + "01566" + ], + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BlindingLight.30f860.json b/objects/AllPlayerCards.15bb07/BlindingLight.30f860.json new file mode 100644 index 00000000..d0cac34d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlindingLight.30f860.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230311, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlindingLight.30f860.gmnotes", + "GUID": "30f860", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blinding Light", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 33.825, + "posY": 3.378, + "posZ": -45.841, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BlindingLight2.8254d4.gmnotes b/objects/AllPlayerCards.15bb07/BlindingLight2.8254d4.gmnotes new file mode 100644 index 00000000..512cda67 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlindingLight2.8254d4.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01069", + "alternate_ids": [ + "01569" + ], + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BlindingLight2.8254d4.json b/objects/AllPlayerCards.15bb07/BlindingLight2.8254d4.json new file mode 100644 index 00000000..9f69f01b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BlindingLight2.8254d4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230342, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BlindingLight2.8254d4.gmnotes", + "GUID": "8254d4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blinding Light (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 34.135, + "posY": 3.375, + "posZ": -45.551, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Blood-Rite.eafd12.gmnotes b/objects/AllPlayerCards.15bb07/Blood-Rite.eafd12.gmnotes new file mode 100644 index 00000000..95c66226 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blood-Rite.eafd12.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05317", + "type": "Event", + "class": "Seeker", + "cost": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Blood-Rite.eafd12.json b/objects/AllPlayerCards.15bb07/Blood-Rite.eafd12.json new file mode 100644 index 00000000..73a5be4a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blood-Rite.eafd12.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5916": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Blood-Rite.eafd12.gmnotes", + "GUID": "eafd12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood-Rite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.153, + "posY": 4.06, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BloodEclipse1.5efc92.gmnotes b/objects/AllPlayerCards.15bb07/BloodEclipse1.5efc92.gmnotes new file mode 100644 index 00000000..f7f309b7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodEclipse1.5efc92.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "53001", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/BloodEclipse1.5efc92.json b/objects/AllPlayerCards.15bb07/BloodEclipse1.5efc92.json new file mode 100644 index 00000000..a76f707e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodEclipse1.5efc92.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BloodEclipse1.5efc92.gmnotes", + "GUID": "5efc92", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood Eclipse (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.063, + "posY": 3.868, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BloodEclipse3.53d765.gmnotes b/objects/AllPlayerCards.15bb07/BloodEclipse3.53d765.gmnotes new file mode 100644 index 00000000..aeac6519 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodEclipse3.53d765.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04266", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 3, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/BloodEclipse3.53d765.json b/objects/AllPlayerCards.15bb07/BloodEclipse3.53d765.json new file mode 100644 index 00000000..5cc55ee6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodEclipse3.53d765.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3140": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BloodEclipse3.53d765.gmnotes", + "GUID": "53d765", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood Eclipse (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.182, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BloodPact.fc709b.gmnotes b/objects/AllPlayerCards.15bb07/BloodPact.fc709b.gmnotes new file mode 100644 index 00000000..991cf330 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodPact.fc709b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07158", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell. Pact.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/BloodPact.fc709b.json b/objects/AllPlayerCards.15bb07/BloodPact.fc709b.json new file mode 100644 index 00000000..3b996cd3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodPact.fc709b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232106, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/BloodPact.fc709b.gmnotes", + "GUID": "fc709b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood Pact", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9, + "posY": 3.805, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BloodPact3.64e131.gmnotes b/objects/AllPlayerCards.15bb07/BloodPact3.64e131.gmnotes new file mode 100644 index 00000000..2509c4cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodPact3.64e131.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02191", + "type": "Asset", + "class": "Mystic", + "level": 3, + "traits": "Spell. Pact.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/BloodPact3.64e131.json b/objects/AllPlayerCards.15bb07/BloodPact3.64e131.json new file mode 100644 index 00000000..c40de0e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodPact3.64e131.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230348, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BloodPact3.64e131.gmnotes", + "GUID": "64e131", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood Pact (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.849, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.gmnotes b/objects/AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.gmnotes new file mode 100644 index 00000000..9a63f921 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08079", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Pact. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.json b/objects/AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.json new file mode 100644 index 00000000..445199d7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378908, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BloodWillHaveBlood2.e81f1e.gmnotes", + "GUID": "e81f1e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood Will Have Blood (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.177, + "posY": 2.934, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bloodlust.aafc17.gmnotes b/objects/AllPlayerCards.15bb07/Bloodlust.aafc17.gmnotes new file mode 100644 index 00000000..7554750c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bloodlust.aafc17.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06019", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Bloodlust.aafc17.json b/objects/AllPlayerCards.15bb07/Bloodlust.aafc17.json new file mode 100644 index 00000000..07be00e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bloodlust.aafc17.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440925, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4409": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Treachery", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bloodlust.aafc17.gmnotes", + "GUID": "aafc17", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bloodlust", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 3.994, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BloodstainedDagger.d71f11.gmnotes b/objects/AllPlayerCards.15bb07/BloodstainedDagger.d71f11.gmnotes new file mode 100644 index 00000000..3cc017ab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodstainedDagger.d71f11.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "84006", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Weapon. Melee. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/BloodstainedDagger.d71f11.json b/objects/AllPlayerCards.15bb07/BloodstainedDagger.d71f11.json new file mode 100644 index 00000000..839122d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BloodstainedDagger.d71f11.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2741": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493212055041441/90F035BD69A7C5C6B6F43426DDDA3A09DFCBCBDF/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Murder Weapon", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BloodstainedDagger.d71f11.gmnotes", + "GUID": "d71f11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bloodstained Dagger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.903, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Blur1.5be76d.gmnotes b/objects/AllPlayerCards.15bb07/Blur1.5be76d.gmnotes new file mode 100644 index 00000000..eb9d3b02 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blur1.5be76d.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08109", + "type": "Asset", + "class": "Rogue|Mystic", + "cost": 2, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Blur1.5be76d.json b/objects/AllPlayerCards.15bb07/Blur1.5be76d.json new file mode 100644 index 00000000..1c0e0cf9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blur1.5be76d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378947, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Blur1.5be76d.gmnotes", + "GUID": "5be76d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blur (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.993, + "posY": 3.757, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Blur4.5ade28.gmnotes b/objects/AllPlayerCards.15bb07/Blur4.5ade28.gmnotes new file mode 100644 index 00000000..10defb68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blur4.5ade28.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08111", + "type": "Asset", + "class": "Rogue|Mystic", + "cost": 2, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Blur4.5ade28.json b/objects/AllPlayerCards.15bb07/Blur4.5ade28.json new file mode 100644 index 00000000..4ec76a8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Blur4.5ade28.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378949, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Blur4.5ade28.gmnotes", + "GUID": "5ade28", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blur (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.34, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BobJenkins.419b0c.gmnotes b/objects/AllPlayerCards.15bb07/BobJenkins.419b0c.gmnotes new file mode 100644 index 00000000..61f82e92 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BobJenkins.419b0c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08016", + "type": "Investigator", + "class": "Survivor", + "traits": "Entrepreneur.", + "willpowerIcons": 2, + "intellectIcons": 4, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BobJenkins.419b0c.json b/objects/AllPlayerCards.15bb07/BobJenkins.419b0c.json new file mode 100644 index 00000000..3ce427f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BobJenkins.419b0c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379504, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3795": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Salesman", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BobJenkins.419b0c.gmnotes", + "GUID": "419b0c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bob Jenkins", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.919, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BobJenkins.aa1c23.json b/objects/AllPlayerCards.15bb07/BobJenkins.aa1c23.json new file mode 100644 index 00000000..c9158781 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BobJenkins.aa1c23.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3792": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507801/776246D0ED5DFF897896D229B6F7E801898CA4F6/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507575/2EC3C9DD9A82135F5C0D3460C93B4B873EA5E0E0/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"08016-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "aa1c23", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bob Jenkins", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.164, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bolas.d4b254.gmnotes b/objects/AllPlayerCards.15bb07/Bolas.d4b254.gmnotes new file mode 100644 index 00000000..806c3458 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bolas.d4b254.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09025", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/Bolas.d4b254.json b/objects/AllPlayerCards.15bb07/Bolas.d4b254.json new file mode 100644 index 00000000..f82f7841 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bolas.d4b254.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379018, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bolas.d4b254.gmnotes", + "GUID": "d4b254", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bolas", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 11.772, + "posY": 2.203, + "posZ": 49.52, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bonesaw.4b371d.gmnotes b/objects/AllPlayerCards.15bb07/Bonesaw.4b371d.gmnotes new file mode 100644 index 00000000..40f9fb12 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bonesaw.4b371d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09005", + "type": "Asset", + "cost": 3, + "traits": "Item. Tool. Melee.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Bonesaw.4b371d.json b/objects/AllPlayerCards.15bb07/Bonesaw.4b371d.json new file mode 100644 index 00000000..56bb6e2b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bonesaw.4b371d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5877": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bonesaw.4b371d.gmnotes", + "GUID": "4b371d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bonesaw", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.433, + "posY": 2.211, + "posZ": 59.485, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BonnieWalsh.634e9e.gmnotes b/objects/AllPlayerCards.15bb07/BonnieWalsh.634e9e.gmnotes new file mode 100644 index 00000000..fa9ad27c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BonnieWalsh.634e9e.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09019", + "type": "Asset", + "cost": 3, + "traits": "Ally. Civic. Assistant.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/BonnieWalsh.634e9e.json b/objects/AllPlayerCards.15bb07/BonnieWalsh.634e9e.json new file mode 100644 index 00000000..2c5c5f6f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BonnieWalsh.634e9e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379012, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Loyal Assistant", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BonnieWalsh.634e9e.gmnotes", + "GUID": "634e9e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bonnie Walsh", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 10.405, + "posY": 2.201, + "posZ": 46.179, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BookofPsalms.cc1ef3.gmnotes b/objects/AllPlayerCards.15bb07/BookofPsalms.cc1ef3.gmnotes new file mode 100644 index 00000000..560825c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BookofPsalms.cc1ef3.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07017", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Tome. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/BookofPsalms.cc1ef3.json b/objects/AllPlayerCards.15bb07/BookofPsalms.cc1ef3.json new file mode 100644 index 00000000..f27a7208 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BookofPsalms.cc1ef3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5880": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BookofPsalms.cc1ef3.gmnotes", + "GUID": "cc1ef3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Book of Psalms", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.11, + "posY": 3.841, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BookofShadows1.35166c.gmnotes b/objects/AllPlayerCards.15bb07/BookofShadows1.35166c.gmnotes new file mode 100644 index 00000000..0efb0c1f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BookofShadows1.35166c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03154", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 1, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/BookofShadows1.35166c.json b/objects/AllPlayerCards.15bb07/BookofShadows1.35166c.json new file mode 100644 index 00000000..93c4c65a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BookofShadows1.35166c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230336, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BookofShadows1.35166c.gmnotes", + "GUID": "35166c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Book of Shadows (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.03, + "posY": 3.688, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BookofShadows3.296dc8.gmnotes b/objects/AllPlayerCards.15bb07/BookofShadows3.296dc8.gmnotes new file mode 100644 index 00000000..9dc325c8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BookofShadows3.296dc8.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01070", + "alternate_ids": [ + "01570" + ], + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 3, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BookofShadows3.296dc8.json b/objects/AllPlayerCards.15bb07/BookofShadows3.296dc8.json new file mode 100644 index 00000000..aaa4a8a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BookofShadows3.296dc8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230354, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BookofShadows3.296dc8.gmnotes", + "GUID": "296dc8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Book of Shadows (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.981, + "posY": 3.626, + "posZ": -47.412, + "rotX": 349, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BorrowedTime3.0db666.gmnotes b/objects/AllPlayerCards.15bb07/BorrowedTime3.0db666.gmnotes new file mode 100644 index 00000000..5de36893 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BorrowedTime3.0db666.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04308", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 3, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/BorrowedTime3.0db666.json b/objects/AllPlayerCards.15bb07/BorrowedTime3.0db666.json new file mode 100644 index 00000000..e069ebcd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BorrowedTime3.0db666.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315253, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BorrowedTime3.0db666.gmnotes", + "GUID": "0db666", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Borrowed Time (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.17, + "posY": 3.109, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BoughtinBlood.275dc3.gmnotes b/objects/AllPlayerCards.15bb07/BoughtinBlood.275dc3.gmnotes new file mode 100644 index 00000000..3a60d9aa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BoughtinBlood.275dc3.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04007", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/BoughtinBlood.275dc3.json b/objects/AllPlayerCards.15bb07/BoughtinBlood.275dc3.json new file mode 100644 index 00000000..81168483 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BoughtinBlood.275dc3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 377141, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3771": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BoughtinBlood.275dc3.gmnotes", + "GUID": "275dc3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bought in Blood", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.102, + "posY": 3.743, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BountyContracts.4d9b32.gmnotes b/objects/AllPlayerCards.15bb07/BountyContracts.4d9b32.gmnotes new file mode 100644 index 00000000..85cb54a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BountyContracts.4d9b32.gmnotes @@ -0,0 +1,17 @@ +{ + "id": "06010", + "type": "Asset", + "class": "Neutral", + "startsInPlay": true, + "traits": "Job.", + "permanent": true, + "weakness": false, + "uses": [ + { + "count": 6, + "type": "Bounty", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/BountyContracts.4d9b32.json b/objects/AllPlayerCards.15bb07/BountyContracts.4d9b32.json new file mode 100644 index 00000000..678373a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BountyContracts.4d9b32.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5822": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BountyContracts.4d9b32.gmnotes", + "GUID": "4d9b32", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bounty Contracts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.042, + "posY": 3.911, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BoxingGloves.db4a43.gmnotes b/objects/AllPlayerCards.15bb07/BoxingGloves.db4a43.gmnotes new file mode 100644 index 00000000..5f04f01d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BoxingGloves.db4a43.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60105", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Weapon.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/BoxingGloves.db4a43.json b/objects/AllPlayerCards.15bb07/BoxingGloves.db4a43.json new file mode 100644 index 00000000..8886bbff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BoxingGloves.db4a43.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BoxingGloves.db4a43.gmnotes", + "GUID": "db4a43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Boxing Gloves", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.117, + "posY": 4.074, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BoxingGloves3.54293e.gmnotes b/objects/AllPlayerCards.15bb07/BoxingGloves3.54293e.gmnotes new file mode 100644 index 00000000..e87a8142 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BoxingGloves3.54293e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60127", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 3, + "traits": "Item. Weapon.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/BoxingGloves3.54293e.json b/objects/AllPlayerCards.15bb07/BoxingGloves3.54293e.json new file mode 100644 index 00000000..8f753758 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BoxingGloves3.54293e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545325, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BoxingGloves3.54293e.gmnotes", + "GUID": "54293e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Boxing Gloves (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 3.001, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BrandofCthugha1.0fff60.gmnotes b/objects/AllPlayerCards.15bb07/BrandofCthugha1.0fff60.gmnotes new file mode 100644 index 00000000..8d6ef4ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BrandofCthugha1.0fff60.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08090", + "type": "Asset", + "class": "Guardian|Mystic", + "cost": 2, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 6, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BrandofCthugha1.0fff60.json b/objects/AllPlayerCards.15bb07/BrandofCthugha1.0fff60.json new file mode 100644 index 00000000..a05b2212 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BrandofCthugha1.0fff60.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378928, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BrandofCthugha1.0fff60.gmnotes", + "GUID": "0fff60", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Brand of Cthugha (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.186, + "posY": 2.533, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BrandofCthugha4.200b64.gmnotes b/objects/AllPlayerCards.15bb07/BrandofCthugha4.200b64.gmnotes new file mode 100644 index 00000000..da07d6a3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BrandofCthugha4.200b64.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08092", + "type": "Asset", + "class": "Guardian|Mystic", + "cost": 2, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 9, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BrandofCthugha4.200b64.json b/objects/AllPlayerCards.15bb07/BrandofCthugha4.200b64.json new file mode 100644 index 00000000..8bde8a26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BrandofCthugha4.200b64.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378930, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BrandofCthugha4.200b64.gmnotes", + "GUID": "200b64", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Brand of Cthugha (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.186, + "posY": 2.523, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BreachtheDoor.74969c.gmnotes b/objects/AllPlayerCards.15bb07/BreachtheDoor.74969c.gmnotes new file mode 100644 index 00000000..7d6f8fa9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BreachtheDoor.74969c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09026", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Insight. Tactic. Police.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/BreachtheDoor.74969c.json b/objects/AllPlayerCards.15bb07/BreachtheDoor.74969c.json new file mode 100644 index 00000000..409528cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BreachtheDoor.74969c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BreachtheDoor.74969c.gmnotes", + "GUID": "74969c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Breach the Door", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 11.584, + "posY": 2.204, + "posZ": 52.95, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BreakingandEntering.31cfbf.gmnotes b/objects/AllPlayerCards.15bb07/BreakingandEntering.31cfbf.gmnotes new file mode 100644 index 00000000..09497995 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BreakingandEntering.31cfbf.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07114", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/BreakingandEntering.31cfbf.json b/objects/AllPlayerCards.15bb07/BreakingandEntering.31cfbf.json new file mode 100644 index 00000000..4704c272 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BreakingandEntering.31cfbf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553106, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BreakingandEntering.31cfbf.gmnotes", + "GUID": "31cfbf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Breaking and Entering", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.903, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BreakingandEntering2.3411dd.gmnotes b/objects/AllPlayerCards.15bb07/BreakingandEntering2.3411dd.gmnotes new file mode 100644 index 00000000..eeddd041 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BreakingandEntering2.3411dd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09074", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/BreakingandEntering2.3411dd.json b/objects/AllPlayerCards.15bb07/BreakingandEntering2.3411dd.json new file mode 100644 index 00000000..500c06b4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BreakingandEntering2.3411dd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379067, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BreakingandEntering2.3411dd.gmnotes", + "GUID": "3411dd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Breaking and Entering (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.391, + "posZ": 65.931, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BrotherXavier1.3c9617.gmnotes b/objects/AllPlayerCards.15bb07/BrotherXavier1.3c9617.gmnotes new file mode 100644 index 00000000..cd7e460b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BrotherXavier1.3c9617.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02106", + "type": "Asset", + "class": "Guardian", + "cost": 5, + "level": 1, + "traits": "Ally. ", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/BrotherXavier1.3c9617.json b/objects/AllPlayerCards.15bb07/BrotherXavier1.3c9617.json new file mode 100644 index 00000000..5b32fda1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BrotherXavier1.3c9617.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226340, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Pure of Spirit", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BrotherXavier1.3c9617.gmnotes", + "GUID": "3c9617", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Brother Xavier (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.071, + "posY": 3.763, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Bruiser3.8ec9cb.gmnotes b/objects/AllPlayerCards.15bb07/Bruiser3.8ec9cb.gmnotes new file mode 100644 index 00000000..56cc7850 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bruiser3.8ec9cb.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08122", + "type": "Asset", + "class": "Guardian|Rogue|Survivor", + "cost": 3, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Bruiser3.8ec9cb.json b/objects/AllPlayerCards.15bb07/Bruiser3.8ec9cb.json new file mode 100644 index 00000000..30cdd2cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Bruiser3.8ec9cb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378960, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Bruiser3.8ec9cb.gmnotes", + "GUID": "8ec9cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bruiser (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.18, + "posY": 2.911, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BruteForce1.fb9b7e.gmnotes b/objects/AllPlayerCards.15bb07/BruteForce1.fb9b7e.gmnotes new file mode 100644 index 00000000..8b9ea947 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BruteForce1.fb9b7e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06166", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/BruteForce1.fb9b7e.json b/objects/AllPlayerCards.15bb07/BruteForce1.fb9b7e.json new file mode 100644 index 00000000..bd66343e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BruteForce1.fb9b7e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380230, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3802": { + "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_path": "AllPlayerCards.15bb07/BruteForce1.fb9b7e.gmnotes", + "GUID": "fb9b7e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Brute Force (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.82, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BulletproofVest3.c4cf62.gmnotes b/objects/AllPlayerCards.15bb07/BulletproofVest3.c4cf62.gmnotes new file mode 100644 index 00000000..86bf9167 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BulletproofVest3.c4cf62.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01094", + "alternate_ids": [ + "01594" + ], + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 3, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/BulletproofVest3.c4cf62.json b/objects/AllPlayerCards.15bb07/BulletproofVest3.c4cf62.json new file mode 100644 index 00000000..faaef259 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BulletproofVest3.c4cf62.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368521, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BulletproofVest3.c4cf62.gmnotes", + "GUID": "c4cf62", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bulletproof Vest (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BurdenofDestiny.45c19e.gmnotes b/objects/AllPlayerCards.15bb07/BurdenofDestiny.45c19e.gmnotes new file mode 100644 index 00000000..2d0eca85 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurdenofDestiny.45c19e.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08015", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BurdenofDestiny.45c19e.json b/objects/AllPlayerCards.15bb07/BurdenofDestiny.45c19e.json new file mode 100644 index 00000000..7c801948 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurdenofDestiny.45c19e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379007, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BurdenofDestiny.45c19e.gmnotes", + "GUID": "45c19e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burden of Destiny", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.598, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BurdenofLeadership.22e624.gmnotes b/objects/AllPlayerCards.15bb07/BurdenofLeadership.22e624.gmnotes new file mode 100644 index 00000000..b1feff19 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurdenofLeadership.22e624.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09020", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/BurdenofLeadership.22e624.json b/objects/AllPlayerCards.15bb07/BurdenofLeadership.22e624.json new file mode 100644 index 00000000..59b9f6e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurdenofLeadership.22e624.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379013, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BurdenofLeadership.22e624.gmnotes", + "GUID": "22e624", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burden of Leadership", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 11.289, + "posY": 2.201, + "posZ": 45.064, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Burglary.5d04a1.gmnotes b/objects/AllPlayerCards.15bb07/Burglary.5d04a1.gmnotes new file mode 100644 index 00000000..4a498109 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Burglary.5d04a1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01545", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Talent. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Burglary.5d04a1.json b/objects/AllPlayerCards.15bb07/Burglary.5d04a1.json new file mode 100644 index 00000000..70d14275 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Burglary.5d04a1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Burglary.5d04a1.gmnotes", + "GUID": "5d04a1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burglary", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.812, + "posY": 3.32, + "posZ": 7.665, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Burglary.bc3451.gmnotes b/objects/AllPlayerCards.15bb07/Burglary.bc3451.gmnotes new file mode 100644 index 00000000..2c0a7cdb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Burglary.bc3451.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01045", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Talent. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Burglary.bc3451.json b/objects/AllPlayerCards.15bb07/Burglary.bc3451.json new file mode 100644 index 00000000..d4a179be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Burglary.bc3451.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368622, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Burglary.bc3451.gmnotes", + "GUID": "bc3451", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burglary", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.752, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Burglary2.2aeb8a.gmnotes b/objects/AllPlayerCards.15bb07/Burglary2.2aeb8a.gmnotes new file mode 100644 index 00000000..919804d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Burglary2.2aeb8a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06200", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 2, + "traits": "Talent. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Burglary2.2aeb8a.json b/objects/AllPlayerCards.15bb07/Burglary2.2aeb8a.json new file mode 100644 index 00000000..16f9bd54 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Burglary2.2aeb8a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447631, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4476": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Burglary2.2aeb8a.gmnotes", + "GUID": "2aeb8a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burglary (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 4.057, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BuriedSecrets.28080d.gmnotes b/objects/AllPlayerCards.15bb07/BuriedSecrets.28080d.gmnotes new file mode 100644 index 00000000..e84e2567 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BuriedSecrets.28080d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08009", + "type": "Treachery", + "class": "Neutral", + "traits": "Mystery.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BuriedSecrets.28080d.json b/objects/AllPlayerCards.15bb07/BuriedSecrets.28080d.json new file mode 100644 index 00000000..9519d834 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BuriedSecrets.28080d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379006, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BuriedSecrets.28080d.gmnotes", + "GUID": "28080d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Buried Secrets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.672, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.gmnotes b/objects/AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.gmnotes new file mode 100644 index 00000000..02324526 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08076", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.json b/objects/AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.json new file mode 100644 index 00000000..e2769b6e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378905, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BurnAfterReading1.eedd0b.gmnotes", + "GUID": "eedd0b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burn After Reading (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.178, + "posY": 2.904, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.gmnotes b/objects/AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.gmnotes new file mode 100644 index 00000000..3327da27 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60214", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.json b/objects/AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.json new file mode 100644 index 00000000..9a075214 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538812, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BurningtheMidnightOil.0d29be.gmnotes", + "GUID": "0d29be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burning the Midnight Oil", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.331, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/BuryThemDeep.e6efe6.gmnotes b/objects/AllPlayerCards.15bb07/BuryThemDeep.e6efe6.gmnotes new file mode 100644 index 00000000..65ccb277 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BuryThemDeep.e6efe6.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "03016", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Task.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "victory": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/BuryThemDeep.e6efe6.json b/objects/AllPlayerCards.15bb07/BuryThemDeep.e6efe6.json new file mode 100644 index 00000000..d13132cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/BuryThemDeep.e6efe6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431818, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4318": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/BuryThemDeep.e6efe6.gmnotes", + "GUID": "e6efe6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bury Them Deep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.107, + "posY": 3.759, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.gmnotes b/objects/AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.gmnotes new file mode 100644 index 00000000..d51fe93e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07160", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 1, + "traits": "Paradox. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.json b/objects/AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.json new file mode 100644 index 00000000..35540035 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232108, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/ButterflyEffect1.22fc6c.gmnotes", + "GUID": "22fc6c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butterfly Effect (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.035, + "posY": 3.777, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ButterflySwords2.5779d3.gmnotes b/objects/AllPlayerCards.15bb07/ButterflySwords2.5779d3.gmnotes new file mode 100644 index 00000000..5acf8aab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ButterflySwords2.5779d3.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08025", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 2, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ButterflySwords2.5779d3.json b/objects/AllPlayerCards.15bb07/ButterflySwords2.5779d3.json new file mode 100644 index 00000000..a418697f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ButterflySwords2.5779d3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379015, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ButterflySwords2.5779d3.gmnotes", + "GUID": "5779d3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butterfly Swords (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.994, + "posY": 3.818, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ButterflySwords5.0a312f.gmnotes b/objects/AllPlayerCards.15bb07/ButterflySwords5.0a312f.gmnotes new file mode 100644 index 00000000..535a1f7d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ButterflySwords5.0a312f.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "08030", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 5, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ButterflySwords5.0a312f.json b/objects/AllPlayerCards.15bb07/ButterflySwords5.0a312f.json new file mode 100644 index 00000000..a307e0ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ButterflySwords5.0a312f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379020, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ButterflySwords5.0a312f.gmnotes", + "GUID": "0a312f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butterfly Swords (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.26, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CalculatedRisk.dfbed9.gmnotes b/objects/AllPlayerCards.15bb07/CalculatedRisk.dfbed9.gmnotes new file mode 100644 index 00000000..6375d262 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalculatedRisk.dfbed9.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09070", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Gambit. Fated.", + "permanent": false, + "weakness": false, + "dynamicIcons": true, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/CalculatedRisk.dfbed9.json b/objects/AllPlayerCards.15bb07/CalculatedRisk.dfbed9.json new file mode 100644 index 00000000..0da9892d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalculatedRisk.dfbed9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379063, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CalculatedRisk.dfbed9.gmnotes", + "GUID": "dfbed9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Calculated Risk", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.382, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CalledbytheMists.e628de.gmnotes b/objects/AllPlayerCards.15bb07/CalledbytheMists.e628de.gmnotes new file mode 100644 index 00000000..5c7d135e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalledbytheMists.e628de.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "60503", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CalledbytheMists.e628de.json b/objects/AllPlayerCards.15bb07/CalledbytheMists.e628de.json new file mode 100644 index 00000000..95ff4167 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalledbytheMists.e628de.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CalledbytheMists.e628de.gmnotes", + "GUID": "e628de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Called by the Mists", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.046, + "posY": 3.889, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CallforBackup2.1d1901.gmnotes b/objects/AllPlayerCards.15bb07/CallforBackup2.1d1901.gmnotes new file mode 100644 index 00000000..fb8ec618 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CallforBackup2.1d1901.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08129", + "type": "Event", + "class": "Neutral", + "cost": 1, + "level": 2, + "traits": "Favor. Synergy.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CallforBackup2.1d1901.json b/objects/AllPlayerCards.15bb07/CallforBackup2.1d1901.json new file mode 100644 index 00000000..300966e5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CallforBackup2.1d1901.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378916, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CallforBackup2.1d1901.gmnotes", + "GUID": "1d1901", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Call for Backup (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.21, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CallinginFavors.9b9e8b.gmnotes b/objects/AllPlayerCards.15bb07/CallinginFavors.9b9e8b.gmnotes new file mode 100644 index 00000000..d4c7621b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CallinginFavors.9b9e8b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03158", + "type": "Event", + "class": "Neutral", + "cost": 1, + "level": 0, + "traits": "Favor.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CallinginFavors.9b9e8b.json b/objects/AllPlayerCards.15bb07/CallinginFavors.9b9e8b.json new file mode 100644 index 00000000..3b0346be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CallinginFavors.9b9e8b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CallinginFavors.9b9e8b.gmnotes", + "GUID": "9b9e8b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Calling in Favors", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.153, + "posY": 4.114, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CalloftheUnknown.86feae.gmnotes b/objects/AllPlayerCards.15bb07/CalloftheUnknown.86feae.gmnotes new file mode 100644 index 00000000..616f137d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalloftheUnknown.86feae.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04009", + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/CalloftheUnknown.86feae.json b/objects/AllPlayerCards.15bb07/CalloftheUnknown.86feae.json new file mode 100644 index 00000000..051c3305 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalloftheUnknown.86feae.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 377244, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3772": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CalloftheUnknown.86feae.gmnotes", + "GUID": "86feae", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Call of the Unknown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.515, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CalvinWright.510d45.json b/objects/AllPlayerCards.15bb07/CalvinWright.510d45.json new file mode 100644 index 00000000..4e7ede94 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalvinWright.510d45.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261820, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2618": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"04005-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "510d45", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Calvin Wright", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.646, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CalvinWright.b02a1e.gmnotes b/objects/AllPlayerCards.15bb07/CalvinWright.b02a1e.gmnotes new file mode 100644 index 00000000..355bb93f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalvinWright.b02a1e.gmnotes @@ -0,0 +1,7 @@ +{ + "id": "04005", + "type": "Investigator", + "class": "Survivor", + "traits": "Cursed. Drifter.", + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/CalvinWright.b02a1e.json b/objects/AllPlayerCards.15bb07/CalvinWright.b02a1e.json new file mode 100644 index 00000000..4742e18b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CalvinWright.b02a1e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271720, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2717": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Haunted", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CalvinWright.b02a1e.gmnotes", + "GUID": "b02a1e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Calvin Wright", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.938, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.gmnotes b/objects/AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.gmnotes new file mode 100644 index 00000000..6e64a4af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09047", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.json b/objects/AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.json new file mode 100644 index 00000000..74368db1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3794": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119525055/928CCA871D837CB4FB8E847957747E1E56F14449/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CaptivatingDiscovery.498bc8.gmnotes", + "GUID": "498bc8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Captivating Discovery", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.394, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFern.30614e.gmnotes b/objects/AllPlayerCards.15bb07/CarolynFern.30614e.gmnotes new file mode 100644 index 00000000..e7d287a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFern.30614e.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "05001-m", + "alternate_ids": [ + "98010-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFern.30614e.json b/objects/AllPlayerCards.15bb07/CarolynFern.30614e.json new file mode 100644 index 00000000..e54bd3ad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFern.30614e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2733": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CarolynFern.30614e.gmnotes", + "GUID": "30614e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carolyn Fern", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.083, + "posY": 3.373, + "posZ": -59.226, + "rotX": 1, + "rotY": 270, + "rotZ": 1, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFern.b03b12.gmnotes b/objects/AllPlayerCards.15bb07/CarolynFern.b03b12.gmnotes new file mode 100644 index 00000000..1619c707 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFern.b03b12.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05001", + "alternate_ids": [ + "98010" + ], + "type": "Investigator", + "class": "Guardian", + "traits": "Medic.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFern.b03b12.json b/objects/AllPlayerCards.15bb07/CarolynFern.b03b12.json new file mode 100644 index 00000000..8f4d6826 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFern.b03b12.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273521, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2735": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Psychologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CarolynFern.b03b12.gmnotes", + "GUID": "b03b12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carolyn Fern", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.865, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFern.b57bab.gmnotes b/objects/AllPlayerCards.15bb07/CarolynFern.b57bab.gmnotes new file mode 100644 index 00000000..e65d1172 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFern.b57bab.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "05001-promo-m", + "alternate_ids": [ + "98010-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFern.b57bab.json b/objects/AllPlayerCards.15bb07/CarolynFern.b57bab.json new file mode 100644 index 00000000..cbc8b200 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFern.b57bab.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2733": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Promo version", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CarolynFern.b57bab.gmnotes", + "GUID": "b57bab", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carolyn Fern", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.232, + "posY": 3.371, + "posZ": -59.335, + "rotX": 0, + "rotY": 270, + "rotZ": 2, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.gmnotes b/objects/AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.gmnotes new file mode 100644 index 00000000..d3f8dedf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05001-promo", + "alternate_ids": [ + "98010" + ], + "type": "Investigator", + "class": "Guardian", + "traits": "Medic.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.json b/objects/AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.json new file mode 100644 index 00000000..2c2b1052 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273527, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2735": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Psychologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CarolynFernpromoversion.f0533d.gmnotes", + "GUID": "f0533d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carolyn Fern (promo version)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.017, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarsonSinclair.c0f76c.json b/objects/AllPlayerCards.15bb07/CarsonSinclair.c0f76c.json new file mode 100644 index 00000000..e6f9fabe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarsonSinclair.c0f76c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8462": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653683/60799F36ADCEBB9027393DBB518B4025D1953FA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653462/E5CB5A50E22021314BB8963E47516DBE8092D8EF/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "c0f76c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carson Sinclair", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.356, + "posY": 2.209, + "posZ": 55.067, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CarsonSinclair.dc96d1.gmnotes b/objects/AllPlayerCards.15bb07/CarsonSinclair.dc96d1.gmnotes new file mode 100644 index 00000000..767b5b9b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarsonSinclair.dc96d1.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09001", + "type": "Investigator", + "class": "Guardian", + "traits": "", + "willpowerIcons": 2, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/CarsonSinclair.dc96d1.json b/objects/AllPlayerCards.15bb07/CarsonSinclair.dc96d1.json new file mode 100644 index 00000000..6a4bdc12 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CarsonSinclair.dc96d1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 843400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8434": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606436/4C276FC15C46EEB0C65BAE449E7D94445B3E1B57/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606067/D4B307834101CF1589A9A9AEEC4CE2F65E7DF02F/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Butler", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CarsonSinclair.dc96d1.gmnotes", + "GUID": "dc96d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carson Sinclair", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 22.9, + "posY": 2.211, + "posZ": 52.023, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CatBurglar1.2fe723.gmnotes b/objects/AllPlayerCards.15bb07/CatBurglar1.2fe723.gmnotes new file mode 100644 index 00000000..823fb6d7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CatBurglar1.2fe723.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01055", + "alternate_ids": [ + "01555" + ], + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 1, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/CatBurglar1.2fe723.json b/objects/AllPlayerCards.15bb07/CatBurglar1.2fe723.json new file mode 100644 index 00000000..760b711f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CatBurglar1.2fe723.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315239, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CatBurglar1.2fe723.gmnotes", + "GUID": "2fe723", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cat Burglar (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.gmnotes b/objects/AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.gmnotes new file mode 100644 index 00000000..b4c73787 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04012", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.json b/objects/AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.json new file mode 100644 index 00000000..068211e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 376840, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3768": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CaughtRed-Handed.ecd087.gmnotes", + "GUID": "ecd087", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Caught Red-Handed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.931, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CelaenoFragments.d287bc.gmnotes b/objects/AllPlayerCards.15bb07/CelaenoFragments.d287bc.gmnotes new file mode 100644 index 00000000..67360207 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CelaenoFragments.d287bc.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60206", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CelaenoFragments.d287bc.json b/objects/AllPlayerCards.15bb07/CelaenoFragments.d287bc.json new file mode 100644 index 00000000..3722e0fa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CelaenoFragments.d287bc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Book of Books", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CelaenoFragments.d287bc.gmnotes", + "GUID": "d287bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Celaeno Fragments", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.018, + "posY": 4.058, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CeremonialSickle.b5e78c.gmnotes b/objects/AllPlayerCards.15bb07/CeremonialSickle.b5e78c.gmnotes new file mode 100644 index 00000000..8024cdab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CeremonialSickle.b5e78c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09082", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Charm. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/CeremonialSickle.b5e78c.json b/objects/AllPlayerCards.15bb07/CeremonialSickle.b5e78c.json new file mode 100644 index 00000000..5d9cb3a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CeremonialSickle.b5e78c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379106, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CeremonialSickle.b5e78c.gmnotes", + "GUID": "b5e78c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ceremonial Sickle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.382, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.gmnotes b/objects/AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.gmnotes new file mode 100644 index 00000000..a0390144 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09096", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 4, + "traits": "Item. Charm. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.json b/objects/AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.json new file mode 100644 index 00000000..c2802dd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379120, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CeremonialSickle4.4a6a9f.gmnotes", + "GUID": "4a6a9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ceremonial Sickle (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.739, + "posY": 3.362, + "posZ": 65.494, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Chainsaw4.d40f4e.gmnotes b/objects/AllPlayerCards.15bb07/Chainsaw4.d40f4e.gmnotes new file mode 100644 index 00000000..9c981cf6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Chainsaw4.d40f4e.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60529", + "type": "Asset", + "class": "Survivor", + "cost": 4, + "level": 4, + "traits": "Item. Tool. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 3, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Chainsaw4.d40f4e.json b/objects/AllPlayerCards.15bb07/Chainsaw4.d40f4e.json new file mode 100644 index 00000000..f774d774 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Chainsaw4.d40f4e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550827, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Chainsaw4.d40f4e.gmnotes", + "GUID": "d40f4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chainsaw (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.831, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Charisma3.9e6c55.gmnotes b/objects/AllPlayerCards.15bb07/Charisma3.9e6c55.gmnotes new file mode 100644 index 00000000..29197b37 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Charisma3.9e6c55.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02158", + "alternate_ids": [ + "01694" + ], + "type": "Asset", + "class": "Neutral", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Charisma3.9e6c55.json b/objects/AllPlayerCards.15bb07/Charisma3.9e6c55.json new file mode 100644 index 00000000..591a78b4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Charisma3.9e6c55.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292524, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Charisma3.9e6c55.gmnotes", + "GUID": "9e6c55", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charisma (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.894, + "posY": 2.303, + "posZ": -77.65, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.gmnotes b/objects/AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.gmnotes new file mode 100644 index 00000000..15ebd664 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03149", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Ally. Patron.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.json b/objects/AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.json new file mode 100644 index 00000000..60bae184 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368430, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Acquisitions and Solicitation", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CharlesRossEsq.4a2a36.gmnotes", + "GUID": "4a2a36", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charles Ross, Esq.", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.091, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CharlieKane.4deeff.gmnotes b/objects/AllPlayerCards.15bb07/CharlieKane.4deeff.gmnotes new file mode 100644 index 00000000..de6ce067 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharlieKane.4deeff.gmnotes @@ -0,0 +1,7 @@ +{ + "id": "09018-m", + "type": "Treachery", + "traits": "", + "permanent": false, + "weakness": false +} diff --git a/objects/AllPlayerCards.15bb07/CharlieKane.4deeff.json b/objects/AllPlayerCards.15bb07/CharlieKane.4deeff.json new file mode 100644 index 00000000..1e84d2e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharlieKane.4deeff.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8461": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653683/60799F36ADCEBB9027393DBB518B4025D1953FA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653462/E5CB5A50E22021314BB8963E47516DBE8092D8EF/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CharlieKane.4deeff.gmnotes", + "GUID": "4deeff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charlie Kane", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 14.499, + "posY": 2.209, + "posZ": 57.18, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CharlieKane.95fb5e.gmnotes b/objects/AllPlayerCards.15bb07/CharlieKane.95fb5e.gmnotes new file mode 100644 index 00000000..3ceda76b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharlieKane.95fb5e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09018", + "type": "Investigator", + "class": "Neutral", + "traits": "Civic. Socialite.", + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/CharlieKane.95fb5e.json b/objects/AllPlayerCards.15bb07/CharlieKane.95fb5e.json new file mode 100644 index 00000000..19a2499d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharlieKane.95fb5e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 843405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8434": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606436/4C276FC15C46EEB0C65BAE449E7D94445B3E1B57/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606067/D4B307834101CF1589A9A9AEEC4CE2F65E7DF02F/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Politician", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CharlieKane.95fb5e.gmnotes", + "GUID": "95fb5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charlie Kane", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.494, + "posY": 2.209, + "posZ": 52.58, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CharonsObol1.1dbc95.gmnotes b/objects/AllPlayerCards.15bb07/CharonsObol1.1dbc95.gmnotes new file mode 100644 index 00000000..ac43a905 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharonsObol1.1dbc95.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03308", + "type": "Asset", + "class": "Rogue", + "level": 1, + "traits": "Item. Relic.", + "permanent": true, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CharonsObol1.1dbc95.json b/objects/AllPlayerCards.15bb07/CharonsObol1.1dbc95.json new file mode 100644 index 00000000..96618c7e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CharonsObol1.1dbc95.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315233, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Ferryman's Pay", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CharonsObol1.1dbc95.gmnotes", + "GUID": "1dbc95", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charon's Obol (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.749, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CheapShot.b8c93a.gmnotes b/objects/AllPlayerCards.15bb07/CheapShot.b8c93a.gmnotes new file mode 100644 index 00000000..2316a328 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheapShot.b8c93a.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "03194", + "alternate_ids": [ + "60312" + ], + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CheapShot.b8c93a.json b/objects/AllPlayerCards.15bb07/CheapShot.b8c93a.json new file mode 100644 index 00000000..9bcb15b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheapShot.b8c93a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368715, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CheapShot.b8c93a.gmnotes", + "GUID": "b8c93a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cheap Shot", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.601, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CheapShot2.0b963c.gmnotes b/objects/AllPlayerCards.15bb07/CheapShot2.0b963c.gmnotes new file mode 100644 index 00000000..3cc77c3d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheapShot2.0b963c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60323", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CheapShot2.0b963c.json b/objects/AllPlayerCards.15bb07/CheapShot2.0b963c.json new file mode 100644 index 00000000..0723ac0a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheapShot2.0b963c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CheapShot2.0b963c.gmnotes", + "GUID": "0b963c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cheap Shot (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.118, + "posY": 4.073, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CheatDeath5.3add54.gmnotes b/objects/AllPlayerCards.15bb07/CheatDeath5.3add54.gmnotes new file mode 100644 index 00000000..b189f53d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheatDeath5.3add54.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03310", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 5, + "traits": "Trick. Fated.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CheatDeath5.3add54.json b/objects/AllPlayerCards.15bb07/CheatDeath5.3add54.json new file mode 100644 index 00000000..70db4a60 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheatDeath5.3add54.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315261, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CheatDeath5.3add54.gmnotes", + "GUID": "3add54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cheat Death (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CheattheSystem1.f6d572.gmnotes b/objects/AllPlayerCards.15bb07/CheattheSystem1.f6d572.gmnotes new file mode 100644 index 00000000..14a80f62 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheattheSystem1.f6d572.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08050", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 1, + "traits": "Trick. Synergy.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CheattheSystem1.f6d572.json b/objects/AllPlayerCards.15bb07/CheattheSystem1.f6d572.json new file mode 100644 index 00000000..3cfc1130 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CheattheSystem1.f6d572.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379040, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CheattheSystem1.f6d572.gmnotes", + "GUID": "f6d572", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cheat the System (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.189, + "posY": 2.335, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CherishedKeepsake.215cec.gmnotes b/objects/AllPlayerCards.15bb07/CherishedKeepsake.215cec.gmnotes new file mode 100644 index 00000000..add58795 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CherishedKeepsake.215cec.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03114", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CherishedKeepsake.215cec.json b/objects/AllPlayerCards.15bb07/CherishedKeepsake.215cec.json new file mode 100644 index 00000000..5a82ec9a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CherishedKeepsake.215cec.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368821, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CherishedKeepsake.215cec.gmnotes", + "GUID": "215cec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cherished Keepsake", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.172, + "posY": 3.033, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.gmnotes b/objects/AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.gmnotes new file mode 100644 index 00000000..7cc0c7b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60520", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 1, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.json b/objects/AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.json new file mode 100644 index 00000000..d8f82ff7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550818, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CherishedKeepsake1.5a2b49.gmnotes", + "GUID": "5a2b49", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cherished Keepsake (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.08, + "posY": 3.773, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.gmnotes b/objects/AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.gmnotes new file mode 100644 index 00000000..77420560 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02304", + "type": "Asset", + "class": "Rogue", + "cost": 5, + "level": 4, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.json b/objects/AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.json new file mode 100644 index 00000000..49b3e991 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315260, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ChicagoTypewriter4.ecfa42.gmnotes", + "GUID": "ecfa42", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chicago Typewriter (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.147, + "posY": 3.672, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Chronophobia.eeb330.gmnotes b/objects/AllPlayerCards.15bb07/Chronophobia.eeb330.gmnotes new file mode 100644 index 00000000..5208d57b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Chronophobia.eeb330.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02039", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Chronophobia.eeb330.json b/objects/AllPlayerCards.15bb07/Chronophobia.eeb330.json new file mode 100644 index 00000000..a48b73fa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Chronophobia.eeb330.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4312": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Chronophobia.eeb330.gmnotes", + "GUID": "eeb330", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.683, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ChuckFergus2.ea31c2.gmnotes b/objects/AllPlayerCards.15bb07/ChuckFergus2.ea31c2.gmnotes new file mode 100644 index 00000000..bd18a3cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ChuckFergus2.ea31c2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09072", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 2, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/ChuckFergus2.ea31c2.json b/objects/AllPlayerCards.15bb07/ChuckFergus2.ea31c2.json new file mode 100644 index 00000000..b6d18326 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ChuckFergus2.ea31c2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379065, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "O'Bannion Driver", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ChuckFergus2.ea31c2.gmnotes", + "GUID": "ea31c2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chuck Fergus (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.387, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ChuckFergus5.0e72b6.gmnotes b/objects/AllPlayerCards.15bb07/ChuckFergus5.0e72b6.gmnotes new file mode 100644 index 00000000..73cbdad0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ChuckFergus5.0e72b6.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "60332", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 5, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ChuckFergus5.0e72b6.json b/objects/AllPlayerCards.15bb07/ChuckFergus5.0e72b6.json new file mode 100644 index 00000000..c3b11b65 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ChuckFergus5.0e72b6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538630, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "O'Bannion Driver", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ChuckFergus5.0e72b6.gmnotes", + "GUID": "0e72b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chuck Fergus (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.22, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Clairvoyance.b67371.gmnotes b/objects/AllPlayerCards.15bb07/Clairvoyance.b67371.gmnotes new file mode 100644 index 00000000..29dec495 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Clairvoyance.b67371.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60408", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Clairvoyance.b67371.json b/objects/AllPlayerCards.15bb07/Clairvoyance.b67371.json new file mode 100644 index 00000000..d4213a16 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Clairvoyance.b67371.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538706, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Clairvoyance.b67371.gmnotes", + "GUID": "b67371", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clairvoyance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.144, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Clairvoyance3.f5d382.gmnotes b/objects/AllPlayerCards.15bb07/Clairvoyance3.f5d382.gmnotes new file mode 100644 index 00000000..fe423a6b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Clairvoyance3.f5d382.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60426", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Clairvoyance3.f5d382.json b/objects/AllPlayerCards.15bb07/Clairvoyance3.f5d382.json new file mode 100644 index 00000000..5b51a47c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Clairvoyance3.f5d382.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538724, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Clairvoyance3.f5d382.gmnotes", + "GUID": "f5d382", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clairvoyance (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.107, + "posY": 3.759, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Clairvoyance5.e21200.gmnotes b/objects/AllPlayerCards.15bb07/Clairvoyance5.e21200.gmnotes new file mode 100644 index 00000000..1e33df5f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Clairvoyance5.e21200.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60431", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 5, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Clairvoyance5.e21200.json b/objects/AllPlayerCards.15bb07/Clairvoyance5.e21200.json new file mode 100644 index 00000000..5202a4cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Clairvoyance5.e21200.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538729, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Clairvoyance5.e21200.gmnotes", + "GUID": "e21200", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clairvoyance (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.046, + "posY": 3.889, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ClarityofMind.8e57b8.gmnotes b/objects/AllPlayerCards.15bb07/ClarityofMind.8e57b8.gmnotes new file mode 100644 index 00000000..0e7a7428 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClarityofMind.8e57b8.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02030", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ClarityofMind.8e57b8.json b/objects/AllPlayerCards.15bb07/ClarityofMind.8e57b8.json new file mode 100644 index 00000000..3c72edc1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClarityofMind.8e57b8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230322, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ClarityofMind.8e57b8.gmnotes", + "GUID": "8e57b8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clarity of Mind", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.123, + "posY": 3.922, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ClarityofMind3.a53344.gmnotes b/objects/AllPlayerCards.15bb07/ClarityofMind3.a53344.gmnotes new file mode 100644 index 00000000..9c53df26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClarityofMind3.a53344.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "51008", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ClarityofMind3.a53344.json b/objects/AllPlayerCards.15bb07/ClarityofMind3.a53344.json new file mode 100644 index 00000000..83919c72 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClarityofMind3.a53344.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 313603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3136": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ClarityofMind3.a53344.gmnotes", + "GUID": "a53344", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clarity of Mind (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.041, + "posY": 3.912, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.gmnotes b/objects/AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.gmnotes new file mode 100644 index 00000000..5e902d7d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03142", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.json b/objects/AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.json new file mode 100644 index 00000000..01af8378 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232332, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2323": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Gift Unlooked For", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ClaspofBlackOnyx.f295d9.gmnotes", + "GUID": "f295d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clasp of Black Onyx", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.873, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.gmnotes b/objects/AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.gmnotes new file mode 100644 index 00000000..4e339c13 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08730", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.json b/objects/AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.json new file mode 100644 index 00000000..c0c741de --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ClaypoolsFurs.c1f999.gmnotes", + "GUID": "c1f999", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Claypool's Furs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.141, + "posY": 3.325, + "posZ": 8.169, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CleanSneak4.537171.gmnotes b/objects/AllPlayerCards.15bb07/CleanSneak4.537171.gmnotes new file mode 100644 index 00000000..d32f8c39 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CleanSneak4.537171.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09078", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 4, + "traits": "Gambit. Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/CleanSneak4.537171.json b/objects/AllPlayerCards.15bb07/CleanSneak4.537171.json new file mode 100644 index 00000000..0d94eb3b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CleanSneak4.537171.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CleanSneak4.537171.gmnotes", + "GUID": "537171", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clean Sneak (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.372, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CleanThemOut.3319be.gmnotes b/objects/AllPlayerCards.15bb07/CleanThemOut.3319be.gmnotes new file mode 100644 index 00000000..04e6c5ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CleanThemOut.3319be.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60111", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CleanThemOut.3319be.json b/objects/AllPlayerCards.15bb07/CleanThemOut.3319be.json new file mode 100644 index 00000000..17b72822 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CleanThemOut.3319be.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CleanThemOut.3319be.gmnotes", + "GUID": "3319be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clean Them Out", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.683, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.gmnotes b/objects/AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.gmnotes new file mode 100644 index 00000000..7e6caea7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "86051", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic. Clothing.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.json b/objects/AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.json new file mode 100644 index 00000000..23d3b9f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587926, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5879": { + "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_path": "AllPlayerCards.15bb07/CloakoftheOuterRealm.e4ab48.gmnotes", + "GUID": "e4ab48", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cloak of the Outer Realm", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.426, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CloseCall2.6aae86.gmnotes b/objects/AllPlayerCards.15bb07/CloseCall2.6aae86.gmnotes new file mode 100644 index 00000000..7b4a2f15 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CloseCall2.6aae86.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01083", + "alternate_ids": [ + "01583" + ], + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/CloseCall2.6aae86.json b/objects/AllPlayerCards.15bb07/CloseCall2.6aae86.json new file mode 100644 index 00000000..7676bb9b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CloseCall2.6aae86.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368848, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CloseCall2.6aae86.gmnotes", + "GUID": "6aae86", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Close Call (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ClosetheCircle1.d02825.gmnotes b/objects/AllPlayerCards.15bb07/ClosetheCircle1.d02825.gmnotes new file mode 100644 index 00000000..8bc2743c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClosetheCircle1.d02825.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08062", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 1, + "traits": "Ritual. Synergy.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 1, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ClosetheCircle1.d02825.json b/objects/AllPlayerCards.15bb07/ClosetheCircle1.d02825.json new file mode 100644 index 00000000..5aa501d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ClosetheCircle1.d02825.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379052, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ClosetheCircle1.d02825.gmnotes", + "GUID": "d02825", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Close the Circle (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.189, + "posY": 2.317, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.gmnotes b/objects/AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.gmnotes new file mode 100644 index 00000000..463bc849 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08731", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.json b/objects/AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.json new file mode 100644 index 00000000..181bda04 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CollectedWorksofPoe.d6f719.gmnotes", + "GUID": "d6f719", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collected Works of Poe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.942, + "posY": 3.324, + "posZ": 8.213, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ColtVestPocket.5a305e.gmnotes b/objects/AllPlayerCards.15bb07/ColtVestPocket.5a305e.gmnotes new file mode 100644 index 00000000..7113d635 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ColtVestPocket.5a305e.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04268", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ColtVestPocket.5a305e.json b/objects/AllPlayerCards.15bb07/ColtVestPocket.5a305e.json new file mode 100644 index 00000000..12d12ba2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ColtVestPocket.5a305e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 276101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2761": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ColtVestPocket.5a305e.gmnotes", + "GUID": "5a305e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Colt Vest Pocket", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.716, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.gmnotes b/objects/AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.gmnotes new file mode 100644 index 00000000..cab5e894 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "53006", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.json b/objects/AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.json new file mode 100644 index 00000000..0db7267a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ColtVestPocket2.8dda2d.gmnotes", + "GUID": "8dda2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Colt Vest Pocket (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.49, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CombatTraining1.bd3ecc.gmnotes b/objects/AllPlayerCards.15bb07/CombatTraining1.bd3ecc.gmnotes new file mode 100644 index 00000000..e54e502e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CombatTraining1.bd3ecc.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03107", + "type": "Asset", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CombatTraining1.bd3ecc.json b/objects/AllPlayerCards.15bb07/CombatTraining1.bd3ecc.json new file mode 100644 index 00000000..e7fd480b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CombatTraining1.bd3ecc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226335, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CombatTraining1.bd3ecc.gmnotes", + "GUID": "bd3ecc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Combat Training (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.168, + "posY": 3.197, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CombatTraining3.36efa2.gmnotes b/objects/AllPlayerCards.15bb07/CombatTraining3.36efa2.gmnotes new file mode 100644 index 00000000..7e3949df --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CombatTraining3.36efa2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08027", + "type": "Asset", + "class": "Guardian", + "cost": 0, + "level": 3, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CombatTraining3.36efa2.json b/objects/AllPlayerCards.15bb07/CombatTraining3.36efa2.json new file mode 100644 index 00000000..6f6c8c1f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CombatTraining3.36efa2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379017, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CombatTraining3.36efa2.gmnotes", + "GUID": "36efa2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Combat Training (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.27, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ConnecttheDots.13413d.gmnotes b/objects/AllPlayerCards.15bb07/ConnecttheDots.13413d.gmnotes new file mode 100644 index 00000000..57617393 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ConnecttheDots.13413d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05025", + "type": "Event", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ConnecttheDots.13413d.json b/objects/AllPlayerCards.15bb07/ConnecttheDots.13413d.json new file mode 100644 index 00000000..87e98765 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ConnecttheDots.13413d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430809, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4308": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ConnecttheDots.13413d.gmnotes", + "GUID": "13413d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Connect the Dots", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.058, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Contraband.b4ad29.gmnotes b/objects/AllPlayerCards.15bb07/Contraband.b4ad29.gmnotes new file mode 100644 index 00000000..621ffa42 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Contraband.b4ad29.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02109", + "type": "Event", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Supply. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Contraband.b4ad29.json b/objects/AllPlayerCards.15bb07/Contraband.b4ad29.json new file mode 100644 index 00000000..16b75db9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Contraband.b4ad29.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368717, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Contraband.b4ad29.gmnotes", + "GUID": "b4ad29", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Contraband", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.174, + "posY": 2.929, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Contraband2.620b6e.gmnotes b/objects/AllPlayerCards.15bb07/Contraband2.620b6e.gmnotes new file mode 100644 index 00000000..5a73ec97 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Contraband2.620b6e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "51005", + "type": "Event", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Supply. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Contraband2.620b6e.json b/objects/AllPlayerCards.15bb07/Contraband2.620b6e.json new file mode 100644 index 00000000..5727c0f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Contraband2.620b6e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3153": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Contraband2.620b6e.gmnotes", + "GUID": "620b6e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Contraband (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.601, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CookiesCustom32.34e723.gmnotes b/objects/AllPlayerCards.15bb07/CookiesCustom32.34e723.gmnotes new file mode 100644 index 00000000..bebb3c3b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CookiesCustom32.34e723.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08732", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 2, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CookiesCustom32.34e723.json b/objects/AllPlayerCards.15bb07/CookiesCustom32.34e723.json new file mode 100644 index 00000000..dd2e8c90 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CookiesCustom32.34e723.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CookiesCustom32.34e723.gmnotes", + "GUID": "34e723", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cookie's Custom .32", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.147, + "posY": 3.329, + "posZ": 7.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Copycat3.de40c8.gmnotes b/objects/AllPlayerCards.15bb07/Copycat3.de40c8.gmnotes new file mode 100644 index 00000000..4a3cee68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Copycat3.de40c8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60330", + "type": "Skill", + "class": "Rogue", + "level": 3, + "traits": "Gambit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Copycat3.de40c8.json b/objects/AllPlayerCards.15bb07/Copycat3.de40c8.json new file mode 100644 index 00000000..641b67a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Copycat3.de40c8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538628, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Copycat3.de40c8.gmnotes", + "GUID": "de40c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Copycat (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.044, + "posY": 3.889, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Cornered2.c6c260.gmnotes b/objects/AllPlayerCards.15bb07/Cornered2.c6c260.gmnotes new file mode 100644 index 00000000..7fb6d019 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Cornered2.c6c260.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04160", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Cornered2.c6c260.json b/objects/AllPlayerCards.15bb07/Cornered2.c6c260.json new file mode 100644 index 00000000..c11c8851 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Cornered2.c6c260.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368851, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Cornered2.c6c260.gmnotes", + "GUID": "c6c260", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cornered (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.123, + "posY": 3.922, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Counterespionage1.fad52a.gmnotes b/objects/AllPlayerCards.15bb07/Counterespionage1.fad52a.gmnotes new file mode 100644 index 00000000..e8dcf8f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterespionage1.fad52a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08049", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 1, + "traits": "Favor. Service.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Counterespionage1.fad52a.json b/objects/AllPlayerCards.15bb07/Counterespionage1.fad52a.json new file mode 100644 index 00000000..63859117 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterespionage1.fad52a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379039, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Counterespionage1.fad52a.gmnotes", + "GUID": "fad52a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Counterespionage (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.2, + "posY": 2.136, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Counterpunch.20645e.gmnotes b/objects/AllPlayerCards.15bb07/Counterpunch.20645e.gmnotes new file mode 100644 index 00000000..37bb7fa0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterpunch.20645e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60112", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Counterpunch.20645e.json b/objects/AllPlayerCards.15bb07/Counterpunch.20645e.json new file mode 100644 index 00000000..97f9aac5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterpunch.20645e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545310, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Counterpunch.20645e.gmnotes", + "GUID": "20645e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Counterpunch", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.792, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Counterpunch2.92436b.gmnotes b/objects/AllPlayerCards.15bb07/Counterpunch2.92436b.gmnotes new file mode 100644 index 00000000..81cdf128 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterpunch2.92436b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60122", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Counterpunch2.92436b.json b/objects/AllPlayerCards.15bb07/Counterpunch2.92436b.json new file mode 100644 index 00000000..4a527f3e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterpunch2.92436b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Counterpunch2.92436b.gmnotes", + "GUID": "92436b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Counterpunch (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 4.06, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Counterspell2.2236f6.gmnotes b/objects/AllPlayerCards.15bb07/Counterspell2.2236f6.gmnotes new file mode 100644 index 00000000..35683849 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterspell2.2236f6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04110", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Counterspell2.2236f6.json b/objects/AllPlayerCards.15bb07/Counterspell2.2236f6.json new file mode 100644 index 00000000..33052944 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterspell2.2236f6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230346, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Counterspell2.2236f6.gmnotes", + "GUID": "2236f6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Counterspell (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 3.992, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Counterspell2Taboo.118264.gmnotes b/objects/AllPlayerCards.15bb07/Counterspell2Taboo.118264.gmnotes new file mode 100644 index 00000000..ea4bd8a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterspell2Taboo.118264.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04110-t", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Counterspell2Taboo.118264.json b/objects/AllPlayerCards.15bb07/Counterspell2Taboo.118264.json new file mode 100644 index 00000000..65cf5f20 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Counterspell2Taboo.118264.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Counterspell2Taboo.118264.gmnotes", + "GUID": "118264", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Counterspell (2) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.841, + "posY": 4.555, + "posZ": -50.382, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CoupdeGrce.2240f9.gmnotes b/objects/AllPlayerCards.15bb07/CoupdeGrce.2240f9.gmnotes new file mode 100644 index 00000000..275e2c9c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CoupdeGrce.2240f9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04269", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Tactic. Fated.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/CoupdeGrce.2240f9.json b/objects/AllPlayerCards.15bb07/CoupdeGrce.2240f9.json new file mode 100644 index 00000000..c2242b4b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CoupdeGrce.2240f9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 276200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2762": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CoupdeGrce.2240f9.gmnotes", + "GUID": "2240f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Coup de Grâce", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.785, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CoverUp.ca25bc.gmnotes b/objects/AllPlayerCards.15bb07/CoverUp.ca25bc.gmnotes new file mode 100644 index 00000000..3abf6362 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CoverUp.ca25bc.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "01007", + "alternate_ids": [ + "01507" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "uses": [ + { + "count": 3, + "type": "Clue", + "token": "clue" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/CoverUp.ca25bc.json b/objects/AllPlayerCards.15bb07/CoverUp.ca25bc.json new file mode 100644 index 00000000..040848e5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CoverUp.ca25bc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 552421, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5524": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CoverUp.ca25bc.gmnotes", + "GUID": "ca25bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cover Up", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CoverUp.f802e3.gmnotes b/objects/AllPlayerCards.15bb07/CoverUp.f802e3.gmnotes new file mode 100644 index 00000000..990d83a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CoverUp.f802e3.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "90031", + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "uses": [ + { + "count": 4, + "type": "Clue", + "token": "clue" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/CoverUp.f802e3.json b/objects/AllPlayerCards.15bb07/CoverUp.f802e3.json new file mode 100644 index 00000000..45f21512 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CoverUp.f802e3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CoverUp.f802e3.gmnotes", + "GUID": "f802e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cover Up", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.815, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CracktheCase.8dce44.gmnotes b/objects/AllPlayerCards.15bb07/CracktheCase.8dce44.gmnotes new file mode 100644 index 00000000..c9b99d9f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CracktheCase.8dce44.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05110", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/CracktheCase.8dce44.json b/objects/AllPlayerCards.15bb07/CracktheCase.8dce44.json new file mode 100644 index 00000000..65c029ca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CracktheCase.8dce44.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277812, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2778": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CracktheCase.8dce44.gmnotes", + "GUID": "8dce44", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crack the Case", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.147, + "posY": 3.767, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Crafty3.fa994a.gmnotes b/objects/AllPlayerCards.15bb07/Crafty3.fa994a.gmnotes new file mode 100644 index 00000000..60b7e409 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Crafty3.fa994a.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08123", + "type": "Asset", + "class": "Seeker|Rogue|Survivor", + "cost": 3, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Crafty3.fa994a.json b/objects/AllPlayerCards.15bb07/Crafty3.fa994a.json new file mode 100644 index 00000000..eca0421d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Crafty3.fa994a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378961, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Crafty3.fa994a.gmnotes", + "GUID": "fa994a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crafty (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.177, + "posY": 2.93, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrisisofFaith.8b68f4.gmnotes b/objects/AllPlayerCards.15bb07/CrisisofFaith.8b68f4.gmnotes new file mode 100644 index 00000000..1ffb7422 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrisisofFaith.8b68f4.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "07007", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/CrisisofFaith.8b68f4.json b/objects/AllPlayerCards.15bb07/CrisisofFaith.8b68f4.json new file mode 100644 index 00000000..0c413b08 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrisisofFaith.8b68f4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5820": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrisisofFaith.8b68f4.gmnotes", + "GUID": "8b68f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crisis of Faith", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.695, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrisisofIdentity.367aac.gmnotes b/objects/AllPlayerCards.15bb07/CrisisofIdentity.367aac.gmnotes new file mode 100644 index 00000000..f2080d4d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrisisofIdentity.367aac.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03019", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CrisisofIdentity.367aac.json b/objects/AllPlayerCards.15bb07/CrisisofIdentity.367aac.json new file mode 100644 index 00000000..37ee9883 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrisisofIdentity.367aac.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374935, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3749": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrisisofIdentity.367aac.gmnotes", + "GUID": "367aac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crisis of Identity", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.002, + "posY": 3.872, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.gmnotes b/objects/AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.gmnotes new file mode 100644 index 00000000..f630ef0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03019-t", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.json b/objects/AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.json new file mode 100644 index 00000000..7179cd7e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrisisofIdentityTaboo.55be9c.gmnotes", + "GUID": "55be9c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crisis of Identity (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 91.988, + "posY": 1.899, + "posZ": 4.66, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.gmnotes b/objects/AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.gmnotes new file mode 100644 index 00000000..194d1848 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07022", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Tome. Occult.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.json b/objects/AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.json new file mode 100644 index 00000000..79e9b0cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587116, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Untranslated", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrypticGrimoire.fbfa24.gmnotes", + "GUID": "fbfa24", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptic Grimoire", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.544, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticGrimoire4.416f12.gmnotes b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.416f12.gmnotes new file mode 100644 index 00000000..afa81912 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.416f12.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07192", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 4, + "traits": "Item. Tome. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticGrimoire4.416f12.json b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.416f12.json new file mode 100644 index 00000000..8c23b481 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.416f12.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5842": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Text of the Elder Guardian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrypticGrimoire4.416f12.gmnotes", + "GUID": "416f12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptic Grimoire (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.011, + "posY": 3.759, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.gmnotes b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.gmnotes new file mode 100644 index 00000000..4fbd8d12 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07191", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 4, + "traits": "Item. Tome. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.json b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.json new file mode 100644 index 00000000..aeb88ccb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5881": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Text of the Elder Herald", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrypticGrimoire4.e8b179.gmnotes", + "GUID": "e8b179", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptic Grimoire (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.286, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticResearch4.5d25b1.gmnotes b/objects/AllPlayerCards.15bb07/CrypticResearch4.5d25b1.gmnotes new file mode 100644 index 00000000..83d253c3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticResearch4.5d25b1.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01043", + "alternate_ids": [ + "01543" + ], + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 4, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticResearch4.5d25b1.json b/objects/AllPlayerCards.15bb07/CrypticResearch4.5d25b1.json new file mode 100644 index 00000000..82c2d726 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticResearch4.5d25b1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430657, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/CrypticResearch4.5d25b1.gmnotes", + "GUID": "5d25b1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptic Research (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.437, + "posY": 3.369, + "posZ": -56.625, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticWritings.ff2776.gmnotes b/objects/AllPlayerCards.15bb07/CrypticWritings.ff2776.gmnotes new file mode 100644 index 00000000..381689b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticWritings.ff2776.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60215", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticWritings.ff2776.json b/objects/AllPlayerCards.15bb07/CrypticWritings.ff2776.json new file mode 100644 index 00000000..2865db11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticWritings.ff2776.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrypticWritings.ff2776.gmnotes", + "GUID": "ff2776", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptic Writings", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.066, + "posY": 3.894, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticWritings2.870bdc.gmnotes b/objects/AllPlayerCards.15bb07/CrypticWritings2.870bdc.gmnotes new file mode 100644 index 00000000..7a1eb5f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticWritings2.870bdc.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60224", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CrypticWritings2.870bdc.json b/objects/AllPlayerCards.15bb07/CrypticWritings2.870bdc.json new file mode 100644 index 00000000..e544aded --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrypticWritings2.870bdc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538822, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrypticWritings2.870bdc.gmnotes", + "GUID": "870bdc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptic Writings (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.055, + "posY": 3.737, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CryptographicCipher.4f3142.gmnotes b/objects/AllPlayerCards.15bb07/CryptographicCipher.4f3142.gmnotes new file mode 100644 index 00000000..1a228222 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CryptographicCipher.4f3142.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07021", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/CryptographicCipher.4f3142.json b/objects/AllPlayerCards.15bb07/CryptographicCipher.4f3142.json new file mode 100644 index 00000000..8dbb09f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CryptographicCipher.4f3142.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5803": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CryptographicCipher.4f3142.gmnotes", + "GUID": "4f3142", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cryptographic Cipher", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrystalPendulum.6c3156.gmnotes b/objects/AllPlayerCards.15bb07/CrystalPendulum.6c3156.gmnotes new file mode 100644 index 00000000..3e7c3ef1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystalPendulum.6c3156.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60411", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/CrystalPendulum.6c3156.json b/objects/AllPlayerCards.15bb07/CrystalPendulum.6c3156.json new file mode 100644 index 00000000..b314c83c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystalPendulum.6c3156.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538709, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrystalPendulum.6c3156.gmnotes", + "GUID": "6c3156", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crystal Pendulum", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 3.809, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.gmnotes b/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.gmnotes new file mode 100644 index 00000000..b6e37fbb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04235", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Item. Relic. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.json b/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.json new file mode 100644 index 00000000..6c2153d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230353, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.gmnotes", + "GUID": "949ca2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crystalline Elder Sign (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.197, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.ttslua b/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.ttslua new file mode 100644 index 00000000..ee47beff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystallineElderSign3.949ca2.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/CrystallizerofDreams.6692de.gmnotes b/objects/AllPlayerCards.15bb07/CrystallizerofDreams.6692de.gmnotes new file mode 100644 index 00000000..04da4765 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystallizerofDreams.6692de.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "06024", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06025" + } + ], + "willpowerIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/CrystallizerofDreams.6692de.json b/objects/AllPlayerCards.15bb07/CrystallizerofDreams.6692de.json new file mode 100644 index 00000000..11e3a6ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CrystallizerofDreams.6692de.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5905": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CrystallizerofDreams.6692de.gmnotes", + "GUID": "6692de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crystallizer of Dreams", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.16, + "posY": 4.017, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Cunning.e2767a.gmnotes b/objects/AllPlayerCards.15bb07/Cunning.e2767a.gmnotes new file mode 100644 index 00000000..e848cb18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Cunning.e2767a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05030", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Cunning.e2767a.json b/objects/AllPlayerCards.15bb07/Cunning.e2767a.json new file mode 100644 index 00000000..109225be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Cunning.e2767a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5276": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Cunning.e2767a.gmnotes", + "GUID": "e2767a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cunning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.197, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CunningDistraction.e8ea95.gmnotes b/objects/AllPlayerCards.15bb07/CunningDistraction.e8ea95.gmnotes new file mode 100644 index 00000000..4135471f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CunningDistraction.e8ea95.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01078", + "alternate_ids": [ + "01578" + ], + "type": "Event", + "class": "Survivor", + "cost": 5, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/CunningDistraction.e8ea95.json b/objects/AllPlayerCards.15bb07/CunningDistraction.e8ea95.json new file mode 100644 index 00000000..9c247106 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CunningDistraction.e8ea95.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368819, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CunningDistraction.e8ea95.gmnotes", + "GUID": "e8ea95", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cunning Distraction", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Curiosity.9e5cd2.gmnotes b/objects/AllPlayerCards.15bb07/Curiosity.9e5cd2.gmnotes new file mode 100644 index 00000000..fd061732 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Curiosity.9e5cd2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05026", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Curiosity.9e5cd2.json b/objects/AllPlayerCards.15bb07/Curiosity.9e5cd2.json new file mode 100644 index 00000000..600a5a86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Curiosity.9e5cd2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430808, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4308": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Curiosity.9e5cd2.gmnotes", + "GUID": "9e5cd2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Curiosity", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.863, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CurseofAeons3.3199f2.gmnotes b/objects/AllPlayerCards.15bb07/CurseofAeons3.3199f2.gmnotes new file mode 100644 index 00000000..d1a121f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CurseofAeons3.3199f2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07195", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 3, + "traits": "Ritual. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/CurseofAeons3.3199f2.json b/objects/AllPlayerCards.15bb07/CurseofAeons3.3199f2.json new file mode 100644 index 00000000..649beb54 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CurseofAeons3.3199f2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580106, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5801": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CurseofAeons3.3199f2.gmnotes", + "GUID": "3199f2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Curse of Aeons (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.05, + "posY": 3.792, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.gmnotes b/objects/AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.gmnotes new file mode 100644 index 00000000..380a5816 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "81029", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.json b/objects/AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.json new file mode 100644 index 00000000..a4b84f1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 8901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "89": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Curse.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CurseoftheRougarou.2e33f7.gmnotes", + "GUID": "2e33f7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Curse of the Rougarou", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.01, + "posY": 3.673, + "posZ": -16.696, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CustomAmmunition3.f03baa.gmnotes b/objects/AllPlayerCards.15bb07/CustomAmmunition3.f03baa.gmnotes new file mode 100644 index 00000000..94a0df44 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CustomAmmunition3.f03baa.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04193", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Upgrade. Supply. Blessed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/CustomAmmunition3.f03baa.json b/objects/AllPlayerCards.15bb07/CustomAmmunition3.f03baa.json new file mode 100644 index 00000000..c6665def --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CustomAmmunition3.f03baa.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226354, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CustomAmmunition3.f03baa.gmnotes", + "GUID": "f03baa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Custom Ammunition (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.266, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CustomModifications.d2252d.gmnotes b/objects/AllPlayerCards.15bb07/CustomModifications.d2252d.gmnotes new file mode 100644 index 00000000..1559c1e6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CustomModifications.d2252d.gmnotes @@ -0,0 +1,47 @@ +{ + "id": "09023", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Upgrade. Supply.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "customizations": [ + { + "name": "Notched Sight", + "xp": 1, + "text": "If you perform an attack with attached asset against an enemy engaged with another investigator and fail, you deal no damage." + }, + { + "name": "Extended Stock", + "xp": 2, + "text": "You get +2 Fight while attacking with attached asset." + }, + { + "name": "Counterbalance", + "xp": 2, + "text": "After you attach an Upgrade card other than Custom Modifications to attached asset, draw 1 card." + }, + { + "name": "Leather Grip", + "xp": 3, + "text": "Custom Modifications gets �€“1 cost and gains �€�Fast. Play only during your turn.�€?", + "replaces": { + "cost": 2 + } + }, + { + "name": "Extended Magazine", + "xp": 3, + "text": "After ammo is spent from or placed on attached asset by another event, place 1 ammo on attached asset." + }, + { + "name": "Quicksilver Bullets", + "xp": 4, + "text": "If you succeed by 3 or more while attacking with attached asset, this attack deals +1 damage." + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/CustomModifications.d2252d.json b/objects/AllPlayerCards.15bb07/CustomModifications.d2252d.json new file mode 100644 index 00000000..9181959f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CustomModifications.d2252d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379016, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CustomModifications.d2252d.gmnotes", + "GUID": "d2252d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Custom Modifications", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 10.514, + "posY": 2.202, + "posZ": 47.037, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.json b/objects/AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.json new file mode 100644 index 00000000..e4374c06 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8466": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001629811/23FCEFC53D1F2E5A44F6E4B9467C6362459914AA/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09023-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "4104bf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Custom Modifications Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.658, + "posY": 9.187, + "posZ": 17.581, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.ttslua b/objects/AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.ttslua new file mode 100644 index 00000000..ab05a8e5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CustomModificationsUpgradeSheet.4104bf.ttslua @@ -0,0 +1,180 @@ +-- Customizable Cards: Custom Modifications +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.0735 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.895, + -0.455, + -0.215, + 0.115, + 0.453, + 0.794 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 3, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.gmnotes b/objects/AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.gmnotes new file mode 100644 index 00000000..30300a09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08093", + "type": "Asset", + "class": "Guardian|Mystic", + "cost": 5, + "level": 5, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.json b/objects/AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.json new file mode 100644 index 00000000..b9198e3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378931, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CyclopeanHammer5.4df3b9.gmnotes", + "GUID": "4df3b9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cyclopean Hammer (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.186, + "posY": 2.528, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.gmnotes b/objects/AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.gmnotes new file mode 100644 index 00000000..41fbe779 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08093-t", + "type": "Asset", + "class": "Guardian|Mystic", + "cost": 5, + "level": 5, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.json b/objects/AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.json new file mode 100644 index 00000000..c6680d53 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558218, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/CyclopeanHammer5Taboo.a39c3b.gmnotes", + "GUID": "a39c3b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cyclopean Hammer (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.838, + "posY": 4.509, + "posZ": -49.395, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalker.5fa10d.json b/objects/AllPlayerCards.15bb07/DaisyWalker.5fa10d.json new file mode 100644 index 00000000..de29be43 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalker.5fa10d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800341634/C8EF1EDA589007989C51031F8CD42B23956EA7CE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800340918/16F5E89C36494A9A7D4C191DFF376E340BAABD00/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01002-revised-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "5fa10d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 47.18, + "posY": 1.985, + "posZ": -96.765, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalker.6938eb.gmnotes b/objects/AllPlayerCards.15bb07/DaisyWalker.6938eb.gmnotes new file mode 100644 index 00000000..cc7fcc00 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalker.6938eb.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01002", + "alternate_ids": [ + "01502" + ], + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 3, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalker.6938eb.json b/objects/AllPlayerCards.15bb07/DaisyWalker.6938eb.json new file mode 100644 index 00000000..d52234a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalker.6938eb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2699": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Librarian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisyWalker.6938eb.gmnotes", + "GUID": "6938eb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.681, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalker.ac7047.gmnotes b/objects/AllPlayerCards.15bb07/DaisyWalker.ac7047.gmnotes new file mode 100644 index 00000000..174f5658 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalker.ac7047.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01002-r", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 3, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalker.ac7047.json b/objects/AllPlayerCards.15bb07/DaisyWalker.ac7047.json new file mode 100644 index 00000000..9dd63d30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalker.ac7047.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5874": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108622/9BA9D571CE81D39DDED8F6F7573E8676964E7723/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108004/768BB33829A836E2AB5E6775A22271BE77585D4A/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Librarian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisyWalker.ac7047.gmnotes", + "GUID": "ac7047", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 45.127, + "posY": 1.986, + "posZ": -113.201, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalker.bce6a5.json b/objects/AllPlayerCards.15bb07/DaisyWalker.bce6a5.json new file mode 100644 index 00000000..cf574533 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalker.bce6a5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 258701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2587": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "bce6a5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.023, + "posY": 3.371, + "posZ": -59.31, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalkerParallel.282857.gmnotes b/objects/AllPlayerCards.15bb07/DaisyWalkerParallel.282857.gmnotes new file mode 100644 index 00000000..8848a2ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalkerParallel.282857.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01002-p", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 1, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalkerParallel.282857.json b/objects/AllPlayerCards.15bb07/DaisyWalkerParallel.282857.json new file mode 100644 index 00000000..44194ff4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalkerParallel.282857.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154537387/9BBCF9ACFA26E3C0649434C832E5681AB731A77B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154536333/92BABC93BFBC5E1DA2C2A7B5EA5E62151E0DE3D7/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Librarian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisyWalkerParallel.282857.gmnotes", + "GUID": "282857", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker (Parallel)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.7, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.gmnotes b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.gmnotes new file mode 100644 index 00000000..1e53a4aa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01002-pb", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 3, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.json b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.json new file mode 100644 index 00000000..af5b9158 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2739": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1017195287736569204/9F5F294127B638FECFF0BC88A0F93387AF994431/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Librarian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisyWalkerParallelBack.2f2e0d.gmnotes", + "GUID": "2f2e0d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker (Parallel Back)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.688, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.gmnotes b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.gmnotes new file mode 100644 index 00000000..f8770d30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01002-pf", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 1, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.json b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.json new file mode 100644 index 00000000..73acf940 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5351": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1017195287736572954/79FAF352FE90F08BE9247753F39798A878925EAA/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Librarian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisyWalkerParallelFront.e8cafc.gmnotes", + "GUID": "e8cafc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy Walker (Parallel Front)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.71, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisysToteBag.96c9be.gmnotes b/objects/AllPlayerCards.15bb07/DaisysToteBag.96c9be.gmnotes new file mode 100644 index 00000000..a54b1c13 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisysToteBag.96c9be.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01008", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisysToteBag.96c9be.json b/objects/AllPlayerCards.15bb07/DaisysToteBag.96c9be.json new file mode 100644 index 00000000..aa2b9cee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisysToteBag.96c9be.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581821, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5818": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signature", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisysToteBag.96c9be.gmnotes", + "GUID": "96c9be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy's Tote Bag", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.028, + "posY": 3.686, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisysToteBag.cf41be.gmnotes b/objects/AllPlayerCards.15bb07/DaisysToteBag.cf41be.gmnotes new file mode 100644 index 00000000..2b307854 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisysToteBag.cf41be.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "90002", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 2, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/DaisysToteBag.cf41be.json b/objects/AllPlayerCards.15bb07/DaisysToteBag.cf41be.json new file mode 100644 index 00000000..a20eb8e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisysToteBag.cf41be.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 231600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2316": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1017195287736529784/BEB850DCAA5497CC1A96E1603C0D3AFFE8B0F2BB/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisysToteBag.cf41be.gmnotes", + "GUID": "cf41be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Daisy's Tote Bag", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.056, + "posY": 3.763, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaisysToteBag.d72b97.gmnotes b/objects/AllPlayerCards.15bb07/DaisysToteBag.d72b97.gmnotes new file mode 100644 index 00000000..a70369ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisysToteBag.d72b97.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01508", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DaisysToteBag.d72b97.json b/objects/AllPlayerCards.15bb07/DaisysToteBag.d72b97.json new file mode 100644 index 00000000..245810f0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaisysToteBag.d72b97.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaisysToteBag.d72b97.gmnotes", + "GUID": "d72b97", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy's Tote Bag", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 48.527, + "posY": 2.015, + "posZ": -121.624, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Damned.bad8cb.gmnotes b/objects/AllPlayerCards.15bb07/Damned.bad8cb.gmnotes new file mode 100644 index 00000000..f7a24bba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Damned.bad8cb.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "54014", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse. Omen.", + "permanent": true, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Damned.bad8cb.json b/objects/AllPlayerCards.15bb07/Damned.bad8cb.json new file mode 100644 index 00000000..76cc77db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Damned.bad8cb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Damned.bad8cb.gmnotes", + "GUID": "bad8cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Damned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.068, + "posY": 3.863, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DamningTestimony.3369a5.gmnotes b/objects/AllPlayerCards.15bb07/DamningTestimony.3369a5.gmnotes new file mode 100644 index 00000000..2404eb6d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DamningTestimony.3369a5.gmnotes @@ -0,0 +1,60 @@ +{ + "id": "09059", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Evidence", + "token": "resource" + } + ], + "customizations": [ + { + "name": "Search Warrant", + "xp": 1, + "text": "While investigating using Damning Testimony, you may ignore any effect or keyword on the investigated location that would trigger." + }, + { + "name": "Fabricated Evidence", + "xp": 2, + "text": "Damning Testimony enters play with 2 additional evidence on it.", + "replaces": { + "uses": [ + { + "count": 5, + "type": "Evidence", + "token": "resource" + } + ] + } + }, + { + "name": "Blackmail", + "xp": 2, + "text": "You get +2 Intellect while investigating using Damning Testimony." + }, + { + "name": "Extort", + "xp": 3, + "text": "When you successfully investigate using Damning Testimony, you may spend 1 evidence to automatically evade the chosen enemy." + }, + { + "name": "Surveil", + "xp": 3, + "text": "You may use Damning Testimony�€�s ability to investigate the chosen enemy�€�s location instead of your location." + }, + { + "name": "Expose", + "xp": 4, + "text": "When you successfully investigate using Damning Testimony, you may spend X evidence to discard the chosen enemy if it is non-Elite. X is that enemy�€�s remaining health." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/DamningTestimony.3369a5.json b/objects/AllPlayerCards.15bb07/DamningTestimony.3369a5.json new file mode 100644 index 00000000..350edfb8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DamningTestimony.3369a5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379052, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DamningTestimony.3369a5.gmnotes", + "GUID": "3369a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Damning Testimony", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.392, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.json b/objects/AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.json new file mode 100644 index 00000000..03fc500f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8470": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001633028/26CBF360B209B69F66C0875118727E742B7D16CD/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09059-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "dc4a62", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Damning Testimony Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 74.199, + "posY": 2.549, + "posZ": 15.618, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.ttslua b/objects/AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.ttslua new file mode 100644 index 00000000..8059d5e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DamningTestimonyUpgradeSheet.dc4a62.ttslua @@ -0,0 +1,180 @@ +-- Customizable Cards: Damning Testimony +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.935 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.925, + -0.475, + -0.25, + -0.01, + 0.428, + 0.772 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 3, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/DanielaReyes.444830.gmnotes b/objects/AllPlayerCards.15bb07/DanielaReyes.444830.gmnotes new file mode 100644 index 00000000..0a4aebdb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DanielaReyes.444830.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08001", + "type": "Investigator", + "class": "Guardian", + "traits": "Entrepreneur.", + "willpowerIcons": 4, + "intellectIcons": 1, + "combatIcons": 5, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/DanielaReyes.444830.json b/objects/AllPlayerCards.15bb07/DanielaReyes.444830.json new file mode 100644 index 00000000..b1656724 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DanielaReyes.444830.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3795": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Mechanic", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DanielaReyes.444830.gmnotes", + "GUID": "444830", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daniela Reyes", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.759, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DanielaReyes.df8ec4.json b/objects/AllPlayerCards.15bb07/DanielaReyes.df8ec4.json new file mode 100644 index 00000000..7f632e55 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DanielaReyes.df8ec4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3792": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507801/776246D0ED5DFF897896D229B6F7E801898CA4F6/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507575/2EC3C9DD9A82135F5C0D3460C93B4B873EA5E0E0/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"08001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "df8ec4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daniela Reyes", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.152, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Daredevil.e4688b.gmnotes b/objects/AllPlayerCards.15bb07/Daredevil.e4688b.gmnotes new file mode 100644 index 00000000..f3710421 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Daredevil.e4688b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60318", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Fortune. Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Daredevil.e4688b.json b/objects/AllPlayerCards.15bb07/Daredevil.e4688b.json new file mode 100644 index 00000000..96741b45 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Daredevil.e4688b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538616, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Daredevil.e4688b.gmnotes", + "GUID": "e4688b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daredevil", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.143, + "posY": 3.74, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Daredevil2.b3cad4.gmnotes b/objects/AllPlayerCards.15bb07/Daredevil2.b3cad4.gmnotes new file mode 100644 index 00000000..4bd45211 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Daredevil2.b3cad4.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06240", + "type": "Skill", + "class": "Rogue", + "level": 2, + "traits": "Fortune. Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Daredevil2.b3cad4.json b/objects/AllPlayerCards.15bb07/Daredevil2.b3cad4.json new file mode 100644 index 00000000..d9464772 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Daredevil2.b3cad4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447633, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4476": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Daredevil2.b3cad4.gmnotes", + "GUID": "b3cad4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daredevil (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.684, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Daring.91e53c.gmnotes b/objects/AllPlayerCards.15bb07/Daring.91e53c.gmnotes new file mode 100644 index 00000000..77b413d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Daring.91e53c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06111", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Daring.91e53c.json b/objects/AllPlayerCards.15bb07/Daring.91e53c.json new file mode 100644 index 00000000..6e5c97b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Daring.91e53c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379827, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3798": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Daring.91e53c.gmnotes", + "GUID": "91e53c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daring", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.348, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaringManeuver.cc6b14.gmnotes b/objects/AllPlayerCards.15bb07/DaringManeuver.cc6b14.gmnotes new file mode 100644 index 00000000..dba00517 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaringManeuver.cc6b14.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "03030", + "alternate_ids": [ + "60313" + ], + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Gambit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DaringManeuver.cc6b14.json b/objects/AllPlayerCards.15bb07/DaringManeuver.cc6b14.json new file mode 100644 index 00000000..d8677fc1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaringManeuver.cc6b14.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368706, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaringManeuver.cc6b14.gmnotes", + "GUID": "cc6b14", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daring Maneuver", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.446, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DaringManeuver2.fc82a5.gmnotes b/objects/AllPlayerCards.15bb07/DaringManeuver2.fc82a5.gmnotes new file mode 100644 index 00000000..c311beed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaringManeuver2.fc82a5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60322", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 2, + "traits": "Gambit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/DaringManeuver2.fc82a5.json b/objects/AllPlayerCards.15bb07/DaringManeuver2.fc82a5.json new file mode 100644 index 00000000..d5ae3ce6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DaringManeuver2.fc82a5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538620, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DaringManeuver2.fc82a5.gmnotes", + "GUID": "fc82a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daring Maneuver (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.685, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.gmnotes b/objects/AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.gmnotes new file mode 100644 index 00000000..c047ee37 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03151", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Ally. Patron.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.json b/objects/AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.json new file mode 100644 index 00000000..3f5100ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368630, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Unscrupulous Investor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarioEl-Amin.5ec1a2.gmnotes", + "GUID": "5ec1a2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dario El-Amin", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.012, + "posY": 3.883, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkFuture.3aa40e.gmnotes b/objects/AllPlayerCards.15bb07/DarkFuture.3aa40e.gmnotes new file mode 100644 index 00000000..58ee2376 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkFuture.3aa40e.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "60403", + "type": "Treachery", + "class": "Neutral", + "traits": "Omen. Endtimes.", + "permanent": false, + "weakness": true, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/DarkFuture.3aa40e.json b/objects/AllPlayerCards.15bb07/DarkFuture.3aa40e.json new file mode 100644 index 00000000..dd9a2d0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkFuture.3aa40e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkFuture.3aa40e.gmnotes", + "GUID": "3aa40e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Future", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.001, + "posY": 3.791, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkHorse.1b4434.gmnotes b/objects/AllPlayerCards.15bb07/DarkHorse.1b4434.gmnotes new file mode 100644 index 00000000..42b04e7d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkHorse.1b4434.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02234", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Condition.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DarkHorse.1b4434.json b/objects/AllPlayerCards.15bb07/DarkHorse.1b4434.json new file mode 100644 index 00000000..6f6973b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkHorse.1b4434.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368833, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkHorse.1b4434.gmnotes", + "GUID": "1b4434", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Horse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.68, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkInsight.f08934.gmnotes b/objects/AllPlayerCards.15bb07/DarkInsight.f08934.gmnotes new file mode 100644 index 00000000..88f9c215 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkInsight.f08934.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05014", + "type": "Event", + "class": "Neutral", + "cost": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DarkInsight.f08934.json b/objects/AllPlayerCards.15bb07/DarkInsight.f08934.json new file mode 100644 index 00000000..ceed16f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkInsight.f08934.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444260, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4442": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkInsight.f08934.gmnotes", + "GUID": "f08934", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Insight", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.102, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkMemory.580a4d.gmnotes b/objects/AllPlayerCards.15bb07/DarkMemory.580a4d.gmnotes new file mode 100644 index 00000000..071ad207 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkMemory.580a4d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "90019", + "type": "Event", + "class": "Neutral", + "cost": 4, + "traits": "Spell.", + "permanent": false, + "weakness": true, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/DarkMemory.580a4d.json b/objects/AllPlayerCards.15bb07/DarkMemory.580a4d.json new file mode 100644 index 00000000..8bca98d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkMemory.580a4d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5841": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038865190/8B0106D5599808B6E00387C2535AC1C3F2330034/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkMemory.580a4d.gmnotes", + "GUID": "580a4d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Memory", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.01, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkMemory.98c8d8.gmnotes b/objects/AllPlayerCards.15bb07/DarkMemory.98c8d8.gmnotes new file mode 100644 index 00000000..a87acfd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkMemory.98c8d8.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "01513", + "type": "Event", + "class": "Neutral", + "cost": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DarkMemory.98c8d8.json b/objects/AllPlayerCards.15bb07/DarkMemory.98c8d8.json new file mode 100644 index 00000000..2a063ba4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkMemory.98c8d8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkMemory.98c8d8.gmnotes", + "GUID": "98c8d8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Memory", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 49.077, + "posY": 2.325, + "posZ": -96.09, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkMemory.c025bf.gmnotes b/objects/AllPlayerCards.15bb07/DarkMemory.c025bf.gmnotes new file mode 100644 index 00000000..7a254875 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkMemory.c025bf.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "01013", + "type": "Event", + "class": "Neutral", + "cost": 2, + "traits": "Spell.", + "permanent": false, + "weakness": true, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DarkMemory.c025bf.json b/objects/AllPlayerCards.15bb07/DarkMemory.c025bf.json new file mode 100644 index 00000000..fa053cd8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkMemory.c025bf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230527, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2305": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signature", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkMemory.c025bf.gmnotes", + "GUID": "c025bf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Memory", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.083, + "posY": 3.716, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkPact.dd3d09.gmnotes b/objects/AllPlayerCards.15bb07/DarkPact.dd3d09.gmnotes new file mode 100644 index 00000000..a0b6aa59 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkPact.dd3d09.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04038", + "type": "Event", + "class": "Neutral", + "cost": 2, + "traits": "Pact.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DarkPact.dd3d09.json b/objects/AllPlayerCards.15bb07/DarkPact.dd3d09.json new file mode 100644 index 00000000..caae7e79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkPact.dd3d09.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4408": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkPact.dd3d09.gmnotes", + "GUID": "dd3d09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Pact", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.663, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkProphecy.da7613.gmnotes b/objects/AllPlayerCards.15bb07/DarkProphecy.da7613.gmnotes new file mode 100644 index 00000000..71a37819 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkProphecy.da7613.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "04032", + "alternate_ids": [ + "60417" + ], + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Augury.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DarkProphecy.da7613.json b/objects/AllPlayerCards.15bb07/DarkProphecy.da7613.json new file mode 100644 index 00000000..e9c1ea66 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkProphecy.da7613.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkProphecy.da7613.gmnotes", + "GUID": "da7613", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Prophecy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.804, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.gmnotes b/objects/AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.gmnotes new file mode 100644 index 00000000..cd042735 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "04032-t", + "alternate_ids": [ + "60417" + ], + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Augury.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.json b/objects/AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.json new file mode 100644 index 00000000..2b6ab379 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558210, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkProphecyTaboo.94cdf6.gmnotes", + "GUID": "94cdf6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Prophecy (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.615, + "posY": 4.323, + "posZ": -56.288, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.gmnotes b/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.gmnotes new file mode 100644 index 00000000..bf9c02c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07026", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Ritual. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.json b/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.json new file mode 100644 index 00000000..1907b0a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 554120, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5541": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarkRitual.272e6c.gmnotes", + "GUID": "272e6c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/DarkRitual.272e6c.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Ritual", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.172, + "posY": 3.024, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.ttslua b/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.ttslua new file mode 100644 index 00000000..000cd744 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarkRitual.272e6c.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/DarrellSimmons.3b3b7a.json b/objects/AllPlayerCards.15bb07/DarrellSimmons.3b3b7a.json new file mode 100644 index 00000000..e7da544b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarrellSimmons.3b3b7a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8461": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653683/60799F36ADCEBB9027393DBB518B4025D1953FA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653462/E5CB5A50E22021314BB8963E47516DBE8092D8EF/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09015-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "3b3b7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Darrell Simmons", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 14.924, + "posY": 2.209, + "posZ": 57.245, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarrellSimmons.5d3d67.gmnotes b/objects/AllPlayerCards.15bb07/DarrellSimmons.5d3d67.gmnotes new file mode 100644 index 00000000..2156434e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarrellSimmons.5d3d67.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09015", + "type": "Investigator", + "class": "Survivor", + "traits": "Reporter.", + "willpowerIcons": 2, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/DarrellSimmons.5d3d67.json b/objects/AllPlayerCards.15bb07/DarrellSimmons.5d3d67.json new file mode 100644 index 00000000..40396e9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarrellSimmons.5d3d67.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 843404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8434": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606436/4C276FC15C46EEB0C65BAE449E7D94445B3E1B57/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606067/D4B307834101CF1589A9A9AEEC4CE2F65E7DF02F/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Photographer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarrellSimmons.5d3d67.gmnotes", + "GUID": "5d3d67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Darrell Simmons", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.596, + "posY": 2.209, + "posZ": 52.394, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DarrellsKodak.caa382.gmnotes b/objects/AllPlayerCards.15bb07/DarrellsKodak.caa382.gmnotes new file mode 100644 index 00000000..582f2063 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarrellsKodak.caa382.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09016", + "type": "Asset", + "startsInPlay": true, + "cost": 2, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/DarrellsKodak.caa382.json b/objects/AllPlayerCards.15bb07/DarrellsKodak.caa382.json new file mode 100644 index 00000000..f5443be4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DarrellsKodak.caa382.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379010, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Proof in the Pudding", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DarrellsKodak.caa382.gmnotes", + "GUID": "caa382", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Darrell's Kodak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 10.218, + "posY": 2.201, + "posZ": 44.981, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.gmnotes b/objects/AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.gmnotes new file mode 100644 index 00000000..3983bf2c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08078", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "dynamicIcons": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.json b/objects/AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.json new file mode 100644 index 00000000..2d52d4f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378907, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DauntlessSpirit1.adc8b6.gmnotes", + "GUID": "adc8b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dauntless Spirit (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.176, + "posY": 2.947, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DavidRenfield.1f8539.gmnotes b/objects/AllPlayerCards.15bb07/DavidRenfield.1f8539.gmnotes new file mode 100644 index 00000000..e6ce4057 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DavidRenfield.1f8539.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03112", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Ally. Patron.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DavidRenfield.1f8539.json b/objects/AllPlayerCards.15bb07/DavidRenfield.1f8539.json new file mode 100644 index 00000000..c05a00af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DavidRenfield.1f8539.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230325, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Esteemed Eschatologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DavidRenfield.1f8539.gmnotes", + "GUID": "1f8539", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "David Renfield", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.783, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.gmnotes b/objects/AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.gmnotes new file mode 100644 index 00000000..7f7d2375 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03112-t", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Ally. Patron.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.json b/objects/AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.json new file mode 100644 index 00000000..6b5e3813 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Esteemed Eschatologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DavidRenfieldTaboo.7a73c4.gmnotes", + "GUID": "7a73c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "David Renfield (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.618, + "posY": 4.325, + "posZ": -57.276, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DayanaEsperence3.4f2489.gmnotes b/objects/AllPlayerCards.15bb07/DayanaEsperence3.4f2489.gmnotes new file mode 100644 index 00000000..2bf59e83 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DayanaEsperence3.4f2489.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05279", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 3, + "traits": "Ally. Witch.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DayanaEsperence3.4f2489.json b/objects/AllPlayerCards.15bb07/DayanaEsperence3.4f2489.json new file mode 100644 index 00000000..f04dcab2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DayanaEsperence3.4f2489.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379616, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3796": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Deals with \"Devils\"", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DayanaEsperence3.4f2489.gmnotes", + "GUID": "4f2489", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dayana Esperence (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.764, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.gmnotes b/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.gmnotes new file mode 100644 index 00000000..aa4802bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07040", + "type": "Treachery", + "class": "Neutral", + "traits": "Endtimes.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.json b/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.json new file mode 100644 index 00000000..e7d05d5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586334, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5863": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DayofReckoning.e701af.gmnotes", + "GUID": "e701af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/DayofReckoning.e701af.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Day of Reckoning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.159, + "posY": 4.165, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.ttslua b/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DayofReckoning.e701af.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.gmnotes b/objects/AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.gmnotes new file mode 100644 index 00000000..743db090 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05235", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.json b/objects/AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.json new file mode 100644 index 00000000..32bcf008 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293313, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2933": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signs of the Black Stars", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DeVermisMysteriis2.b40b98.gmnotes", + "GUID": "b40b98", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "De Vermis Mysteriis (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.028, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DeafeningSilence.0821d4.gmnotes b/objects/AllPlayerCards.15bb07/DeafeningSilence.0821d4.gmnotes new file mode 100644 index 00000000..1c8e1831 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeafeningSilence.0821d4.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09014", + "type": "Treachery", + "class": "Neutral", + "traits": "Omen.", + "permanent": false, + "weakness": true, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/DeafeningSilence.0821d4.json b/objects/AllPlayerCards.15bb07/DeafeningSilence.0821d4.json new file mode 100644 index 00000000..14cd17ae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeafeningSilence.0821d4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379009, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DeafeningSilence.0821d4.gmnotes", + "GUID": "0821d4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deafening Silence", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 10.69, + "posY": 2.439, + "posZ": 43.876, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DeathXIII1.2e5b03.gmnotes b/objects/AllPlayerCards.15bb07/DeathXIII1.2e5b03.gmnotes new file mode 100644 index 00000000..e4613349 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeathXIII1.2e5b03.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05027", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 1, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DeathXIII1.2e5b03.json b/objects/AllPlayerCards.15bb07/DeathXIII1.2e5b03.json new file mode 100644 index 00000000..0a6a4fe2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeathXIII1.2e5b03.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2902": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Free from the Past", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DeathXIII1.2e5b03.gmnotes", + "GUID": "2e5b03", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Death ��‚�� XIII (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.813, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DecipheredReality5.8b0193.gmnotes b/objects/AllPlayerCards.15bb07/DecipheredReality5.8b0193.gmnotes new file mode 100644 index 00000000..fada9833 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DecipheredReality5.8b0193.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02303", + "type": "Event", + "class": "Seeker", + "cost": 4, + "level": 5, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DecipheredReality5.8b0193.json b/objects/AllPlayerCards.15bb07/DecipheredReality5.8b0193.json new file mode 100644 index 00000000..8613b0a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DecipheredReality5.8b0193.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430660, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/DecipheredReality5.8b0193.gmnotes", + "GUID": "8b0193", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deciphered Reality (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.271, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DecoratedSkull.07350b.gmnotes b/objects/AllPlayerCards.15bb07/DecoratedSkull.07350b.gmnotes new file mode 100644 index 00000000..d58bacf9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DecoratedSkull.07350b.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04026", + "type": "Asset", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Item. Relic. Cursed.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 0, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DecoratedSkull.07350b.json b/objects/AllPlayerCards.15bb07/DecoratedSkull.07350b.json new file mode 100644 index 00000000..79673704 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DecoratedSkull.07350b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368618, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Doom Begets Doom", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DecoratedSkull.07350b.gmnotes", + "GUID": "07350b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Decorated Skull", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.692, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DecoratedSkull3.946a58.gmnotes b/objects/AllPlayerCards.15bb07/DecoratedSkull3.946a58.gmnotes new file mode 100644 index 00000000..4dd431d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DecoratedSkull3.946a58.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "53005", + "type": "Asset", + "class": "Rogue", + "cost": 0, + "level": 3, + "traits": "Item. Relic. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 0, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DecoratedSkull3.946a58.json b/objects/AllPlayerCards.15bb07/DecoratedSkull3.946a58.json new file mode 100644 index 00000000..3b123b88 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DecoratedSkull3.946a58.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Doom Begets Doom", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DecoratedSkull3.946a58.gmnotes", + "GUID": "946a58", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Decorated Skull (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.11, + "posY": 3.841, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Decoy.2ee50e.gmnotes b/objects/AllPlayerCards.15bb07/Decoy.2ee50e.gmnotes new file mode 100644 index 00000000..136598ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Decoy.2ee50e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05234", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Favor. Service.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Decoy.2ee50e.json b/objects/AllPlayerCards.15bb07/Decoy.2ee50e.json new file mode 100644 index 00000000..951ad2ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Decoy.2ee50e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292914, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2929": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Decoy.2ee50e.gmnotes", + "GUID": "2ee50e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Decoy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.776, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Deduction.b265c4.gmnotes b/objects/AllPlayerCards.15bb07/Deduction.b265c4.gmnotes new file mode 100644 index 00000000..93ceb3f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Deduction.b265c4.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01039", + "alternate_ids": [ + "60219" + ], + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Deduction.b265c4.json b/objects/AllPlayerCards.15bb07/Deduction.b265c4.json new file mode 100644 index 00000000..e930a760 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Deduction.b265c4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Deduction.b265c4.gmnotes", + "GUID": "b265c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deduction", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 20.514, + "posY": 1.985, + "posZ": -102.604, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Deduction.bc4a4c.gmnotes b/objects/AllPlayerCards.15bb07/Deduction.bc4a4c.gmnotes new file mode 100644 index 00000000..840c0385 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Deduction.bc4a4c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01539", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Deduction.bc4a4c.json b/objects/AllPlayerCards.15bb07/Deduction.bc4a4c.json new file mode 100644 index 00000000..9ddd299e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Deduction.bc4a4c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Deduction.bc4a4c.gmnotes", + "GUID": "bc4a4c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deduction", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.811, + "posY": 3.336, + "posZ": 7.665, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Deduction2.95272b.gmnotes b/objects/AllPlayerCards.15bb07/Deduction2.95272b.gmnotes new file mode 100644 index 00000000..48072d12 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Deduction2.95272b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02150", + "type": "Skill", + "class": "Seeker", + "level": 2, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Deduction2.95272b.json b/objects/AllPlayerCards.15bb07/Deduction2.95272b.json new file mode 100644 index 00000000..42144301 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Deduction2.95272b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430642, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/Deduction2.95272b.gmnotes", + "GUID": "95272b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deduction (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 25.72, + "posY": 3.531, + "posZ": -7.109, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DeepKnowledge.b176fc.gmnotes b/objects/AllPlayerCards.15bb07/DeepKnowledge.b176fc.gmnotes new file mode 100644 index 00000000..d5611e8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeepKnowledge.b176fc.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07023", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DeepKnowledge.b176fc.json b/objects/AllPlayerCards.15bb07/DeepKnowledge.b176fc.json new file mode 100644 index 00000000..a692ba4c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DeepKnowledge.b176fc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581517, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5815": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DeepKnowledge.b176fc.gmnotes", + "GUID": "b176fc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deep Knowledge", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.98, + "posY": 3.964, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DefensiveStance1.62e4f4.gmnotes b/objects/AllPlayerCards.15bb07/DefensiveStance1.62e4f4.gmnotes new file mode 100644 index 00000000..61857806 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DefensiveStance1.62e4f4.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08024", + "type": "Skill", + "class": "Guardian", + "level": 1, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "dynamicIcons": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/DefensiveStance1.62e4f4.json b/objects/AllPlayerCards.15bb07/DefensiveStance1.62e4f4.json new file mode 100644 index 00000000..437e7d6b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DefensiveStance1.62e4f4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379014, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DefensiveStance1.62e4f4.gmnotes", + "GUID": "62e4f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Defensive Stance (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.358, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Defiance.59b24f.gmnotes b/objects/AllPlayerCards.15bb07/Defiance.59b24f.gmnotes new file mode 100644 index 00000000..e5eef8ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Defiance.59b24f.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "02190", + "alternate_ids": [ + "60418" + ], + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Defiance.59b24f.json b/objects/AllPlayerCards.15bb07/Defiance.59b24f.json new file mode 100644 index 00000000..ec9f55a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Defiance.59b24f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Defiance.59b24f.gmnotes", + "GUID": "59b24f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Defiance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.035, + "posY": 3.777, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Defiance2.bf3dd1.gmnotes b/objects/AllPlayerCards.15bb07/Defiance2.bf3dd1.gmnotes new file mode 100644 index 00000000..f3afb09b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Defiance2.bf3dd1.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04198", + "type": "Skill", + "class": "Mystic", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Defiance2.bf3dd1.json b/objects/AllPlayerCards.15bb07/Defiance2.bf3dd1.json new file mode 100644 index 00000000..173ba5b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Defiance2.bf3dd1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230338, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Defiance2.bf3dd1.gmnotes", + "GUID": "bf3dd1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Defiance (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.102, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DelaytheInevitable.683937.gmnotes b/objects/AllPlayerCards.15bb07/DelaytheInevitable.683937.gmnotes new file mode 100644 index 00000000..cf791cf2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelaytheInevitable.683937.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05021", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Insight. Spirit. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DelaytheInevitable.683937.json b/objects/AllPlayerCards.15bb07/DelaytheInevitable.683937.json new file mode 100644 index 00000000..6964b3a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelaytheInevitable.683937.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431007, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4310": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DelaytheInevitable.683937.gmnotes", + "GUID": "683937", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Delay the Inevitable", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DelilahORourke3.97a795.gmnotes b/objects/AllPlayerCards.15bb07/DelilahORourke3.97a795.gmnotes new file mode 100644 index 00000000..c46e52b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelilahORourke3.97a795.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06281", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Ally. Criminal. Syndicate.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DelilahORourke3.97a795.json b/objects/AllPlayerCards.15bb07/DelilahORourke3.97a795.json new file mode 100644 index 00000000..aa9a132f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelilahORourke3.97a795.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449035, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4490": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Syndicate Assassin", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DelilahORourke3.97a795.gmnotes", + "GUID": "97a795", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Delilah O'Rourke (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.072, + "posY": 3.78, + "posZ": -16.71, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DelveTooDeep.14e212.gmnotes b/objects/AllPlayerCards.15bb07/DelveTooDeep.14e212.gmnotes new file mode 100644 index 00000000..f1d189a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelveTooDeep.14e212.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02111", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "victory": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DelveTooDeep.14e212.json b/objects/AllPlayerCards.15bb07/DelveTooDeep.14e212.json new file mode 100644 index 00000000..7dc2e77b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelveTooDeep.14e212.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230310, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DelveTooDeep.14e212.gmnotes", + "GUID": "14e212", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Delve Too Deep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.23, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.gmnotes b/objects/AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.gmnotes new file mode 100644 index 00000000..97554e2a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02111-t", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "victory": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.json b/objects/AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.json new file mode 100644 index 00000000..10f55a69 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450615, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DelveTooDeepTaboo.d4a68a.gmnotes", + "GUID": "d4a68a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Delve Too Deep (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.756, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Dendromorphosis.121b2d.gmnotes b/objects/AllPlayerCards.15bb07/Dendromorphosis.121b2d.gmnotes new file mode 100644 index 00000000..af66f1e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dendromorphosis.121b2d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "53012", + "type": "Asset", + "class": "Neutral", + "traits": "Curse. Flora.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Dendromorphosis.121b2d.json b/objects/AllPlayerCards.15bb07/Dendromorphosis.121b2d.json new file mode 100644 index 00000000..847e8a18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dendromorphosis.121b2d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Dendromorphosis.121b2d.gmnotes", + "GUID": "121b2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dendromorphosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.027, + "posY": 3.692, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DenyExistence.8aa0c3.gmnotes b/objects/AllPlayerCards.15bb07/DenyExistence.8aa0c3.gmnotes new file mode 100644 index 00000000..8233b0ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DenyExistence.8aa0c3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05032", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spell. Paradox.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DenyExistence.8aa0c3.json b/objects/AllPlayerCards.15bb07/DenyExistence.8aa0c3.json new file mode 100644 index 00000000..aaba983c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DenyExistence.8aa0c3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430908, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4309": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DenyExistence.8aa0c3.gmnotes", + "GUID": "8aa0c3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deny Existence", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.108, + "posY": 3.789, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DenyExistence5.d24531.gmnotes b/objects/AllPlayerCards.15bb07/DenyExistence5.d24531.gmnotes new file mode 100644 index 00000000..442b3e3a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DenyExistence5.d24531.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05280", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 5, + "traits": "Spell. Paradox.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DenyExistence5.d24531.json b/objects/AllPlayerCards.15bb07/DenyExistence5.d24531.json new file mode 100644 index 00000000..7df61a99 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DenyExistence5.d24531.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379617, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3796": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DenyExistence5.d24531.gmnotes", + "GUID": "d24531", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deny Existence (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.201, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DesperateSearch.45bdf0.gmnotes b/objects/AllPlayerCards.15bb07/DesperateSearch.45bdf0.gmnotes new file mode 100644 index 00000000..a4b20d8f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DesperateSearch.45bdf0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03117", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Desperate.", + "permanent": false, + "weakness": false, + "intellectIcons": 4, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DesperateSearch.45bdf0.json b/objects/AllPlayerCards.15bb07/DesperateSearch.45bdf0.json new file mode 100644 index 00000000..a81951b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DesperateSearch.45bdf0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DesperateSearch.45bdf0.gmnotes", + "GUID": "45bdf0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Desperate Search", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.329, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DetachedfromReality.d12359.gmnotes b/objects/AllPlayerCards.15bb07/DetachedfromReality.d12359.gmnotes new file mode 100644 index 00000000..60b6b1ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DetachedfromReality.d12359.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "06014", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "bonded": [ + { + "count": 1, + "id": "06015b" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DetachedfromReality.d12359.json b/objects/AllPlayerCards.15bb07/DetachedfromReality.d12359.json new file mode 100644 index 00000000..123df392 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DetachedfromReality.d12359.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5875": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DetachedfromReality.d12359.gmnotes", + "GUID": "d12359", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Detached from Reality", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 25.435, + "posY": 3.526, + "posZ": -7.466, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.gmnotes b/objects/AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.gmnotes new file mode 100644 index 00000000..7df0d940 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05009", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.json b/objects/AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.json new file mode 100644 index 00000000..cbd06959 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592055, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5920": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DetectivesColt1911s.f4bac6.gmnotes", + "GUID": "f4bac6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Detective's Colt 1911s", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.101, + "posY": 3.707, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DevilsLuck1.812685.gmnotes b/objects/AllPlayerCards.15bb07/DevilsLuck1.812685.gmnotes new file mode 100644 index 00000000..91c04fbf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DevilsLuck1.812685.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03157", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DevilsLuck1.812685.json b/objects/AllPlayerCards.15bb07/DevilsLuck1.812685.json new file mode 100644 index 00000000..ca9dd448 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DevilsLuck1.812685.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368835, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DevilsLuck1.812685.gmnotes", + "GUID": "812685", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Devil's Luck (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.15, + "posY": 3.896, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrake.57668a.gmnotes b/objects/AllPlayerCards.15bb07/DexterDrake.57668a.gmnotes new file mode 100644 index 00000000..277e09b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrake.57668a.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "07004-m", + "alternate_ids": [ + "98016-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrake.57668a.json b/objects/AllPlayerCards.15bb07/DexterDrake.57668a.json new file mode 100644 index 00000000..9f820943 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrake.57668a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5532": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132709196/85DFA06CD6EC0C36B07F86E5CDECCB6AFF531152/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132708743/A33DE2B12DE941B1CF2E4C8A458A18E48CB5CEEF/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DexterDrake.57668a.gmnotes", + "GUID": "57668a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dexter Drake", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.703, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrake.e015f8.gmnotes b/objects/AllPlayerCards.15bb07/DexterDrake.e015f8.gmnotes new file mode 100644 index 00000000..9d7e9db8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrake.e015f8.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "07004", + "alternate_ids": [ + "98016" + ], + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer. Veteran.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 3, + "agilityIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrake.e015f8.json b/objects/AllPlayerCards.15bb07/DexterDrake.e015f8.json new file mode 100644 index 00000000..f20fc4ca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrake.e015f8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672810/20E21AC471D7E5E1545F0EAE635A093718D4C7CF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672550/E5E1C8EE53C7692025E048F0A04BE98D6FA17111/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Magician", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DexterDrake.e015f8.gmnotes", + "GUID": "e015f8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dexter Drake", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.549, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrake.fc63ca.gmnotes b/objects/AllPlayerCards.15bb07/DexterDrake.fc63ca.gmnotes new file mode 100644 index 00000000..a377e592 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrake.fc63ca.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "07004-promo-m", + "alternate_ids": [ + "98016-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrake.fc63ca.json b/objects/AllPlayerCards.15bb07/DexterDrake.fc63ca.json new file mode 100644 index 00000000..316bc4e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrake.fc63ca.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2743": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093849750/0A603123EE623768F23DC105F629D33E9CAF8333/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093850037/05B303D11D87919B0388BF646EB2792033620EE0/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Promo version", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DexterDrake.fc63ca.gmnotes", + "GUID": "fc63ca", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dexter Drake", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.883, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrakepromoversion.389792.gmnotes b/objects/AllPlayerCards.15bb07/DexterDrakepromoversion.389792.gmnotes new file mode 100644 index 00000000..b9314eaf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrakepromoversion.389792.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "07004-promo", + "alternate_ids": [ + "98016" + ], + "type": "Investigator", + "class": "Mystic", + "traits": "Sorcerer. Veteran.", + "willpowerIcons": 5, + "intellectIcons": 2, + "combatIcons": 3, + "agilityIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DexterDrakepromoversion.389792.json b/objects/AllPlayerCards.15bb07/DexterDrakepromoversion.389792.json new file mode 100644 index 00000000..77ed9e31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DexterDrakepromoversion.389792.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274137, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2741": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Magician", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DexterDrakepromoversion.389792.gmnotes", + "GUID": "389792", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dexter Drake (promo version)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.545, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DianaStanley.32b091.gmnotes b/objects/AllPlayerCards.15bb07/DianaStanley.32b091.gmnotes new file mode 100644 index 00000000..cdf41087 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DianaStanley.32b091.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05004", + "type": "Investigator", + "class": "Mystic", + "traits": "Cultist. Silver Twilight.", + "willpowerIcons": 1, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DianaStanley.32b091.json b/objects/AllPlayerCards.15bb07/DianaStanley.32b091.json new file mode 100644 index 00000000..daa3348c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DianaStanley.32b091.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2721": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Redeemed Cultist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DianaStanley.32b091.gmnotes", + "GUID": "32b091", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Diana Stanley", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.579, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DianaStanley.359ef4.json b/objects/AllPlayerCards.15bb07/DianaStanley.359ef4.json new file mode 100644 index 00000000..1aedd39d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DianaStanley.359ef4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5910": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"05004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "359ef4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Diana Stanley", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.839, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DigDeep.fc9e1b.gmnotes b/objects/AllPlayerCards.15bb07/DigDeep.fc9e1b.gmnotes new file mode 100644 index 00000000..1effe56c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DigDeep.fc9e1b.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01077", + "alternate_ids": [ + "01577" + ], + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DigDeep.fc9e1b.json b/objects/AllPlayerCards.15bb07/DigDeep.fc9e1b.json new file mode 100644 index 00000000..02733af2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DigDeep.fc9e1b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368831, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DigDeep.fc9e1b.gmnotes", + "GUID": "fc9e1b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dig Deep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DigDeep2.0414b4.gmnotes b/objects/AllPlayerCards.15bb07/DigDeep2.0414b4.gmnotes new file mode 100644 index 00000000..14de59a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DigDeep2.0414b4.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50009", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "agilityIcons": 2, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/DigDeep2.0414b4.json b/objects/AllPlayerCards.15bb07/DigDeep2.0414b4.json new file mode 100644 index 00000000..0eadcda8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DigDeep2.0414b4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368845, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DigDeep2.0414b4.gmnotes", + "GUID": "0414b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dig Deep (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.714, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DigDeep4.734b45.gmnotes b/objects/AllPlayerCards.15bb07/DigDeep4.734b45.gmnotes new file mode 100644 index 00000000..fddd817a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DigDeep4.734b45.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07270", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 4, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "agilityIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DigDeep4.734b45.json b/objects/AllPlayerCards.15bb07/DigDeep4.734b45.json new file mode 100644 index 00000000..43dbf094 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DigDeep4.734b45.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DigDeep4.734b45.gmnotes", + "GUID": "734b45", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dig Deep (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.127, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.gmnotes b/objects/AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.gmnotes new file mode 100644 index 00000000..e52baa1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "87032", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Science. Tool. Future.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "uses": [ + { + "count": 2, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.json b/objects/AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.json new file mode 100644 index 00000000..74325fc9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558008, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5580": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764609761078/E05F39D952FE0C4E6473E744D64221DD1150F00A/", + "NumHeight": 4, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DimensionalBeamMachine.fb4fff.gmnotes", + "GUID": "fb4fff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dimensional Beam Machine", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.502, + "posY": 3.353, + "posZ": 6.88, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.07e7bd.gmnotes b/objects/AllPlayerCards.15bb07/Directive.07e7bd.gmnotes new file mode 100644 index 00000000..d18aee24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.07e7bd.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90029", + "type": "Asset", + "class": "Neutral", + "traits": "", + "permanent": true, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.07e7bd.json b/objects/AllPlayerCards.15bb07/Directive.07e7bd.json new file mode 100644 index 00000000..76fe76ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.07e7bd.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Leave No Doubt", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Directive.07e7bd.gmnotes", + "GUID": "07e7bd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Directive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.169, + "posY": 3.175, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.0994c9.gmnotes b/objects/AllPlayerCards.15bb07/Directive.0994c9.gmnotes new file mode 100644 index 00000000..4c273180 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.0994c9.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90028", + "type": "Asset", + "class": "Neutral", + "traits": "", + "permanent": true, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.0994c9.json b/objects/AllPlayerCards.15bb07/Directive.0994c9.json new file mode 100644 index 00000000..7833d123 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.0994c9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Seek the Truth", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Directive.0994c9.gmnotes", + "GUID": "0994c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Directive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.166, + "posY": 3.226, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.133521.gmnotes b/objects/AllPlayerCards.15bb07/Directive.133521.gmnotes new file mode 100644 index 00000000..12a4bc67 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.133521.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90025", + "type": "Asset", + "class": "Neutral", + "traits": "", + "permanent": true, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.133521.json b/objects/AllPlayerCards.15bb07/Directive.133521.json new file mode 100644 index 00000000..bf33bbd0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.133521.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Due Diligence", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Directive.133521.gmnotes", + "GUID": "133521", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Directive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.92, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.2d9256.gmnotes b/objects/AllPlayerCards.15bb07/Directive.2d9256.gmnotes new file mode 100644 index 00000000..ba44e68c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.2d9256.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90027", + "type": "Asset", + "class": "Neutral", + "traits": "", + "permanent": true, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.2d9256.json b/objects/AllPlayerCards.15bb07/Directive.2d9256.json new file mode 100644 index 00000000..774b7052 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.2d9256.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Consult Experts", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Directive.2d9256.gmnotes", + "GUID": "2d9256", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Directive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.179, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.706176.gmnotes b/objects/AllPlayerCards.15bb07/Directive.706176.gmnotes new file mode 100644 index 00000000..b718ae45 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.706176.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90026", + "type": "Asset", + "class": "Neutral", + "traits": "", + "permanent": true, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Directive.706176.json b/objects/AllPlayerCards.15bb07/Directive.706176.json new file mode 100644 index 00000000..d5e65715 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Directive.706176.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Red Tape", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Directive.706176.gmnotes", + "GUID": "706176", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Directive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.003, + "posY": 3.926, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DirtyFighting2.fa1be0.gmnotes b/objects/AllPlayerCards.15bb07/DirtyFighting2.fa1be0.gmnotes new file mode 100644 index 00000000..e1c22bfe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DirtyFighting2.fa1be0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09073", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Talent. Trick. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/DirtyFighting2.fa1be0.json b/objects/AllPlayerCards.15bb07/DirtyFighting2.fa1be0.json new file mode 100644 index 00000000..4686fed7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DirtyFighting2.fa1be0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379066, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DirtyFighting2.fa1be0.gmnotes", + "GUID": "fa1be0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dirty Fighting (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.385, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.081db4.gmnotes b/objects/AllPlayerCards.15bb07/Discipline.081db4.gmnotes new file mode 100644 index 00000000..e8b5ee37 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.081db4.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08012a", + "type": "Asset", + "class": "Neutral", + "traits": "Unbroken.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.081db4.json b/objects/AllPlayerCards.15bb07/Discipline.081db4.json new file mode 100644 index 00000000..a8dc2ec4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.081db4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3794": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Quiescence of Thought", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Discipline.081db4.gmnotes", + "GUID": "081db4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Discipline", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.438, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.3247da.gmnotes b/objects/AllPlayerCards.15bb07/Discipline.3247da.gmnotes new file mode 100644 index 00000000..4f062f52 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.3247da.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08014a", + "type": "Asset", + "class": "Neutral", + "traits": "Unbroken.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.3247da.json b/objects/AllPlayerCards.15bb07/Discipline.3247da.json new file mode 100644 index 00000000..4691459c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.3247da.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3794": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Balance of Body", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Discipline.3247da.gmnotes", + "GUID": "3247da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Discipline", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.593, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.5ff3bd.gmnotes b/objects/AllPlayerCards.15bb07/Discipline.5ff3bd.gmnotes new file mode 100644 index 00000000..1109f99d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.5ff3bd.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08011a", + "type": "Asset", + "class": "Neutral", + "traits": "Unbroken.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.5ff3bd.json b/objects/AllPlayerCards.15bb07/Discipline.5ff3bd.json new file mode 100644 index 00000000..0eaeadcf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.5ff3bd.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3794": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Alignment of Spirit", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Discipline.5ff3bd.gmnotes", + "GUID": "5ff3bd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Discipline", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.524, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.e8d38d.gmnotes b/objects/AllPlayerCards.15bb07/Discipline.e8d38d.gmnotes new file mode 100644 index 00000000..e5f7f72d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.e8d38d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08013a", + "type": "Asset", + "class": "Neutral", + "traits": "Unbroken.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Discipline.e8d38d.json b/objects/AllPlayerCards.15bb07/Discipline.e8d38d.json new file mode 100644 index 00000000..5afc7217 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Discipline.e8d38d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3794": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Prescience of Fate", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Discipline.e8d38d.gmnotes", + "GUID": "e8d38d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Discipline", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.602, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DiscofItzamna.d6c44a.gmnotes b/objects/AllPlayerCards.15bb07/DiscofItzamna.d6c44a.gmnotes new file mode 100644 index 00000000..ab897bd2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DiscofItzamna.d6c44a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60207", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/DiscofItzamna.d6c44a.json b/objects/AllPlayerCards.15bb07/DiscofItzamna.d6c44a.json new file mode 100644 index 00000000..aa1ff23c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DiscofItzamna.d6c44a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Protective Amulet", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DiscofItzamna.d6c44a.gmnotes", + "GUID": "d6c44a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Disc of Itzamna", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.101, + "posY": 3.707, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DiscofItzamna2.b00b76.gmnotes b/objects/AllPlayerCards.15bb07/DiscofItzamna2.b00b76.gmnotes new file mode 100644 index 00000000..08a4d972 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DiscofItzamna2.b00b76.gmnotes @@ -0,0 +1,17 @@ +{ + "id": "01041", + "alternate_ids": [ + "01541" + ], + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DiscofItzamna2.b00b76.json b/objects/AllPlayerCards.15bb07/DiscofItzamna2.b00b76.json new file mode 100644 index 00000000..a245b88e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DiscofItzamna2.b00b76.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430648, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Protective Amulet", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DiscofItzamna2.b00b76.gmnotes", + "GUID": "b00b76", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Disc of Itzamna (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.281, + "posY": 3.37, + "posZ": -57.071, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Disguise.f170fc.gmnotes b/objects/AllPlayerCards.15bb07/Disguise.f170fc.gmnotes new file mode 100644 index 00000000..7a61c921 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Disguise.f170fc.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "09062", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Talent. Trick. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Disguise.f170fc.json b/objects/AllPlayerCards.15bb07/Disguise.f170fc.json new file mode 100644 index 00000000..53ea279a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Disguise.f170fc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379055, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Disguise.f170fc.gmnotes", + "GUID": "f170fc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Disguise", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.393, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DissectionTools.95ca5d.gmnotes b/objects/AllPlayerCards.15bb07/DissectionTools.95ca5d.gmnotes new file mode 100644 index 00000000..0938c626 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DissectionTools.95ca5d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09043", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "", + "permanent": false, + "weakness": false, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/DissectionTools.95ca5d.json b/objects/AllPlayerCards.15bb07/DissectionTools.95ca5d.json new file mode 100644 index 00000000..edba1f23 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DissectionTools.95ca5d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379036, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DissectionTools.95ca5d.gmnotes", + "GUID": "95ca5d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dissection Tools", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.386, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Divination1.658588.gmnotes b/objects/AllPlayerCards.15bb07/Divination1.658588.gmnotes new file mode 100644 index 00000000..1c5e4683 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Divination1.658588.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08101", + "type": "Asset", + "class": "Seeker|Mystic", + "cost": 3, + "level": 1, + "traits": "Spell. Augury.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Divination1.658588.json b/objects/AllPlayerCards.15bb07/Divination1.658588.json new file mode 100644 index 00000000..06b2ae27 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Divination1.658588.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378939, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Divination1.658588.gmnotes", + "GUID": "658588", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Divination (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.993, + "posY": 3.814, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Divination4.58f2af.gmnotes b/objects/AllPlayerCards.15bb07/Divination4.58f2af.gmnotes new file mode 100644 index 00000000..8d328cce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Divination4.58f2af.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08103", + "type": "Asset", + "class": "Seeker|Mystic", + "cost": 3, + "level": 4, + "traits": "Spell. Augury.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 6, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Divination4.58f2af.json b/objects/AllPlayerCards.15bb07/Divination4.58f2af.json new file mode 100644 index 00000000..acf3bc22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Divination4.58f2af.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378941, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Divination4.58f2af.gmnotes", + "GUID": "58f2af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Divination (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.183, + "posY": 2.724, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DjVu5.719a45.gmnotes b/objects/AllPlayerCards.15bb07/DjVu5.719a45.gmnotes new file mode 100644 index 00000000..973688b4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DjVu5.719a45.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60531", + "type": "Asset", + "class": "Survivor", + "level": 5, + "traits": "Talent. Cursed.", + "permanent": true, + "weakness": false, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/DjVu5.719a45.json b/objects/AllPlayerCards.15bb07/DjVu5.719a45.json new file mode 100644 index 00000000..ef458d89 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DjVu5.719a45.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550829, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DjVu5.719a45.gmnotes", + "GUID": "719a45", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Déjà Vu (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.831, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Dodge.e0dff3.gmnotes b/objects/AllPlayerCards.15bb07/Dodge.e0dff3.gmnotes new file mode 100644 index 00000000..6b6d7ae2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dodge.e0dff3.gmnotes @@ -0,0 +1,17 @@ +{ + "id": "01023", + "alternate_ids": [ + "60113", + "01523" + ], + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Dodge.e0dff3.json b/objects/AllPlayerCards.15bb07/Dodge.e0dff3.json new file mode 100644 index 00000000..6c88c365 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dodge.e0dff3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226313, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Dodge.e0dff3.gmnotes", + "GUID": "e0dff3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dodge", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.058, + "posY": 3.808, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Dodge2.9ab750.gmnotes b/objects/AllPlayerCards.15bb07/Dodge2.9ab750.gmnotes new file mode 100644 index 00000000..ff87a064 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dodge2.9ab750.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08026", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Dodge2.9ab750.json b/objects/AllPlayerCards.15bb07/Dodge2.9ab750.json new file mode 100644 index 00000000..c8ca34ae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dodge2.9ab750.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379016, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Dodge2.9ab750.gmnotes", + "GUID": "9ab750", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dodge (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.168, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Doomed.ba2ae1.gmnotes b/objects/AllPlayerCards.15bb07/Doomed.ba2ae1.gmnotes new file mode 100644 index 00000000..07009827 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Doomed.ba2ae1.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "04040", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Doomed.ba2ae1.json b/objects/AllPlayerCards.15bb07/Doomed.ba2ae1.json new file mode 100644 index 00000000..6bdede09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Doomed.ba2ae1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4408": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Doomed.ba2ae1.gmnotes", + "GUID": "ba2ae1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Doomed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.169, + "posY": 3.17, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DoubleDouble4.0e0530.gmnotes b/objects/AllPlayerCards.15bb07/DoubleDouble4.0e0530.gmnotes new file mode 100644 index 00000000..c43fd841 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DoubleDouble4.0e0530.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05320", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 4, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DoubleDouble4.0e0530.json b/objects/AllPlayerCards.15bb07/DoubleDouble4.0e0530.json new file mode 100644 index 00000000..e6621b77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DoubleDouble4.0e0530.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DoubleDouble4.0e0530.gmnotes", + "GUID": "0e0530", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Double, Double (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.113, + "posY": 3.945, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DoubleorNothing.efb09b.gmnotes b/objects/AllPlayerCards.15bb07/DoubleorNothing.efb09b.gmnotes new file mode 100644 index 00000000..ef1f167f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DoubleorNothing.efb09b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02026", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DoubleorNothing.efb09b.json b/objects/AllPlayerCards.15bb07/DoubleorNothing.efb09b.json new file mode 100644 index 00000000..953e46c8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DoubleorNothing.efb09b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2617": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DoubleorNothing.efb09b.gmnotes", + "GUID": "efb09b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Double or Nothing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.671, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.gmnotes b/objects/AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.gmnotes new file mode 100644 index 00000000..1abd5b8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02026-t", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.json b/objects/AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.json new file mode 100644 index 00000000..b3020414 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450625, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DoubleorNothingTaboo.f98f6f.gmnotes", + "GUID": "f98f6f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Double or Nothing (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.796, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.gmnotes b/objects/AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.gmnotes new file mode 100644 index 00000000..d841a441 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08059", + "type": "Asset", + "class": "Mystic", + "level": 0, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.json b/objects/AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.json new file mode 100644 index 00000000..aa4966f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379049, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DowntheRabbitHole.b925fc.gmnotes", + "GUID": "b925fc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Down the Rabbit Hole", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.196, + "posY": 2.186, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DowsingRod.851e3a.gmnotes b/objects/AllPlayerCards.15bb07/DowsingRod.851e3a.gmnotes new file mode 100644 index 00000000..d7ccb3ca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DowsingRod.851e3a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09083", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/DowsingRod.851e3a.json b/objects/AllPlayerCards.15bb07/DowsingRod.851e3a.json new file mode 100644 index 00000000..b0a1ca8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DowsingRod.851e3a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379107, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DowsingRod.851e3a.gmnotes", + "GUID": "851e3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dowsing Rod", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.371, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DowsingRod4.bcb13d.gmnotes b/objects/AllPlayerCards.15bb07/DowsingRod4.bcb13d.gmnotes new file mode 100644 index 00000000..ee972ea3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DowsingRod4.bcb13d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09097", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 4, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "intellectIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/DowsingRod4.bcb13d.json b/objects/AllPlayerCards.15bb07/DowsingRod4.bcb13d.json new file mode 100644 index 00000000..b4058e14 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DowsingRod4.bcb13d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379121, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DowsingRod4.bcb13d.gmnotes", + "GUID": "bcb13d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dowsing Rod (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.739, + "posY": 3.374, + "posZ": 65.494, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.gmnotes b/objects/AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.gmnotes new file mode 100644 index 00000000..90cbfc66 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04021", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Ally. Assistant.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.json b/objects/AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.json new file mode 100644 index 00000000..de9f1838 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368433, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Assistant Curator", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrElliHorowitz.27e7b3.gmnotes", + "GUID": "27e7b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. Elli Horowitz", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.092, + "posY": 3.702, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrFrancisMorgan.f03306.gmnotes b/objects/AllPlayerCards.15bb07/DrFrancisMorgan.f03306.gmnotes new file mode 100644 index 00000000..0fa44e64 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrFrancisMorgan.f03306.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02080", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DrFrancisMorgan.f03306.json b/objects/AllPlayerCards.15bb07/DrFrancisMorgan.f03306.json new file mode 100644 index 00000000..1b58d3a6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrFrancisMorgan.f03306.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232907, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Professor of Archaeology", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrFrancisMorgan.f03306.gmnotes", + "GUID": "f03306", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. Francis Morgan", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.029, + "posY": 3.682, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrHenryArmitage.9229a8.gmnotes b/objects/AllPlayerCards.15bb07/DrHenryArmitage.9229a8.gmnotes new file mode 100644 index 00000000..08e4db0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrHenryArmitage.9229a8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02040", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DrHenryArmitage.9229a8.json b/objects/AllPlayerCards.15bb07/DrHenryArmitage.9229a8.json new file mode 100644 index 00000000..b49cc999 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrHenryArmitage.9229a8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588913, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5889": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Head Librarian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrHenryArmitage.9229a8.gmnotes", + "GUID": "9229a8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. Henry Armitage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.727, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrMilanChristopher.9934d2.gmnotes b/objects/AllPlayerCards.15bb07/DrMilanChristopher.9934d2.gmnotes new file mode 100644 index 00000000..ac23ff4a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrMilanChristopher.9934d2.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01033", + "alternate_ids": [ + "01533" + ], + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DrMilanChristopher.9934d2.json b/objects/AllPlayerCards.15bb07/DrMilanChristopher.9934d2.json new file mode 100644 index 00000000..d5f210e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrMilanChristopher.9934d2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368434, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Professor of Entomology", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrMilanChristopher.9934d2.gmnotes", + "GUID": "9934d2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. Milan Christopher", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.523, + "posY": 3.369, + "posZ": -56.769, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.gmnotes b/objects/AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.gmnotes new file mode 100644 index 00000000..b3f3848a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01033-t", + "alternate_ids": [ + "01533-t" + ], + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.json b/objects/AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.json new file mode 100644 index 00000000..ac807995 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450614, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Professor of Entomology", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrMilanChristopherTaboo.8ae314.gmnotes", + "GUID": "8ae314", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. Milan Christopher (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.197, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.gmnotes b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.gmnotes new file mode 100644 index 00000000..77f42237 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02302", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.json b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.json new file mode 100644 index 00000000..8771bf8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5811": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Working on Something Big", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrWilliamTMaleson.14d04f.gmnotes", + "GUID": "14d04f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. William T. Maleson", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.453, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.gmnotes b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.gmnotes new file mode 100644 index 00000000..cf8cf7f0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09054", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 2, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.json b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.json new file mode 100644 index 00000000..73b69853 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379047, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Working on Something Bigger", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrWilliamTMaleson2.3ee7a5.gmnotes", + "GUID": "3ee7a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. William T. Maleson (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.395, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DragonPole.331b58.gmnotes b/objects/AllPlayerCards.15bb07/DragonPole.331b58.gmnotes new file mode 100644 index 00000000..c66f899d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DragonPole.331b58.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08060", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/DragonPole.331b58.json b/objects/AllPlayerCards.15bb07/DragonPole.331b58.json new file mode 100644 index 00000000..866f8599 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DragonPole.331b58.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379050, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DragonPole.331b58.gmnotes", + "GUID": "331b58", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dragon Pole", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.993, + "posY": 3.747, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrawingThin.6d9881.gmnotes b/objects/AllPlayerCards.15bb07/DrawingThin.6d9881.gmnotes new file mode 100644 index 00000000..c8feacfb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawingThin.6d9881.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05159", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DrawingThin.6d9881.json b/objects/AllPlayerCards.15bb07/DrawingThin.6d9881.json new file mode 100644 index 00000000..06f7b412 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawingThin.6d9881.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277910, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2779": { + "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_path": "AllPlayerCards.15bb07/DrawingThin.6d9881.gmnotes", + "GUID": "6d9881", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing Thin", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.044, + "posY": 3.889, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.gmnotes b/objects/AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.gmnotes new file mode 100644 index 00000000..2cf37274 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05159-t", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.json b/objects/AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.json new file mode 100644 index 00000000..204a1466 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrawingThinTaboo.3d08dc.gmnotes", + "GUID": "3d08dc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing Thin (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.081, + "posY": 3.701, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrawingtheSign.438cca.gmnotes b/objects/AllPlayerCards.15bb07/DrawingtheSign.438cca.gmnotes new file mode 100644 index 00000000..c45306de --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawingtheSign.438cca.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03041", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact. Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/DrawingtheSign.438cca.json b/objects/AllPlayerCards.15bb07/DrawingtheSign.438cca.json new file mode 100644 index 00000000..1fef3737 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawingtheSign.438cca.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5806": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrawingtheSign.438cca.gmnotes", + "GUID": "438cca", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing the Sign", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.112, + "posY": 3.93, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DrawntotheFlame.a8298f.gmnotes b/objects/AllPlayerCards.15bb07/DrawntotheFlame.a8298f.gmnotes new file mode 100644 index 00000000..afbeb39e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawntotheFlame.a8298f.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01064", + "alternate_ids": [ + "01564" + ], + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DrawntotheFlame.a8298f.json b/objects/AllPlayerCards.15bb07/DrawntotheFlame.a8298f.json new file mode 100644 index 00000000..41792539 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DrawntotheFlame.a8298f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DrawntotheFlame.a8298f.gmnotes", + "GUID": "a8298f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawn to the Flame", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreadCurse.c54d7e.gmnotes b/objects/AllPlayerCards.15bb07/DreadCurse.c54d7e.gmnotes new file mode 100644 index 00000000..1d919be1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreadCurse.c54d7e.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07039", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/DreadCurse.c54d7e.json b/objects/AllPlayerCards.15bb07/DreadCurse.c54d7e.json new file mode 100644 index 00000000..06df8731 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreadCurse.c54d7e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583433, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5834": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreadCurse.c54d7e.gmnotes", + "GUID": "c54d7e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.051, + "posY": 3.761, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreadedEnd.1a94ad.gmnotes b/objects/AllPlayerCards.15bb07/DreadedEnd.1a94ad.gmnotes new file mode 100644 index 00000000..6c402708 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreadedEnd.1a94ad.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "86053", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/DreadedEnd.1a94ad.json b/objects/AllPlayerCards.15bb07/DreadedEnd.1a94ad.json new file mode 100644 index 00000000..ebee89f7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreadedEnd.1a94ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587828, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5878": { + "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_path": "AllPlayerCards.15bb07/DreadedEnd.1a94ad.gmnotes", + "GUID": "1a94ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dreaded End", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.163, + "posY": 3.705, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.gmnotes b/objects/AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.gmnotes new file mode 100644 index 00000000..856dca6d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06159", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.json b/objects/AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.json new file mode 100644 index 00000000..d1b970d9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379931, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3799": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Dream-EnhancingSerum.98c5af.gmnotes", + "GUID": "98c5af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream-Enhancing Serum", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.127, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Dream-Gate.fa4c1e.gmnotes b/objects/AllPlayerCards.15bb07/Dream-Gate.fa4c1e.gmnotes new file mode 100644 index 00000000..ab9af17e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dream-Gate.fa4c1e.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06015a", + "alternate_ids": [ + "06015b" + ], + "type": "Location", + "class": "Neutral", + "traits": "Dreamlands.", + "permanent": false, + "weakness": false, + "uses": [ + { + "countPerInvestigator": 0, + "type": "Clue", + "token": "clue" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Dream-Gate.fa4c1e.json b/objects/AllPlayerCards.15bb07/Dream-Gate.fa4c1e.json new file mode 100644 index 00000000..c13ab5f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dream-Gate.fa4c1e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 541109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5411": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107869050061525/A759DF697FFB26F0F5B75E116A923E33F88FCA7B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Dream-Gate.fa4c1e.gmnotes", + "GUID": "fa4c1e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream-Gate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard", + "Location" + ], + "Tooltip": true, + "Transform": { + "posX": 26.037, + "posY": 3.536, + "posZ": -7.322, + "rotX": 0, + "rotY": 240, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary.b81dcf.gmnotes b/objects/AllPlayerCards.15bb07/DreamDiary.b81dcf.gmnotes new file mode 100644 index 00000000..ae539163 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary.b81dcf.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "06112", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tome. Charm.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06113" + } + ], + "willpowerIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary.b81dcf.json b/objects/AllPlayerCards.15bb07/DreamDiary.b81dcf.json new file mode 100644 index 00000000..91f009b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary.b81dcf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379928, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3799": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Untranslated", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreamDiary.b81dcf.gmnotes", + "GUID": "b81dcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream Diary", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.013, + "posY": 3.915, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary3.5f9a10.gmnotes b/objects/AllPlayerCards.15bb07/DreamDiary3.5f9a10.gmnotes new file mode 100644 index 00000000..b861695b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary3.5f9a10.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06236", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Item. Tome. Charm.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06113" + } + ], + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary3.5f9a10.json b/objects/AllPlayerCards.15bb07/DreamDiary3.5f9a10.json new file mode 100644 index 00000000..9798babf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary3.5f9a10.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447834, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dreams of an Explorer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreamDiary3.5f9a10.gmnotes", + "GUID": "5f9a10", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream Diary (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.093, + "posY": 3.687, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary3.e5f9cb.gmnotes b/objects/AllPlayerCards.15bb07/DreamDiary3.e5f9cb.gmnotes new file mode 100644 index 00000000..77aa0a66 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary3.e5f9cb.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06237", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Item. Tome. Charm.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06113" + } + ], + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary3.e5f9cb.json b/objects/AllPlayerCards.15bb07/DreamDiary3.e5f9cb.json new file mode 100644 index 00000000..a5ddb540 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary3.e5f9cb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447835, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dreams of a Madman", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreamDiary3.e5f9cb.gmnotes", + "GUID": "e5f9cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream Diary (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.157, + "posY": 4.178, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary3.ea40f6.gmnotes b/objects/AllPlayerCards.15bb07/DreamDiary3.ea40f6.gmnotes new file mode 100644 index 00000000..176c6d92 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary3.ea40f6.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06238", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Item. Tome. Charm.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06113" + } + ], + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DreamDiary3.ea40f6.json b/objects/AllPlayerCards.15bb07/DreamDiary3.ea40f6.json new file mode 100644 index 00000000..5f380289 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamDiary3.ea40f6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447836, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dreams of a Child", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreamDiary3.ea40f6.gmnotes", + "GUID": "ea40f6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream Diary (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.026, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreamParasite.ae16e8.gmnotes b/objects/AllPlayerCards.15bb07/DreamParasite.ae16e8.gmnotes new file mode 100644 index 00000000..5b8d4f17 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamParasite.ae16e8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06331", + "type": "Skill", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "wildIcons": 2, + "negativeIcons": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/DreamParasite.ae16e8.json b/objects/AllPlayerCards.15bb07/DreamParasite.ae16e8.json new file mode 100644 index 00000000..1725ef5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamParasite.ae16e8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448736, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4487": { + "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": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreamParasite.ae16e8.gmnotes", + "GUID": "ae16e8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream Parasite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.756, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.gmnotes b/objects/AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.gmnotes new file mode 100644 index 00000000..bb34c64a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "98015", + "type": "Skill", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "wildIcons": 2, + "negativeIcons": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.json b/objects/AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.json new file mode 100644 index 00000000..f670e3e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444147, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4441": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DreamsoftheDeep.13eaf0.gmnotes", + "GUID": "13eaf0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dreams of the Deep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.987, + "posY": 3.804, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Duke.876557.gmnotes b/objects/AllPlayerCards.15bb07/Duke.876557.gmnotes new file mode 100644 index 00000000..8519986b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Duke.876557.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02014", + "type": "Asset", + "class": "Neutral", + "startsInPlay": true, + "cost": 2, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Duke.876557.json b/objects/AllPlayerCards.15bb07/Duke.876557.json new file mode 100644 index 00000000..41c355b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Duke.876557.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371112, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3711": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Duke.876557.gmnotes", + "GUID": "876557", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Duke", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.272, + "posY": 1.061, + "posZ": 26.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DumbLuck.f0e425.gmnotes b/objects/AllPlayerCards.15bb07/DumbLuck.f0e425.gmnotes new file mode 100644 index 00000000..98afd56e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DumbLuck.f0e425.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "04034", + "alternate_ids": [ + "60514" + ], + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/DumbLuck.f0e425.json b/objects/AllPlayerCards.15bb07/DumbLuck.f0e425.json new file mode 100644 index 00000000..7fdb47e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DumbLuck.f0e425.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DumbLuck.f0e425.gmnotes", + "GUID": "f0e425", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dumb Luck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.141, + "posY": 3.729, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DumbLuck2.0c433b.gmnotes b/objects/AllPlayerCards.15bb07/DumbLuck2.0c433b.gmnotes new file mode 100644 index 00000000..3b18dcc4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DumbLuck2.0c433b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60525", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/DumbLuck2.0c433b.json b/objects/AllPlayerCards.15bb07/DumbLuck2.0c433b.json new file mode 100644 index 00000000..1022e5cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DumbLuck2.0c433b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550823, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DumbLuck2.0c433b.gmnotes", + "GUID": "0c433b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dumb Luck (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.144, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DyersSketches.b12d89.gmnotes b/objects/AllPlayerCards.15bb07/DyersSketches.b12d89.gmnotes new file mode 100644 index 00000000..2c3da27e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DyersSketches.b12d89.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08733", + "type": "Event", + "class": "Neutral", + "cost": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/DyersSketches.b12d89.json b/objects/AllPlayerCards.15bb07/DyersSketches.b12d89.json new file mode 100644 index 00000000..885a0335 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DyersSketches.b12d89.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DyersSketches.b12d89.gmnotes", + "GUID": "b12d89", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dyer's Sketches", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 79.188, + "posY": 3.326, + "posZ": 7.941, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Dynamite.793df5.gmnotes b/objects/AllPlayerCards.15bb07/Dynamite.793df5.gmnotes new file mode 100644 index 00000000..bb12a79d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dynamite.793df5.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08616", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Expedition.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 2, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Dynamite.793df5.json b/objects/AllPlayerCards.15bb07/Dynamite.793df5.json new file mode 100644 index 00000000..60508c14 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Dynamite.793df5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Dynamite.793df5.gmnotes", + "GUID": "793df5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dynamite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.468, + "posY": 3.319, + "posZ": 8.623, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DynamiteBlast.97986a.gmnotes b/objects/AllPlayerCards.15bb07/DynamiteBlast.97986a.gmnotes new file mode 100644 index 00000000..bfd770ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DynamiteBlast.97986a.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01024", + "alternate_ids": [ + "01524" + ], + "type": "Event", + "class": "Guardian", + "cost": 5, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/DynamiteBlast.97986a.json b/objects/AllPlayerCards.15bb07/DynamiteBlast.97986a.json new file mode 100644 index 00000000..ad7b46f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DynamiteBlast.97986a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DynamiteBlast.97986a.gmnotes", + "GUID": "97986a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dynamite Blast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.4, + "posY": 3.368, + "posZ": -57.26, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.gmnotes b/objects/AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.gmnotes new file mode 100644 index 00000000..fe5a23a6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50002", + "type": "Event", + "class": "Guardian", + "cost": 4, + "level": 2, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.json b/objects/AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.json new file mode 100644 index 00000000..5f17dee6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226349, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DynamiteBlast2.e35bc2.gmnotes", + "GUID": "e35bc2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dynamite Blast (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.07, + "posY": 3.793, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.gmnotes b/objects/AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.gmnotes new file mode 100644 index 00000000..2c3d2d83 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60129", + "type": "Event", + "class": "Guardian", + "cost": 4, + "level": 3, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.json b/objects/AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.json new file mode 100644 index 00000000..44b64cc0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545327, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/DynamiteBlast3.14dcc4.gmnotes", + "GUID": "14dcc4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dynamite Blast (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9, + "posY": 3.824, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EarlSawyer.f14dce.gmnotes b/objects/AllPlayerCards.15bb07/EarlSawyer.f14dce.gmnotes new file mode 100644 index 00000000..ec53dbac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EarlSawyer.f14dce.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02218", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Dunwich.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/EarlSawyer.f14dce.json b/objects/AllPlayerCards.15bb07/EarlSawyer.f14dce.json new file mode 100644 index 00000000..8cf69209 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EarlSawyer.f14dce.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232950, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Smarter Than He Lets On", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EarlSawyer.f14dce.gmnotes", + "GUID": "f14dce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Earl Sawyer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.017, + "posY": 4.055, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.gmnotes b/objects/AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.gmnotes new file mode 100644 index 00000000..a0651e04 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08117", + "type": "Asset", + "class": "Mystic|Survivor", + "cost": 2, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.json b/objects/AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.json new file mode 100644 index 00000000..c3bb76e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378955, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EarthlySerenity1.1d6d47.gmnotes", + "GUID": "1d6d47", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Earthly Serenity (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.18, + "posY": 2.906, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EarthlySerenity4.57f037.gmnotes b/objects/AllPlayerCards.15bb07/EarthlySerenity4.57f037.gmnotes new file mode 100644 index 00000000..4440ef39 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EarthlySerenity4.57f037.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08119", + "type": "Asset", + "class": "Mystic|Survivor", + "cost": 2, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 6, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EarthlySerenity4.57f037.json b/objects/AllPlayerCards.15bb07/EarthlySerenity4.57f037.json new file mode 100644 index 00000000..6e2e9b75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EarthlySerenity4.57f037.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378957, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EarthlySerenity4.57f037.gmnotes", + "GUID": "57f037", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Earthly Serenity (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.18, + "posY": 2.909, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EasyMark1.cdbb37.gmnotes b/objects/AllPlayerCards.15bb07/EasyMark1.cdbb37.gmnotes new file mode 100644 index 00000000..496286a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EasyMark1.cdbb37.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06026", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 1, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EasyMark1.cdbb37.json b/objects/AllPlayerCards.15bb07/EasyMark1.cdbb37.json new file mode 100644 index 00000000..b116877a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EasyMark1.cdbb37.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440724, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EasyMark1.cdbb37.gmnotes", + "GUID": "cdbb37", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Easy Mark (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.041, + "posY": 3.909, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Eatlead.a2c7ef.gmnotes b/objects/AllPlayerCards.15bb07/Eatlead.a2c7ef.gmnotes new file mode 100644 index 00000000..1ef3c3a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eatlead.a2c7ef.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "52002", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Eatlead.a2c7ef.json b/objects/AllPlayerCards.15bb07/Eatlead.a2c7ef.json new file mode 100644 index 00000000..16e94f92 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eatlead.a2c7ef.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440923, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4409": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Eatlead.a2c7ef.gmnotes", + "GUID": "a2c7ef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Eat lead!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.167, + "posY": 3.198, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Eatlead2.fc2629.gmnotes b/objects/AllPlayerCards.15bb07/Eatlead2.fc2629.gmnotes new file mode 100644 index 00000000..30756f3f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eatlead2.fc2629.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03304", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Eatlead2.fc2629.json b/objects/AllPlayerCards.15bb07/Eatlead2.fc2629.json new file mode 100644 index 00000000..27c8c5f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eatlead2.fc2629.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226342, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Eatlead2.fc2629.gmnotes", + "GUID": "fc2629", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Eat lead!\" (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.17, + "posY": 3.15, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Eavesdrop.256da2.gmnotes b/objects/AllPlayerCards.15bb07/Eavesdrop.256da2.gmnotes new file mode 100644 index 00000000..6a63a331 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eavesdrop.256da2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04027", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Insight. Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Eavesdrop.256da2.json b/objects/AllPlayerCards.15bb07/Eavesdrop.256da2.json new file mode 100644 index 00000000..4e79b96b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eavesdrop.256da2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368711, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Eavesdrop.256da2.gmnotes", + "GUID": "256da2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eavesdrop", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.038, + "posY": 3.968, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EctoplasmicHorror.379582.gmnotes b/objects/AllPlayerCards.15bb07/EctoplasmicHorror.379582.gmnotes new file mode 100644 index 00000000..e142abbc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EctoplasmicHorror.379582.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09127", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Geist.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/EctoplasmicHorror.379582.json b/objects/AllPlayerCards.15bb07/EctoplasmicHorror.379582.json new file mode 100644 index 00000000..ed755098 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EctoplasmicHorror.379582.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379151, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EctoplasmicHorror.379582.gmnotes", + "GUID": "379582", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ectoplasmic Horror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.374, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EideticMemory3.814ce2.gmnotes b/objects/AllPlayerCards.15bb07/EideticMemory3.814ce2.gmnotes new file mode 100644 index 00000000..e498ffd5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EideticMemory3.814ce2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03306", + "type": "Event", + "class": "Seeker", + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/EideticMemory3.814ce2.json b/objects/AllPlayerCards.15bb07/EideticMemory3.814ce2.json new file mode 100644 index 00000000..bff1f053 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EideticMemory3.814ce2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430650, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/EideticMemory3.814ce2.gmnotes", + "GUID": "814ce2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eidetic Memory (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9, + "posY": 3.805, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ElderSignAmulet3.324e49.gmnotes b/objects/AllPlayerCards.15bb07/ElderSignAmulet3.324e49.gmnotes new file mode 100644 index 00000000..634e51fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElderSignAmulet3.324e49.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01095", + "alternate_ids": [ + "01595" + ], + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ElderSignAmulet3.324e49.json b/objects/AllPlayerCards.15bb07/ElderSignAmulet3.324e49.json new file mode 100644 index 00000000..25c418f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElderSignAmulet3.324e49.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368522, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ElderSignAmulet3.324e49.gmnotes", + "GUID": "324e49", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Elder Sign Amulet (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchInitiation.223eb2.gmnotes b/objects/AllPlayerCards.15bb07/EldritchInitiation.223eb2.gmnotes new file mode 100644 index 00000000..21ac56bb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchInitiation.223eb2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09086", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchInitiation.223eb2.json b/objects/AllPlayerCards.15bb07/EldritchInitiation.223eb2.json new file mode 100644 index 00000000..0b81e5b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchInitiation.223eb2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EldritchInitiation.223eb2.gmnotes", + "GUID": "223eb2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eldritch Initiation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.669, + "posY": 3.356, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchInspiration.24eb36.gmnotes b/objects/AllPlayerCards.15bb07/EldritchInspiration.24eb36.gmnotes new file mode 100644 index 00000000..f5c192fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchInspiration.24eb36.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05033", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchInspiration.24eb36.json b/objects/AllPlayerCards.15bb07/EldritchInspiration.24eb36.json new file mode 100644 index 00000000..8dd311e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchInspiration.24eb36.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5836": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EldritchInspiration.24eb36.gmnotes", + "GUID": "24eb36", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eldritch Inspiration", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.692, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchInspiration1.e84eff.gmnotes b/objects/AllPlayerCards.15bb07/EldritchInspiration1.e84eff.gmnotes new file mode 100644 index 00000000..787d310c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchInspiration1.e84eff.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60420", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 1, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchInspiration1.e84eff.json b/objects/AllPlayerCards.15bb07/EldritchInspiration1.e84eff.json new file mode 100644 index 00000000..95c82b1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchInspiration1.e84eff.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538718, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EldritchInspiration1.e84eff.gmnotes", + "GUID": "e84eff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eldritch Inspiration (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.113, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchSophist.f6b1b6.gmnotes b/objects/AllPlayerCards.15bb07/EldritchSophist.f6b1b6.gmnotes new file mode 100644 index 00000000..9a01068d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchSophist.f6b1b6.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07111", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Ally. Miskatonic", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/EldritchSophist.f6b1b6.json b/objects/AllPlayerCards.15bb07/EldritchSophist.f6b1b6.json new file mode 100644 index 00000000..c8b54aa0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EldritchSophist.f6b1b6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 549300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5493": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/766099859120034153/D864BCCCC1C811EC7F0AED69D1C30C678D3D9FC9/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1537373727958826520/EE54EF6510734FC86ADD47E84DB253493A2F87B7/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EldritchSophist.f6b1b6.gmnotes", + "GUID": "f6b1b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Eldritch Sophist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.518, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ElinaHarper.7e2896.gmnotes b/objects/AllPlayerCards.15bb07/ElinaHarper.7e2896.gmnotes new file mode 100644 index 00000000..e5bb7ed1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElinaHarper.7e2896.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07083", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Agency. Detective.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ElinaHarper.7e2896.json b/objects/AllPlayerCards.15bb07/ElinaHarper.7e2896.json new file mode 100644 index 00000000..a34bc998 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElinaHarper.7e2896.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 369816, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3698": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663476/95B0BD966B579DEE644A25703730C8729B16AAF8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Knows Too Much", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ElinaHarper.7e2896.gmnotes", + "GUID": "7e2896", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Elina Harper", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.001, + "posY": 3.791, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ElleRubash2.43c3e0.gmnotes b/objects/AllPlayerCards.15bb07/ElleRubash2.43c3e0.gmnotes new file mode 100644 index 00000000..160c3f17 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElleRubash2.43c3e0.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09092", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Ally. Witch.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ElleRubash2.43c3e0.json b/objects/AllPlayerCards.15bb07/ElleRubash2.43c3e0.json new file mode 100644 index 00000000..ad6da30a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElleRubash2.43c3e0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379116, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Purifying Purpose", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ElleRubash2.43c3e0.gmnotes", + "GUID": "43c3e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Elle Rubash (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.739, + "posY": 3.361, + "posZ": 65.494, + "rotX": 359, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EllsworthsBoots.1c751d.gmnotes b/objects/AllPlayerCards.15bb07/EllsworthsBoots.1c751d.gmnotes new file mode 100644 index 00000000..f0c32c50 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EllsworthsBoots.1c751d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08734", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Clothing. Footwear.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EllsworthsBoots.1c751d.json b/objects/AllPlayerCards.15bb07/EllsworthsBoots.1c751d.json new file mode 100644 index 00000000..f8f82c9c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EllsworthsBoots.1c751d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EllsworthsBoots.1c751d.gmnotes", + "GUID": "1c751d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ellsworth's Boots", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.962, + "posY": 3.329, + "posZ": 7.671, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Elusive.833305.gmnotes b/objects/AllPlayerCards.15bb07/Elusive.833305.gmnotes new file mode 100644 index 00000000..a962678a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Elusive.833305.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01050", + "alternate_ids": [ + "01550" + ], + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Elusive.833305.json b/objects/AllPlayerCards.15bb07/Elusive.833305.json new file mode 100644 index 00000000..7a16fdb3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Elusive.833305.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368712, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Elusive.833305.gmnotes", + "GUID": "833305", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Elusive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ElusiveTaboo.b67931.gmnotes b/objects/AllPlayerCards.15bb07/ElusiveTaboo.b67931.gmnotes new file mode 100644 index 00000000..7a4e7c21 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElusiveTaboo.b67931.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01050-t", + "alternate_ids": [ + "01550-t" + ], + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ElusiveTaboo.b67931.json b/objects/AllPlayerCards.15bb07/ElusiveTaboo.b67931.json new file mode 100644 index 00000000..fb167c31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ElusiveTaboo.b67931.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5858": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ElusiveTaboo.b67931.gmnotes", + "GUID": "b67931", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Elusive (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.82, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.gmnotes b/objects/AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.gmnotes new file mode 100644 index 00000000..3a312eb2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09063", + "type": "Asset", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.json b/objects/AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.json new file mode 100644 index 00000000..bac5bf37 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379056, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmbezzledTreasure.8fd043.gmnotes", + "GUID": "8fd043", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Embezzled Treasure", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.669, + "posY": 3.346, + "posZ": 65.933, + "rotX": 357, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyAid.9c46da.gmnotes b/objects/AllPlayerCards.15bb07/EmergencyAid.9c46da.gmnotes new file mode 100644 index 00000000..1ff792cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyAid.9c46da.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02105", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Insight. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyAid.9c46da.json b/objects/AllPlayerCards.15bb07/EmergencyAid.9c46da.json new file mode 100644 index 00000000..5e23eb3b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyAid.9c46da.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226317, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmergencyAid.9c46da.gmnotes", + "GUID": "9c46da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Emergency Aid", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.732, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyCache.510c0d.gmnotes b/objects/AllPlayerCards.15bb07/EmergencyCache.510c0d.gmnotes new file mode 100644 index 00000000..3269b457 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyCache.510c0d.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01088", + "alternate_ids": [ + "01588" + ], + "type": "Event", + "class": "Neutral", + "cost": 0, + "level": 0, + "traits": "Supply.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyCache.510c0d.json b/objects/AllPlayerCards.15bb07/EmergencyCache.510c0d.json new file mode 100644 index 00000000..2b0d63d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyCache.510c0d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368509, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmergencyCache.510c0d.gmnotes", + "GUID": "510c0d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Emergency Cache", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyCache2.8948c4.gmnotes b/objects/AllPlayerCards.15bb07/EmergencyCache2.8948c4.gmnotes new file mode 100644 index 00000000..9ce5f00b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyCache2.8948c4.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "02194", + "alternate_ids": [ + "01693" + ], + "type": "Event", + "class": "Neutral", + "cost": 0, + "level": 2, + "traits": "Supply.", + "permanent": false, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyCache2.8948c4.json b/objects/AllPlayerCards.15bb07/EmergencyCache2.8948c4.json new file mode 100644 index 00000000..5ce71a9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyCache2.8948c4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368519, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmergencyCache2.8948c4.gmnotes", + "GUID": "8948c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Emergency Cache (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 33.278, + "posY": 2.303, + "posZ": -79.216, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyCache3.408cb5.gmnotes b/objects/AllPlayerCards.15bb07/EmergencyCache3.408cb5.gmnotes new file mode 100644 index 00000000..80825026 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyCache3.408cb5.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03239", + "type": "Event", + "class": "Neutral", + "cost": 0, + "level": 3, + "traits": "Supply.", + "permanent": false, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/EmergencyCache3.408cb5.json b/objects/AllPlayerCards.15bb07/EmergencyCache3.408cb5.json new file mode 100644 index 00000000..1d0036bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmergencyCache3.408cb5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmergencyCache3.408cb5.gmnotes", + "GUID": "408cb5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Emergency Cache (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.685, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.gmnotes b/objects/AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.gmnotes new file mode 100644 index 00000000..448b9714 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.gmnotes @@ -0,0 +1,54 @@ +{ + "id": "09041", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Talent. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "customizations": [ + { + "name": "Pessimistic Outlook", + "xp": 1, + "text": "Add the following criteria: �€�you run out of cards in your hand.�€?" + }, + { + "name": "Trial and Error", + "xp": 1, + "text": "Add the following criteria: �€�you are dealt damage or horror.�€?" + }, + { + "name": "Independent Variable", + "xp": 1, + "text": "Add the following criteria: �€�you discard a treachery or enemy from play.�€?" + }, + { + "name": "Field Research", + "xp": 1, + "text": "Add the following criteria: �€�you enter a location with 3 or more shroud.�€?" + }, + { + "name": "Peer Review", + "xp": 2, + "text": "The chosen criteria is met if any investigator at your location meets it, instead of only you. Other investigators at your location may trigger ? abilities on Empirical Hypothesis." + }, + { + "name": "Research Grant", + "xp": 2, + "text": "Empirical Hypothesis gains: �€�? Spend 2 evidence: Reduce the cost of the next card you play this phase by 3.�€?" + }, + { + "name": "Irrefutable Proof", + "xp": 3, + "text": "Empirical Hypothesis gains: �€�? Spend 3 evidence: Discover 1 clue at your location.�€?" + }, + { + "name": "Alternative Hypothesis", + "xp": 4, + "text": "After you exhaust Empirical Hypothesis, you may resolve its forced effect, choosing a criteria you have not chosen this round. Then, ready it." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.json b/objects/AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.json new file mode 100644 index 00000000..ede606c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmpiricalHypothesis.62c67d.gmnotes", + "GUID": "62c67d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empirical Hypothesis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.403, + "posZ": 65.932, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.json b/objects/AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.json new file mode 100644 index 00000000..f7c068e7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8468": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001678003/AE285518E8833C6E5B3239A8B2ABF49D021F01FC/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09041-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "0c46a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Empirical Hypothesis Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.001, + "posY": 15.185, + "posZ": 23.873, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.ttslua b/objects/AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.ttslua new file mode 100644 index 00000000..c44839ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpiricalHypothesisUpgradeSheet.0c46a7.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Empirical Hypothesis +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 37 + +-- static values +x_1 = -0.935 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.905, + -0.7, + -0.505, + -0.3, + -0.09, + 0.3, + 0.592, + 0.888 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 2, 2, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.gmnotes b/objects/AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.gmnotes new file mode 100644 index 00000000..c98ec59b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06243", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.json b/objects/AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.json new file mode 100644 index 00000000..63ee5b0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448033, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Acuity", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmpowerSelf2.3d22c4.gmnotes", + "GUID": "3d22c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empower Self (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.997, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.gmnotes b/objects/AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.gmnotes new file mode 100644 index 00000000..54df3d6f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06242", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.json b/objects/AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.json new file mode 100644 index 00000000..d84c3221 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448032, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Alacrity", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmpowerSelf2.4c0f00.gmnotes", + "GUID": "4c0f00", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empower Self (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.809, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.gmnotes b/objects/AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.gmnotes new file mode 100644 index 00000000..6c2e8b90 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06241", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.json b/objects/AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.json new file mode 100644 index 00000000..5472d88c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448031, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Stamina", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmpowerSelf2.ffe4dd.gmnotes", + "GUID": "ffe4dd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empower Self (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.685, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EmptyVessel4.c0d236.gmnotes b/objects/AllPlayerCards.15bb07/EmptyVessel4.c0d236.gmnotes new file mode 100644 index 00000000..5e88d08b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmptyVessel4.c0d236.gmnotes @@ -0,0 +1,26 @@ +{ + "id": "06276", + "type": "Asset", + "class": "Guardian", + "cost": 1, + "level": 4, + "traits": "Item. Relic. Blessed.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06277" + } + ], + "willpowerIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 0, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EmptyVessel4.c0d236.json b/objects/AllPlayerCards.15bb07/EmptyVessel4.c0d236.json new file mode 100644 index 00000000..ddd6d79e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EmptyVessel4.c0d236.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448936, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4489": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Abandoned by the Gods", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EmptyVessel4.c0d236.gmnotes", + "GUID": "c0d236", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Vessel (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.023, + "posY": 3.945, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantWeapon3.33455f.gmnotes b/objects/AllPlayerCards.15bb07/EnchantWeapon3.33455f.gmnotes new file mode 100644 index 00000000..b2c08715 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantWeapon3.33455f.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07261", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Spell. Upgrade.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantWeapon3.33455f.json b/objects/AllPlayerCards.15bb07/EnchantWeapon3.33455f.json new file mode 100644 index 00000000..846881be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantWeapon3.33455f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantWeapon3.33455f.gmnotes", + "GUID": "33455f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchant Weapon (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.015, + "posY": 4.01, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedArmor2.9509e3.gmnotes b/objects/AllPlayerCards.15bb07/EnchantedArmor2.9509e3.gmnotes new file mode 100644 index 00000000..ba843142 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedArmor2.9509e3.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07189", + "type": "Asset", + "class": "Guardian", + "cost": 1, + "level": 2, + "traits": "Ritual. Armor.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedArmor2.9509e3.json b/objects/AllPlayerCards.15bb07/EnchantedArmor2.9509e3.json new file mode 100644 index 00000000..5dc03fb4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedArmor2.9509e3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5888": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantedArmor2.9509e3.gmnotes", + "GUID": "9509e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchanted Armor (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.033, + "posY": 3.712, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.gmnotes b/objects/AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.gmnotes new file mode 100644 index 00000000..0c1f337f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05118", + "type": "Asset", + "class": "Mystic|Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.json b/objects/AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.json new file mode 100644 index 00000000..c18417b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2776": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantedBlade.c7d9b5.gmnotes", + "GUID": "c7d9b5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchanted Blade", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.812, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBlade3.84b918.gmnotes b/objects/AllPlayerCards.15bb07/EnchantedBlade3.84b918.gmnotes new file mode 100644 index 00000000..e45ca0fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBlade3.84b918.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05192", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBlade3.84b918.json b/objects/AllPlayerCards.15bb07/EnchantedBlade3.84b918.json new file mode 100644 index 00000000..5da19aa3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBlade3.84b918.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292815, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2928": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Guardian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantedBlade3.84b918.gmnotes", + "GUID": "84b918", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchanted Blade (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.129, + "posY": 3.843, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBlade3.d0de54.gmnotes b/objects/AllPlayerCards.15bb07/EnchantedBlade3.d0de54.gmnotes new file mode 100644 index 00000000..5fa15b53 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBlade3.d0de54.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05193", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBlade3.d0de54.json b/objects/AllPlayerCards.15bb07/EnchantedBlade3.d0de54.json new file mode 100644 index 00000000..725e6e86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBlade3.d0de54.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2933": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mystic", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantedBlade3.d0de54.gmnotes", + "GUID": "d0de54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchanted Blade (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.684, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBow2.f85d4e.gmnotes b/objects/AllPlayerCards.15bb07/EnchantedBow2.f85d4e.gmnotes new file mode 100644 index 00000000..6de15a5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBow2.f85d4e.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08118", + "type": "Asset", + "class": "Mystic|Survivor", + "cost": 3, + "level": 2, + "traits": "Spell. Blessed. Weapon. Ranged.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedBow2.f85d4e.json b/objects/AllPlayerCards.15bb07/EnchantedBow2.f85d4e.json new file mode 100644 index 00000000..d935afeb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedBow2.f85d4e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378956, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantedBow2.f85d4e.gmnotes", + "GUID": "f85d4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchanted Bow (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.179, + "posY": 2.904, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedSkull.a4775a.gmnotes b/objects/AllPlayerCards.15bb07/EnchantedSkull.a4775a.gmnotes new file mode 100644 index 00000000..8660210a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedSkull.a4775a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "86055", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/EnchantedSkull.a4775a.json b/objects/AllPlayerCards.15bb07/EnchantedSkull.a4775a.json new file mode 100644 index 00000000..8902e84d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EnchantedSkull.a4775a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585230, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5852": { + "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": "Mask of the Burning Pit", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EnchantedSkull.a4775a.gmnotes", + "GUID": "a4775a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enchanted Skull", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.026, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Encyclopedia.dbb0e0.gmnotes b/objects/AllPlayerCards.15bb07/Encyclopedia.dbb0e0.gmnotes new file mode 100644 index 00000000..924495d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Encyclopedia.dbb0e0.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60208", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "count": 5, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Encyclopedia.dbb0e0.json b/objects/AllPlayerCards.15bb07/Encyclopedia.dbb0e0.json new file mode 100644 index 00000000..65475e9a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Encyclopedia.dbb0e0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Encyclopedia.dbb0e0.gmnotes", + "GUID": "dbb0e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Encyclopedia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.056, + "posY": 3.763, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Encyclopedia2.f5bcec.gmnotes b/objects/AllPlayerCards.15bb07/Encyclopedia2.f5bcec.gmnotes new file mode 100644 index 00000000..cfd383fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Encyclopedia2.f5bcec.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01042", + "alternate_ids": [ + "01542" + ], + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Encyclopedia2.f5bcec.json b/objects/AllPlayerCards.15bb07/Encyclopedia2.f5bcec.json new file mode 100644 index 00000000..e5bdf650 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Encyclopedia2.f5bcec.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430646, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/Encyclopedia2.f5bcec.gmnotes", + "GUID": "f5bcec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Encyclopedia (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.499, + "posY": 3.369, + "posZ": -56.862, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EndoftheRoad.a3d041.gmnotes b/objects/AllPlayerCards.15bb07/EndoftheRoad.a3d041.gmnotes new file mode 100644 index 00000000..a266dfe9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EndoftheRoad.a3d041.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09104", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Insight. Spirit.", + "permanent": false, + "weakness": false +} diff --git a/objects/AllPlayerCards.15bb07/EndoftheRoad.a3d041.json b/objects/AllPlayerCards.15bb07/EndoftheRoad.a3d041.json new file mode 100644 index 00000000..541cf7ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EndoftheRoad.a3d041.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EndoftheRoad.a3d041.gmnotes", + "GUID": "a3d041", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "End of the Road", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.357, + "posZ": 65.637, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Enraptured.a5c780.gmnotes b/objects/AllPlayerCards.15bb07/Enraptured.a5c780.gmnotes new file mode 100644 index 00000000..09981ee8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Enraptured.a5c780.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04157", + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Enraptured.a5c780.json b/objects/AllPlayerCards.15bb07/Enraptured.a5c780.json new file mode 100644 index 00000000..8952d2bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Enraptured.a5c780.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Enraptured.a5c780.gmnotes", + "GUID": "a5c780", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enraptured", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.92, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart1.be4332.gmnotes b/objects/AllPlayerCards.15bb07/EonChart1.be4332.gmnotes new file mode 100644 index 00000000..5331d3d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart1.be4332.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08098", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 2, + "level": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart1.be4332.json b/objects/AllPlayerCards.15bb07/EonChart1.be4332.json new file mode 100644 index 00000000..c60d7077 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart1.be4332.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378936, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EonChart1.be4332.gmnotes", + "GUID": "be4332", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eon Chart (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.182, + "posY": 2.791, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.gmnotes b/objects/AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.gmnotes new file mode 100644 index 00000000..02b5fb7e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08098-t", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 2, + "level": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.json b/objects/AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.json new file mode 100644 index 00000000..06c8cb95 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558216, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EonChart1Taboo.4d4ffb.gmnotes", + "GUID": "4d4ffb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eon Chart (1) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.843, + "posY": 4.601, + "posZ": -51.369, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart4.d3ad2d.gmnotes b/objects/AllPlayerCards.15bb07/EonChart4.d3ad2d.gmnotes new file mode 100644 index 00000000..2694b8c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart4.d3ad2d.gmnotes @@ -0,0 +1,21 @@ +{ + "id": "08100", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart4.d3ad2d.json b/objects/AllPlayerCards.15bb07/EonChart4.d3ad2d.json new file mode 100644 index 00000000..52110f51 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart4.d3ad2d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378938, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EonChart4.d3ad2d.gmnotes", + "GUID": "d3ad2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eon Chart (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.184, + "posY": 2.63, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart4Taboo.b925cf.gmnotes b/objects/AllPlayerCards.15bb07/EonChart4Taboo.b925cf.gmnotes new file mode 100644 index 00000000..bb4557e4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart4Taboo.b925cf.gmnotes @@ -0,0 +1,21 @@ +{ + "id": "08100-t", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EonChart4Taboo.b925cf.json b/objects/AllPlayerCards.15bb07/EonChart4Taboo.b925cf.json new file mode 100644 index 00000000..8aa47375 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EonChart4Taboo.b925cf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558217, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EonChart4Taboo.b925cf.gmnotes", + "GUID": "b925cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eon Chart (4) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.848, + "posY": 4.694, + "posZ": -53.343, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.gmnotes b/objects/AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.gmnotes new file mode 100644 index 00000000..52e5758c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "54041", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Witch.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.json b/objects/AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.json new file mode 100644 index 00000000..5630e85c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Devoted Enchantress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ErynnMacAoidh.6abfbc.gmnotes", + "GUID": "6abfbc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Erynn MacAoidh", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.797, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EsotericAtlas1.0ce005.gmnotes b/objects/AllPlayerCards.15bb07/EsotericAtlas1.0ce005.gmnotes new file mode 100644 index 00000000..e1a297a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EsotericAtlas1.0ce005.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05232", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 1, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/EsotericAtlas1.0ce005.json b/objects/AllPlayerCards.15bb07/EsotericAtlas1.0ce005.json new file mode 100644 index 00000000..4a767952 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EsotericAtlas1.0ce005.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293216, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2932": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EsotericAtlas1.0ce005.gmnotes", + "GUID": "0ce005", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Esoteric Atlas (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.463, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EsotericAtlas2.2172e2.gmnotes b/objects/AllPlayerCards.15bb07/EsotericAtlas2.2172e2.gmnotes new file mode 100644 index 00000000..2fd87134 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EsotericAtlas2.2172e2.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60222", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/EsotericAtlas2.2172e2.json b/objects/AllPlayerCards.15bb07/EsotericAtlas2.2172e2.json new file mode 100644 index 00000000..fa23765b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EsotericAtlas2.2172e2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538820, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EsotericAtlas2.2172e2.gmnotes", + "GUID": "2172e2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Esoteric Atlas (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.683, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.gmnotes b/objects/AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.gmnotes new file mode 100644 index 00000000..bf551a2b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06113", + "type": "Skill", + "class": "Seeker", + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.json b/objects/AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.json new file mode 100644 index 00000000..b38c373b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379929, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3799": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EssenceoftheDream.6ad46b.gmnotes", + "GUID": "6ad46b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Essence of the Dream", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.316, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EtherealForm.db90e2.gmnotes b/objects/AllPlayerCards.15bb07/EtherealForm.db90e2.gmnotes new file mode 100644 index 00000000..82ea1e86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EtherealForm.db90e2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06164", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/EtherealForm.db90e2.json b/objects/AllPlayerCards.15bb07/EtherealForm.db90e2.json new file mode 100644 index 00000000..66dc5ee5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EtherealForm.db90e2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3801": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EtherealForm.db90e2.gmnotes", + "GUID": "db90e2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ethereal Form", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.013, + "posY": 3.915, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EtherealSlip.31539a.gmnotes b/objects/AllPlayerCards.15bb07/EtherealSlip.31539a.gmnotes new file mode 100644 index 00000000..f331018e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EtherealSlip.31539a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08108", + "type": "Event", + "class": "Rogue|Mystic", + "cost": 2, + "level": 0, + "traits": "Spell. Trick.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EtherealSlip.31539a.json b/objects/AllPlayerCards.15bb07/EtherealSlip.31539a.json new file mode 100644 index 00000000..3c49609f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EtherealSlip.31539a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378946, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EtherealSlip.31539a.gmnotes", + "GUID": "31539a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ethereal Slip", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.184, + "posY": 2.704, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EtherealSlip2.39cb5b.gmnotes b/objects/AllPlayerCards.15bb07/EtherealSlip2.39cb5b.gmnotes new file mode 100644 index 00000000..3110b973 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EtherealSlip2.39cb5b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08110", + "type": "Event", + "class": "Rogue|Mystic", + "cost": 1, + "level": 2, + "traits": "Spell. Trick.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/EtherealSlip2.39cb5b.json b/objects/AllPlayerCards.15bb07/EtherealSlip2.39cb5b.json new file mode 100644 index 00000000..b993c2de --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EtherealSlip2.39cb5b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378948, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EtherealSlip2.39cb5b.gmnotes", + "GUID": "39cb5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ethereal Slip (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.183, + "posY": 2.786, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.gmnotes b/objects/AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.gmnotes new file mode 100644 index 00000000..ff3f01cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "05324", + "alternate_ids": [ + "01692" + ], + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Fortune. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.json b/objects/AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.json new file mode 100644 index 00000000..43cd6893 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3744": { + "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_path": "AllPlayerCards.15bb07/Eucatastrophe3.eaaee9.gmnotes", + "GUID": "eaaee9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eucatastrophe (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.gmnotes b/objects/AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.gmnotes new file mode 100644 index 00000000..76c47a9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "05324-t", + "alternate_ids": [ + "01692-t", + "01692" + ], + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Fortune. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.json b/objects/AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.json new file mode 100644 index 00000000..e606c24b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5857": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Eucatastrophe3Taboo.b2ccf8.gmnotes", + "GUID": "b2ccf8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eucatastrophe (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.165, + "posY": 3.298, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Eureka.ffa4f9.gmnotes b/objects/AllPlayerCards.15bb07/Eureka.ffa4f9.gmnotes new file mode 100644 index 00000000..f6e2d8d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eureka.ffa4f9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03231", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Eureka.ffa4f9.json b/objects/AllPlayerCards.15bb07/Eureka.ffa4f9.json new file mode 100644 index 00000000..b904dbd3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Eureka.ffa4f9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Eureka.ffa4f9.gmnotes", + "GUID": "ffa4f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eureka!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.956, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EverVigilant1.bb640d.gmnotes b/objects/AllPlayerCards.15bb07/EverVigilant1.bb640d.gmnotes new file mode 100644 index 00000000..287d3954 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EverVigilant1.bb640d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03023", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 1, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/EverVigilant1.bb640d.json b/objects/AllPlayerCards.15bb07/EverVigilant1.bb640d.json new file mode 100644 index 00000000..7dc9f404 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EverVigilant1.bb640d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226334, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EverVigilant1.bb640d.gmnotes", + "GUID": "bb640d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ever Vigilant (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.938, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EverVigilant4.ac910a.gmnotes b/objects/AllPlayerCards.15bb07/EverVigilant4.ac910a.gmnotes new file mode 100644 index 00000000..5fc5169f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EverVigilant4.ac910a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09039", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 4, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/EverVigilant4.ac910a.json b/objects/AllPlayerCards.15bb07/EverVigilant4.ac910a.json new file mode 100644 index 00000000..858b99b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EverVigilant4.ac910a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379032, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EverVigilant4.ac910a.gmnotes", + "GUID": "ac910a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ever Vigilant (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.366, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Evidence.2db518.gmnotes b/objects/AllPlayerCards.15bb07/Evidence.2db518.gmnotes new file mode 100644 index 00000000..44fe062d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Evidence.2db518.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01022", + "alternate_ids": [ + "01522" + ], + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Evidence.2db518.json b/objects/AllPlayerCards.15bb07/Evidence.2db518.json new file mode 100644 index 00000000..49a72fa6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Evidence.2db518.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Evidence.2db518.gmnotes", + "GUID": "2db518", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Evidence!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.373, + "posY": 3.366, + "posZ": -57.516, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Evidence1.3df5fb.gmnotes b/objects/AllPlayerCards.15bb07/Evidence1.3df5fb.gmnotes new file mode 100644 index 00000000..eb2b6091 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Evidence1.3df5fb.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60120", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Evidence1.3df5fb.json b/objects/AllPlayerCards.15bb07/Evidence1.3df5fb.json new file mode 100644 index 00000000..b5c1b050 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Evidence1.3df5fb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Evidence1.3df5fb.gmnotes", + "GUID": "3df5fb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Evidence! (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.143, + "posY": 3.732, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.gmnotes b/objects/AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.gmnotes new file mode 100644 index 00000000..c9fc4da3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09052", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 1, + "traits": "Insight. Paradox.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.json b/objects/AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.json new file mode 100644 index 00000000..2b67d31c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379045, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExistentialRiddle1.38a30a.gmnotes", + "GUID": "38a30a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Existential Riddle (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.376, + "posZ": 65.932, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.gmnotes b/objects/AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.gmnotes new file mode 100644 index 00000000..f913e680 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04148", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.json b/objects/AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.json new file mode 100644 index 00000000..8cb25399 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235649, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2356": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExpeditionJournal.9dc3d4.gmnotes", + "GUID": "9dc3d4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Expedition Journal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.743, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.gmnotes b/objects/AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.gmnotes new file mode 100644 index 00000000..3494c8c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06246", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.json b/objects/AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.json new file mode 100644 index 00000000..d02f3ab8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447734, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4477": { + "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_path": "AllPlayerCards.15bb07/ExpeditiousRetreat1.ea8324.gmnotes", + "GUID": "ea8324", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Expeditious Retreat (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.129, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExploitWeakness.b6857b.gmnotes b/objects/AllPlayerCards.15bb07/ExploitWeakness.b6857b.gmnotes new file mode 100644 index 00000000..0cf30041 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExploitWeakness.b6857b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09105", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Tactic. Trick.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ExploitWeakness.b6857b.json b/objects/AllPlayerCards.15bb07/ExploitWeakness.b6857b.json new file mode 100644 index 00000000..0b8fb0a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExploitWeakness.b6857b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379129, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExploitWeakness.b6857b.gmnotes", + "GUID": "b6857b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Exploit Weakness", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.369, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExplosiveWard.f86c67.gmnotes b/objects/AllPlayerCards.15bb07/ExplosiveWard.f86c67.gmnotes new file mode 100644 index 00000000..b8a31cd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExplosiveWard.f86c67.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09087", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/ExplosiveWard.f86c67.json b/objects/AllPlayerCards.15bb07/ExplosiveWard.f86c67.json new file mode 100644 index 00000000..8515db00 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExplosiveWard.f86c67.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379111, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExplosiveWard.f86c67.gmnotes", + "GUID": "f86c67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Explosive Ward", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.669, + "posY": 3.357, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.gmnotes b/objects/AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.gmnotes new file mode 100644 index 00000000..f494b8fd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02228", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.json b/objects/AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.json new file mode 100644 index 00000000..ae381eb3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430635, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/ExposeWeakness1.2e93fd.gmnotes", + "GUID": "2e93fd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Expose Weakness (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.182, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExposeWeakness3.77f92c.gmnotes b/objects/AllPlayerCards.15bb07/ExposeWeakness3.77f92c.gmnotes new file mode 100644 index 00000000..eda9b784 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExposeWeakness3.77f92c.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "04195", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 3, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ExposeWeakness3.77f92c.json b/objects/AllPlayerCards.15bb07/ExposeWeakness3.77f92c.json new file mode 100644 index 00000000..addb1a71 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExposeWeakness3.77f92c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2622": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExposeWeakness3.77f92c.gmnotes", + "GUID": "77f92c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Expose Weakness (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 2.996, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExtensiveResearch.013446.gmnotes b/objects/AllPlayerCards.15bb07/ExtensiveResearch.013446.gmnotes new file mode 100644 index 00000000..707f6da9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExtensiveResearch.013446.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60216", + "type": "Event", + "class": "Seeker", + "cost": 12, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ExtensiveResearch.013446.json b/objects/AllPlayerCards.15bb07/ExtensiveResearch.013446.json new file mode 100644 index 00000000..72a13f4c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExtensiveResearch.013446.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExtensiveResearch.013446.gmnotes", + "GUID": "013446", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Extensive Research", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.753, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.gmnotes b/objects/AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.gmnotes new file mode 100644 index 00000000..e431fbc6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06198", + "type": "Event", + "class": "Seeker", + "cost": 10, + "level": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.json b/objects/AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.json new file mode 100644 index 00000000..2a3a93dd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447833, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExtensiveResearch1.3dc25c.gmnotes", + "GUID": "3dc25c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Extensive Research (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.023, + "posY": 3.97, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ExtraAmmunition1.f60263.gmnotes b/objects/AllPlayerCards.15bb07/ExtraAmmunition1.f60263.gmnotes new file mode 100644 index 00000000..0d8a7d75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExtraAmmunition1.f60263.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01026", + "alternate_ids": [ + "01526" + ], + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 1, + "traits": "Supply.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ExtraAmmunition1.f60263.json b/objects/AllPlayerCards.15bb07/ExtraAmmunition1.f60263.json new file mode 100644 index 00000000..2cbd27d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ExtraAmmunition1.f60263.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226337, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ExtraAmmunition1.f60263.gmnotes", + "GUID": "f60263", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Extra Ammunition (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.521, + "posY": 3.379, + "posZ": -56.923, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EyeofChaos.9a5782.gmnotes b/objects/AllPlayerCards.15bb07/EyeofChaos.9a5782.gmnotes new file mode 100644 index 00000000..a1cdea40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EyeofChaos.9a5782.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07118", + "type": "Asset", + "class": "Mystic", + "cost": 5, + "level": 0, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/EyeofChaos.9a5782.json b/objects/AllPlayerCards.15bb07/EyeofChaos.9a5782.json new file mode 100644 index 00000000..6af47651 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EyeofChaos.9a5782.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EyeofChaos.9a5782.gmnotes", + "GUID": "9a5782", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eye of Chaos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.008, + "posY": 3.687, + "posZ": -16.696, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EyeofChaos4.f68105.gmnotes b/objects/AllPlayerCards.15bb07/EyeofChaos4.f68105.gmnotes new file mode 100644 index 00000000..9c29a095 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EyeofChaos4.f68105.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07227", + "type": "Asset", + "class": "Mystic", + "cost": 5, + "level": 4, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/EyeofChaos4.f68105.json b/objects/AllPlayerCards.15bb07/EyeofChaos4.f68105.json new file mode 100644 index 00000000..5e2b8591 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EyeofChaos4.f68105.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5797": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EyeofChaos4.f68105.gmnotes", + "GUID": "f68105", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eye of Chaos (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.329, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.gmnotes b/objects/AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.gmnotes new file mode 100644 index 00000000..912e1e78 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07225", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Item. Relic. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.json b/objects/AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.json new file mode 100644 index 00000000..0317249d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5901": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Vessel of Good and Evil", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EyeoftheDjinn2.df182a.gmnotes", + "GUID": "df182a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eye of the Djinn (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.813, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/EzraGraves.efe0dd.gmnotes b/objects/AllPlayerCards.15bb07/EzraGraves.efe0dd.gmnotes new file mode 100644 index 00000000..05dac35b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EzraGraves.efe0dd.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "87023", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Scientist. Ally. Present.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/EzraGraves.efe0dd.json b/objects/AllPlayerCards.15bb07/EzraGraves.efe0dd.json new file mode 100644 index 00000000..20443ce5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/EzraGraves.efe0dd.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558005, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5580": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764609761078/E05F39D952FE0C4E6473E744D64221DD1150F00A/", + "NumHeight": 4, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Professor of the Arcane", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/EzraGraves.efe0dd.gmnotes", + "GUID": "efe0dd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ezra Graves", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.621, + "posY": 3.324, + "posZ": 8.373, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FalseAwakening.3bf831.gmnotes b/objects/AllPlayerCards.15bb07/FalseAwakening.3bf831.gmnotes new file mode 100644 index 00000000..56b07b38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FalseAwakening.3bf831.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06275", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/FalseAwakening.3bf831.json b/objects/AllPlayerCards.15bb07/FalseAwakening.3bf831.json new file mode 100644 index 00000000..a8cd8721 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FalseAwakening.3bf831.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448519, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4485": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/780749631103449151/FFAADF06C9BF9D1F4F3FE22D45CEBBB15D9B58CF/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FalseAwakening.3bf831.gmnotes", + "GUID": "3bf831", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "False Awakening", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 3.106, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FalseCovenant2.3442f5.gmnotes b/objects/AllPlayerCards.15bb07/FalseCovenant2.3442f5.gmnotes new file mode 100644 index 00000000..4fbc29a3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FalseCovenant2.3442f5.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07116", + "type": "Asset", + "class": "Rogue", + "level": 2, + "traits": "Covenant. Cursed.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/FalseCovenant2.3442f5.json b/objects/AllPlayerCards.15bb07/FalseCovenant2.3442f5.json new file mode 100644 index 00000000..d04d68b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FalseCovenant2.3442f5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553108, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FalseCovenant2.3442f5.gmnotes", + "GUID": "3442f5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "False Covenant (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.954, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FamiliarSpirit.971d52.gmnotes b/objects/AllPlayerCards.15bb07/FamiliarSpirit.971d52.gmnotes new file mode 100644 index 00000000..1ba4e205 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FamiliarSpirit.971d52.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60410", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Ally. Creature. Summon.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/FamiliarSpirit.971d52.json b/objects/AllPlayerCards.15bb07/FamiliarSpirit.971d52.json new file mode 100644 index 00000000..190238b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FamiliarSpirit.971d52.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538708, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FamiliarSpirit.971d52.gmnotes", + "GUID": "971d52", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Familiar Spirit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.135, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FamilyInheritance.394603.gmnotes b/objects/AllPlayerCards.15bb07/FamilyInheritance.394603.gmnotes new file mode 100644 index 00000000..7afd59ec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FamilyInheritance.394603.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "05011", + "type": "Asset", + "class": "Neutral", + "traits": "Boon.", + "permanent": true, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/FamilyInheritance.394603.json b/objects/AllPlayerCards.15bb07/FamilyInheritance.394603.json new file mode 100644 index 00000000..48b5a0b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FamilyInheritance.394603.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431557, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4315": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FamilyInheritance.394603.gmnotes", + "GUID": "394603", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Family Inheritance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.173, + "posY": 2.956, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.gmnotes b/objects/AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.gmnotes new file mode 100644 index 00000000..c54d24d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08029", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.json b/objects/AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.json new file mode 100644 index 00000000..1025d6f7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FangofTyrthrha4.e2dc13.gmnotes", + "GUID": "e2dc13", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fang of Tyr'thrha (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.739, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Farsight4.b4121c.gmnotes b/objects/AllPlayerCards.15bb07/Farsight4.b4121c.gmnotes new file mode 100644 index 00000000..e5292ca0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Farsight4.b4121c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60231", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 4, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Farsight4.b4121c.json b/objects/AllPlayerCards.15bb07/Farsight4.b4121c.json new file mode 100644 index 00000000..210c1af1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Farsight4.b4121c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538829, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Farsight4.b4121c.gmnotes", + "GUID": "b4121c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Farsight (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.823, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FatherMateo.df852c.json b/objects/AllPlayerCards.15bb07/FatherMateo.df852c.json new file mode 100644 index 00000000..645222f4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FatherMateo.df852c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262119, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2621": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"04004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "df852c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Father Mateo", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.813, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FatherMateo.eb96e6.gmnotes b/objects/AllPlayerCards.15bb07/FatherMateo.eb96e6.gmnotes new file mode 100644 index 00000000..62ddcea5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FatherMateo.eb96e6.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04004", + "type": "Investigator", + "class": "Mystic", + "traits": "Believer. Warden.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/FatherMateo.eb96e6.json b/objects/AllPlayerCards.15bb07/FatherMateo.eb96e6.json new file mode 100644 index 00000000..febadb3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FatherMateo.eb96e6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Priest", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FatherMateo.eb96e6.gmnotes", + "GUID": "eb96e6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Father Mateo", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.943, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FaustianBargain.17d34b.gmnotes b/objects/AllPlayerCards.15bb07/FaustianBargain.17d34b.gmnotes new file mode 100644 index 00000000..5d470848 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FaustianBargain.17d34b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07028", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Pact. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/FaustianBargain.17d34b.json b/objects/AllPlayerCards.15bb07/FaustianBargain.17d34b.json new file mode 100644 index 00000000..6ba0664e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FaustianBargain.17d34b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586622, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5866": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FaustianBargain.17d34b.gmnotes", + "GUID": "17d34b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Faustian Bargain", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.028, + "posY": 3.681, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.gmnotes b/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.gmnotes new file mode 100644 index 00000000..14021aff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07271", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "level": 1, + "traits": "Pact. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.json b/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.json new file mode 100644 index 00000000..111bfc34 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449610, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FavoroftheMoon1.542a70.gmnotes", + "GUID": "542a70", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/FavoroftheMoon1.542a70.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Favor of the Moon (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.999, + "posY": 3.832, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.ttslua b/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.ttslua new file mode 100644 index 00000000..b5d0866d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FavoroftheMoon1.542a70.ttslua @@ -0,0 +1,82 @@ +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 + diff --git a/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.gmnotes b/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.gmnotes new file mode 100644 index 00000000..31e03d48 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07272", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 1, + "traits": "Pact. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.json b/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.json new file mode 100644 index 00000000..c3469e80 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.gmnotes", + "GUID": "1e6a06", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Favor of the Sun (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.118, + "posY": 4.073, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.ttslua b/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.ttslua new file mode 100644 index 00000000..fd97fdf1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FavoroftheSun1.1e6a06.ttslua @@ -0,0 +1,82 @@ +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 + diff --git a/objects/AllPlayerCards.15bb07/Fearless.cd0ac1.gmnotes b/objects/AllPlayerCards.15bb07/Fearless.cd0ac1.gmnotes new file mode 100644 index 00000000..f29eb275 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fearless.cd0ac1.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01067", + "alternate_ids": [ + "01567" + ], + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Fearless.cd0ac1.json b/objects/AllPlayerCards.15bb07/Fearless.cd0ac1.json new file mode 100644 index 00000000..760b813a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fearless.cd0ac1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Fearless.cd0ac1.gmnotes", + "GUID": "cd0ac1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fearless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Fearless2.b2e27e.gmnotes b/objects/AllPlayerCards.15bb07/Fearless2.b2e27e.gmnotes new file mode 100644 index 00000000..b8cef325 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fearless2.b2e27e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02268", + "type": "Skill", + "class": "Mystic", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Fearless2.b2e27e.json b/objects/AllPlayerCards.15bb07/Fearless2.b2e27e.json new file mode 100644 index 00000000..da880699 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fearless2.b2e27e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230337, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Fearless2.b2e27e.gmnotes", + "GUID": "b2e27e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fearless (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.877, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FeedtheMind.a614de.gmnotes b/objects/AllPlayerCards.15bb07/FeedtheMind.a614de.gmnotes new file mode 100644 index 00000000..fa02b70f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FeedtheMind.a614de.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60209", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/FeedtheMind.a614de.json b/objects/AllPlayerCards.15bb07/FeedtheMind.a614de.json new file mode 100644 index 00000000..be23b725 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FeedtheMind.a614de.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FeedtheMind.a614de.gmnotes", + "GUID": "a614de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feed the Mind", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.042, + "posY": 3.911, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FeedtheMind3.bc4788.gmnotes b/objects/AllPlayerCards.15bb07/FeedtheMind3.bc4788.gmnotes new file mode 100644 index 00000000..33effcb1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FeedtheMind3.bc4788.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04267", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/FeedtheMind3.bc4788.json b/objects/AllPlayerCards.15bb07/FeedtheMind3.bc4788.json new file mode 100644 index 00000000..8da0843f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FeedtheMind3.bc4788.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2622": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FeedtheMind3.bc4788.gmnotes", + "GUID": "bc4788", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feed the Mind (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.686, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Fence1.2423e7.gmnotes b/objects/AllPlayerCards.15bb07/Fence1.2423e7.gmnotes new file mode 100644 index 00000000..54cb4e6f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fence1.2423e7.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04108", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 1, + "traits": "Connection. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Fence1.2423e7.json b/objects/AllPlayerCards.15bb07/Fence1.2423e7.json new file mode 100644 index 00000000..984605e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fence1.2423e7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315238, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Fence1.2423e7.gmnotes", + "GUID": "2423e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fence (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.023, + "posY": 3.945, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FendOff3.0c2449.gmnotes b/objects/AllPlayerCards.15bb07/FendOff3.0c2449.gmnotes new file mode 100644 index 00000000..c9848e6b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FendOff3.0c2449.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08082", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Gambit. Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/FendOff3.0c2449.json b/objects/AllPlayerCards.15bb07/FendOff3.0c2449.json new file mode 100644 index 00000000..ba8747ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FendOff3.0c2449.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378911, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FendOff3.0c2449.gmnotes", + "GUID": "0c2449", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fend Off (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.749, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Fey1.f10690.gmnotes b/objects/AllPlayerCards.15bb07/Fey1.f10690.gmnotes new file mode 100644 index 00000000..133c7b10 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fey1.f10690.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07222", + "type": "Skill", + "class": "Seeker", + "level": 1, + "traits": "Innate. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Fey1.f10690.json b/objects/AllPlayerCards.15bb07/Fey1.f10690.json new file mode 100644 index 00000000..ff65ebf2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fey1.f10690.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5794": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Fey1.f10690.gmnotes", + "GUID": "f10690", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fey (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.147, + "posY": 3.767, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FickleFortune3.1b4684.gmnotes b/objects/AllPlayerCards.15bb07/FickleFortune3.1b4684.gmnotes new file mode 100644 index 00000000..ecb97d3f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FickleFortune3.1b4684.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09118", + "type": "Event", + "class": "Survivor", + "level": 3, + "traits": "Dilemma. Fortune.", + "permanent": false, + "weakness": false +} diff --git a/objects/AllPlayerCards.15bb07/FickleFortune3.1b4684.json b/objects/AllPlayerCards.15bb07/FickleFortune3.1b4684.json new file mode 100644 index 00000000..010fd4f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FickleFortune3.1b4684.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379142, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FickleFortune3.1b4684.gmnotes", + "GUID": "1b4684", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fickle Fortune (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.368, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FieldAgent2.babfb6.gmnotes b/objects/AllPlayerCards.15bb07/FieldAgent2.babfb6.gmnotes new file mode 100644 index 00000000..fa59d14d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FieldAgent2.babfb6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09033", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 2, + "traits": "Ally. Agency.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/FieldAgent2.babfb6.json b/objects/AllPlayerCards.15bb07/FieldAgent2.babfb6.json new file mode 100644 index 00000000..ffbb4419 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FieldAgent2.babfb6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379026, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FieldAgent2.babfb6.gmnotes", + "GUID": "babfb6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Field Agent (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.025, + "posY": 3.341, + "posZ": 65.978, + "rotX": 358, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Fieldwork.d6771f.gmnotes b/objects/AllPlayerCards.15bb07/Fieldwork.d6771f.gmnotes new file mode 100644 index 00000000..df659543 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fieldwork.d6771f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03024", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Fieldwork.d6771f.json b/objects/AllPlayerCards.15bb07/Fieldwork.d6771f.json new file mode 100644 index 00000000..e615a3f0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Fieldwork.d6771f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368429, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Fieldwork.d6771f.gmnotes", + "GUID": "d6771f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fieldwork", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.998, + "posY": 3.776, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FightingLessons.fc2432.gmnotes b/objects/AllPlayerCards.15bb07/FightingLessons.fc2432.gmnotes new file mode 100644 index 00000000..2cb54e30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FightingLessons.fc2432.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09030", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/FightingLessons.fc2432.json b/objects/AllPlayerCards.15bb07/FightingLessons.fc2432.json new file mode 100644 index 00000000..d9df9dbf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FightingLessons.fc2432.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379023, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FightingLessons.fc2432.gmnotes", + "GUID": "fc2432", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fighting Lessons", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.025, + "posY": 3.364, + "posZ": 65.978, + "rotX": 358, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FightorFlight.00af4f.gmnotes b/objects/AllPlayerCards.15bb07/FightorFlight.00af4f.gmnotes new file mode 100644 index 00000000..64f8c999 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FightorFlight.00af4f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03155", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/FightorFlight.00af4f.json b/objects/AllPlayerCards.15bb07/FightorFlight.00af4f.json new file mode 100644 index 00000000..928b6c1c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FightorFlight.00af4f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FightorFlight.00af4f.gmnotes", + "GUID": "00af4f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fight or Flight", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.046, + "posY": 3.909, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FinalRhapsody.2c901b.gmnotes b/objects/AllPlayerCards.15bb07/FinalRhapsody.2c901b.gmnotes new file mode 100644 index 00000000..624265f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinalRhapsody.2c901b.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "02013", + "type": "Treachery", + "class": "Neutral", + "traits": "Endtimes.", + "permanent": false, + "weakness": true, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/FinalRhapsody.2c901b.json b/objects/AllPlayerCards.15bb07/FinalRhapsody.2c901b.json new file mode 100644 index 00000000..00b7a0fa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinalRhapsody.2c901b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 372011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3720": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FinalRhapsody.2c901b.gmnotes", + "GUID": "2c901b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Final Rhapsody", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.017, + "posY": 4.048, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FineClothes.5cb973.gmnotes b/objects/AllPlayerCards.15bb07/FineClothes.5cb973.gmnotes new file mode 100644 index 00000000..5e768c9a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FineClothes.5cb973.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02272", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "level": 0, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/FineClothes.5cb973.json b/objects/AllPlayerCards.15bb07/FineClothes.5cb973.json new file mode 100644 index 00000000..7877450c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FineClothes.5cb973.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368511, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FineClothes.5cb973.gmnotes", + "GUID": "5cb973", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fine Clothes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.01, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FinePrint.39452d.gmnotes b/objects/AllPlayerCards.15bb07/FinePrint.39452d.gmnotes new file mode 100644 index 00000000..12af6dc1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinePrint.39452d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "53014", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/FinePrint.39452d.json b/objects/AllPlayerCards.15bb07/FinePrint.39452d.json new file mode 100644 index 00000000..e68b315e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinePrint.39452d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545213, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FinePrint.39452d.gmnotes", + "GUID": "39452d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fine Print", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.015, + "posY": 4.01, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FingerprintKit.b9bb2a.gmnotes b/objects/AllPlayerCards.15bb07/FingerprintKit.b9bb2a.gmnotes new file mode 100644 index 00000000..28a01b3d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FingerprintKit.b9bb2a.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05024", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/FingerprintKit.b9bb2a.json b/objects/AllPlayerCards.15bb07/FingerprintKit.b9bb2a.json new file mode 100644 index 00000000..48adee28 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FingerprintKit.b9bb2a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4308": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FingerprintKit.b9bb2a.gmnotes", + "GUID": "b9bb2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fingerprint Kit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.01, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FingerprintKit4.33b09e.gmnotes b/objects/AllPlayerCards.15bb07/FingerprintKit4.33b09e.gmnotes new file mode 100644 index 00000000..21b5ed02 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FingerprintKit4.33b09e.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "09057", + "type": "Asset", + "class": "Seeker", + "cost": 5, + "level": 4, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/FingerprintKit4.33b09e.json b/objects/AllPlayerCards.15bb07/FingerprintKit4.33b09e.json new file mode 100644 index 00000000..469bc090 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FingerprintKit4.33b09e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379050, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FingerprintKit4.33b09e.gmnotes", + "GUID": "33b09e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fingerprint Kit (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.355, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FinnEdwards.82dc80.json b/objects/AllPlayerCards.15bb07/FinnEdwards.82dc80.json new file mode 100644 index 00000000..bb7e13d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinnEdwards.82dc80.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261918, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2619": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"04003-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "82dc80", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Finn Edwards", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.873, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FinnEdwards.dd40c0.gmnotes b/objects/AllPlayerCards.15bb07/FinnEdwards.dd40c0.gmnotes new file mode 100644 index 00000000..8bf8abd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinnEdwards.dd40c0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04003", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 1, + "intellectIcons": 4, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/FinnEdwards.dd40c0.json b/objects/AllPlayerCards.15bb07/FinnEdwards.dd40c0.json new file mode 100644 index 00000000..a61bd136 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinnEdwards.dd40c0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271518, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2715": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Bootlegger", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FinnEdwards.dd40c0.gmnotes", + "GUID": "dd40c0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Finn Edwards", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 50.419, + "posY": 2.495, + "posZ": 23.819, + "rotX": 2, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FinnsTrusty38.848d9c.gmnotes b/objects/AllPlayerCards.15bb07/FinnsTrusty38.848d9c.gmnotes new file mode 100644 index 00000000..9659707e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinnsTrusty38.848d9c.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04011", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/FinnsTrusty38.848d9c.json b/objects/AllPlayerCards.15bb07/FinnsTrusty38.848d9c.json new file mode 100644 index 00000000..b70af81b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FinnsTrusty38.848d9c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 376739, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3767": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FinnsTrusty38.848d9c.gmnotes", + "GUID": "848d9c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Finn's Trusty .38", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.554, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FireAxe.9da37c.gmnotes b/objects/AllPlayerCards.15bb07/FireAxe.9da37c.gmnotes new file mode 100644 index 00000000..368f158f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FireAxe.9da37c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02032", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/FireAxe.9da37c.json b/objects/AllPlayerCards.15bb07/FireAxe.9da37c.json new file mode 100644 index 00000000..6345ba12 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FireAxe.9da37c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368825, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FireAxe.9da37c.gmnotes", + "GUID": "9da37c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fire Axe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.518, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FireExtinguisher1.8a4673.gmnotes b/objects/AllPlayerCards.15bb07/FireExtinguisher1.8a4673.gmnotes new file mode 100644 index 00000000..a50c7cc4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FireExtinguisher1.8a4673.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02114", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 1, + "traits": "Item. Tool. Melee.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/FireExtinguisher1.8a4673.json b/objects/AllPlayerCards.15bb07/FireExtinguisher1.8a4673.json new file mode 100644 index 00000000..13cdd61f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FireExtinguisher1.8a4673.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368838, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FireExtinguisher1.8a4673.gmnotes", + "GUID": "8a4673", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fire Extinguisher (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.031, + "posY": 3.681, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FireExtinguisher3.fb019d.gmnotes b/objects/AllPlayerCards.15bb07/FireExtinguisher3.fb019d.gmnotes new file mode 100644 index 00000000..093cf1c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FireExtinguisher3.fb019d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08080", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Item. Tool. Melee.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/FireExtinguisher3.fb019d.json b/objects/AllPlayerCards.15bb07/FireExtinguisher3.fb019d.json new file mode 100644 index 00000000..aea2bd68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FireExtinguisher3.fb019d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378909, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FireExtinguisher3.fb019d.gmnotes", + "GUID": "fb019d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fire Extinguisher (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.178, + "posY": 2.946, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid.56b8ad.gmnotes b/objects/AllPlayerCards.15bb07/FirstAid.56b8ad.gmnotes new file mode 100644 index 00000000..b64b52bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid.56b8ad.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "01519", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Talent. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid.56b8ad.json b/objects/AllPlayerCards.15bb07/FirstAid.56b8ad.json new file mode 100644 index 00000000..b18a4c81 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid.56b8ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FirstAid.56b8ad.gmnotes", + "GUID": "56b8ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "First Aid", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.812, + "posY": 3.317, + "posZ": 7.665, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid.5cd622.gmnotes b/objects/AllPlayerCards.15bb07/FirstAid.5cd622.gmnotes new file mode 100644 index 00000000..9952eb68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid.5cd622.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "01019", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Talent. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid.5cd622.json b/objects/AllPlayerCards.15bb07/FirstAid.5cd622.json new file mode 100644 index 00000000..1e183d73 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid.5cd622.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226324, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FirstAid.5cd622.gmnotes", + "GUID": "5cd622", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "First Aid", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.826, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid3.3c7eb1.gmnotes b/objects/AllPlayerCards.15bb07/FirstAid3.3c7eb1.gmnotes new file mode 100644 index 00000000..bdb74aef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid3.3c7eb1.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "01683", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 3, + "traits": "Talent. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid3.3c7eb1.json b/objects/AllPlayerCards.15bb07/FirstAid3.3c7eb1.json new file mode 100644 index 00000000..70a72a0c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid3.3c7eb1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587215, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FirstAid3.3c7eb1.gmnotes", + "GUID": "3c7eb1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "First Aid (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.916, + "posY": 3.319, + "posZ": 7.632, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid3.bc80ab.gmnotes b/objects/AllPlayerCards.15bb07/FirstAid3.bc80ab.gmnotes new file mode 100644 index 00000000..8d57544e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid3.bc80ab.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "03230", + "alternate_ids": [ + "01683" + ], + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 3, + "traits": "Talent. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/FirstAid3.bc80ab.json b/objects/AllPlayerCards.15bb07/FirstAid3.bc80ab.json new file mode 100644 index 00000000..0329d496 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstAid3.bc80ab.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226353, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FirstAid3.bc80ab.gmnotes", + "GUID": "bc80ab", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "First Aid (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.157, + "posY": 4.193, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FirstWatch.0bb3da.gmnotes b/objects/AllPlayerCards.15bb07/FirstWatch.0bb3da.gmnotes new file mode 100644 index 00000000..0cadd43a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstWatch.0bb3da.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06110", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/FirstWatch.0bb3da.json b/objects/AllPlayerCards.15bb07/FirstWatch.0bb3da.json new file mode 100644 index 00000000..09320969 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FirstWatch.0bb3da.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379828, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3798": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FirstWatch.0bb3da.gmnotes", + "GUID": "0bb3da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "First Watch", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.055, + "posY": 3.757, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FishingNet.c7b748.gmnotes b/objects/AllPlayerCards.15bb07/FishingNet.c7b748.gmnotes new file mode 100644 index 00000000..188e9dcf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FishingNet.c7b748.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "81021", + "type": "Asset", + "class": "Neutral", + "traits": "Trap.", + "permanent": false, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/FishingNet.c7b748.json b/objects/AllPlayerCards.15bb07/FishingNet.c7b748.json new file mode 100644 index 00000000..a674d3c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FishingNet.c7b748.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 7502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "75": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Trap.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FishingNet.c7b748.gmnotes", + "GUID": "c7b748", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fishing Net", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.348, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FiveofPentacles1.46187b.gmnotes b/objects/AllPlayerCards.15bb07/FiveofPentacles1.46187b.gmnotes new file mode 100644 index 00000000..cbceb05a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FiveofPentacles1.46187b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05039", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 1, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/FiveofPentacles1.46187b.json b/objects/AllPlayerCards.15bb07/FiveofPentacles1.46187b.json new file mode 100644 index 00000000..94865625 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FiveofPentacles1.46187b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2746": { + "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": "From the Brink", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FiveofPentacles1.46187b.gmnotes", + "GUID": "46187b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Five of Pentacles (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.057, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Flamethrower5.cf4f15.gmnotes b/objects/AllPlayerCards.15bb07/Flamethrower5.cf4f15.gmnotes new file mode 100644 index 00000000..66f70de9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flamethrower5.cf4f15.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04305-t", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 5, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Flamethrower5.cf4f15.json b/objects/AllPlayerCards.15bb07/Flamethrower5.cf4f15.json new file mode 100644 index 00000000..3ca91a45 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flamethrower5.cf4f15.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314002, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3140": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Flamethrower5.cf4f15.gmnotes", + "GUID": "cf4f15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flamethrower (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.8, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.gmnotes b/objects/AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.gmnotes new file mode 100644 index 00000000..66f70de9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04305-t", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 5, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.json b/objects/AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.json new file mode 100644 index 00000000..0b3a5722 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Flamethrower5Taboo.8f170b.gmnotes", + "GUID": "8f170b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flamethrower (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.167, + "posY": 3.176, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Flare1.017821.gmnotes b/objects/AllPlayerCards.15bb07/Flare1.017821.gmnotes new file mode 100644 index 00000000..69964c14 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flare1.017821.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02115", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 1, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Flare1.017821.json b/objects/AllPlayerCards.15bb07/Flare1.017821.json new file mode 100644 index 00000000..890c9647 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flare1.017821.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368839, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Flare1.017821.gmnotes", + "GUID": "017821", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flare (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.032, + "posY": 3.684, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Flashlight.bb1cce.gmnotes b/objects/AllPlayerCards.15bb07/Flashlight.bb1cce.gmnotes new file mode 100644 index 00000000..69227272 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flashlight.bb1cce.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01087", + "alternate_ids": [ + "01587" + ], + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Flashlight.bb1cce.json b/objects/AllPlayerCards.15bb07/Flashlight.bb1cce.json new file mode 100644 index 00000000..d7010cfe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flashlight.bb1cce.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368515, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Flashlight.bb1cce.gmnotes", + "GUID": "bb1cce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flashlight", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Flashlight3.2b3301.gmnotes b/objects/AllPlayerCards.15bb07/Flashlight3.2b3301.gmnotes new file mode 100644 index 00000000..8c785865 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flashlight3.2b3301.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "09122", + "type": "Asset", + "cost": 2, + "level": 3, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/Flashlight3.2b3301.json b/objects/AllPlayerCards.15bb07/Flashlight3.2b3301.json new file mode 100644 index 00000000..49272880 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Flashlight3.2b3301.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379146, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Flashlight3.2b3301.gmnotes", + "GUID": "2b3301", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flashlight (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.369, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FleshWard.52c686.gmnotes b/objects/AllPlayerCards.15bb07/FleshWard.52c686.gmnotes new file mode 100644 index 00000000..12fa4862 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FleshWard.52c686.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60106", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/FleshWard.52c686.json b/objects/AllPlayerCards.15bb07/FleshWard.52c686.json new file mode 100644 index 00000000..ea374c17 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FleshWard.52c686.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FleshWard.52c686.gmnotes", + "GUID": "52c686", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flesh Ward", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.156, + "posY": 4.184, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.gmnotes b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.gmnotes new file mode 100644 index 00000000..087fd1fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07268", + "type": "Asset", + "class": "Mystic", + "level": 4, + "traits": "Item. Instrument. Relic. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.json b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.json new file mode 100644 index 00000000..ac328f50 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.gmnotes", + "GUID": "3cc1e2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flute of the Outer Gods (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.99, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.ttslua b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.ttslua new file mode 100644 index 00000000..b5d0866d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4.3cc1e2.ttslua @@ -0,0 +1,82 @@ +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 + diff --git a/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.gmnotes b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.gmnotes new file mode 100644 index 00000000..0192a0c3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07268-t", + "type": "Asset", + "class": "Mystic", + "level": 4, + "traits": "Item. Instrument. Relic. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.json b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.json new file mode 100644 index 00000000..4ae1a0c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558213, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FluteoftheOuterGods4Taboo.669c4e.gmnotes", + "GUID": "669c4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Flute of the Outer Gods (4) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.836, + "posY": 4.462, + "posZ": -48.407, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Followed.0cc3e7.gmnotes b/objects/AllPlayerCards.15bb07/Followed.0cc3e7.gmnotes new file mode 100644 index 00000000..0f8df99c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Followed.0cc3e7.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06114", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Followed.0cc3e7.json b/objects/AllPlayerCards.15bb07/Followed.0cc3e7.json new file mode 100644 index 00000000..3c7086cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Followed.0cc3e7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380025, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3800": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Followed.0cc3e7.gmnotes", + "GUID": "0cc3e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Followed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.731, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Foolishness.fa777f.gmnotes b/objects/AllPlayerCards.15bb07/Foolishness.fa777f.gmnotes new file mode 100644 index 00000000..4cc2e747 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Foolishness.fa777f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "98011", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Creature. Dreamlands.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/Foolishness.fa777f.json b/objects/AllPlayerCards.15bb07/Foolishness.fa777f.json new file mode 100644 index 00000000..65304473 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Foolishness.fa777f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2305": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Foolishness.fa777f.gmnotes", + "GUID": "fa777f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Foolishness", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.784, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Foolmeonce1.b6506d.gmnotes b/objects/AllPlayerCards.15bb07/Foolmeonce1.b6506d.gmnotes new file mode 100644 index 00000000..297950d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Foolmeonce1.b6506d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06156", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Foolmeonce1.b6506d.json b/objects/AllPlayerCards.15bb07/Foolmeonce1.b6506d.json new file mode 100644 index 00000000..9610053a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Foolmeonce1.b6506d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379830, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3798": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Foolmeonce1.b6506d.gmnotes", + "GUID": "b6506d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Fool me once...\" (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.156, + "posY": 4.184, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.gmnotes b/objects/AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.gmnotes new file mode 100644 index 00000000..ab12594e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01058", + "alternate_ids": [ + "01558" + ], + "type": "Asset", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.json b/objects/AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.json new file mode 100644 index 00000000..7c0549d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230316, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ForbiddenKnowledge.80acd2.gmnotes", + "GUID": "80acd2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Forbidden Knowledge", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenTome.0a4d22.gmnotes b/objects/AllPlayerCards.15bb07/ForbiddenTome.0a4d22.gmnotes new file mode 100644 index 00000000..65631908 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenTome.0a4d22.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60210", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "count": 5, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenTome.0a4d22.json b/objects/AllPlayerCards.15bb07/ForbiddenTome.0a4d22.json new file mode 100644 index 00000000..c813759a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenTome.0a4d22.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538808, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Untranslated", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ForbiddenTome.0a4d22.gmnotes", + "GUID": "0a4d22", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Forbidden Tome", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.764, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenTome3.2f4507.gmnotes b/objects/AllPlayerCards.15bb07/ForbiddenTome3.2f4507.gmnotes new file mode 100644 index 00000000..f0344167 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenTome3.2f4507.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "60229", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 3, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenTome3.2f4507.json b/objects/AllPlayerCards.15bb07/ForbiddenTome3.2f4507.json new file mode 100644 index 00000000..09728b4f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenTome3.2f4507.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538827, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dark Knowledge", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ForbiddenTome3.2f4507.gmnotes", + "GUID": "2f4507", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Forbidden Tome (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.087, + "posY": 3.68, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenTome3.f375bf.gmnotes b/objects/AllPlayerCards.15bb07/ForbiddenTome3.f375bf.gmnotes new file mode 100644 index 00000000..4241df0c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenTome3.f375bf.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "60230", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 3, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ForbiddenTome3.f375bf.json b/objects/AllPlayerCards.15bb07/ForbiddenTome3.f375bf.json new file mode 100644 index 00000000..385bf082 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForbiddenTome3.f375bf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538828, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Secrets Revealed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ForbiddenTome3.f375bf.gmnotes", + "GUID": "f375bf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Forbidden Tome (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.463, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ForcedLearning.fa06f9.gmnotes b/objects/AllPlayerCards.15bb07/ForcedLearning.fa06f9.gmnotes new file mode 100644 index 00000000..9ece7499 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForcedLearning.fa06f9.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08031", + "type": "Asset", + "class": "Seeker", + "level": 0, + "traits": "Talent. Ritual.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ForcedLearning.fa06f9.json b/objects/AllPlayerCards.15bb07/ForcedLearning.fa06f9.json new file mode 100644 index 00000000..9e29243b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ForcedLearning.fa06f9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379021, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ForcedLearning.fa06f9.gmnotes", + "GUID": "fa06f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Forced Learning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.198, + "posY": 2.147, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Foresight1.c09a15.gmnotes b/objects/AllPlayerCards.15bb07/Foresight1.c09a15.gmnotes new file mode 100644 index 00000000..05534d40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Foresight1.c09a15.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08064", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 1, + "traits": "Augury.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Foresight1.c09a15.json b/objects/AllPlayerCards.15bb07/Foresight1.c09a15.json new file mode 100644 index 00000000..2a7782af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Foresight1.c09a15.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379054, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Foresight1.c09a15.gmnotes", + "GUID": "c09a15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Foresight (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.19, + "posY": 2.305, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Forewarned1.c17f2c.gmnotes b/objects/AllPlayerCards.15bb07/Forewarned1.c17f2c.gmnotes new file mode 100644 index 00000000..d15c3999 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Forewarned1.c17f2c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03150", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Forewarned1.c17f2c.json b/objects/AllPlayerCards.15bb07/Forewarned1.c17f2c.json new file mode 100644 index 00000000..c1699fc4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Forewarned1.c17f2c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430636, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/Forewarned1.c17f2c.gmnotes", + "GUID": "c17f2c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Forewarned (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.164, + "posY": 3.523, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.gmnotes b/objects/AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.gmnotes new file mode 100644 index 00000000..0b883b24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06034", + "type": "Event", + "class": "Survivor", + "level": 0, + "traits": "Fortune. Insight.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.json b/objects/AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.json new file mode 100644 index 00000000..cf6e1fd0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440627, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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_path": "AllPlayerCards.15bb07/FortuitousDiscovery.dacbf0.gmnotes", + "GUID": "dacbf0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fortuitous Discovery", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.15, + "posY": 3.972, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FortuneorFate2.e674e8.gmnotes b/objects/AllPlayerCards.15bb07/FortuneorFate2.e674e8.gmnotes new file mode 100644 index 00000000..6509d1cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FortuneorFate2.e674e8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05237", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Fortune. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/FortuneorFate2.e674e8.json b/objects/AllPlayerCards.15bb07/FortuneorFate2.e674e8.json new file mode 100644 index 00000000..ddd43713 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FortuneorFate2.e674e8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293015, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/FortuneorFate2.e674e8.gmnotes", + "GUID": "e674e8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fortune or Fate (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.011, + "posY": 3.759, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FourofCups1.dd4e2a.gmnotes b/objects/AllPlayerCards.15bb07/FourofCups1.dd4e2a.gmnotes new file mode 100644 index 00000000..af1dfbfb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FourofCups1.dd4e2a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05035", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 1, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/FourofCups1.dd4e2a.json b/objects/AllPlayerCards.15bb07/FourofCups1.dd4e2a.json new file mode 100644 index 00000000..78c2395c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FourofCups1.dd4e2a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430905, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4309": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Chalice of the Heart", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FourofCups1.dd4e2a.gmnotes", + "GUID": "dd4e2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Four of Cups (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.164, + "posY": 3.437, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.gmnotes b/objects/AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.gmnotes new file mode 100644 index 00000000..a14cf67b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.gmnotes @@ -0,0 +1,50 @@ +{ + "id": "09060", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Favor.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "customizations": [ + { + "name": "Helpful", + "xp": 1, + "text": "When you play Friends in Low Places, you may choose another investigator at your location to resolve its effects." + }, + { + "name": "Versatile", + "xp": 2, + "text": "Choose another Trait. When you play Friends in Low Places, you may choose one of the looked-at cards with both chosen Traits to add to your hand without spending 1 resource." + }, + { + "name": "Bolstering", + "xp": 2, + "text": "Each card added to your hand by Friends in Low Places gains a ? icon until the end of the phase." + }, + { + "name": "Clever", + "xp": 2, + "text": "Instead of shuffling the remaining cards into your deck, you may place each of them on the top of your deck, in any order." + }, + { + "name": "Prompt", + "xp": 2, + "text": "Friends in Low Places gains fast and �€�play during any ? window.�€?" + }, + { + "name": "Experienced", + "xp": 3, + "text": "Increase the number of cards looked at by 3." + }, + { + "name": "Swift", + "xp": 3, + "text": "You may play one of the cards added to your hand (paying its cost)." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.json b/objects/AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.json new file mode 100644 index 00000000..53418dae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379053, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/FriendsinLowPlaces.c332af.gmnotes", + "GUID": "c332af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Friends in Low Places", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.388, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.json b/objects/AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.json new file mode 100644 index 00000000..fb03ee6b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8471": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001637087/1946EC3599E69417BEBD1376023DE45C5E696FC9/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09060-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "9fb3b9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Friends in Low Places Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.254, + "posY": 15.185, + "posZ": 23.114, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.ttslua b/objects/AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.ttslua new file mode 100644 index 00000000..29f9e918 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/FriendsinLowPlacesUpgradeSheet.9fb3b9.ttslua @@ -0,0 +1,184 @@ +-- Customizable Cards: Friends in Low Places +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons and input boxes +boxSize = 36 +inputFontsize = 50 + +-- static values +x_1 = -0.935 +x_offset = 0.0685 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.725, + -0.44, + -0.05, + 0.25, + 0.545, + 0.75, + 0.95 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 2, 2, 3, 3 } + +inputBoxes = { 1, 1 } +inputWidth = { 640, 290 } +inputPos = { { 0.275, 0.25, -0.91 }, { 0.6295, 0.25, -0.44 } } + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/Frostbitten.8abd77.gmnotes b/objects/AllPlayerCards.15bb07/Frostbitten.8abd77.gmnotes new file mode 100644 index 00000000..15a33ddd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Frostbitten.8abd77.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08646", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Frostbitten.8abd77.json b/objects/AllPlayerCards.15bb07/Frostbitten.8abd77.json new file mode 100644 index 00000000..39162478 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Frostbitten.8abd77.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Frostbitten.8abd77.gmnotes", + "GUID": "8abd77", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Frostbitten", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 79.116, + "posY": 3.33, + "posZ": 7.265, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Galvanize1.9e7f6a.gmnotes b/objects/AllPlayerCards.15bb07/Galvanize1.9e7f6a.gmnotes new file mode 100644 index 00000000..57b3cae3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Galvanize1.9e7f6a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60121", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 1, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Galvanize1.9e7f6a.json b/objects/AllPlayerCards.15bb07/Galvanize1.9e7f6a.json new file mode 100644 index 00000000..f1fb0942 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Galvanize1.9e7f6a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Galvanize1.9e7f6a.gmnotes", + "GUID": "9e7f6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Galvanize (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.159, + "posY": 4.067, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GangUp1.09cc35.gmnotes b/objects/AllPlayerCards.15bb07/GangUp1.09cc35.gmnotes new file mode 100644 index 00000000..dacb7a04 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GangUp1.09cc35.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08022", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 1, + "traits": "Spirit. Synergy.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/GangUp1.09cc35.json b/objects/AllPlayerCards.15bb07/GangUp1.09cc35.json new file mode 100644 index 00000000..7cc3e0ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GangUp1.09cc35.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379012, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GangUp1.09cc35.gmnotes", + "GUID": "09cc35", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gang Up (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.353, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GarroteWire2.b45c82.gmnotes b/objects/AllPlayerCards.15bb07/GarroteWire2.b45c82.gmnotes new file mode 100644 index 00000000..b225b3e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GarroteWire2.b45c82.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06280", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Item. Weapon.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/GarroteWire2.b45c82.json b/objects/AllPlayerCards.15bb07/GarroteWire2.b45c82.json new file mode 100644 index 00000000..972cfe63 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GarroteWire2.b45c82.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4490": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GarroteWire2.b45c82.gmnotes", + "GUID": "b45c82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Garrote Wire (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.983, + "posY": 3.711, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GateBox.b8c891.gmnotes b/objects/AllPlayerCards.15bb07/GateBox.b8c891.gmnotes new file mode 100644 index 00000000..25fafa32 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GateBox.b8c891.gmnotes @@ -0,0 +1,24 @@ +{ + "id": "06013", + "type": "Asset", + "class": "Neutral", + "startsInPlay": true, + "cost": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06015a" + } + ], + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/GateBox.b8c891.json b/objects/AllPlayerCards.15bb07/GateBox.b8c891.json new file mode 100644 index 00000000..91cb1f42 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GateBox.b8c891.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5825": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Worlds within Worlds", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GateBox.b8c891.gmnotes", + "GUID": "b8c891", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gate Box", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.084, + "posY": 3.694, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GavriellaMizrah.2237f4.gmnotes b/objects/AllPlayerCards.15bb07/GavriellaMizrah.2237f4.gmnotes new file mode 100644 index 00000000..bc7ff172 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GavriellaMizrah.2237f4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05258", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Veteran.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GavriellaMizrah.2237f4.json b/objects/AllPlayerCards.15bb07/GavriellaMizrah.2237f4.json new file mode 100644 index 00000000..d2056da6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GavriellaMizrah.2237f4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312511, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3125": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/786356000879761873/F22612DB451928DCA4344F3F125F5A8CE128A817/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Not Going Down That Easily", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GavriellaMizrah.2237f4.gmnotes", + "GUID": "2237f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gavriella Mizrah", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.775, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.gmnotes b/objects/AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.gmnotes new file mode 100644 index 00000000..b6000b39 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07155", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 2, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.json b/objects/AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.json new file mode 100644 index 00000000..300ea169 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/GazeofOuraxsh2.b7c316.gmnotes", + "GUID": "b7c316", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gaze of Ouraxsh (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.196, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GearedUp.028cf7.gmnotes b/objects/AllPlayerCards.15bb07/GearedUp.028cf7.gmnotes new file mode 100644 index 00000000..00e6a793 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GearedUp.028cf7.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08019", + "type": "Asset", + "class": "Guardian", + "level": 0, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/GearedUp.028cf7.json b/objects/AllPlayerCards.15bb07/GearedUp.028cf7.json new file mode 100644 index 00000000..6d2380a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GearedUp.028cf7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379009, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GearedUp.028cf7.gmnotes", + "GUID": "028cf7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Geared Up", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 2.991, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Geas2.b7223c.gmnotes b/objects/AllPlayerCards.15bb07/Geas2.b7223c.gmnotes new file mode 100644 index 00000000..2b647aef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Geas2.b7223c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07265", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Pact.", + "permanent": false, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Geas2.b7223c.json b/objects/AllPlayerCards.15bb07/Geas2.b7223c.json new file mode 100644 index 00000000..19453ef5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Geas2.b7223c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Geas2.b7223c.gmnotes", + "GUID": "b7223c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Geas (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.092, + "posY": 3.715, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GenBeauregard3.255aa3.gmnotes b/objects/AllPlayerCards.15bb07/GenBeauregard3.255aa3.gmnotes new file mode 100644 index 00000000..759af440 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GenBeauregard3.255aa3.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08099", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 5, + "level": 3, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/GenBeauregard3.255aa3.json b/objects/AllPlayerCards.15bb07/GenBeauregard3.255aa3.json new file mode 100644 index 00000000..03cf4a30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GenBeauregard3.255aa3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378937, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Intrepid Explorer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GenBeauregard3.255aa3.gmnotes", + "GUID": "255aa3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gené Beauregard (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.184, + "posY": 2.699, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.gmnotes b/objects/AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.gmnotes new file mode 100644 index 00000000..b9ae5069 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08099-t", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 5, + "level": 3, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.json b/objects/AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.json new file mode 100644 index 00000000..f229094a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Intrepid Explorer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GenBeauregard3Taboo.ab32db.gmnotes", + "GUID": "ab32db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gené Beauregard (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.846, + "posY": 4.648, + "posZ": -52.356, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Getbehindme.76270e.gmnotes b/objects/AllPlayerCards.15bb07/Getbehindme.76270e.gmnotes new file mode 100644 index 00000000..2e109b8d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Getbehindme.76270e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08021", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Getbehindme.76270e.json b/objects/AllPlayerCards.15bb07/Getbehindme.76270e.json new file mode 100644 index 00000000..d984fad8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Getbehindme.76270e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Getbehindme.76270e.gmnotes", + "GUID": "76270e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Get behind me!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.348, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Getoverhere.5b0f86.gmnotes b/objects/AllPlayerCards.15bb07/Getoverhere.5b0f86.gmnotes new file mode 100644 index 00000000..c8e73dab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Getoverhere.5b0f86.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60114", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Getoverhere.5b0f86.json b/objects/AllPlayerCards.15bb07/Getoverhere.5b0f86.json new file mode 100644 index 00000000..e3bcb0a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Getoverhere.5b0f86.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Getoverhere.5b0f86.gmnotes", + "GUID": "5b0f86", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Get over here!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.169, + "posY": 3.134, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Getoverhere2.415ca2.gmnotes b/objects/AllPlayerCards.15bb07/Getoverhere2.415ca2.gmnotes new file mode 100644 index 00000000..87dd5645 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Getoverhere2.415ca2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60123", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Getoverhere2.415ca2.json b/objects/AllPlayerCards.15bb07/Getoverhere2.415ca2.json new file mode 100644 index 00000000..fc39e8c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Getoverhere2.415ca2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Getoverhere2.415ca2.gmnotes", + "GUID": "415ca2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Get over here!\" (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.048, + "posY": 3.89, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GhastlyPossession.63282f.gmnotes b/objects/AllPlayerCards.15bb07/GhastlyPossession.63282f.gmnotes new file mode 100644 index 00000000..609a3b63 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GhastlyPossession.63282f.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09090", + "type": "Skill", + "class": "Mystic", + "level": 1, + "traits": "Innate. Spell.", + "permanent": false, + "weakness": false, + "wildIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/GhastlyPossession.63282f.json b/objects/AllPlayerCards.15bb07/GhastlyPossession.63282f.json new file mode 100644 index 00000000..1d7574f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GhastlyPossession.63282f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379114, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GhastlyPossession.63282f.gmnotes", + "GUID": "63282f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ghastly Possession", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.699, + "posY": 3.353, + "posZ": 65.711, + "rotX": 358, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GhastlyRevelation.b7c503.gmnotes b/objects/AllPlayerCards.15bb07/GhastlyRevelation.b7c503.gmnotes new file mode 100644 index 00000000..16603276 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GhastlyRevelation.b7c503.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05275", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GhastlyRevelation.b7c503.json b/objects/AllPlayerCards.15bb07/GhastlyRevelation.b7c503.json new file mode 100644 index 00000000..fef80c8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GhastlyRevelation.b7c503.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5923": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GhastlyRevelation.b7c503.gmnotes", + "GUID": "b7c503", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ghastly Revelation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.188, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GildedVolto.d0e108.gmnotes b/objects/AllPlayerCards.15bb07/GildedVolto.d0e108.gmnotes new file mode 100644 index 00000000..30aead35 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GildedVolto.d0e108.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "82026", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Mask.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/GildedVolto.d0e108.json b/objects/AllPlayerCards.15bb07/GildedVolto.d0e108.json new file mode 100644 index 00000000..868463d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GildedVolto.d0e108.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 295604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2956": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GildedVolto.d0e108.gmnotes", + "GUID": "d0e108", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gilded Volto", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.657, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GirishKadakia4.bdd70d.gmnotes b/objects/AllPlayerCards.15bb07/GirishKadakia4.bdd70d.gmnotes new file mode 100644 index 00000000..0e4977d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GirishKadakia4.bdd70d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09038", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 4, + "traits": "Ally. Police.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/GirishKadakia4.bdd70d.json b/objects/AllPlayerCards.15bb07/GirishKadakia4.bdd70d.json new file mode 100644 index 00000000..384ae9cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GirishKadakia4.bdd70d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379031, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "ICPC Punjab Detective", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GirishKadakia4.bdd70d.gmnotes", + "GUID": "bdd70d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Girish Kadakia (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.67, + "posY": 3.346, + "posZ": 65.934, + "rotX": 357, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.gmnotes b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.gmnotes new file mode 100644 index 00000000..71dd8629 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60221", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.json b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.json new file mode 100644 index 00000000..e3de41d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538819, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GlimpsetheUnthinkable1.6e4d54.gmnotes", + "GUID": "6e4d54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Glimpse the Unthinkable (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.044, + "posY": 3.889, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.gmnotes b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.gmnotes new file mode 100644 index 00000000..b5fb5deb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05318", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 5, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 3, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.json b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.json new file mode 100644 index 00000000..4bb75f38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591922, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5919": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GlimpsetheUnthinkable5.090fcf.gmnotes", + "GUID": "090fcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Glimpse the Unthinkable (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.109, + "posY": 3.817, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GloriaGoldberg.571596.gmnotes b/objects/AllPlayerCards.15bb07/GloriaGoldberg.571596.gmnotes new file mode 100644 index 00000000..a79f05bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GloriaGoldberg.571596.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "98019", + "type": "Investigator", + "class": "Mystic", + "traits": "Clairvoyant.", + "willpowerIcons": 5, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 1, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/GloriaGoldberg.571596.json b/objects/AllPlayerCards.15bb07/GloriaGoldberg.571596.json new file mode 100644 index 00000000..1927b6f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GloriaGoldberg.571596.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154537387/9BBCF9ACFA26E3C0649434C832E5681AB731A77B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154536333/92BABC93BFBC5E1DA2C2A7B5EA5E62151E0DE3D7/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Writer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GloriaGoldberg.571596.gmnotes", + "GUID": "571596", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gloria Goldberg", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.128, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GloriaGoldberg.aa6282.json b/objects/AllPlayerCards.15bb07/GloriaGoldberg.aa6282.json new file mode 100644 index 00000000..e5f379a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GloriaGoldberg.aa6282.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5915": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280927665/2B5BEB0B97C302165C773E291FE06863816EC59F/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280927433/BAC4CB96D8CB18760D53AF7B8096C09FACDADC97/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"98019-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "aa6282", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Gloria Goldberg", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.902, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Glory.273584.gmnotes b/objects/AllPlayerCards.15bb07/Glory.273584.gmnotes new file mode 100644 index 00000000..8305fafd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Glory.273584.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60115", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Glory.273584.json b/objects/AllPlayerCards.15bb07/Glory.273584.json new file mode 100644 index 00000000..1d1df78b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Glory.273584.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545313, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Glory.273584.gmnotes", + "GUID": "273584", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Glory", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.81, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrannyOrne.1cccfe.gmnotes b/objects/AllPlayerCards.15bb07/GrannyOrne.1cccfe.gmnotes new file mode 100644 index 00000000..b1585abf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrannyOrne.1cccfe.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60508", + "type": "Asset", + "class": "Survivor", + "cost": 4, + "level": 0, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GrannyOrne.1cccfe.json b/objects/AllPlayerCards.15bb07/GrannyOrne.1cccfe.json new file mode 100644 index 00000000..c5e485d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrannyOrne.1cccfe.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Tough Old Bird", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrannyOrne.1cccfe.gmnotes", + "GUID": "1cccfe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Granny Orne", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.077, + "posY": 3.684, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrannyOrne3.52a66f.gmnotes b/objects/AllPlayerCards.15bb07/GrannyOrne3.52a66f.gmnotes new file mode 100644 index 00000000..9c11423b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrannyOrne3.52a66f.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60527", + "type": "Asset", + "class": "Survivor", + "cost": 4, + "level": 3, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GrannyOrne3.52a66f.json b/objects/AllPlayerCards.15bb07/GrannyOrne3.52a66f.json new file mode 100644 index 00000000..3cee6be5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrannyOrne3.52a66f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550825, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Tough Old Bird", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrannyOrne3.52a66f.gmnotes", + "GUID": "52a66f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Granny Orne (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.716, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrapplingHook.09f1a2.gmnotes b/objects/AllPlayerCards.15bb07/GrapplingHook.09f1a2.gmnotes new file mode 100644 index 00000000..5bf6902d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrapplingHook.09f1a2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09009", + "type": "Asset", + "cost": 3, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/GrapplingHook.09f1a2.json b/objects/AllPlayerCards.15bb07/GrapplingHook.09f1a2.json new file mode 100644 index 00000000..e38fa917 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrapplingHook.09f1a2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379005, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrapplingHook.09f1a2.gmnotes", + "GUID": "09f1a2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grappling Hook", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.983, + "posY": 2.211, + "posZ": 59.36, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GravediggersShovel.3fe6de.gmnotes b/objects/AllPlayerCards.15bb07/GravediggersShovel.3fe6de.gmnotes new file mode 100644 index 00000000..c3e8c045 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GravediggersShovel.3fe6de.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03037", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Tool. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/GravediggersShovel.3fe6de.json b/objects/AllPlayerCards.15bb07/GravediggersShovel.3fe6de.json new file mode 100644 index 00000000..172e5462 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GravediggersShovel.3fe6de.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368829, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GravediggersShovel.3fe6de.gmnotes", + "GUID": "3fe6de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gravedigger's Shovel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.659, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GravediggersShovel2.96a440.gmnotes b/objects/AllPlayerCards.15bb07/GravediggersShovel2.96a440.gmnotes new file mode 100644 index 00000000..c253bddc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GravediggersShovel2.96a440.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "52010", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Item. Tool. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/GravediggersShovel2.96a440.json b/objects/AllPlayerCards.15bb07/GravediggersShovel2.96a440.json new file mode 100644 index 00000000..9a8066a6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GravediggersShovel2.96a440.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440622, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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_path": "AllPlayerCards.15bb07/GravediggersShovel2.96a440.gmnotes", + "GUID": "96a440", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gravedigger's Shovel (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.014, + "posY": 3.991, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.gmnotes b/objects/AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.gmnotes new file mode 100644 index 00000000..f66d62db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03017", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Monster. Ghoul.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.json b/objects/AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.json new file mode 100644 index 00000000..a5a7cdc8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 373819, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3738": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GraveyardGhouls.80b7c6.gmnotes", + "GUID": "80b7c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Graveyard Ghouls", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.98, + "posY": 3.923, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.gmnotes b/objects/AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.gmnotes new file mode 100644 index 00000000..1685ca5c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "09058", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 5, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.json b/objects/AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.json new file mode 100644 index 00000000..551afb5a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379051, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Doctors' Bible", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GraysAnatomy5.f4e7f3.gmnotes", + "GUID": "f4e7f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gray's Anatomy (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.387, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Greed.0ca36f.gmnotes b/objects/AllPlayerCards.15bb07/Greed.0ca36f.gmnotes new file mode 100644 index 00000000..10c7563a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Greed.0ca36f.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08018", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Greed.0ca36f.json b/objects/AllPlayerCards.15bb07/Greed.0ca36f.json new file mode 100644 index 00000000..c4b9fab0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Greed.0ca36f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Greed.0ca36f.gmnotes", + "GUID": "0ca36f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Greed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.433, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GreenManMedallion.c729ab.gmnotes b/objects/AllPlayerCards.15bb07/GreenManMedallion.c729ab.gmnotes new file mode 100644 index 00000000..15a22a4e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreenManMedallion.c729ab.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "98002", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/GreenManMedallion.c729ab.json b/objects/AllPlayerCards.15bb07/GreenManMedallion.c729ab.json new file mode 100644 index 00000000..dd1d2df9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreenManMedallion.c729ab.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371565, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3715": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hour of the Huntress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GreenManMedallion.c729ab.gmnotes", + "GUID": "c729ab", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Green Man Medallion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.682, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GreenSoapstone.d36d80.gmnotes b/objects/AllPlayerCards.15bb07/GreenSoapstone.d36d80.gmnotes new file mode 100644 index 00000000..6cbdd90e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreenSoapstone.d36d80.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08614", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Expedition.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/GreenSoapstone.d36d80.json b/objects/AllPlayerCards.15bb07/GreenSoapstone.d36d80.json new file mode 100644 index 00000000..f414f1f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreenSoapstone.d36d80.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Jinxed Idol", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GreenSoapstone.d36d80.gmnotes", + "GUID": "d36d80", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Green Soapstone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.371, + "posY": 3.326, + "posZ": 7.631, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GregoryGry.90bf93.gmnotes b/objects/AllPlayerCards.15bb07/GregoryGry.90bf93.gmnotes new file mode 100644 index 00000000..036b7df2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GregoryGry.90bf93.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06162", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Ally. Criminal. Dreamer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 9, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/GregoryGry.90bf93.json b/objects/AllPlayerCards.15bb07/GregoryGry.90bf93.json new file mode 100644 index 00000000..e11c7ba4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GregoryGry.90bf93.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380029, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3800": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Muckraker", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GregoryGry.90bf93.gmnotes", + "GUID": "90bf93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gregory Gry", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.021, + "posY": 4.027, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GreteWagner.f6dfe5.gmnotes b/objects/AllPlayerCards.15bb07/GreteWagner.f6dfe5.gmnotes new file mode 100644 index 00000000..d3e0ceec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreteWagner.f6dfe5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60107", + "type": "Asset", + "class": "Guardian", + "cost": 5, + "level": 0, + "traits": "Ally. Hunter.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GreteWagner.f6dfe5.json b/objects/AllPlayerCards.15bb07/GreteWagner.f6dfe5.json new file mode 100644 index 00000000..3b70c6c1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreteWagner.f6dfe5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Purifier", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GreteWagner.f6dfe5.gmnotes", + "GUID": "f6dfe5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grete Wagner", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.062, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GreteWagner3.b39b78.gmnotes b/objects/AllPlayerCards.15bb07/GreteWagner3.b39b78.gmnotes new file mode 100644 index 00000000..58cb211d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreteWagner3.b39b78.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "60128", + "type": "Asset", + "class": "Guardian", + "cost": 5, + "level": 3, + "traits": "Ally. Hunter.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GreteWagner3.b39b78.json b/objects/AllPlayerCards.15bb07/GreteWagner3.b39b78.json new file mode 100644 index 00000000..3fc05ecb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GreteWagner3.b39b78.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545326, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Purifier", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GreteWagner3.b39b78.gmnotes", + "GUID": "b39b78", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grete Wagner (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.144, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrievousWound.d7c63c.gmnotes b/objects/AllPlayerCards.15bb07/GrievousWound.d7c63c.gmnotes new file mode 100644 index 00000000..0ea4cba7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrievousWound.d7c63c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09027", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/GrievousWound.d7c63c.json b/objects/AllPlayerCards.15bb07/GrievousWound.d7c63c.json new file mode 100644 index 00000000..c7a8652f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrievousWound.d7c63c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379020, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrievousWound.d7c63c.gmnotes", + "GUID": "d7c63c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grievous Wound", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 13.019, + "posY": 2.207, + "posZ": 51.627, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrimMemoir.d1f1d9.gmnotes b/objects/AllPlayerCards.15bb07/GrimMemoir.d1f1d9.gmnotes new file mode 100644 index 00000000..e52c06e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrimMemoir.d1f1d9.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "09044", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/GrimMemoir.d1f1d9.json b/objects/AllPlayerCards.15bb07/GrimMemoir.d1f1d9.json new file mode 100644 index 00000000..4525a124 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrimMemoir.d1f1d9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379037, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrimMemoir.d1f1d9.gmnotes", + "GUID": "d1f1d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grim Memoir", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.398, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.gmnotes b/objects/AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.gmnotes new file mode 100644 index 00000000..cfd37384 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60506", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.json b/objects/AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.json new file mode 100644 index 00000000..96a40dd9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrimmsFairyTales.1d75d0.gmnotes", + "GUID": "1d75d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grimm's Fairy Tales", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.02, + "posY": 4.049, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrislyTotem.a20887.gmnotes b/objects/AllPlayerCards.15bb07/GrislyTotem.a20887.gmnotes new file mode 100644 index 00000000..b14aa8ad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrislyTotem.a20887.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05119", + "type": "Asset", + "class": "Survivor|Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GrislyTotem.a20887.json b/objects/AllPlayerCards.15bb07/GrislyTotem.a20887.json new file mode 100644 index 00000000..f6760e46 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrislyTotem.a20887.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2776": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrislyTotem.a20887.gmnotes", + "GUID": "a20887", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grisly Totem", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.694, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrislyTotem3.1433eb.gmnotes b/objects/AllPlayerCards.15bb07/GrislyTotem3.1433eb.gmnotes new file mode 100644 index 00000000..1bc1f417 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrislyTotem3.1433eb.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05194", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 3, + "traits": "Item. Charm. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GrislyTotem3.1433eb.json b/objects/AllPlayerCards.15bb07/GrislyTotem3.1433eb.json new file mode 100644 index 00000000..dfb157df --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrislyTotem3.1433eb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293217, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2932": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Seeker", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrislyTotem3.1433eb.gmnotes", + "GUID": "1433eb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grisly Totem (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.022, + "posY": 3.992, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrislyTotem3.5fae20.gmnotes b/objects/AllPlayerCards.15bb07/GrislyTotem3.5fae20.gmnotes new file mode 100644 index 00000000..995d89c9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrislyTotem3.5fae20.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05195", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Item. Charm. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GrislyTotem3.5fae20.json b/objects/AllPlayerCards.15bb07/GrislyTotem3.5fae20.json new file mode 100644 index 00000000..7d1c3acd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrislyTotem3.5fae20.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293016, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Survivor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrislyTotem3.5fae20.gmnotes", + "GUID": "5fae20", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grisly Totem (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.174, + "posY": 2.915, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GritYourTeeth.a92a90.gmnotes b/objects/AllPlayerCards.15bb07/GritYourTeeth.a92a90.gmnotes new file mode 100644 index 00000000..ecc21873 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GritYourTeeth.a92a90.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60515", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GritYourTeeth.a92a90.json b/objects/AllPlayerCards.15bb07/GritYourTeeth.a92a90.json new file mode 100644 index 00000000..aceadd7e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GritYourTeeth.a92a90.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GritYourTeeth.a92a90.gmnotes", + "GUID": "a92a90", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grit Your Teeth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.329, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Grizzled.9417a7.gmnotes b/objects/AllPlayerCards.15bb07/Grizzled.9417a7.gmnotes new file mode 100644 index 00000000..a2df2341 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Grizzled.9417a7.gmnotes @@ -0,0 +1,38 @@ +{ + "id": "09101", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "customizations": [ + { + "name": "Specialist", + "xp": 1, + "text": "Choose another trait." + }, + { + "name": "Specialist", + "xp": 2, + "text": "Choose another trait." + }, + { + "name": "Nemesis", + "xp": 3, + "text": "If this is a skill test on or against an enemy with a chosen trait and the test is successful, you may attach Grizzled to that enemy. Reduce the difficulty of tests on or against the attached enemy by 1." + }, + { + "name": "Mythos-Hardened", + "xp": 4, + "text": "If this skill test is on a treachery with a chosen trait and the test is successful, you may add both Grizzled and that treachery to the victory display." + }, + { + "name": "Always Prepared", + "xp": 5, + "text": "After you draw an encounter card with a chosen trait, return one copy of Grizzled from your discard pile to your hand. (Max once per round.)" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Grizzled.9417a7.json b/objects/AllPlayerCards.15bb07/Grizzled.9417a7.json new file mode 100644 index 00000000..b16dc539 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Grizzled.9417a7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Grizzled.9417a7.gmnotes", + "GUID": "9417a7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grizzled", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.361, + "posZ": 65.637, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.json b/objects/AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.json new file mode 100644 index 00000000..f560be9f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8478": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001639376/3AB82488B75B16FBFC07722963E64E1532572CBD/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09101-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "ef8f08", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Grizzled Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 75.73, + "posY": 9.192, + "posZ": 15.558, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.ttslua b/objects/AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.ttslua new file mode 100644 index 00000000..452bd886 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrizzledUpgradeSheet.ef8f08.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Grizzled +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons and input boxes +boxSize = 40 +inputFontsize = 50 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.71, + -0.458, + -0.205, + 0.362, + 0.82 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 3, 4, 5 } + +inputBoxes = { 1, 1, 1 } +inputWidth = { 600, 875, 875 } +inputPos = { { 0.3, 0.25, -0.91 }, { 0.005, 0.25, -0.58 }, { 0.005, 0.25, -0.32 } } + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.gmnotes b/objects/AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.gmnotes new file mode 100644 index 00000000..47d753e7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60421", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.json b/objects/AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.json new file mode 100644 index 00000000..f3956bad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538719, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrotesqueStatue2.6b2e97.gmnotes", + "GUID": "6b2e97", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grotesque Statue (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.52, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.gmnotes b/objects/AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.gmnotes new file mode 100644 index 00000000..eb5e7ef2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01071", + "alternate_ids": [ + "01571" + ], + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.json b/objects/AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.json new file mode 100644 index 00000000..6620ab59 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230356, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GrotesqueStatue4.07bc04.gmnotes", + "GUID": "07bc04", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grotesque Statue (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Grounded1.98fc57.gmnotes b/objects/AllPlayerCards.15bb07/Grounded1.98fc57.gmnotes new file mode 100644 index 00000000..ec4e4f4f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Grounded1.98fc57.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03113", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 1, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Grounded1.98fc57.json b/objects/AllPlayerCards.15bb07/Grounded1.98fc57.json new file mode 100644 index 00000000..b1aef2e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Grounded1.98fc57.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230332, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Grounded1.98fc57.gmnotes", + "GUID": "98fc57", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grounded (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.038, + "posY": 3.933, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Grounded3.edb064.gmnotes b/objects/AllPlayerCards.15bb07/Grounded3.edb064.gmnotes new file mode 100644 index 00000000..a25b236d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Grounded3.edb064.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08069", + "type": "Asset", + "class": "Mystic", + "cost": 0, + "level": 3, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Grounded3.edb064.json b/objects/AllPlayerCards.15bb07/Grounded3.edb064.json new file mode 100644 index 00000000..7f96ea6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Grounded3.edb064.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379059, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Grounded3.edb064.gmnotes", + "GUID": "edb064", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Grounded (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.187, + "posY": 2.374, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuardDog.001ae8.gmnotes b/objects/AllPlayerCards.15bb07/GuardDog.001ae8.gmnotes new file mode 100644 index 00000000..b18120d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardDog.001ae8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01521", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/GuardDog.001ae8.json b/objects/AllPlayerCards.15bb07/GuardDog.001ae8.json new file mode 100644 index 00000000..60603750 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardDog.001ae8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuardDog.001ae8.gmnotes", + "GUID": "001ae8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guard Dog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.919, + "posY": 3.315, + "posZ": 7.759, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuardDog.08bdf1.gmnotes b/objects/AllPlayerCards.15bb07/GuardDog.08bdf1.gmnotes new file mode 100644 index 00000000..70796fc0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardDog.08bdf1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01021", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/GuardDog.08bdf1.json b/objects/AllPlayerCards.15bb07/GuardDog.08bdf1.json new file mode 100644 index 00000000..2b6dec47 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardDog.08bdf1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226326, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuardDog.08bdf1.gmnotes", + "GUID": "08bdf1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guard Dog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 83.384, + "posY": 1.985, + "posZ": -10.394, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuardDog2.9009db.gmnotes b/objects/AllPlayerCards.15bb07/GuardDog2.9009db.gmnotes new file mode 100644 index 00000000..0fc5a839 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardDog2.9009db.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09034", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 2, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/GuardDog2.9009db.json b/objects/AllPlayerCards.15bb07/GuardDog2.9009db.json new file mode 100644 index 00000000..59fe1545 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardDog2.9009db.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379027, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuardDog2.9009db.gmnotes", + "GUID": "9009db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guard Dog (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.026, + "posY": 3.329, + "posZ": 65.979, + "rotX": 357, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuardianAngel.3c0249.gmnotes b/objects/AllPlayerCards.15bb07/GuardianAngel.3c0249.gmnotes new file mode 100644 index 00000000..f21545cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardianAngel.3c0249.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07006", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ritual. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/GuardianAngel.3c0249.json b/objects/AllPlayerCards.15bb07/GuardianAngel.3c0249.json new file mode 100644 index 00000000..9c503804 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardianAngel.3c0249.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5805": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuardianAngel.3c0249.gmnotes", + "GUID": "3c0249", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guardian Angel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.688, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.gmnotes b/objects/AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.gmnotes new file mode 100644 index 00000000..555ed2b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06025", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.json b/objects/AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.json new file mode 100644 index 00000000..63035ebf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440723, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuardianoftheCrystallizer.aec357.gmnotes", + "GUID": "aec357", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guardian of the Crystallizer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.011, + "posY": 3.847, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Guidance.bbfe9b.gmnotes b/objects/AllPlayerCards.15bb07/Guidance.bbfe9b.gmnotes new file mode 100644 index 00000000..c8342809 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guidance.bbfe9b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03265", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Guidance.bbfe9b.json b/objects/AllPlayerCards.15bb07/Guidance.bbfe9b.json new file mode 100644 index 00000000..87549d36 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guidance.bbfe9b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Guidance.bbfe9b.gmnotes", + "GUID": "bbfe9b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guidance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.962, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Guidance1.425841.gmnotes b/objects/AllPlayerCards.15bb07/Guidance1.425841.gmnotes new file mode 100644 index 00000000..4156e40d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guidance1.425841.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09053", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 1, + "traits": "", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/Guidance1.425841.json b/objects/AllPlayerCards.15bb07/Guidance1.425841.json new file mode 100644 index 00000000..66ed581f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guidance1.425841.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379046, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Guidance1.425841.gmnotes", + "GUID": "425841", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guidance (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.396, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.gmnotes b/objects/AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.gmnotes new file mode 100644 index 00000000..5309dffa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07223", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.json b/objects/AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.json new file mode 100644 index 00000000..a47a5e40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590706, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5907": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuidedbytheUnseen3.477e79.gmnotes", + "GUID": "477e79", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guided by the Unseen (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.169, + "posY": 3.139, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/GuidingSpirit1.9375f4.gmnotes b/objects/AllPlayerCards.15bb07/GuidingSpirit1.9375f4.gmnotes new file mode 100644 index 00000000..8bf1ebba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuidingSpirit1.9375f4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05236", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Ally. Geist.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/GuidingSpirit1.9375f4.json b/objects/AllPlayerCards.15bb07/GuidingSpirit1.9375f4.json new file mode 100644 index 00000000..67c71031 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/GuidingSpirit1.9375f4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5884": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/GuidingSpirit1.9375f4.gmnotes", + "GUID": "9375f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guiding Spirit (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.09, + "posY": 3.681, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Gumption1.4cb0c9.gmnotes b/objects/AllPlayerCards.15bb07/Gumption1.4cb0c9.gmnotes new file mode 100644 index 00000000..31f52178 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Gumption1.4cb0c9.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09112", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Innate.", + "permanent": false, + "weakness": false +} diff --git a/objects/AllPlayerCards.15bb07/Gumption1.4cb0c9.json b/objects/AllPlayerCards.15bb07/Gumption1.4cb0c9.json new file mode 100644 index 00000000..9d00af2a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Gumption1.4cb0c9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379136, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Gumption1.4cb0c9.gmnotes", + "GUID": "4cb0c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gumption (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.369, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Guts.8f7289.gmnotes b/objects/AllPlayerCards.15bb07/Guts.8f7289.gmnotes new file mode 100644 index 00000000..49f34c77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guts.8f7289.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01089", + "alternate_ids": [ + "01589" + ], + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Guts.8f7289.json b/objects/AllPlayerCards.15bb07/Guts.8f7289.json new file mode 100644 index 00000000..25876b77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guts.8f7289.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Guts.8f7289.gmnotes", + "GUID": "8f7289", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Guts2.219c78.gmnotes b/objects/AllPlayerCards.15bb07/Guts2.219c78.gmnotes new file mode 100644 index 00000000..ff355eee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guts2.219c78.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60424", + "type": "Skill", + "class": "Mystic", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 3, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Guts2.219c78.json b/objects/AllPlayerCards.15bb07/Guts2.219c78.json new file mode 100644 index 00000000..1c3fe76f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Guts2.219c78.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538722, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Guts2.219c78.gmnotes", + "GUID": "219c78", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guts (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.17, + "posY": 3.118, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hallow3.e40802.gmnotes b/objects/AllPlayerCards.15bb07/Hallow3.e40802.gmnotes new file mode 100644 index 00000000..39737e30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hallow3.e40802.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07301", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Hallow3.e40802.json b/objects/AllPlayerCards.15bb07/Hallow3.e40802.json new file mode 100644 index 00000000..3b542cb7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hallow3.e40802.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5891": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hallow3.e40802.gmnotes", + "GUID": "e40802", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hallow (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.986, + "posY": 3.729, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.gmnotes b/objects/AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.gmnotes new file mode 100644 index 00000000..f17df830 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07301-t", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.json b/objects/AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.json new file mode 100644 index 00000000..b439b749 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5856": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hallow3Taboo.3a85c4.gmnotes", + "GUID": "3a85c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hallow (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.145, + "posY": 3.685, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HallowedChalice.3fa5b8.gmnotes b/objects/AllPlayerCards.15bb07/HallowedChalice.3fa5b8.gmnotes new file mode 100644 index 00000000..779dbf84 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HallowedChalice.3fa5b8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09084", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/HallowedChalice.3fa5b8.json b/objects/AllPlayerCards.15bb07/HallowedChalice.3fa5b8.json new file mode 100644 index 00000000..3876e690 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HallowedChalice.3fa5b8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379108, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HallowedChalice.3fa5b8.gmnotes", + "GUID": "3fa5b8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hallowed Chalice", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.375, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HallowedMirror.312d38.gmnotes b/objects/AllPlayerCards.15bb07/HallowedMirror.312d38.gmnotes new file mode 100644 index 00000000..4dc8fffb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HallowedMirror.312d38.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "05313", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Item. Relic. Occult. Blessed.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 3, + "id": "05314" + } + ], + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/HallowedMirror.312d38.json b/objects/AllPlayerCards.15bb07/HallowedMirror.312d38.json new file mode 100644 index 00000000..3eab016e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HallowedMirror.312d38.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378620, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3786": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HallowedMirror.312d38.gmnotes", + "GUID": "312d38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hallowed Mirror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.717, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HallowedMirror3.78858f.gmnotes b/objects/AllPlayerCards.15bb07/HallowedMirror3.78858f.gmnotes new file mode 100644 index 00000000..bece360e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HallowedMirror3.78858f.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "54002", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 3, + "traits": "Item. Relic. Occult. Blessed.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 3, + "id": "05314" + } + ], + "willpowerIcons": 2, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/HallowedMirror3.78858f.json b/objects/AllPlayerCards.15bb07/HallowedMirror3.78858f.json new file mode 100644 index 00000000..7b6219ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HallowedMirror3.78858f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449522, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HallowedMirror3.78858f.gmnotes", + "GUID": "78858f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hallowed Mirror (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.054, + "posY": 3.676, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Handcuffs.5f33be.gmnotes b/objects/AllPlayerCards.15bb07/Handcuffs.5f33be.gmnotes new file mode 100644 index 00000000..dbdd0d1d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Handcuffs.5f33be.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04265", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Item. Police.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Handcuffs.5f33be.json b/objects/AllPlayerCards.15bb07/Handcuffs.5f33be.json new file mode 100644 index 00000000..fc5eeb32 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Handcuffs.5f33be.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 313301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3133": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Handcuffs.5f33be.gmnotes", + "GUID": "5f33be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Handcuffs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.185, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Handcuffs2.07c480.gmnotes b/objects/AllPlayerCards.15bb07/Handcuffs2.07c480.gmnotes new file mode 100644 index 00000000..720cf9be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Handcuffs2.07c480.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09035", + "type": "Asset", + "class": "Guardian", + "cost": 1, + "level": 2, + "traits": "Item. Police.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/Handcuffs2.07c480.json b/objects/AllPlayerCards.15bb07/Handcuffs2.07c480.json new file mode 100644 index 00000000..cdfb8f36 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Handcuffs2.07c480.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379028, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Handcuffs2.07c480.gmnotes", + "GUID": "07c480", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Handcuffs (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.025, + "posY": 3.38, + "posZ": 65.978, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HandofFate.1ad931.gmnotes b/objects/AllPlayerCards.15bb07/HandofFate.1ad931.gmnotes new file mode 100644 index 00000000..a28acdd9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HandofFate.1ad931.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07020", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/HandofFate.1ad931.json b/objects/AllPlayerCards.15bb07/HandofFate.1ad931.json new file mode 100644 index 00000000..d7c07234 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HandofFate.1ad931.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5883": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HandofFate.1ad931.gmnotes", + "GUID": "1ad931", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hand of Fate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.126, + "posY": 3.904, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks.132069.gmnotes b/objects/AllPlayerCards.15bb07/HardKnocks.132069.gmnotes new file mode 100644 index 00000000..a730a631 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks.132069.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01549", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks.132069.json b/objects/AllPlayerCards.15bb07/HardKnocks.132069.json new file mode 100644 index 00000000..1f98f9af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks.132069.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HardKnocks.132069.gmnotes", + "GUID": "132069", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hard Knocks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.811, + "posY": 3.321, + "posZ": 7.665, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks.68744b.gmnotes b/objects/AllPlayerCards.15bb07/HardKnocks.68744b.gmnotes new file mode 100644 index 00000000..7a29e543 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks.68744b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01049", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks.68744b.json b/objects/AllPlayerCards.15bb07/HardKnocks.68744b.json new file mode 100644 index 00000000..cd5857c1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks.68744b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368623, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HardKnocks.68744b.gmnotes", + "GUID": "68744b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hard Knocks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.077, + "posY": 3.684, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks2.15643b.gmnotes b/objects/AllPlayerCards.15bb07/HardKnocks2.15643b.gmnotes new file mode 100644 index 00000000..43926a4f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks2.15643b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50005", + "type": "Asset", + "class": "Rogue", + "cost": 0, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks2.15643b.json b/objects/AllPlayerCards.15bb07/HardKnocks2.15643b.json new file mode 100644 index 00000000..fe1037ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks2.15643b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315242, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HardKnocks2.15643b.gmnotes", + "GUID": "15643b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hard Knocks (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.158, + "posY": 4.155, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks4.9565f0.gmnotes b/objects/AllPlayerCards.15bb07/HardKnocks4.9565f0.gmnotes new file mode 100644 index 00000000..ac03495a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks4.9565f0.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07266", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 4, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/HardKnocks4.9565f0.json b/objects/AllPlayerCards.15bb07/HardKnocks4.9565f0.json new file mode 100644 index 00000000..98535945 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HardKnocks4.9565f0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HardKnocks4.9565f0.gmnotes", + "GUID": "9565f0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hard Knocks (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.873, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HarmonyRestored2.7885cf.gmnotes b/objects/AllPlayerCards.15bb07/HarmonyRestored2.7885cf.gmnotes new file mode 100644 index 00000000..8f7fd1ed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HarmonyRestored2.7885cf.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07230", + "type": "Event", + "class": "Survivor", + "cost": 3, + "level": 2, + "traits": "Fortune. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/HarmonyRestored2.7885cf.json b/objects/AllPlayerCards.15bb07/HarmonyRestored2.7885cf.json new file mode 100644 index 00000000..6525edb1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HarmonyRestored2.7885cf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580010, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5800": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HarmonyRestored2.7885cf.gmnotes", + "GUID": "7885cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Harmony Restored (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.81, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HarveyWalters.1fa944.gmnotes b/objects/AllPlayerCards.15bb07/HarveyWalters.1fa944.gmnotes new file mode 100644 index 00000000..097264cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HarveyWalters.1fa944.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60201", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 4, + "intellectIcons": 5, + "combatIcons": 1, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/HarveyWalters.1fa944.json b/objects/AllPlayerCards.15bb07/HarveyWalters.1fa944.json new file mode 100644 index 00000000..fd11ab52 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HarveyWalters.1fa944.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 234901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2349": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887642390/2CC878F26205C80F4B8D69DE3A4433804A31AABF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887640918/BF3A963B745EF2047ABDFC524AEE4EA0145A04F4/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Professor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HarveyWalters.1fa944.gmnotes", + "GUID": "1fa944", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Harvey Walters", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.605, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HarveyWalters.2d6db0.json b/objects/AllPlayerCards.15bb07/HarveyWalters.2d6db0.json new file mode 100644 index 00000000..1a479c03 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HarveyWalters.2d6db0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274217, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2742": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093847742/6DF29C75A96B1D04C068D3AACAE25F9D2363BE9A/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"60201-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "2d6db0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Harvey Walters", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.202, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Haste2.1bd139.gmnotes b/objects/AllPlayerCards.15bb07/Haste2.1bd139.gmnotes new file mode 100644 index 00000000..922c466e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Haste2.1bd139.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06239", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Haste2.1bd139.json b/objects/AllPlayerCards.15bb07/Haste2.1bd139.json new file mode 100644 index 00000000..2636191a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Haste2.1bd139.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447632, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4476": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Haste2.1bd139.gmnotes", + "GUID": "1bd139", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haste (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.126, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HatchetMan.857238.gmnotes b/objects/AllPlayerCards.15bb07/HatchetMan.857238.gmnotes new file mode 100644 index 00000000..52e4fc3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HatchetMan.857238.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04155", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/HatchetMan.857238.json b/objects/AllPlayerCards.15bb07/HatchetMan.857238.json new file mode 100644 index 00000000..4f6c573a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HatchetMan.857238.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2617": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HatchetMan.857238.gmnotes", + "GUID": "857238", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hatchet Man", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.116, + "posY": 4.071, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Haunted.249d83.gmnotes b/objects/AllPlayerCards.15bb07/Haunted.249d83.gmnotes new file mode 100644 index 00000000..fa3ee7e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Haunted.249d83.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01098", + "alternate_ids": [ + "01598" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Haunted.249d83.json b/objects/AllPlayerCards.15bb07/Haunted.249d83.json new file mode 100644 index 00000000..99e02c42 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Haunted.249d83.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Haunted.249d83.gmnotes", + "GUID": "249d83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.795, + "posY": 3.32, + "posZ": 26.952, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.gmnotes b/objects/AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.gmnotes new file mode 100644 index 00000000..798eac67 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05154", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.json b/objects/AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.json new file mode 100644 index 00000000..ec5eac5c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2778": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hawk-EyeFoldingCamera.5ada0a.gmnotes", + "GUID": "5ada0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hawk-Eye Folding Camera", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.829, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.gmnotes b/objects/AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.gmnotes new file mode 100644 index 00000000..d0a4a834 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07181", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.json b/objects/AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.json new file mode 100644 index 00000000..57608dbd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 451114, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4511": { + "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_path": "AllPlayerCards.15bb07/HeaddressofYha-nthlei.e44c96.gmnotes", + "GUID": "e44c96", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Headdress of Y'ha-nthlei", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.515, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HealingWords.bba97a.gmnotes b/objects/AllPlayerCards.15bb07/HealingWords.bba97a.gmnotes new file mode 100644 index 00000000..9452410b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HealingWords.bba97a.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06163", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/HealingWords.bba97a.json b/objects/AllPlayerCards.15bb07/HealingWords.bba97a.json new file mode 100644 index 00000000..f56e5e9e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HealingWords.bba97a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3801": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HealingWords.bba97a.gmnotes", + "GUID": "bba97a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Healing Words", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.147, + "posY": 3.672, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HealingWords3.f2726b.gmnotes b/objects/AllPlayerCards.15bb07/HealingWords3.f2726b.gmnotes new file mode 100644 index 00000000..62020a36 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HealingWords3.f2726b.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08068", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/HealingWords3.f2726b.json b/objects/AllPlayerCards.15bb07/HealingWords3.f2726b.json new file mode 100644 index 00000000..2bd38b1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HealingWords3.f2726b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379058, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HealingWords3.f2726b.gmnotes", + "GUID": "f2726b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Healing Words (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.188, + "posY": 2.355, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeavyFurs.275450.gmnotes b/objects/AllPlayerCards.15bb07/HeavyFurs.275450.gmnotes new file mode 100644 index 00000000..f7cbc0a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeavyFurs.275450.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08126", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 0, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/HeavyFurs.275450.json b/objects/AllPlayerCards.15bb07/HeavyFurs.275450.json new file mode 100644 index 00000000..9793c0b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeavyFurs.275450.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378913, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HeavyFurs.275450.gmnotes", + "GUID": "275450", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heavy Furs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.175, + "posY": 2.942, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeedtheDream2.3b7419.gmnotes b/objects/AllPlayerCards.15bb07/HeedtheDream2.3b7419.gmnotes new file mode 100644 index 00000000..dc7d49cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeedtheDream2.3b7419.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09115", + "type": "Event", + "class": "Survivor", + "level": 2, + "traits": "Augury. Dilemma.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/HeedtheDream2.3b7419.json b/objects/AllPlayerCards.15bb07/HeedtheDream2.3b7419.json new file mode 100644 index 00000000..33756cfb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeedtheDream2.3b7419.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379139, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HeedtheDream2.3b7419.gmnotes", + "GUID": "3b7419", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heed the Dream (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.364, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.gmnotes b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.gmnotes new file mode 100644 index 00000000..0f7088ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "90018", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 2, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.json b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.json new file mode 100644 index 00000000..2b419a47 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5854": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599785038865190/8B0106D5599808B6E00387C2535AC1C3F2330034/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Artifact from Another Life (Advanced)", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HeirloomofHyperborea.bf151d.gmnotes", + "GUID": "bf151d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heirloom of Hyperborea", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.008, + "posY": 3.687, + "posZ": -16.696, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.gmnotes b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.gmnotes new file mode 100644 index 00000000..27b5a0f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01012", + "alternate_ids": [ + "01512" + ], + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.json b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.json new file mode 100644 index 00000000..db01f7b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290422, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2904": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Artifact from Another Life", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HeirloomofHyperborea.e929f9.gmnotes", + "GUID": "e929f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heirloom of Hyperborea", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HelpingHand.7d93b4.gmnotes b/objects/AllPlayerCards.15bb07/HelpingHand.7d93b4.gmnotes new file mode 100644 index 00000000..0e700692 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HelpingHand.7d93b4.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09031", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/HelpingHand.7d93b4.json b/objects/AllPlayerCards.15bb07/HelpingHand.7d93b4.json new file mode 100644 index 00000000..80ef35dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HelpingHand.7d93b4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HelpingHand.7d93b4.gmnotes", + "GUID": "7d93b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Helping Hand", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.027, + "posY": 3.317, + "posZ": 65.979, + "rotX": 356, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HemisphericMap3.d2663c.gmnotes b/objects/AllPlayerCards.15bb07/HemisphericMap3.d2663c.gmnotes new file mode 100644 index 00000000..22112259 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HemisphericMap3.d2663c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04275", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/HemisphericMap3.d2663c.json b/objects/AllPlayerCards.15bb07/HemisphericMap3.d2663c.json new file mode 100644 index 00000000..4b8f8c2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HemisphericMap3.d2663c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2611": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HemisphericMap3.d2663c.gmnotes", + "GUID": "d2663c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hemispheric Map (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.156, + "posY": 4.169, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HenryWan.9df9df.gmnotes b/objects/AllPlayerCards.15bb07/HenryWan.9df9df.gmnotes new file mode 100644 index 00000000..4b2f1245 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HenryWan.9df9df.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05155", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/HenryWan.9df9df.json b/objects/AllPlayerCards.15bb07/HenryWan.9df9df.json new file mode 100644 index 00000000..fb3542ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HenryWan.9df9df.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277709, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2777": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Aspiring Actor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HenryWan.9df9df.gmnotes", + "GUID": "9df9df", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Henry Wan", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 3.815, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeroicRescue.bb0f6a.gmnotes b/objects/AllPlayerCards.15bb07/HeroicRescue.bb0f6a.gmnotes new file mode 100644 index 00000000..6f6c13ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeroicRescue.bb0f6a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03106", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/HeroicRescue.bb0f6a.json b/objects/AllPlayerCards.15bb07/HeroicRescue.bb0f6a.json new file mode 100644 index 00000000..058444b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeroicRescue.bb0f6a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226311, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HeroicRescue.bb0f6a.gmnotes", + "GUID": "bb0f6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heroic Rescue", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.759, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HeroicRescue2.93381d.gmnotes b/objects/AllPlayerCards.15bb07/HeroicRescue2.93381d.gmnotes new file mode 100644 index 00000000..19fadf77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeroicRescue2.93381d.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "06234", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/HeroicRescue2.93381d.json b/objects/AllPlayerCards.15bb07/HeroicRescue2.93381d.json new file mode 100644 index 00000000..67ac1cc8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HeroicRescue2.93381d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447934, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4479": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HeroicRescue2.93381d.gmnotes", + "GUID": "93381d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heroic Rescue (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.037, + "posY": 3.95, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HiddenPocket.9bef61.gmnotes b/objects/AllPlayerCards.15bb07/HiddenPocket.9bef61.gmnotes new file mode 100644 index 00000000..1a541c2a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HiddenPocket.9bef61.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09065", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Upgrade. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/HiddenPocket.9bef61.json b/objects/AllPlayerCards.15bb07/HiddenPocket.9bef61.json new file mode 100644 index 00000000..775c40e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HiddenPocket.9bef61.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379058, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HiddenPocket.9bef61.gmnotes", + "GUID": "9bef61", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hidden Pocket", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.363, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HidingSpot.dd130e.gmnotes b/objects/AllPlayerCards.15bb07/HidingSpot.dd130e.gmnotes new file mode 100644 index 00000000..4ca7f73e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HidingSpot.dd130e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03038", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Tactic. Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/HidingSpot.dd130e.json b/objects/AllPlayerCards.15bb07/HidingSpot.dd130e.json new file mode 100644 index 00000000..20753415 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HidingSpot.dd130e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368808, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HidingSpot.dd130e.gmnotes", + "GUID": "dd130e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hiding Spot", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.722, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HighRoller2.ce1b89.gmnotes b/objects/AllPlayerCards.15bb07/HighRoller2.ce1b89.gmnotes new file mode 100644 index 00000000..e763c46a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HighRoller2.ce1b89.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04156", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/HighRoller2.ce1b89.json b/objects/AllPlayerCards.15bb07/HighRoller2.ce1b89.json new file mode 100644 index 00000000..ad24eb26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HighRoller2.ce1b89.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315247, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HighRoller2.ce1b89.gmnotes", + "GUID": "ce1b89", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "High Roller (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.049, + "posY": 3.86, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HigherEducation.8595fb.gmnotes b/objects/AllPlayerCards.15bb07/HigherEducation.8595fb.gmnotes new file mode 100644 index 00000000..2f4d357a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HigherEducation.8595fb.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60211", + "type": "Asset", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/HigherEducation.8595fb.json b/objects/AllPlayerCards.15bb07/HigherEducation.8595fb.json new file mode 100644 index 00000000..bc654d68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HigherEducation.8595fb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538809, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HigherEducation.8595fb.gmnotes", + "GUID": "8595fb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Higher Education", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.169, + "posY": 3.144, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HigherEducation3.d48b25.gmnotes b/objects/AllPlayerCards.15bb07/HigherEducation3.d48b25.gmnotes new file mode 100644 index 00000000..ce3c906f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HigherEducation3.d48b25.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02187", + "type": "Asset", + "class": "Seeker", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/HigherEducation3.d48b25.json b/objects/AllPlayerCards.15bb07/HigherEducation3.d48b25.json new file mode 100644 index 00000000..4bcf6010 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HigherEducation3.d48b25.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430649, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/HigherEducation3.d48b25.gmnotes", + "GUID": "d48b25", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Higher Education (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.163, + "posY": 3.714, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HigherEducation3Taboo.833501.gmnotes b/objects/AllPlayerCards.15bb07/HigherEducation3Taboo.833501.gmnotes new file mode 100644 index 00000000..edc987d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HigherEducation3Taboo.833501.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02187-t", + "type": "Asset", + "class": "Seeker", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/HigherEducation3Taboo.833501.json b/objects/AllPlayerCards.15bb07/HigherEducation3Taboo.833501.json new file mode 100644 index 00000000..ecbd2421 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HigherEducation3Taboo.833501.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HigherEducation3Taboo.833501.gmnotes", + "GUID": "833501", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Higher Education (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.154, + "posY": 4.112, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HikingBoots1.b03e83.gmnotes b/objects/AllPlayerCards.15bb07/HikingBoots1.b03e83.gmnotes new file mode 100644 index 00000000..c13f5b22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HikingBoots1.b03e83.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08035", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 1, + "traits": "Item. Clothing. Footwear.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/HikingBoots1.b03e83.json b/objects/AllPlayerCards.15bb07/HikingBoots1.b03e83.json new file mode 100644 index 00000000..2f7cc052 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HikingBoots1.b03e83.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379025, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HikingBoots1.b03e83.gmnotes", + "GUID": "b03e83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hiking Boots (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.195, + "posY": 2.209, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.gmnotes b/objects/AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.gmnotes new file mode 100644 index 00000000..c6be1b54 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02027", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 1, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.json b/objects/AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.json new file mode 100644 index 00000000..1a5d1d86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315234, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HiredMuscle1.cdd6aa.gmnotes", + "GUID": "cdd6aa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hired Muscle (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.019, + "posY": 4.005, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HitandRun.408bce.gmnotes b/objects/AllPlayerCards.15bb07/HitandRun.408bce.gmnotes new file mode 100644 index 00000000..5f194137 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HitandRun.408bce.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09066", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Tactic. Trick.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/HitandRun.408bce.json b/objects/AllPlayerCards.15bb07/HitandRun.408bce.json new file mode 100644 index 00000000..91f0b32f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HitandRun.408bce.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379059, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HitandRun.408bce.gmnotes", + "GUID": "408bce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hit and Run", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.358, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hitme.431c15.gmnotes b/objects/AllPlayerCards.15bb07/Hitme.431c15.gmnotes new file mode 100644 index 00000000..37769d75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hitme.431c15.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08112", + "type": "Event", + "class": "Rogue|Survivor", + "cost": 1, + "level": 0, + "traits": "Fortune. Gambit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Hitme.431c15.json b/objects/AllPlayerCards.15bb07/Hitme.431c15.json new file mode 100644 index 00000000..bb3f5186 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hitme.431c15.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378950, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hitme.431c15.gmnotes", + "GUID": "431c15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Hit me!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 3.055, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HolyRosary.fa1d67.gmnotes b/objects/AllPlayerCards.15bb07/HolyRosary.fa1d67.gmnotes new file mode 100644 index 00000000..672fbc3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolyRosary.fa1d67.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01059", + "alternate_ids": [ + "01559" + ], + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/HolyRosary.fa1d67.json b/objects/AllPlayerCards.15bb07/HolyRosary.fa1d67.json new file mode 100644 index 00000000..088e2f6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolyRosary.fa1d67.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230323, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HolyRosary.fa1d67.gmnotes", + "GUID": "fa1d67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Holy Rosary", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HolyRosary2.2d2246.gmnotes b/objects/AllPlayerCards.15bb07/HolyRosary2.2d2246.gmnotes new file mode 100644 index 00000000..25a9cc90 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolyRosary2.2d2246.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07220", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Item. Charm. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/HolyRosary2.2d2246.json b/objects/AllPlayerCards.15bb07/HolyRosary2.2d2246.json new file mode 100644 index 00000000..3532ce33 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolyRosary2.2d2246.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5793": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HolyRosary2.2d2246.gmnotes", + "GUID": "2d2246", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Holy Rosary (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.884, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HolySpear5.28289a.gmnotes b/objects/AllPlayerCards.15bb07/HolySpear5.28289a.gmnotes new file mode 100644 index 00000000..873344da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolySpear5.28289a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07302", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 5, + "traits": "Item. Weapon. Melee. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/HolySpear5.28289a.json b/objects/AllPlayerCards.15bb07/HolySpear5.28289a.json new file mode 100644 index 00000000..4bbd4d2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolySpear5.28289a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5900": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HolySpear5.28289a.gmnotes", + "GUID": "28289a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/HolySpear5.28289a.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Holy Spear (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.158, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HolySpear5.28289a.ttslua b/objects/AllPlayerCards.15bb07/HolySpear5.28289a.ttslua new file mode 100644 index 00000000..4d9da785 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HolySpear5.28289a.ttslua @@ -0,0 +1,94 @@ +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 2 " .. 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] + local indexes = {} + + for i,obj in ipairs(chaosbag.getObjects()) do + if obj.name == name then + table.insert(indexes, obj.index) + end + end + if #indexes < 2 then + printToColor("Fewer than 2 " .. name .. " tokens in bag", playerColor) + return + end + table.sort(indexes) + chaosbag.takeObject({ + position={ pos.x, pos.y + 1, pos.z }, + index=indexes[#indexes], + smooth=false, + callback_function=_sealToken + }) + chaosbag.takeObject({ + position={ pos.x, pos.y + 2, pos.z }, + index=indexes[#indexes-1], + smooth=false, + callback_function=_sealToken + }) +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 + diff --git a/objects/AllPlayerCards.15bb07/HonedInstinct.1cde62.gmnotes b/objects/AllPlayerCards.15bb07/HonedInstinct.1cde62.gmnotes new file mode 100644 index 00000000..8b097337 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HonedInstinct.1cde62.gmnotes @@ -0,0 +1,56 @@ +{ + "id": "09061", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "customizations": [ + { + "name": "Reflex Response", + "xp": 1, + "text": "Add the following play condition: �€�\u003d You take damage or horror.�€?" + }, + { + "name": "Situational Awareness", + "xp": 1, + "text": "Add the following play condition: �€�\u003d A location enters play or is revealed.�€?" + }, + { + "name": "Killer Instinct", + "xp": 1, + "text": "Add the following play condition: �€�\u003d An enemy engages you.�€?" + }, + { + "name": "Gut Reaction", + "xp": 1, + "text": "Add the following play condition: �€�\u003d A treachery enters your threat area .�€?" + }, + { + "name": "Muscle Memory", + "xp": 1, + "text": "Add the following play condition: �€�\u003d You play an asset.�€?" + }, + { + "name": "Sharpened Talent", + "xp": 2, + "text": "During the action granted by Honed Instinct, you get +2 to each of your skills." + }, + { + "name": "Impulse Control", + "xp": 3, + "text": "You may include up to three copies of Honed Instinct in your deck. Honed Instinct gets �€“1 cost.", + "replaces": { + "cost": 0 + } + }, + { + "name": "Force of Habit", + "xp": 5, + "text": "When you play Honed Instinct, you may take 2 actions instead of 1 (one at a time). Then, remove it from the game." + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/HonedInstinct.1cde62.json b/objects/AllPlayerCards.15bb07/HonedInstinct.1cde62.json new file mode 100644 index 00000000..b6aa3ce8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HonedInstinct.1cde62.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379054, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HonedInstinct.1cde62.gmnotes", + "GUID": "1cde62", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Honed Instinct", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.378, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.json b/objects/AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.json new file mode 100644 index 00000000..d72d8f40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8472": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001641646/883834FFB64057188FF52146B30DC6DA36FCDF71/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09061-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "ba0e34", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Honed Instinct Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 72.993, + "posY": 2.546, + "posZ": 16.192, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.ttslua b/objects/AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.ttslua new file mode 100644 index 00000000..782e61cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HonedInstinctUpgradeSheet.ba0e34.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Honed Instinct +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.905, + -0.705, + -0.5, + -0.29, + -0.09, + 0.12, + 0.325, + 0.62 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 1, 2, 3, 5 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/Hoods.785f68.gmnotes b/objects/AllPlayerCards.15bb07/Hoods.785f68.gmnotes new file mode 100644 index 00000000..897c6696 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hoods.785f68.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "05017", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Cultist.", + "permanent": false, + "weakness": true, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Hoods.785f68.json b/objects/AllPlayerCards.15bb07/Hoods.785f68.json new file mode 100644 index 00000000..fb61129c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hoods.785f68.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378863, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3788": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hoods.785f68.gmnotes", + "GUID": "785f68", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hoods", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.784, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hope.45c582.gmnotes b/objects/AllPlayerCards.15bb07/Hope.45c582.gmnotes new file mode 100644 index 00000000..cea725d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hope.45c582.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06031", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "traits": "Ally. Creature. Dreamlands.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Hope.45c582.json b/objects/AllPlayerCards.15bb07/Hope.45c582.json new file mode 100644 index 00000000..fef91400 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hope.45c582.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440624, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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_path": "AllPlayerCards.15bb07/Hope.45c582.gmnotes", + "GUID": "45c582", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hope", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.903, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HospitalDebts.47d6c9.gmnotes b/objects/AllPlayerCards.15bb07/HospitalDebts.47d6c9.gmnotes new file mode 100644 index 00000000..5b2fdb09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HospitalDebts.47d6c9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01011", + "alternate_ids": [ + "01511" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/HospitalDebts.47d6c9.json b/objects/AllPlayerCards.15bb07/HospitalDebts.47d6c9.json new file mode 100644 index 00000000..89979e01 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HospitalDebts.47d6c9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431425, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4314": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signature", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HospitalDebts.47d6c9.gmnotes", + "GUID": "47d6c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hospital Debts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HospitalDebts.bd323d.gmnotes b/objects/AllPlayerCards.15bb07/HospitalDebts.bd323d.gmnotes new file mode 100644 index 00000000..aeaacf35 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HospitalDebts.bd323d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90010", + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/HospitalDebts.bd323d.json b/objects/AllPlayerCards.15bb07/HospitalDebts.bd323d.json new file mode 100644 index 00000000..82670ff9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HospitalDebts.bd323d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 541300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5413": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830597915335843/99E638B3D735149C6624312DBAB47A3AA2D2F95D/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HospitalDebts.bd323d.gmnotes", + "GUID": "bd323d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Hospital Debts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HotStreak2.f2508d.gmnotes b/objects/AllPlayerCards.15bb07/HotStreak2.f2508d.gmnotes new file mode 100644 index 00000000..d9110f6c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HotStreak2.f2508d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "50006", + "type": "Event", + "class": "Rogue", + "cost": 5, + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/HotStreak2.f2508d.json b/objects/AllPlayerCards.15bb07/HotStreak2.f2508d.json new file mode 100644 index 00000000..85e5d89b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HotStreak2.f2508d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315250, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HotStreak2.f2508d.gmnotes", + "GUID": "f2508d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hot Streak (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.837, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HotStreak4.4eb231.gmnotes b/objects/AllPlayerCards.15bb07/HotStreak4.4eb231.gmnotes new file mode 100644 index 00000000..69179645 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HotStreak4.4eb231.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01057", + "alternate_ids": [ + "01557" + ], + "type": "Event", + "class": "Rogue", + "cost": 3, + "level": 4, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/HotStreak4.4eb231.json b/objects/AllPlayerCards.15bb07/HotStreak4.4eb231.json new file mode 100644 index 00000000..6f01bc79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HotStreak4.4eb231.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315258, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HotStreak4.4eb231.gmnotes", + "GUID": "4eb231", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hot Streak (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HuntersArmor.a85f1d.gmnotes b/objects/AllPlayerCards.15bb07/HuntersArmor.a85f1d.gmnotes new file mode 100644 index 00000000..424cc21b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HuntersArmor.a85f1d.gmnotes @@ -0,0 +1,55 @@ +{ + "id": "09021", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "customizations": [ + { + "name": "Enchanted", + "xp": 1, + "text": "Hunter�€�s Armor gains the Relic trait and takes up an arcane slot instead of a body slot.", + "replaces": { + "traits": "Item. Armor. Relic." + } + }, + { + "name": "Protective Runes", + "xp": 2, + "text": "Hunter�€�s Armor may be assigned damage and/or horror dealt to other investigators at your location." + }, + { + "name": "Durable", + "xp": 2, + "text": "Hunter�€�s Armor gets +2 health." + }, + { + "name": "Hallowed", + "xp": 2, + "text": "Hunter�€�s Armor gets +2 sanity." + }, + { + "name": "Lightweight", + "xp": 2, + "text": "Hunter�€�s Armor gets �€“1 cost and playing it does not provoke attacks of opportunity.", + "replaces": { + "cost": 3 + } + }, + { + "name": "Hexdrinker", + "xp": 3, + "text": "After 1 or more damage or horror is assigned to Hunter�€�s Armor from a treachery effect, you may exhaust it to draw 1 card." + }, + { + "name": "Armor of Thorns", + "xp": 3, + "text": "After 1 or more damage or horror is assigned to Hunter�€�s Armor from an enemy attack, you may exhaust it to deal 1 damage to that enemy." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/HuntersArmor.a85f1d.json b/objects/AllPlayerCards.15bb07/HuntersArmor.a85f1d.json new file mode 100644 index 00000000..a167557a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HuntersArmor.a85f1d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379014, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HuntersArmor.a85f1d.gmnotes", + "GUID": "a85f1d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hunter's Armor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 10.384, + "posY": 2.201, + "posZ": 45.505, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.json b/objects/AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.json new file mode 100644 index 00000000..27ed93d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8464": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001644550/5928FAE339AFD5204EE2F03C2AD68F8F29599810/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09021-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "d2d01b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Hunter's Armor Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 75.359, + "posY": 15.185, + "posZ": 24.462, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.ttslua b/objects/AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.ttslua new file mode 100644 index 00000000..bc70992f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HuntersArmorUpgradeSheet.d2d01b.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Hunter's Armor +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.892, + -0.560, + -0.220, + -0.092, + 0.047, + 0.376, + 0.820 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 2, 2, 3, 3 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/Hyperawareness.e5dd39.gmnotes b/objects/AllPlayerCards.15bb07/Hyperawareness.e5dd39.gmnotes new file mode 100644 index 00000000..c2df85b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hyperawareness.e5dd39.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01034", + "alternate_ids": [ + "01534" + ], + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Hyperawareness.e5dd39.json b/objects/AllPlayerCards.15bb07/Hyperawareness.e5dd39.json new file mode 100644 index 00000000..10c2c36c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hyperawareness.e5dd39.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368424, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Hyperawareness.e5dd39.gmnotes", + "GUID": "e5dd39", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hyperawareness", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 18.991, + "posY": 3.375, + "posZ": -56.886, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hyperawareness2.23c3e5.gmnotes b/objects/AllPlayerCards.15bb07/Hyperawareness2.23c3e5.gmnotes new file mode 100644 index 00000000..d37c5d2a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hyperawareness2.23c3e5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50003", + "type": "Asset", + "class": "Seeker", + "cost": 0, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "agilityIcons": 2, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/Hyperawareness2.23c3e5.json b/objects/AllPlayerCards.15bb07/Hyperawareness2.23c3e5.json new file mode 100644 index 00000000..4315ea3f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hyperawareness2.23c3e5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430644, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/Hyperawareness2.23c3e5.gmnotes", + "GUID": "23c3e5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hyperawareness (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.986, + "posY": 3.799, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hyperawareness4.78adda.gmnotes b/objects/AllPlayerCards.15bb07/Hyperawareness4.78adda.gmnotes new file mode 100644 index 00000000..be3cf6c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hyperawareness4.78adda.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07264", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 4, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "agilityIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Hyperawareness4.78adda.json b/objects/AllPlayerCards.15bb07/Hyperawareness4.78adda.json new file mode 100644 index 00000000..0b798f72 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hyperawareness4.78adda.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hyperawareness4.78adda.gmnotes", + "GUID": "78adda", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hyperawareness (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.003, + "posY": 3.926, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.gmnotes b/objects/AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.gmnotes new file mode 100644 index 00000000..615a707f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.gmnotes @@ -0,0 +1,64 @@ +{ + "id": "09119", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "level": 0, + "traits": "Item. Relic. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Aether", + "token": "resource" + } + ], + "customizations": [ + { + "name": "Railshooter", + "xp": 2, + "text": "Hyperphysical Shotcaster has this form: �€�Manifest �€“ Fight. Fight with any skill. This attack deals +1 damage.�€?" + }, + { + "name": "Telescanner", + "xp": 2, + "text": "Hyperphysical Shotcaster has this form: �€�Manifest �€“ Investigate. Investigate with any skill. If you succeed, discover a clue at any revealed location instead of your location." + }, + { + "name": "Translocator", + "xp": 2, + "text": "Hyperphysical Shotcaster has this form: �€�Manifest �€“ Evade. Attempt to evade with any skill. Before or after this attempt, you may move an investigator or a non-Elite enemy at your location to a connecting location, or vice versa.�€?" + }, + { + "name": "Realitycollapser", + "xp": 2, + "text": "Hyperphysical Shotcaster has this form: �€�Manifest �€“ Test any skill (3). If you succeed, discard from play a non�€‘weakness treachery that is not attached to an Elite enemy.�€?" + }, + { + "name": "Matterweaver", + "xp": 2, + "text": "Hyperphysical Shotcaster has this form: �€�Manifest �€“ Choose an asset in your hand and test any skill (X), where X is that asset�€�s cost. If you succeed, play that asset at no cost.�€?" + }, + { + "name": "Aetheric Link", + "xp": 4, + "text": "Hyperphysical Shotcaster enters play with 2 additional aether.", + "replaces": { + "uses": [ + { + "count": 6, + "type": "Aether", + "token": "resource" + } + ] + } + }, + { + "name": "Empowered Configuration", + "xp": 4, + "text": "While using a Manifest ability, you get +2 skill value." + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.json b/objects/AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.json new file mode 100644 index 00000000..796ae81d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379143, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Theoretical Device", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HyperphysicalShotcaster.2a6e0d.gmnotes", + "GUID": "2a6e0d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hyperphysical Shotcaster", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.362, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.json b/objects/AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.json new file mode 100644 index 00000000..0e3e6040 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8479": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001647291/D1741C8E39E302A3326199AF12767BBFABBFA52F/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09119-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "a4eec2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Hyperphysical Shotcaster Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.502, + "posY": 9.188, + "posZ": 17.475, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.ttslua b/objects/AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.ttslua new file mode 100644 index 00000000..d31fc4be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HyperphysicalShotcasterUpgradeSheet.a4eec2.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Hyperphysical Shotcaster +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.9, + -0.615, + -0.237, + 0.232, + 0.61, + 0.988, + 1.185 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 2, 2, 2, 2, 2, 4, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.gmnotes b/objects/AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.gmnotes new file mode 100644 index 00000000..9a7faa1e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "02153", + "alternate_ids": [ + "60414" + ], + "type": "Event", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.json b/objects/AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.json new file mode 100644 index 00000000..2a08653f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230313, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HypnoticGaze.8f3c8e.gmnotes", + "GUID": "8f3c8e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypnotic Gaze", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.144, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.gmnotes b/objects/AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.gmnotes new file mode 100644 index 00000000..f25c639c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60423", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.json b/objects/AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.json new file mode 100644 index 00000000..74c99320 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538721, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HypnoticGaze2.e2bc49.gmnotes", + "GUID": "e2bc49", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypnotic Gaze (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.803, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.gmnotes b/objects/AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.gmnotes new file mode 100644 index 00000000..b91dd485 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05007", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.json b/objects/AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.json new file mode 100644 index 00000000..ea54de13 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591753, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5917": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/HypnoticTherapy.7f1b48.gmnotes", + "GUID": "7f1b48", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypnotic Therapy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.145, + "posY": 3.716, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Hypochondria.88ee43.gmnotes b/objects/AllPlayerCards.15bb07/Hypochondria.88ee43.gmnotes new file mode 100644 index 00000000..f14521f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hypochondria.88ee43.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01100", + "alternate_ids": [ + "01600" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Hypochondria.88ee43.json b/objects/AllPlayerCards.15bb07/Hypochondria.88ee43.json new file mode 100644 index 00000000..1711dbcd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Hypochondria.88ee43.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Hypochondria.88ee43.gmnotes", + "GUID": "88ee43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypochondria", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 79.054, + "posY": 3.316, + "posZ": 27.227, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IcePick1.8b065c.gmnotes b/objects/AllPlayerCards.15bb07/IcePick1.8b065c.gmnotes new file mode 100644 index 00000000..db1423e7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IcePick1.8b065c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08105", + "type": "Asset", + "class": "Seeker|Survivor", + "cost": 1, + "level": 1, + "traits": "Item. Tool. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/IcePick1.8b065c.json b/objects/AllPlayerCards.15bb07/IcePick1.8b065c.json new file mode 100644 index 00000000..ea80564e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IcePick1.8b065c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378943, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IcePick1.8b065c.gmnotes", + "GUID": "8b065c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ice Pick (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.183, + "posY": 2.719, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IcePick3.70f9f7.gmnotes b/objects/AllPlayerCards.15bb07/IcePick3.70f9f7.gmnotes new file mode 100644 index 00000000..0d5fee41 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IcePick3.70f9f7.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08107", + "type": "Asset", + "class": "Seeker|Survivor", + "cost": 1, + "level": 3, + "traits": "Item. Tool. Melee.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/IcePick3.70f9f7.json b/objects/AllPlayerCards.15bb07/IcePick3.70f9f7.json new file mode 100644 index 00000000..6d089e87 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IcePick3.70f9f7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378945, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IcePick3.70f9f7.gmnotes", + "GUID": "70f9f7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ice Pick (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.181, + "posY": 2.865, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ichtaca.29fc24.gmnotes b/objects/AllPlayerCards.15bb07/Ichtaca.29fc24.gmnotes new file mode 100644 index 00000000..a2dad3d7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ichtaca.29fc24.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04147", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Eztli. Wayfarer.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Ichtaca.29fc24.json b/objects/AllPlayerCards.15bb07/Ichtaca.29fc24.json new file mode 100644 index 00000000..1b17cb7f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ichtaca.29fc24.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235648, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2356": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Forgotten Guardian", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ichtaca.29fc24.gmnotes", + "GUID": "29fc24", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ichtaca", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.082, + "posY": 3.735, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IdolofXanatos.8f6f39.gmnotes b/objects/AllPlayerCards.15bb07/IdolofXanatos.8f6f39.gmnotes new file mode 100644 index 00000000..084789ec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IdolofXanatos.8f6f39.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09102", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/IdolofXanatos.8f6f39.json b/objects/AllPlayerCards.15bb07/IdolofXanatos.8f6f39.json new file mode 100644 index 00000000..659b2514 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IdolofXanatos.8f6f39.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Watcher Beyond Time", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IdolofXanatos.8f6f39.gmnotes", + "GUID": "8f6f39", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Idol of Xanatos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.375, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ifitbleeds.acf2b0.gmnotes b/objects/AllPlayerCards.15bb07/Ifitbleeds.acf2b0.gmnotes new file mode 100644 index 00000000..950dfe0f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ifitbleeds.acf2b0.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02225", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Ifitbleeds.acf2b0.json b/objects/AllPlayerCards.15bb07/Ifitbleeds.acf2b0.json new file mode 100644 index 00000000..372b531f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ifitbleeds.acf2b0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ifitbleeds.acf2b0.gmnotes", + "GUID": "acf2b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"If it bleeds...\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 96.323, + "posY": 1.985, + "posZ": 18.181, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ikiaq3.9d7d4a.gmnotes b/objects/AllPlayerCards.15bb07/Ikiaq3.9d7d4a.gmnotes new file mode 100644 index 00000000..806ab88e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ikiaq3.9d7d4a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07267", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Ally. Sorcerer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Ikiaq3.9d7d4a.json b/objects/AllPlayerCards.15bb07/Ikiaq3.9d7d4a.json new file mode 100644 index 00000000..f600aa8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ikiaq3.9d7d4a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Council's Chosen", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ikiaq3.9d7d4a.gmnotes", + "GUID": "9d7d4a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ikiaq (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.128, + "posY": 3.875, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.gmnotes b/objects/AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.gmnotes new file mode 100644 index 00000000..55f0d221 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03189", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.json b/objects/AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.json new file mode 100644 index 00000000..a67a0637 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Illseeyouinhell.84ba9d.gmnotes", + "GUID": "84ba9d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I'll see you in hell!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.051, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Illtakethat.691652.gmnotes b/objects/AllPlayerCards.15bb07/Illtakethat.691652.gmnotes new file mode 100644 index 00000000..0b0668b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Illtakethat.691652.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09067", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Trick. Upgrade. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Illtakethat.691652.json b/objects/AllPlayerCards.15bb07/Illtakethat.691652.json new file mode 100644 index 00000000..e6744ce6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Illtakethat.691652.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379060, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Illtakethat.691652.gmnotes", + "GUID": "691652", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I'll take that!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.351, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Imdonerunnin.d8a324.gmnotes b/objects/AllPlayerCards.15bb07/Imdonerunnin.d8a324.gmnotes new file mode 100644 index 00000000..5eddb207 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Imdonerunnin.d8a324.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05016", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Imdonerunnin.d8a324.json b/objects/AllPlayerCards.15bb07/Imdonerunnin.d8a324.json new file mode 100644 index 00000000..9a5730a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Imdonerunnin.d8a324.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378762, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3787": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Imdonerunnin.d8a324.gmnotes", + "GUID": "d8a324", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I'm done runnin'!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.153, + "posY": 4.114, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Imouttahere.62cf25.gmnotes b/objects/AllPlayerCards.15bb07/Imouttahere.62cf25.gmnotes new file mode 100644 index 00000000..6bf16259 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Imouttahere.62cf25.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02151", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Trick. Spirit.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Imouttahere.62cf25.json b/objects/AllPlayerCards.15bb07/Imouttahere.62cf25.json new file mode 100644 index 00000000..251e7756 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Imouttahere.62cf25.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Imouttahere.62cf25.gmnotes", + "GUID": "62cf25", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I'm outta here!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.006, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.gmnotes b/objects/AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.gmnotes new file mode 100644 index 00000000..ef1e111d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04312", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Tactic. Improvised.", + "permanent": false, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.json b/objects/AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.json new file mode 100644 index 00000000..97d5de87 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4305": { + "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_path": "AllPlayerCards.15bb07/ImpromptuBarrier.9591ac.gmnotes", + "GUID": "9591ac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Impromptu Barrier", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 4.028, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Improvisation.9aee7f.gmnotes b/objects/AllPlayerCards.15bb07/Improvisation.9aee7f.gmnotes new file mode 100644 index 00000000..d009b42c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Improvisation.9aee7f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03018", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Improvisation.9aee7f.json b/objects/AllPlayerCards.15bb07/Improvisation.9aee7f.json new file mode 100644 index 00000000..febc70da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Improvisation.9aee7f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374834, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3748": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Improvisation.9aee7f.gmnotes", + "GUID": "9aee7f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Improvisation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 1.994, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ImprovisedShield.616c43.gmnotes b/objects/AllPlayerCards.15bb07/ImprovisedShield.616c43.gmnotes new file mode 100644 index 00000000..2d95bee3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ImprovisedShield.616c43.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09103", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Item. Armor. Improvised.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ImprovisedShield.616c43.json b/objects/AllPlayerCards.15bb07/ImprovisedShield.616c43.json new file mode 100644 index 00000000..a816ab7c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ImprovisedShield.616c43.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ImprovisedShield.616c43.gmnotes", + "GUID": "616c43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Improvised Shield", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.375, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.gmnotes b/objects/AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.gmnotes new file mode 100644 index 00000000..a3f189af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04033", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Tactic. Improvised.", + "permanent": false, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.json b/objects/AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.json new file mode 100644 index 00000000..578a64f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ImprovisedWeapon.30f90b.gmnotes", + "GUID": "30f90b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Improvised Weapon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.041, + "posY": 3.909, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Indebted.b2ef43.gmnotes b/objects/AllPlayerCards.15bb07/Indebted.b2ef43.gmnotes new file mode 100644 index 00000000..4be74e5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Indebted.b2ef43.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02037", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": true, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Indebted.b2ef43.json b/objects/AllPlayerCards.15bb07/Indebted.b2ef43.json new file mode 100644 index 00000000..4d8f3baa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Indebted.b2ef43.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4312": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Indebted.b2ef43.gmnotes", + "GUID": "b2ef43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.085, + "posY": 3.686, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IneffableTruth.c6caf6.gmnotes b/objects/AllPlayerCards.15bb07/IneffableTruth.c6caf6.gmnotes new file mode 100644 index 00000000..d9d677a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IneffableTruth.c6caf6.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60409", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/IneffableTruth.c6caf6.json b/objects/AllPlayerCards.15bb07/IneffableTruth.c6caf6.json new file mode 100644 index 00000000..75fd3dbd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IneffableTruth.c6caf6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IneffableTruth.c6caf6.gmnotes", + "GUID": "c6caf6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ineffable Truth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.141, + "posY": 3.684, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IneffableTruth3.943332.gmnotes b/objects/AllPlayerCards.15bb07/IneffableTruth3.943332.gmnotes new file mode 100644 index 00000000..d887a96a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IneffableTruth3.943332.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60427", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/IneffableTruth3.943332.json b/objects/AllPlayerCards.15bb07/IneffableTruth3.943332.json new file mode 100644 index 00000000..2d59f2fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IneffableTruth3.943332.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538725, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IneffableTruth3.943332.gmnotes", + "GUID": "943332", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ineffable Truth (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.171, + "posY": 3.075, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IneffableTruth5.f00301.gmnotes b/objects/AllPlayerCards.15bb07/IneffableTruth5.f00301.gmnotes new file mode 100644 index 00000000..1409759a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IneffableTruth5.f00301.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60432", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 5, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 2, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/IneffableTruth5.f00301.json b/objects/AllPlayerCards.15bb07/IneffableTruth5.f00301.json new file mode 100644 index 00000000..f9997dd6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IneffableTruth5.f00301.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538730, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IneffableTruth5.f00301.gmnotes", + "GUID": "f00301", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ineffable Truth (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.098, + "posY": 3.731, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Infighting3.c803ba.gmnotes b/objects/AllPlayerCards.15bb07/Infighting3.c803ba.gmnotes new file mode 100644 index 00000000..43c83ddf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Infighting3.c803ba.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03314", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "agilityIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Infighting3.c803ba.json b/objects/AllPlayerCards.15bb07/Infighting3.c803ba.json new file mode 100644 index 00000000..445991bb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Infighting3.c803ba.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368854, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Infighting3.c803ba.gmnotes", + "GUID": "c803ba", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infighting (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.04, + "posY": 3.904, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/InquiringMind.5c3aea.gmnotes b/objects/AllPlayerCards.15bb07/InquiringMind.5c3aea.gmnotes new file mode 100644 index 00000000..91dea538 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/InquiringMind.5c3aea.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02227", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/InquiringMind.5c3aea.json b/objects/AllPlayerCards.15bb07/InquiringMind.5c3aea.json new file mode 100644 index 00000000..2b47b1c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/InquiringMind.5c3aea.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/InquiringMind.5c3aea.gmnotes", + "GUID": "5c3aea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Inquiring Mind", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.286, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/InspiringPresence.80628f.gmnotes b/objects/AllPlayerCards.15bb07/InspiringPresence.80628f.gmnotes new file mode 100644 index 00000000..5c7c044f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/InspiringPresence.80628f.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03228", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/InspiringPresence.80628f.json b/objects/AllPlayerCards.15bb07/InspiringPresence.80628f.json new file mode 100644 index 00000000..bb38f7a3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/InspiringPresence.80628f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/InspiringPresence.80628f.gmnotes", + "GUID": "80628f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Inspiring Presence", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.082, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IntelReport.5115d9.gmnotes b/objects/AllPlayerCards.15bb07/IntelReport.5115d9.gmnotes new file mode 100644 index 00000000..836adb49 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntelReport.5115d9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05111", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Favor. Service.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/IntelReport.5115d9.json b/objects/AllPlayerCards.15bb07/IntelReport.5115d9.json new file mode 100644 index 00000000..2c579a65 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntelReport.5115d9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277710, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2777": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IntelReport.5115d9.gmnotes", + "GUID": "5115d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Intel Report", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.759, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/InternalInjury.4fb446.gmnotes b/objects/AllPlayerCards.15bb07/InternalInjury.4fb446.gmnotes new file mode 100644 index 00000000..9660be58 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/InternalInjury.4fb446.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02038", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/InternalInjury.4fb446.json b/objects/AllPlayerCards.15bb07/InternalInjury.4fb446.json new file mode 100644 index 00000000..174b02a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/InternalInjury.4fb446.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4312": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/InternalInjury.4fb446.gmnotes", + "GUID": "4fb446", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.094, + "posY": 3.685, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Interrogate.c70ad8.gmnotes b/objects/AllPlayerCards.15bb07/Interrogate.c70ad8.gmnotes new file mode 100644 index 00000000..efb68546 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Interrogate.c70ad8.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05020", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Tactic. Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Interrogate.c70ad8.json b/objects/AllPlayerCards.15bb07/Interrogate.c70ad8.json new file mode 100644 index 00000000..d9e15041 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Interrogate.c70ad8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431008, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4310": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Interrogate.c70ad8.gmnotes", + "GUID": "c70ad8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Interrogate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.049, + "posY": 3.86, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IntheKnow1.7b42b6.gmnotes b/objects/AllPlayerCards.15bb07/IntheKnow1.7b42b6.gmnotes new file mode 100644 index 00000000..6fb59aa9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntheKnow1.7b42b6.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "03027", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 1, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/IntheKnow1.7b42b6.json b/objects/AllPlayerCards.15bb07/IntheKnow1.7b42b6.json new file mode 100644 index 00000000..40342c08 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntheKnow1.7b42b6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430640, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/IntheKnow1.7b42b6.gmnotes", + "GUID": "7b42b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "In the Know (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.563, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IntheShadows.2561b9.gmnotes b/objects/AllPlayerCards.15bb07/IntheShadows.2561b9.gmnotes new file mode 100644 index 00000000..f8d32ef0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntheShadows.2561b9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07010", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "wildIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/IntheShadows.2561b9.json b/objects/AllPlayerCards.15bb07/IntheShadows.2561b9.json new file mode 100644 index 00000000..af0047d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntheShadows.2561b9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5829": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IntheShadows.2561b9.gmnotes", + "GUID": "2561b9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "In the Shadows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.114, + "posY": 4.007, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/IntheThickofIt.bdd102.gmnotes b/objects/AllPlayerCards.15bb07/IntheThickofIt.bdd102.gmnotes new file mode 100644 index 00000000..1078463c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntheThickofIt.bdd102.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08125", + "type": "Asset", + "class": "Neutral", + "level": 0, + "traits": "Curse.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/IntheThickofIt.bdd102.json b/objects/AllPlayerCards.15bb07/IntheThickofIt.bdd102.json new file mode 100644 index 00000000..92542dd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/IntheThickofIt.bdd102.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378912, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/IntheThickofIt.bdd102.gmnotes", + "GUID": "bdd102", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "In the Thick of It", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.176, + "posY": 2.938, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Intrepid.99d061.gmnotes b/objects/AllPlayerCards.15bb07/Intrepid.99d061.gmnotes new file mode 100644 index 00000000..ba964af5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Intrepid.99d061.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04192", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Intrepid.99d061.json b/objects/AllPlayerCards.15bb07/Intrepid.99d061.json new file mode 100644 index 00000000..5eb35d44 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Intrepid.99d061.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Intrepid.99d061.gmnotes", + "GUID": "99d061", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Intrepid", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.775, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Investments.b65011.gmnotes b/objects/AllPlayerCards.15bb07/Investments.b65011.gmnotes new file mode 100644 index 00000000..3f2de687 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Investments.b65011.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05233", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Connection.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 0, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Investments.b65011.json b/objects/AllPlayerCards.15bb07/Investments.b65011.json new file mode 100644 index 00000000..10f7b75f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Investments.b65011.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292913, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2929": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Investments.b65011.gmnotes", + "GUID": "b65011", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Investments", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.032, + "posY": 3.674, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ivegotaplan.acd0da.gmnotes b/objects/AllPlayerCards.15bb07/Ivegotaplan.acd0da.gmnotes new file mode 100644 index 00000000..5ffb5a56 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivegotaplan.acd0da.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02107", + "type": "Event", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Ivegotaplan.acd0da.json b/objects/AllPlayerCards.15bb07/Ivegotaplan.acd0da.json new file mode 100644 index 00000000..cf3c921e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivegotaplan.acd0da.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Ivegotaplan.acd0da.gmnotes", + "GUID": "acd0da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I've got a plan!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.201, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ivegotaplan2.344e90.gmnotes b/objects/AllPlayerCards.15bb07/Ivegotaplan2.344e90.gmnotes new file mode 100644 index 00000000..21bd439a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivegotaplan2.344e90.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60225", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 2, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Ivegotaplan2.344e90.json b/objects/AllPlayerCards.15bb07/Ivegotaplan2.344e90.json new file mode 100644 index 00000000..07d023b7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivegotaplan2.344e90.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538823, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ivegotaplan2.344e90.gmnotes", + "GUID": "344e90", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I've got a plan!\" (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.086, + "posY": 3.685, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ivehadworse2.76147b.gmnotes b/objects/AllPlayerCards.15bb07/Ivehadworse2.76147b.gmnotes new file mode 100644 index 00000000..7b7f40a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivehadworse2.76147b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05315", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Ivehadworse2.76147b.json b/objects/AllPlayerCards.15bb07/Ivehadworse2.76147b.json new file mode 100644 index 00000000..7410b8ec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivehadworse2.76147b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378619, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3786": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ivehadworse2.76147b.gmnotes", + "GUID": "76147b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I've had worse��‚��\" (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.785, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Ivehadworse4.3b6834.gmnotes b/objects/AllPlayerCards.15bb07/Ivehadworse4.3b6834.gmnotes new file mode 100644 index 00000000..71d523a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivehadworse4.3b6834.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "02261", + "alternate_ids": [ + "01684" + ], + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 4, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Ivehadworse4.3b6834.json b/objects/AllPlayerCards.15bb07/Ivehadworse4.3b6834.json new file mode 100644 index 00000000..949cf8d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Ivehadworse4.3b6834.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226355, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Ivehadworse4.3b6834.gmnotes", + "GUID": "3b6834", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"I've had worse��‚��\" (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.102, + "posY": 3.366, + "posZ": -57.684, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JacobMorrison3.aa38d0.gmnotes b/objects/AllPlayerCards.15bb07/JacobMorrison3.aa38d0.gmnotes new file mode 100644 index 00000000..73d19ad3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JacobMorrison3.aa38d0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07309", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 3, + "traits": "Ally. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/JacobMorrison3.aa38d0.json b/objects/AllPlayerCards.15bb07/JacobMorrison3.aa38d0.json new file mode 100644 index 00000000..cdffb9b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JacobMorrison3.aa38d0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589808, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5898": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Coast Guard Captain", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JacobMorrison3.aa38d0.gmnotes", + "GUID": "aa38d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "do_not_ready = true\n", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jacob Morrison (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.979, + "posY": 3.322, + "posZ": 8.448, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JacquelineFine.9b0378.json b/objects/AllPlayerCards.15bb07/JacquelineFine.9b0378.json new file mode 100644 index 00000000..30490ffd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JacquelineFine.9b0378.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274219, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2742": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093847742/6DF29C75A96B1D04C068D3AACAE25F9D2363BE9A/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"60401-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "9b0378", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jacqueline Fine", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.063, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JacquelineFine.a2cd75.gmnotes b/objects/AllPlayerCards.15bb07/JacquelineFine.a2cd75.gmnotes new file mode 100644 index 00000000..fabc4661 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JacquelineFine.a2cd75.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60401", + "type": "Investigator", + "class": "Mystic", + "traits": "Clairvoyant.", + "willpowerIcons": 5, + "intellectIcons": 3, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/JacquelineFine.a2cd75.json b/objects/AllPlayerCards.15bb07/JacquelineFine.a2cd75.json new file mode 100644 index 00000000..73e77465 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JacquelineFine.a2cd75.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 234903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2349": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887642390/2CC878F26205C80F4B8D69DE3A4433804A31AABF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887640918/BF3A963B745EF2047ABDFC524AEE4EA0145A04F4/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Psychic", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JacquelineFine.a2cd75.gmnotes", + "GUID": "a2cd75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jacqueline Fine", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.737, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JakeWilliams.7c958e.gmnotes b/objects/AllPlayerCards.15bb07/JakeWilliams.7c958e.gmnotes new file mode 100644 index 00000000..75cc2c44 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JakeWilliams.7c958e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04008", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/JakeWilliams.7c958e.json b/objects/AllPlayerCards.15bb07/JakeWilliams.7c958e.json new file mode 100644 index 00000000..ebdb33e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JakeWilliams.7c958e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 377343, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3773": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JakeWilliams.7c958e.gmnotes", + "GUID": "7c958e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jake Williams", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.142, + "posY": 3.749, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnes.48b174.gmnotes b/objects/AllPlayerCards.15bb07/JennyBarnes.48b174.gmnotes new file mode 100644 index 00000000..8bac7a3e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnes.48b174.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "02003-m", + "alternate_ids": [ + "98001-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnes.48b174.json b/objects/AllPlayerCards.15bb07/JennyBarnes.48b174.json new file mode 100644 index 00000000..3cf94c62 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnes.48b174.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259007, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2590": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JennyBarnes.48b174.gmnotes", + "GUID": "48b174", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jenny Barnes", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.971, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnes.9058d3.gmnotes b/objects/AllPlayerCards.15bb07/JennyBarnes.9058d3.gmnotes new file mode 100644 index 00000000..ab71b79a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnes.9058d3.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "02003", + "alternate_ids": [ + "98001" + ], + "type": "Investigator", + "class": "Rogue", + "traits": "Drifter.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnes.9058d3.json b/objects/AllPlayerCards.15bb07/JennyBarnes.9058d3.json new file mode 100644 index 00000000..4b9ff3ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnes.9058d3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4501": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Dilettante", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JennyBarnes.9058d3.gmnotes", + "GUID": "9058d3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jenny Barnes", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.622, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnes.f4e909.gmnotes b/objects/AllPlayerCards.15bb07/JennyBarnes.f4e909.gmnotes new file mode 100644 index 00000000..12da3140 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnes.f4e909.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "02003-promo-m", + "alternate_ids": [ + "98001-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnes.f4e909.json b/objects/AllPlayerCards.15bb07/JennyBarnes.f4e909.json new file mode 100644 index 00000000..fb380805 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnes.f4e909.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2734": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Promo version", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JennyBarnes.f4e909.gmnotes", + "GUID": "f4e909", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jenny Barnes", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.947, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.gmnotes b/objects/AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.gmnotes new file mode 100644 index 00000000..94efbefe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "02003-promo", + "alternate_ids": [ + "98001" + ], + "type": "Investigator", + "class": "Rogue", + "traits": "Drifter.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.json b/objects/AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.json new file mode 100644 index 00000000..18538733 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273631, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2736": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Dilettante", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JennyBarnespromoversion.f8d3f7.gmnotes", + "GUID": "f8d3f7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jenny Barnes (promo version)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.649, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JennysTwin45s.d87128.gmnotes b/objects/AllPlayerCards.15bb07/JennysTwin45s.d87128.gmnotes new file mode 100644 index 00000000..786127d7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennysTwin45s.d87128.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02010", + "type": "Asset", + "class": "Neutral", + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JennysTwin45s.d87128.json b/objects/AllPlayerCards.15bb07/JennysTwin45s.d87128.json new file mode 100644 index 00000000..cfab8806 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JennysTwin45s.d87128.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3713": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JennysTwin45s.d87128.gmnotes", + "GUID": "d87128", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jenny's Twin .45s", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.005, + "posY": 3.859, + "posZ": -16.695, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JeremiahKirby.98e5f5.gmnotes b/objects/AllPlayerCards.15bb07/JeremiahKirby.98e5f5.gmnotes new file mode 100644 index 00000000..ba1f3136 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JeremiahKirby.98e5f5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08032", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Ally. Miskatonic. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/JeremiahKirby.98e5f5.json b/objects/AllPlayerCards.15bb07/JeremiahKirby.98e5f5.json new file mode 100644 index 00000000..dfd88ad6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JeremiahKirby.98e5f5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379022, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Arctic Archaeologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JeremiahKirby.98e5f5.gmnotes", + "GUID": "98e5f5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jeremiah Kirby", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.178, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.gmnotes b/objects/AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.gmnotes new file mode 100644 index 00000000..eae59294 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08032-t", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Ally. Miskatonic. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.json b/objects/AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.json new file mode 100644 index 00000000..710b1c70 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Arctic Archaeologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JeremiahKirbyTaboo.71e4a0.gmnotes", + "GUID": "71e4a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jeremiah Kirby (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.611, + "posY": 4.322, + "posZ": -55.3, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JeromeDavids.d99735.gmnotes b/objects/AllPlayerCards.15bb07/JeromeDavids.d99735.gmnotes new file mode 100644 index 00000000..7ddf21c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JeromeDavids.d99735.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05259", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Assistant.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/JeromeDavids.d99735.json b/objects/AllPlayerCards.15bb07/JeromeDavids.d99735.json new file mode 100644 index 00000000..4f89da8e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JeromeDavids.d99735.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3125": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/786356000879761873/F22612DB451928DCA4344F3F125F5A8CE128A817/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "In Way Over His Head", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JeromeDavids.d99735.gmnotes", + "GUID": "d99735", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jerome Davids", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.061, + "posY": 3.86, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JessicaHyde1.b8380d.gmnotes b/objects/AllPlayerCards.15bb07/JessicaHyde1.b8380d.gmnotes new file mode 100644 index 00000000..36267cf4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JessicaHyde1.b8380d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06118", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 1, + "traits": "Ally. Wayfarer. Cursed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/JessicaHyde1.b8380d.json b/objects/AllPlayerCards.15bb07/JessicaHyde1.b8380d.json new file mode 100644 index 00000000..ea9e5a4c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JessicaHyde1.b8380d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380228, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3802": { + "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": "Wrong Place, Wrong Time", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JessicaHyde1.b8380d.gmnotes", + "GUID": "b8380d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jessica Hyde (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.039, + "posY": 3.945, + "posZ": -16.703, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JewelofAureolus3.6bae15.gmnotes b/objects/AllPlayerCards.15bb07/JewelofAureolus3.6bae15.gmnotes new file mode 100644 index 00000000..4121659b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JewelofAureolus3.6bae15.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02269", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JewelofAureolus3.6bae15.json b/objects/AllPlayerCards.15bb07/JewelofAureolus3.6bae15.json new file mode 100644 index 00000000..dd8c0d0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JewelofAureolus3.6bae15.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230352, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Gift of the Homunculi", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JewelofAureolus3.6bae15.gmnotes", + "GUID": "6bae15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jewel of Aureolus (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.804, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.gmnotes b/objects/AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.gmnotes new file mode 100644 index 00000000..ed12239e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02269-t", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.json b/objects/AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.json new file mode 100644 index 00000000..15c4d8b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Gift of the Homunculi", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JewelofAureolus3Taboo.213e21.gmnotes", + "GUID": "213e21", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jewel of Aureolus (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.833, + "posY": 4.416, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JimCulver.b7a676.json b/objects/AllPlayerCards.15bb07/JimCulver.b7a676.json new file mode 100644 index 00000000..abdd7981 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JimCulver.b7a676.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2593": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"02004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "b7a676", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jim Culver", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.966, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JimCulver.ca079b.gmnotes b/objects/AllPlayerCards.15bb07/JimCulver.ca079b.gmnotes new file mode 100644 index 00000000..3436d0cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JimCulver.ca079b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02004", + "type": "Investigator", + "class": "Mystic", + "traits": "Performer.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JimCulver.ca079b.json b/objects/AllPlayerCards.15bb07/JimCulver.ca079b.json new file mode 100644 index 00000000..2400074f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JimCulver.ca079b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Musician", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JimCulver.ca079b.gmnotes", + "GUID": "ca079b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jim Culver", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.558, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JimsTrumpet.03c6a7.gmnotes b/objects/AllPlayerCards.15bb07/JimsTrumpet.03c6a7.gmnotes new file mode 100644 index 00000000..0b311158 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JimsTrumpet.03c6a7.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02012", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Instrument. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JimsTrumpet.03c6a7.json b/objects/AllPlayerCards.15bb07/JimsTrumpet.03c6a7.json new file mode 100644 index 00000000..c7e6e5d1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JimsTrumpet.03c6a7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 372110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3721": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JimsTrumpet.03c6a7.gmnotes", + "GUID": "03c6a7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jim's Trumpet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.987, + "posY": 3.705, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JoeDiamond.6dc626.gmnotes b/objects/AllPlayerCards.15bb07/JoeDiamond.6dc626.gmnotes new file mode 100644 index 00000000..c97cb01b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeDiamond.6dc626.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05002", + "type": "Investigator", + "class": "Seeker", + "traits": "Detective.", + "willpowerIcons": 2, + "intellectIcons": 4, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/JoeDiamond.6dc626.json b/objects/AllPlayerCards.15bb07/JoeDiamond.6dc626.json new file mode 100644 index 00000000..206b6991 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeDiamond.6dc626.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271822, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2718": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Private Investigator", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JoeDiamond.6dc626.gmnotes", + "GUID": "6dc626", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Joe Diamond", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.528, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JoeDiamond.d55364.json b/objects/AllPlayerCards.15bb07/JoeDiamond.d55364.json new file mode 100644 index 00000000..b9557505 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeDiamond.d55364.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2729": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"05002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "d55364", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Joe Diamond", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.99, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.gmnotes b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.gmnotes new file mode 100644 index 00000000..48b19380 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02265", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.json b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.json new file mode 100644 index 00000000..d2c6720a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368629, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Lookin' Out For #1", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JoeyTheRatVigil.b51688.gmnotes", + "GUID": "b51688", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Joey \"The Rat\" Vigil", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.826, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.gmnotes b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.gmnotes new file mode 100644 index 00000000..396b6e2a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06326", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.json b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.json new file mode 100644 index 00000000..d59f20ca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449036, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4490": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Lookin' Out For #1", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JoeyTheRatVigil3.48c9ff.gmnotes", + "GUID": "48c9ff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Joey \"The Rat\" Vigil (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 4.064, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JohnJessieBurke.cfb393.gmnotes b/objects/AllPlayerCards.15bb07/JohnJessieBurke.cfb393.gmnotes new file mode 100644 index 00000000..8f5348fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JohnJessieBurke.cfb393.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "83055", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Government.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/JohnJessieBurke.cfb393.json b/objects/AllPlayerCards.15bb07/JohnJessieBurke.cfb393.json new file mode 100644 index 00000000..e9619a91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JohnJessieBurke.cfb393.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 454740, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4547": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218923075/6DE3A0F2FBB17DAA8374540DBE43CE6BD65EB541/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218921670/8EF5B59C1AC4559A3947140F08010D8B014A11E9/", + "NumHeight": 5, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Ally. Government.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JohnJessieBurke.cfb393.gmnotes", + "GUID": "cfb393", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "John \u0026 Jessie Burke", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.106, + "posY": 3.675, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JointheCaravan1.6367dd.gmnotes b/objects/AllPlayerCards.15bb07/JointheCaravan1.6367dd.gmnotes new file mode 100644 index 00000000..44af3361 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JointheCaravan1.6367dd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08036", + "type": "Event", + "class": "Seeker", + "cost": 5, + "level": 1, + "traits": "Insight. Synergy.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/JointheCaravan1.6367dd.json b/objects/AllPlayerCards.15bb07/JointheCaravan1.6367dd.json new file mode 100644 index 00000000..cf9d7546 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JointheCaravan1.6367dd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379026, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JointheCaravan1.6367dd.gmnotes", + "GUID": "6367dd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Join the Caravan (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.744, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Jury-Rig.29d06d.gmnotes b/objects/AllPlayerCards.15bb07/Jury-Rig.29d06d.gmnotes new file mode 100644 index 00000000..b37ed0a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Jury-Rig.29d06d.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08074", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Upgrade.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Durability", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Jury-Rig.29d06d.json b/objects/AllPlayerCards.15bb07/Jury-Rig.29d06d.json new file mode 100644 index 00000000..84945071 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Jury-Rig.29d06d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Jury-Rig.29d06d.gmnotes", + "GUID": "29d06d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jury-Rig", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.178, + "posY": 2.909, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/JustifytheMeans3.025ed2.gmnotes b/objects/AllPlayerCards.15bb07/JustifytheMeans3.025ed2.gmnotes new file mode 100644 index 00000000..9e4cf0c8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JustifytheMeans3.025ed2.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07306", + "type": "Skill", + "class": "Rogue", + "level": 3, + "traits": "Practiced. Cursed.", + "permanent": false, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/JustifytheMeans3.025ed2.json b/objects/AllPlayerCards.15bb07/JustifytheMeans3.025ed2.json new file mode 100644 index 00000000..5110e2e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/JustifytheMeans3.025ed2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5895": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/JustifytheMeans3.025ed2.gmnotes", + "GUID": "025ed2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Justify the Means (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.796, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KatjaEastbank2.2f100c.gmnotes b/objects/AllPlayerCards.15bb07/KatjaEastbank2.2f100c.gmnotes new file mode 100644 index 00000000..4b619525 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KatjaEastbank2.2f100c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09114", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 2, + "traits": "Ally. Scholar.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/KatjaEastbank2.2f100c.json b/objects/AllPlayerCards.15bb07/KatjaEastbank2.2f100c.json new file mode 100644 index 00000000..40d1df55 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KatjaEastbank2.2f100c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379138, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Keeper of Esoteric Lore", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KatjaEastbank2.2f100c.gmnotes", + "GUID": "2f100c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Katja Eastbank (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.367, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KeenEye.0dc75e.gmnotes b/objects/AllPlayerCards.15bb07/KeenEye.0dc75e.gmnotes new file mode 100644 index 00000000..0f40dc18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeenEye.0dc75e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07152", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/KeenEye.0dc75e.json b/objects/AllPlayerCards.15bb07/KeenEye.0dc75e.json new file mode 100644 index 00000000..5e5249c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeenEye.0dc75e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/KeenEye.0dc75e.gmnotes", + "GUID": "0dc75e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Keen Eye", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.001, + "posY": 3.855, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KeenEye3.2f9de4.gmnotes b/objects/AllPlayerCards.15bb07/KeenEye3.2f9de4.gmnotes new file mode 100644 index 00000000..2133f1cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeenEye3.2f9de4.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02185", + "type": "Asset", + "class": "Guardian", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/KeenEye3.2f9de4.json b/objects/AllPlayerCards.15bb07/KeenEye3.2f9de4.json new file mode 100644 index 00000000..e6abb69a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeenEye3.2f9de4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226351, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KeenEye3.2f9de4.gmnotes", + "GUID": "2f9de4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Keen Eye (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.159, + "posY": 4.072, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KeepFaith.8b46b2.gmnotes b/objects/AllPlayerCards.15bb07/KeepFaith.8b46b2.gmnotes new file mode 100644 index 00000000..85b75d6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeepFaith.8b46b2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07034", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Fortune. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/KeepFaith.8b46b2.json b/objects/AllPlayerCards.15bb07/KeepFaith.8b46b2.json new file mode 100644 index 00000000..5b10df9b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeepFaith.8b46b2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584328, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5843": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KeepFaith.8b46b2.gmnotes", + "GUID": "8b46b2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Keep Faith", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.173, + "posY": 2.96, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KenslersLog.8d5c12.gmnotes b/objects/AllPlayerCards.15bb07/KenslersLog.8d5c12.gmnotes new file mode 100644 index 00000000..f3e9730f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KenslersLog.8d5c12.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08735", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 2, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/KenslersLog.8d5c12.json b/objects/AllPlayerCards.15bb07/KenslersLog.8d5c12.json new file mode 100644 index 00000000..79761653 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KenslersLog.8d5c12.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KenslersLog.8d5c12.gmnotes", + "GUID": "8d5c12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kensler's Log", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.272, + "posY": 3.323, + "posZ": 7.385, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Kerosene1.25ad44.gmnotes b/objects/AllPlayerCards.15bb07/Kerosene1.25ad44.gmnotes new file mode 100644 index 00000000..3757f753 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Kerosene1.25ad44.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04304", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 1, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Kerosene1.25ad44.json b/objects/AllPlayerCards.15bb07/Kerosene1.25ad44.json new file mode 100644 index 00000000..7c9fbebe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Kerosene1.25ad44.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314003, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3140": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Kerosene1.25ad44.gmnotes", + "GUID": "25ad44", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kerosene (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.759, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KeyofYs5.1c98ff.gmnotes b/objects/AllPlayerCards.15bb07/KeyofYs5.1c98ff.gmnotes new file mode 100644 index 00000000..1958d0c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeyofYs5.1c98ff.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03315", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 5, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/KeyofYs5.1c98ff.json b/objects/AllPlayerCards.15bb07/KeyofYs5.1c98ff.json new file mode 100644 index 00000000..cc49c6fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeyofYs5.1c98ff.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368527, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Let the Storm Rage", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KeyofYs5.1c98ff.gmnotes", + "GUID": "1c98ff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Key of Ys (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.069, + "posY": 3.843, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.gmnotes b/objects/AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.gmnotes new file mode 100644 index 00000000..f2449e1e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03315-t", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 5, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.json b/objects/AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.json new file mode 100644 index 00000000..e97539d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450619, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Let the Storm Rage", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KeyofYs5Taboo.244d61.gmnotes", + "GUID": "244d61", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Key of Ys (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.163, + "posY": 3.679, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.gmnotes b/objects/AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.gmnotes new file mode 100644 index 00000000..0b889627 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "83057", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Item. Weapon. Relic. Melee.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.json b/objects/AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.json new file mode 100644 index 00000000..05684612 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 546916, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5469": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218961222/32A8F41F3FDA4387C71BA2668B2645E36EDAE74D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218960581/4546AD2542BDA831A52F111505063691712EE74F/", + "NumHeight": 5, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Item. Weapon. Relic. Melee.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KhopeshoftheAbyss.dc674e.gmnotes", + "GUID": "dc674e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Khopesh of the Abyss", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.069, + "posY": 3.843, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.gmnotes b/objects/AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.gmnotes new file mode 100644 index 00000000..a8e63195 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09068", + "type": "Event", + "class": "Rogue", + "traits": "Gambit. Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.json b/objects/AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.json new file mode 100644 index 00000000..f86c3d8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379061, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KickingtheHornetsNest.4d6da5.gmnotes", + "GUID": "4d6da5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kicking the Hornet's Nest", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.395, + "posZ": 65.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Kleptomania.447a08.gmnotes b/objects/AllPlayerCards.15bb07/Kleptomania.447a08.gmnotes new file mode 100644 index 00000000..4dbe7c36 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Kleptomania.447a08.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06036", + "type": "Asset", + "class": "Neutral", + "traits": "Madness. Talent.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Kleptomania.447a08.json b/objects/AllPlayerCards.15bb07/Kleptomania.447a08.json new file mode 100644 index 00000000..ea1a56dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Kleptomania.447a08.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Kleptomania.447a08.gmnotes", + "GUID": "447a08", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kleptomania", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.962, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Knife.0ab3f1.gmnotes b/objects/AllPlayerCards.15bb07/Knife.0ab3f1.gmnotes new file mode 100644 index 00000000..e666f8df --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Knife.0ab3f1.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01086", + "alternate_ids": [ + "01586" + ], + "type": "Asset", + "class": "Neutral", + "cost": 1, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Knife.0ab3f1.json b/objects/AllPlayerCards.15bb07/Knife.0ab3f1.json new file mode 100644 index 00000000..ac66bd4f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Knife.0ab3f1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Knife.0ab3f1.gmnotes", + "GUID": "0ab3f1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Knife", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KnightofSwords3.159f82.gmnotes b/objects/AllPlayerCards.15bb07/KnightofSwords3.159f82.gmnotes new file mode 100644 index 00000000..fa55b4a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KnightofSwords3.159f82.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54005", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/KnightofSwords3.159f82.json b/objects/AllPlayerCards.15bb07/KnightofSwords3.159f82.json new file mode 100644 index 00000000..bc44fe31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KnightofSwords3.159f82.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449525, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Charge Ever Onward", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KnightofSwords3.159f82.gmnotes", + "GUID": "159f82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Knight of Swords (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.829, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KnowledgeisPower.6de21b.gmnotes b/objects/AllPlayerCards.15bb07/KnowledgeisPower.6de21b.gmnotes new file mode 100644 index 00000000..4c5a6a63 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KnowledgeisPower.6de21b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05231", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/KnowledgeisPower.6de21b.json b/objects/AllPlayerCards.15bb07/KnowledgeisPower.6de21b.json new file mode 100644 index 00000000..68619c32 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KnowledgeisPower.6de21b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293215, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2932": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KnowledgeisPower.6de21b.gmnotes", + "GUID": "6de21b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Knowledge is Power", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.686, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.gmnotes b/objects/AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.gmnotes new file mode 100644 index 00000000..4a338ec7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05231-t", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.json b/objects/AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.json new file mode 100644 index 00000000..3c3024b4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KnowledgeisPowerTaboo.eccb8a.gmnotes", + "GUID": "eccb8a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Knowledge is Power (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.066, + "posY": 3.894, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Knuckleduster.5690d1.gmnotes b/objects/AllPlayerCards.15bb07/Knuckleduster.5690d1.gmnotes new file mode 100644 index 00000000..079f4c8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Knuckleduster.5690d1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03110", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Item. Weapon. Melee. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Knuckleduster.5690d1.json b/objects/AllPlayerCards.15bb07/Knuckleduster.5690d1.json new file mode 100644 index 00000000..18450709 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Knuckleduster.5690d1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368627, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Knuckleduster.5690d1.gmnotes", + "GUID": "5690d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Knuckleduster", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.684, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Kukri.756a35.gmnotes b/objects/AllPlayerCards.15bb07/Kukri.756a35.gmnotes new file mode 100644 index 00000000..476e426b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Kukri.756a35.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02036", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Kukri.756a35.json b/objects/AllPlayerCards.15bb07/Kukri.756a35.json new file mode 100644 index 00000000..281a36a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Kukri.756a35.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368516, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Kukri.756a35.gmnotes", + "GUID": "756a35", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kukri", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.809, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KymaniJones.9a9830.gmnotes b/objects/AllPlayerCards.15bb07/KymaniJones.9a9830.gmnotes new file mode 100644 index 00000000..d665ded5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KymaniJones.9a9830.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09008", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 5, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/KymaniJones.9a9830.json b/objects/AllPlayerCards.15bb07/KymaniJones.9a9830.json new file mode 100644 index 00000000..1e05b8e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KymaniJones.9a9830.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 843402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8434": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606436/4C276FC15C46EEB0C65BAE449E7D94445B3E1B57/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606067/D4B307834101CF1589A9A9AEEC4CE2F65E7DF02F/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Security Consultant", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/KymaniJones.9a9830.gmnotes", + "GUID": "9a9830", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kymani Jones", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.829, + "posY": 2.21, + "posZ": 54.013, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/KymaniJones.d3d7fb.json b/objects/AllPlayerCards.15bb07/KymaniJones.d3d7fb.json new file mode 100644 index 00000000..ddd622cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/KymaniJones.d3d7fb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8461": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653683/60799F36ADCEBB9027393DBB518B4025D1953FA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653462/E5CB5A50E22021314BB8963E47516DBE8092D8EF/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09008-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "d3d7fb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kymani Jones", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 14.202, + "posY": 2.209, + "posZ": 57.016, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LabCoat1.a825ad.gmnotes b/objects/AllPlayerCards.15bb07/LabCoat1.a825ad.gmnotes new file mode 100644 index 00000000..01799afd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LabCoat1.a825ad.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09050", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 1, + "traits": "Item. Clothing. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/LabCoat1.a825ad.json b/objects/AllPlayerCards.15bb07/LabCoat1.a825ad.json new file mode 100644 index 00000000..8850b16c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LabCoat1.a825ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379043, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LabCoat1.a825ad.gmnotes", + "GUID": "a825ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lab Coat (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.362, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.gmnotes b/objects/AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.gmnotes new file mode 100644 index 00000000..eeead250 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "02020", + "alternate_ids": [ + "60212" + ], + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Ally. Miskatonic. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.json b/objects/AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.json new file mode 100644 index 00000000..e3fd68af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5865": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LaboratoryAssistant.147cb2.gmnotes", + "GUID": "147cb2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Laboratory Assistant", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.756, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LadyEsprit.ab24a6.gmnotes b/objects/AllPlayerCards.15bb07/LadyEsprit.ab24a6.gmnotes new file mode 100644 index 00000000..566ebbfa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LadyEsprit.ab24a6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "81019", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Sorcerer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/LadyEsprit.ab24a6.json b/objects/AllPlayerCards.15bb07/LadyEsprit.ab24a6.json new file mode 100644 index 00000000..33eedf0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LadyEsprit.ab24a6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dangerous Bokor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LadyEsprit.ab24a6.gmnotes", + "GUID": "ab24a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lady Esprit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.463, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lantern.e66002.gmnotes b/objects/AllPlayerCards.15bb07/Lantern.e66002.gmnotes new file mode 100644 index 00000000..fb8726bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lantern.e66002.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03036", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Lantern.e66002.json b/objects/AllPlayerCards.15bb07/Lantern.e66002.json new file mode 100644 index 00000000..4266833c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lantern.e66002.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368827, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lantern.e66002.gmnotes", + "GUID": "e66002", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.121, + "posY": 3.952, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lantern2.bda4fd.gmnotes b/objects/AllPlayerCards.15bb07/Lantern2.bda4fd.gmnotes new file mode 100644 index 00000000..bc351bdb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lantern2.bda4fd.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "52009", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Lantern2.bda4fd.json b/objects/AllPlayerCards.15bb07/Lantern2.bda4fd.json new file mode 100644 index 00000000..491104b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lantern2.bda4fd.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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_path": "AllPlayerCards.15bb07/Lantern2.bda4fd.gmnotes", + "GUID": "bda4fd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lantern (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.686, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LastChance.1fe462.gmnotes b/objects/AllPlayerCards.15bb07/LastChance.1fe462.gmnotes new file mode 100644 index 00000000..057ced67 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LastChance.1fe462.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04036", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Gambit.", + "permanent": false, + "weakness": false, + "wildIcons": 5, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/LastChance.1fe462.json b/objects/AllPlayerCards.15bb07/LastChance.1fe462.json new file mode 100644 index 00000000..bb7daed0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LastChance.1fe462.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LastChance.1fe462.gmnotes", + "GUID": "1fe462", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Last Chance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.051, + "posY": 3.753, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Leadership.83d8d7.gmnotes b/objects/AllPlayerCards.15bb07/Leadership.83d8d7.gmnotes new file mode 100644 index 00000000..2ba03a2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Leadership.83d8d7.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02260", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Leadership.83d8d7.json b/objects/AllPlayerCards.15bb07/Leadership.83d8d7.json new file mode 100644 index 00000000..31ee5a8b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Leadership.83d8d7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Leadership.83d8d7.gmnotes", + "GUID": "83d8d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leadership", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.773, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Leadership2.80fafa.gmnotes b/objects/AllPlayerCards.15bb07/Leadership2.80fafa.gmnotes new file mode 100644 index 00000000..80ae864e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Leadership2.80fafa.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06235", + "type": "Skill", + "class": "Guardian", + "level": 2, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Leadership2.80fafa.json b/objects/AllPlayerCards.15bb07/Leadership2.80fafa.json new file mode 100644 index 00000000..50374610 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Leadership2.80fafa.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447935, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4479": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Leadership2.80fafa.gmnotes", + "GUID": "80fafa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leadership (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.985, + "posY": 3.797, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeatherCoat.593deb.gmnotes b/objects/AllPlayerCards.15bb07/LeatherCoat.593deb.gmnotes new file mode 100644 index 00000000..18befa2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeatherCoat.593deb.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01072", + "alternate_ids": [ + "01572" + ], + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/LeatherCoat.593deb.json b/objects/AllPlayerCards.15bb07/LeatherCoat.593deb.json new file mode 100644 index 00000000..fb6a90c8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeatherCoat.593deb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368820, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LeatherCoat.593deb.gmnotes", + "GUID": "593deb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leather Coat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeatherCoat1.5b1550.gmnotes b/objects/AllPlayerCards.15bb07/LeatherCoat1.5b1550.gmnotes new file mode 100644 index 00000000..f790786a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeatherCoat1.5b1550.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60521", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 1, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LeatherCoat1.5b1550.json b/objects/AllPlayerCards.15bb07/LeatherCoat1.5b1550.json new file mode 100644 index 00000000..fa427880 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeatherCoat1.5b1550.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550819, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LeatherCoat1.5b1550.gmnotes", + "GUID": "5b1550", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leather Coat (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.088, + "posY": 3.684, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeatherJacket.dfbc13.gmnotes b/objects/AllPlayerCards.15bb07/LeatherJacket.dfbc13.gmnotes new file mode 100644 index 00000000..1c7c3002 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeatherJacket.dfbc13.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60310", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LeatherJacket.dfbc13.json b/objects/AllPlayerCards.15bb07/LeatherJacket.dfbc13.json new file mode 100644 index 00000000..68699bd9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeatherJacket.dfbc13.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LeatherJacket.dfbc13.gmnotes", + "GUID": "dfbc13", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leather Jacket", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.685, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LegInjury.46b4a0.gmnotes b/objects/AllPlayerCards.15bb07/LegInjury.46b4a0.gmnotes new file mode 100644 index 00000000..73d18f8b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LegInjury.46b4a0.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08131", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/LegInjury.46b4a0.json b/objects/AllPlayerCards.15bb07/LegInjury.46b4a0.json new file mode 100644 index 00000000..08783c08 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LegInjury.46b4a0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378918, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LegInjury.46b4a0.gmnotes", + "GUID": "46b4a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leg Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.187, + "posY": 2.369, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeoAnderson.126932.gmnotes b/objects/AllPlayerCards.15bb07/LeoAnderson.126932.gmnotes new file mode 100644 index 00000000..1d3f632b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoAnderson.126932.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04001", + "type": "Investigator", + "class": "Guardian", + "traits": "Veteran. Wayfarer.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/LeoAnderson.126932.json b/objects/AllPlayerCards.15bb07/LeoAnderson.126932.json new file mode 100644 index 00000000..dcd96537 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoAnderson.126932.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271316, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2713": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Expedition Leader", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LeoAnderson.126932.gmnotes", + "GUID": "126932", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leo Anderson", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.764, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeoAnderson.8925b0.json b/objects/AllPlayerCards.15bb07/LeoAnderson.8925b0.json new file mode 100644 index 00000000..495e89df --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoAnderson.8925b0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262016, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2620": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"04001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "8925b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leo Anderson", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.77, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeoDeLuca.eaa415.gmnotes b/objects/AllPlayerCards.15bb07/LeoDeLuca.eaa415.gmnotes new file mode 100644 index 00000000..cec8cc27 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoDeLuca.eaa415.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01048", + "alternate_ids": [ + "01548" + ], + "type": "Asset", + "class": "Rogue", + "cost": 6, + "level": 0, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/LeoDeLuca.eaa415.json b/objects/AllPlayerCards.15bb07/LeoDeLuca.eaa415.json new file mode 100644 index 00000000..049d9827 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoDeLuca.eaa415.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368631, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Louisiana Lion", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LeoDeLuca.eaa415.gmnotes", + "GUID": "eaa415", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leo De Luca", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LeoDeLuca1.27446e.gmnotes b/objects/AllPlayerCards.15bb07/LeoDeLuca1.27446e.gmnotes new file mode 100644 index 00000000..dfdec7fd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoDeLuca1.27446e.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01054", + "alternate_ids": [ + "01554" + ], + "type": "Asset", + "class": "Rogue", + "cost": 5, + "level": 1, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/LeoDeLuca1.27446e.json b/objects/AllPlayerCards.15bb07/LeoDeLuca1.27446e.json new file mode 100644 index 00000000..5afa9c38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LeoDeLuca1.27446e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315240, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Louisiana Lion", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LeoDeLuca1.27446e.gmnotes", + "GUID": "27446e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leo De Luca (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LessonLearned2.037b2e.gmnotes b/objects/AllPlayerCards.15bb07/LessonLearned2.037b2e.gmnotes new file mode 100644 index 00000000..688ba248 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LessonLearned2.037b2e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60124", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 2, + "traits": "Insight. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LessonLearned2.037b2e.json b/objects/AllPlayerCards.15bb07/LessonLearned2.037b2e.json new file mode 100644 index 00000000..11ac4b2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LessonLearned2.037b2e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545322, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LessonLearned2.037b2e.gmnotes", + "GUID": "037b2e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lesson Learned (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.145, + "posY": 3.685, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.gmnotes b/objects/AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.gmnotes new file mode 100644 index 00000000..dd1d02d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06160", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Tactic. Fated.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.json b/objects/AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.json new file mode 100644 index 00000000..e08a7ab8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380027, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3800": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LetGodsortthemout.d3dcf1.gmnotes", + "GUID": "d3dcf1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Let God sort them out...\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.898, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Letmehandlethis.36c0cb.gmnotes b/objects/AllPlayerCards.15bb07/Letmehandlethis.36c0cb.gmnotes new file mode 100644 index 00000000..263e9e35 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Letmehandlethis.36c0cb.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03022", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Letmehandlethis.36c0cb.json b/objects/AllPlayerCards.15bb07/Letmehandlethis.36c0cb.json new file mode 100644 index 00000000..7478826a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Letmehandlethis.36c0cb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Letmehandlethis.36c0cb.gmnotes", + "GUID": "36c0cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Let me handle this!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.075, + "posY": 3.685, + "posZ": -16.71, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LiberOmniumFinium.242a11.gmnotes b/objects/AllPlayerCards.15bb07/LiberOmniumFinium.242a11.gmnotes new file mode 100644 index 00000000..2c1404c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiberOmniumFinium.242a11.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "98021", + "type": "Treachery", + "class": "Neutral", + "traits": "Endtimes.", + "permanent": false, + "weakness": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/LiberOmniumFinium.242a11.json b/objects/AllPlayerCards.15bb07/LiberOmniumFinium.242a11.json new file mode 100644 index 00000000..be32c9da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiberOmniumFinium.242a11.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2730": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280920105/BBE662BDDC5F2C94A5DE10256B991D1E1DD2C50D/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LiberOmniumFinium.242a11.gmnotes", + "GUID": "242a11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Liber Omnium Finium", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 3.815, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LibraryDocent1.fab3a9.gmnotes b/objects/AllPlayerCards.15bb07/LibraryDocent1.fab3a9.gmnotes new file mode 100644 index 00000000..7795aaae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LibraryDocent1.fab3a9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60220", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 1, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LibraryDocent1.fab3a9.json b/objects/AllPlayerCards.15bb07/LibraryDocent1.fab3a9.json new file mode 100644 index 00000000..07c8a1f4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LibraryDocent1.fab3a9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538818, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LibraryDocent1.fab3a9.gmnotes", + "GUID": "fab3a9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Library Docent (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.115, + "posY": 4.016, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lifeline1.895047.gmnotes b/objects/AllPlayerCards.15bb07/Lifeline1.895047.gmnotes new file mode 100644 index 00000000..1d7cbf7f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lifeline1.895047.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09110", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/Lifeline1.895047.json b/objects/AllPlayerCards.15bb07/Lifeline1.895047.json new file mode 100644 index 00000000..1ddd0de4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lifeline1.895047.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379134, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lifeline1.895047.gmnotes", + "GUID": "895047", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lifeline (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.371, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LightningGun5.2d362c.gmnotes b/objects/AllPlayerCards.15bb07/LightningGun5.2d362c.gmnotes new file mode 100644 index 00000000..088fd763 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LightningGun5.2d362c.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "02301", + "type": "Asset", + "class": "Guardian", + "cost": 6, + "level": 5, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/LightningGun5.2d362c.json b/objects/AllPlayerCards.15bb07/LightningGun5.2d362c.json new file mode 100644 index 00000000..f02bd303 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LightningGun5.2d362c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226361, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LightningGun5.2d362c.gmnotes", + "GUID": "2d362c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lightning Gun (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.734, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LilyChen.4d0128.json b/objects/AllPlayerCards.15bb07/LilyChen.4d0128.json new file mode 100644 index 00000000..00c17690 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LilyChen.4d0128.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3792": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507801/776246D0ED5DFF897896D229B6F7E801898CA4F6/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507575/2EC3C9DD9A82135F5C0D3460C93B4B873EA5E0E0/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"08010-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "4d0128", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lily Chen", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.131, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LilyChen.cc21e0.gmnotes b/objects/AllPlayerCards.15bb07/LilyChen.cc21e0.gmnotes new file mode 100644 index 00000000..456ef2b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LilyChen.cc21e0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08010", + "type": "Investigator", + "class": "Mystic", + "traits": "Chosen. Warden.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 4, + "agilityIcons": 3, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/LilyChen.cc21e0.json b/objects/AllPlayerCards.15bb07/LilyChen.cc21e0.json new file mode 100644 index 00000000..b218d724 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LilyChen.cc21e0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3795": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Martial Artist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LilyChen.cc21e0.gmnotes", + "GUID": "cc21e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lily Chen", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.874, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LiquidCourage.c33a10.gmnotes b/objects/AllPlayerCards.15bb07/LiquidCourage.c33a10.gmnotes new file mode 100644 index 00000000..9083cbed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiquidCourage.c33a10.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02024", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/LiquidCourage.c33a10.json b/objects/AllPlayerCards.15bb07/LiquidCourage.c33a10.json new file mode 100644 index 00000000..e057533c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiquidCourage.c33a10.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368620, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LiquidCourage.c33a10.gmnotes", + "GUID": "c33a10", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Liquid Courage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.316, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LiquidCourage1.5065a6.gmnotes b/objects/AllPlayerCards.15bb07/LiquidCourage1.5065a6.gmnotes new file mode 100644 index 00000000..bdcfe088 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiquidCourage1.5065a6.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60320", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 1, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LiquidCourage1.5065a6.json b/objects/AllPlayerCards.15bb07/LiquidCourage1.5065a6.json new file mode 100644 index 00000000..c59abcce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiquidCourage1.5065a6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538618, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LiquidCourage1.5065a6.gmnotes", + "GUID": "5065a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Liquid Courage (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.182, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LitaChantler.3c1944.gmnotes b/objects/AllPlayerCards.15bb07/LitaChantler.3c1944.gmnotes new file mode 100644 index 00000000..d20f33db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LitaChantler.3c1944.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "01117", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/LitaChantler.3c1944.json b/objects/AllPlayerCards.15bb07/LitaChantler.3c1944.json new file mode 100644 index 00000000..38064a28 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LitaChantler.3c1944.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 295128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2951": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/254843371583121486/AF36A64D6D25AEB0E50FB36B34AD2A95C2B485BF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/87094793642393244/74ADDF83D8B03DBF4AD5DC7230C2D12E84685317/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Ally", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LitaChantler.3c1944.gmnotes", + "GUID": "3c1944", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lita Chantler", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.426, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LiveandLearn.050ba1.gmnotes b/objects/AllPlayerCards.15bb07/LiveandLearn.050ba1.gmnotes new file mode 100644 index 00000000..ffbb1b28 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiveandLearn.050ba1.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "04200", + "alternate_ids": [ + "60516" + ], + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/LiveandLearn.050ba1.json b/objects/AllPlayerCards.15bb07/LiveandLearn.050ba1.json new file mode 100644 index 00000000..8f602e22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LiveandLearn.050ba1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LiveandLearn.050ba1.gmnotes", + "GUID": "050ba1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Live and Learn", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.1, + "posY": 3.718, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LivingInk.42b36d.gmnotes b/objects/AllPlayerCards.15bb07/LivingInk.42b36d.gmnotes new file mode 100644 index 00000000..4900c590 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LivingInk.42b36d.gmnotes @@ -0,0 +1,63 @@ +{ + "id": "09079", + "type": "Asset", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "customizations": [ + { + "name": "Shifting Ink", + "xp": 1, + "text": "You may play Living Ink under the control of another investigator at your location." + }, + { + "name": "Subtle Depiction", + "xp": 1, + "text": "At the start of your turn, you may choose not to remove 1 charge from Living Ink and ignore its ability for the remainder of the round." + }, + { + "name": "Imbued Ink", + "xp": 2, + "text": "Living Ink enters play with 2 additional charges and takes up an arcane slot instead of a body slot.", + "replaces": { + "uses": [ + { + "count": 5, + "type": "Charge", + "token": "resource" + } + ] + } + }, + { + "name": "Eldritch Ink", + "xp": 3, + "text": "Circle another skill." + }, + { + "name": "Eldritch Ink", + "xp": 3, + "text": "Circle another skill." + }, + { + "name": "Macabre Depiction", + "xp": 3, + "text": "Living Ink gains: �€�? After you reveal a chaos token with a symbol, exhaust Living Ink: Place 1 charge on it.�€?" + }, + { + "name": "Vibrancy", + "xp": 3, + "text": "Living Ink grants an additional +1 to the circled skill(s) and �€“1 to each other skill." + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/LivingInk.42b36d.json b/objects/AllPlayerCards.15bb07/LivingInk.42b36d.json new file mode 100644 index 00000000..16cde482 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LivingInk.42b36d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LivingInk.42b36d.gmnotes", + "GUID": "42b36d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Living Ink", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.669, + "posY": 3.35, + "posZ": 65.932, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.json b/objects/AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.json new file mode 100644 index 00000000..632156da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8473": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001650323/4356445C44C1DEECFE3F70986569B6149E87FBB7/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09079-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "19a05b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Living Link Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -36.407, + "posY": 2.296, + "posZ": 52.084, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.ttslua b/objects/AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.ttslua new file mode 100644 index 00000000..f5294d89 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LivingLinkUpgradeSheet.19a05b.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Living Ink +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.935 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.69, + -0.355, + 0.0855, + 0.425, + 0.555, + 0.685, + 1.02 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 3, 3, 3 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/LivredEibon.55001f.gmnotes b/objects/AllPlayerCards.15bb07/LivredEibon.55001f.gmnotes new file mode 100644 index 00000000..6f9e352c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LivredEibon.55001f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08005", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/LivredEibon.55001f.json b/objects/AllPlayerCards.15bb07/LivredEibon.55001f.json new file mode 100644 index 00000000..ec194fb8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LivredEibon.55001f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379003, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hyperborean Grimoire", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LivredEibon.55001f.gmnotes", + "GUID": "55001f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Livre d'Eibon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.991, + "posY": 3.748, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lockpicks.cc11e4.gmnotes b/objects/AllPlayerCards.15bb07/Lockpicks.cc11e4.gmnotes new file mode 100644 index 00000000..14e7c882 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lockpicks.cc11e4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60305", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Item. Tool. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Lockpicks.cc11e4.json b/objects/AllPlayerCards.15bb07/Lockpicks.cc11e4.json new file mode 100644 index 00000000..cf44ef53 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lockpicks.cc11e4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lockpicks.cc11e4.gmnotes", + "GUID": "cc11e4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lockpicks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.903, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lockpicks1.edd6c4.gmnotes b/objects/AllPlayerCards.15bb07/Lockpicks1.edd6c4.gmnotes new file mode 100644 index 00000000..d31e1ea7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lockpicks1.edd6c4.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "03031", + "alternate_ids": [ + "01687" + ], + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 1, + "traits": "Item. Tool. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Lockpicks1.edd6c4.json b/objects/AllPlayerCards.15bb07/Lockpicks1.edd6c4.json new file mode 100644 index 00000000..a554ae83 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lockpicks1.edd6c4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315237, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lockpicks1.edd6c4.gmnotes", + "GUID": "edd6c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lockpicks (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LodgeDebts.acce72.gmnotes b/objects/AllPlayerCards.15bb07/LodgeDebts.acce72.gmnotes new file mode 100644 index 00000000..f1175457 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LodgeDebts.acce72.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05012", + "type": "Event", + "class": "Neutral", + "cost": 10, + "traits": "Pact.", + "permanent": false, + "weakness": true, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/LodgeDebts.acce72.json b/objects/AllPlayerCards.15bb07/LodgeDebts.acce72.json new file mode 100644 index 00000000..088766e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LodgeDebts.acce72.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591858, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5918": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LodgeDebts.acce72.gmnotes", + "GUID": "acce72", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lodge \"Debts\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.018, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LogicalReasoning.812175.gmnotes b/objects/AllPlayerCards.15bb07/LogicalReasoning.812175.gmnotes new file mode 100644 index 00000000..26466198 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LogicalReasoning.812175.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03191", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/LogicalReasoning.812175.json b/objects/AllPlayerCards.15bb07/LogicalReasoning.812175.json new file mode 100644 index 00000000..f8d417cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LogicalReasoning.812175.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/LogicalReasoning.812175.gmnotes", + "GUID": "812175", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Logical Reasoning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.748, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LogicalReasoning4.1258c6.gmnotes b/objects/AllPlayerCards.15bb07/LogicalReasoning4.1258c6.gmnotes new file mode 100644 index 00000000..e9f2756d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LogicalReasoning4.1258c6.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "52003", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 4, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 3, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/LogicalReasoning4.1258c6.json b/objects/AllPlayerCards.15bb07/LogicalReasoning4.1258c6.json new file mode 100644 index 00000000..273f36ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LogicalReasoning4.1258c6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 441023, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4410": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LogicalReasoning4.1258c6.gmnotes", + "GUID": "1258c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Logical Reasoning (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.482, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LolaHayes.b127ab.json b/objects/AllPlayerCards.15bb07/LolaHayes.b127ab.json new file mode 100644 index 00000000..faabf589 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaHayes.b127ab.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259915, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2599": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"03006-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "b127ab", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lola Hayes", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.891, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LolaHayes.d37332.gmnotes b/objects/AllPlayerCards.15bb07/LolaHayes.d37332.gmnotes new file mode 100644 index 00000000..03e2f0d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaHayes.d37332.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03006", + "type": "Investigator", + "class": "Neutral", + "traits": "Performer.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/LolaHayes.d37332.json b/objects/AllPlayerCards.15bb07/LolaHayes.d37332.json new file mode 100644 index 00000000..252cc137 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaHayes.d37332.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271215, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2712": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Actress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LolaHayes.d37332.gmnotes", + "GUID": "d37332", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lola Hayes", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.478, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LolaHayesTaboo.475460.gmnotes b/objects/AllPlayerCards.15bb07/LolaHayesTaboo.475460.gmnotes new file mode 100644 index 00000000..28595933 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaHayesTaboo.475460.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03006-t", + "type": "Investigator", + "class": "Neutral", + "traits": "Performer.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/LolaHayesTaboo.475460.json b/objects/AllPlayerCards.15bb07/LolaHayesTaboo.475460.json new file mode 100644 index 00000000..3a291fe1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaHayesTaboo.475460.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5583": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550359/A275A59476B12F2C38F9863D8AB889DCB382D1D1/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550198/99699EB95501C488B55445D304315BF231CB63F7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Actress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LolaHayesTaboo.475460.gmnotes", + "GUID": "475460", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lola Hayes (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 99.067, + "posY": 1.901, + "posZ": 4.603, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LolaSantiago3.8bec05.gmnotes b/objects/AllPlayerCards.15bb07/LolaSantiago3.8bec05.gmnotes new file mode 100644 index 00000000..201ffb71 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaSantiago3.8bec05.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04196", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/LolaSantiago3.8bec05.json b/objects/AllPlayerCards.15bb07/LolaSantiago3.8bec05.json new file mode 100644 index 00000000..d148c5ed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LolaSantiago3.8bec05.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315256, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "No-Nonsense Archaeologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LolaSantiago3.8bec05.gmnotes", + "GUID": "8bec05", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lola Santiago (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.082, + "posY": 3.735, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LoneWolf.dc3b07.gmnotes b/objects/AllPlayerCards.15bb07/LoneWolf.dc3b07.gmnotes new file mode 100644 index 00000000..68f21185 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LoneWolf.dc3b07.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02188", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/LoneWolf.dc3b07.json b/objects/AllPlayerCards.15bb07/LoneWolf.dc3b07.json new file mode 100644 index 00000000..44880541 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LoneWolf.dc3b07.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368619, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LoneWolf.dc3b07.gmnotes", + "GUID": "dc3b07", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lone Wolf", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.098, + "posY": 3.731, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LonnieRitter.ad0ef0.gmnotes b/objects/AllPlayerCards.15bb07/LonnieRitter.ad0ef0.gmnotes new file mode 100644 index 00000000..b4b4cb8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LonnieRitter.ad0ef0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60309", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LonnieRitter.ad0ef0.json b/objects/AllPlayerCards.15bb07/LonnieRitter.ad0ef0.json new file mode 100644 index 00000000..ce2f06cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LonnieRitter.ad0ef0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Feisty Mechanic", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LonnieRitter.ad0ef0.gmnotes", + "GUID": "ad0ef0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lonnie Ritter", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.048, + "posY": 3.89, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LookwhatIfound.88d3c0.gmnotes b/objects/AllPlayerCards.15bb07/LookwhatIfound.88d3c0.gmnotes new file mode 100644 index 00000000..e1508a0a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LookwhatIfound.88d3c0.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01079", + "alternate_ids": [ + "60517", + "01579" + ], + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/LookwhatIfound.88d3c0.json b/objects/AllPlayerCards.15bb07/LookwhatIfound.88d3c0.json new file mode 100644 index 00000000..80011124 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LookwhatIfound.88d3c0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368816, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LookwhatIfound.88d3c0.gmnotes", + "GUID": "88d3c0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Look what I found!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LookwhatIfound2.fd393b.gmnotes b/objects/AllPlayerCards.15bb07/LookwhatIfound2.fd393b.gmnotes new file mode 100644 index 00000000..51466b5c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LookwhatIfound2.fd393b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60524", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LookwhatIfound2.fd393b.json b/objects/AllPlayerCards.15bb07/LookwhatIfound2.fd393b.json new file mode 100644 index 00000000..23755b7f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LookwhatIfound2.fd393b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550822, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LookwhatIfound2.fd393b.gmnotes", + "GUID": "fd393b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Look what I found!\" (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 26.104, + "posY": 3.538, + "posZ": -7.17, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LostSoul.4f903e.gmnotes b/objects/AllPlayerCards.15bb07/LostSoul.4f903e.gmnotes new file mode 100644 index 00000000..fd7f2584 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LostSoul.4f903e.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03227", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness. Pact.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/LostSoul.4f903e.json b/objects/AllPlayerCards.15bb07/LostSoul.4f903e.json new file mode 100644 index 00000000..7b0f1b6e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LostSoul.4f903e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232348, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2323": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Madness. Pact.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LostSoul.4f903e.gmnotes", + "GUID": "4f903e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lost Soul", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.108, + "posY": 3.789, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LtWilsonStewart.4120f3.gmnotes b/objects/AllPlayerCards.15bb07/LtWilsonStewart.4120f3.gmnotes new file mode 100644 index 00000000..1255b4a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LtWilsonStewart.4120f3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "85032", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Agency. Veteran.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/LtWilsonStewart.4120f3.json b/objects/AllPlayerCards.15bb07/LtWilsonStewart.4120f3.json new file mode 100644 index 00000000..72c29a81 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LtWilsonStewart.4120f3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2336": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784129708171655462/0B7EFEEA9A53B93350FEC7F68F39A20D1D6580A9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Logistical Genius", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LtWilsonStewart.4120f3.gmnotes", + "GUID": "4120f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lt. Wilson Stewart", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.975, + "posY": 3.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LucidDreaming2.122e98.gmnotes b/objects/AllPlayerCards.15bb07/LucidDreaming2.122e98.gmnotes new file mode 100644 index 00000000..d71538a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LucidDreaming2.122e98.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06205", + "type": "Event", + "class": "Neutral", + "cost": 1, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/LucidDreaming2.122e98.json b/objects/AllPlayerCards.15bb07/LucidDreaming2.122e98.json new file mode 100644 index 00000000..168dfff0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LucidDreaming2.122e98.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5273": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LucidDreaming2.122e98.gmnotes", + "GUID": "122e98", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucid Dreaming (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.156, + "posY": 4.169, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lucky.ce0dd5.gmnotes b/objects/AllPlayerCards.15bb07/Lucky.ce0dd5.gmnotes new file mode 100644 index 00000000..90503506 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lucky.ce0dd5.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01080", + "alternate_ids": [ + "01580" + ], + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Lucky.ce0dd5.json b/objects/AllPlayerCards.15bb07/Lucky.ce0dd5.json new file mode 100644 index 00000000..adc63aab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lucky.ce0dd5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lucky.ce0dd5.gmnotes", + "GUID": "ce0dd5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lucky2.439af2.gmnotes b/objects/AllPlayerCards.15bb07/Lucky2.439af2.gmnotes new file mode 100644 index 00000000..9873bd68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lucky2.439af2.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01084", + "alternate_ids": [ + "01584" + ], + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Lucky2.439af2.json b/objects/AllPlayerCards.15bb07/Lucky2.439af2.json new file mode 100644 index 00000000..10112e62 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lucky2.439af2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368846, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lucky2.439af2.gmnotes", + "GUID": "439af2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky! (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lucky3.04d33d.gmnotes b/objects/AllPlayerCards.15bb07/Lucky3.04d33d.gmnotes new file mode 100644 index 00000000..b722b779 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lucky3.04d33d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60528", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 3, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Lucky3.04d33d.json b/objects/AllPlayerCards.15bb07/Lucky3.04d33d.json new file mode 100644 index 00000000..fbbc4c4d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lucky3.04d33d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550826, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lucky3.04d33d.gmnotes", + "GUID": "04d33d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky! (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.862, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.gmnotes b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.gmnotes new file mode 100644 index 00000000..d095afc8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "04107", + "alternate_ids": [ + "60308" + ], + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.json b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.json new file mode 100644 index 00000000..69f24ebb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368624, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LuckyCigaretteCase.c607c5.gmnotes", + "GUID": "c607c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky Cigarette Case", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.393, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.gmnotes b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.gmnotes new file mode 100644 index 00000000..bf98d333 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60326", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.json b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.json new file mode 100644 index 00000000..b727ff0b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538624, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LuckyCigaretteCase3.0feb74.gmnotes", + "GUID": "0feb74", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky Cigarette Case (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.999, + "posY": 3.806, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyDice2.07b163.gmnotes b/objects/AllPlayerCards.15bb07/LuckyDice2.07b163.gmnotes new file mode 100644 index 00000000..a9aef05a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyDice2.07b163.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02230", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyDice2.07b163.json b/objects/AllPlayerCards.15bb07/LuckyDice2.07b163.json new file mode 100644 index 00000000..40583cd5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyDice2.07b163.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5807": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "... Or Are They?", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LuckyDice2.07b163.gmnotes", + "GUID": "07b163", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky Dice (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.078, + "posY": 3.733, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyDice3.c8bb2a.gmnotes b/objects/AllPlayerCards.15bb07/LuckyDice3.c8bb2a.gmnotes new file mode 100644 index 00000000..846638ad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyDice3.c8bb2a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07307", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyDice3.c8bb2a.json b/objects/AllPlayerCards.15bb07/LuckyDice3.c8bb2a.json new file mode 100644 index 00000000..1282b6e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyDice3.c8bb2a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5896": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "... Or Are They?", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LuckyDice3.c8bb2a.gmnotes", + "GUID": "c8bb2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky Dice (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.015, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyPenny2.aae31c.gmnotes b/objects/AllPlayerCards.15bb07/LuckyPenny2.aae31c.gmnotes new file mode 100644 index 00000000..79040c0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyPenny2.aae31c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07224", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Item. Charm. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/LuckyPenny2.aae31c.json b/objects/AllPlayerCards.15bb07/LuckyPenny2.aae31c.json new file mode 100644 index 00000000..965b9e82 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LuckyPenny2.aae31c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579504, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5795": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Omen of Misfortune", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LuckyPenny2.aae31c.gmnotes", + "GUID": "aae31c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Lucky\" Penny (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.992, + "posY": 3.768, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LukeRobinson.88c4f4.json b/objects/AllPlayerCards.15bb07/LukeRobinson.88c4f4.json new file mode 100644 index 00000000..a566549d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LukeRobinson.88c4f4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274013, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2740": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"06004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "88c4f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Luke Robinson", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.835, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LukeRobinson.c59b75.gmnotes b/objects/AllPlayerCards.15bb07/LukeRobinson.c59b75.gmnotes new file mode 100644 index 00000000..53c1be2c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LukeRobinson.c59b75.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06004", + "type": "Investigator", + "class": "Mystic", + "traits": "Dreamer. Drifter. Wayfarer.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/LukeRobinson.c59b75.json b/objects/AllPlayerCards.15bb07/LukeRobinson.c59b75.json new file mode 100644 index 00000000..ff048cb2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LukeRobinson.c59b75.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536234, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Dreamer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LukeRobinson.c59b75.gmnotes", + "GUID": "c59b75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Luke Robinson", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.943, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lupara3.a6af13.gmnotes b/objects/AllPlayerCards.15bb07/Lupara3.a6af13.gmnotes new file mode 100644 index 00000000..279ad4e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lupara3.a6af13.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "03309", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 2, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Lupara3.a6af13.json b/objects/AllPlayerCards.15bb07/Lupara3.a6af13.json new file mode 100644 index 00000000..0175905c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lupara3.a6af13.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315255, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lupara3.a6af13.gmnotes", + "GUID": "a6af13", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lupara (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.155, + "posY": 4.147, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lure1.d88407.gmnotes b/objects/AllPlayerCards.15bb07/Lure1.d88407.gmnotes new file mode 100644 index 00000000..3a717b31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lure1.d88407.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02156", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Lure1.d88407.json b/objects/AllPlayerCards.15bb07/Lure1.d88407.json new file mode 100644 index 00000000..5979c14f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lure1.d88407.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368836, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Lure1.d88407.gmnotes", + "GUID": "d88407", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lure (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 4.13, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Lure2.1a90a4.gmnotes b/objects/AllPlayerCards.15bb07/Lure2.1a90a4.gmnotes new file mode 100644 index 00000000..987a7fa1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lure2.1a90a4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05323", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Lure2.1a90a4.json b/objects/AllPlayerCards.15bb07/Lure2.1a90a4.json new file mode 100644 index 00000000..11b14a89 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Lure2.1a90a4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374420, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3744": { + "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_path": "AllPlayerCards.15bb07/Lure2.1a90a4.gmnotes", + "GUID": "1a90a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lure (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 4.06, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/LurkerintheDark.79cc11.gmnotes b/objects/AllPlayerCards.15bb07/LurkerintheDark.79cc11.gmnotes new file mode 100644 index 00000000..a74ce28b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LurkerintheDark.79cc11.gmnotes @@ -0,0 +1,7 @@ +{ + "id": "09124", + "type": "Enemy", + "traits": "Monster. Shoggoth.", + "permanent": false, + "weakness": false +} diff --git a/objects/AllPlayerCards.15bb07/LurkerintheDark.79cc11.json b/objects/AllPlayerCards.15bb07/LurkerintheDark.79cc11.json new file mode 100644 index 00000000..d09b374c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/LurkerintheDark.79cc11.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379148, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/LurkerintheDark.79cc11.gmnotes", + "GUID": "79cc11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lurker in the Dark", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.378, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/M1918BAR4.b1ad65.gmnotes b/objects/AllPlayerCards.15bb07/M1918BAR4.b1ad65.gmnotes new file mode 100644 index 00000000..129252f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/M1918BAR4.b1ad65.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04229", + "type": "Asset", + "class": "Guardian", + "cost": 5, + "level": 4, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 8, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/M1918BAR4.b1ad65.json b/objects/AllPlayerCards.15bb07/M1918BAR4.b1ad65.json new file mode 100644 index 00000000..f68dfee9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/M1918BAR4.b1ad65.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226358, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/M1918BAR4.b1ad65.gmnotes", + "GUID": "b1ad65", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "M1918 BAR (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.758, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Machete.86ee68.gmnotes b/objects/AllPlayerCards.15bb07/Machete.86ee68.gmnotes new file mode 100644 index 00000000..b0c0e8f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Machete.86ee68.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01020", + "alternate_ids": [ + "01520" + ], + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Machete.86ee68.json b/objects/AllPlayerCards.15bb07/Machete.86ee68.json new file mode 100644 index 00000000..3851b70c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Machete.86ee68.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226327, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Machete.86ee68.gmnotes", + "GUID": "86ee68", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Machete", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.191, + "posY": 3.372, + "posZ": -56.848, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MadameLabranche.1ee492.gmnotes b/objects/AllPlayerCards.15bb07/MadameLabranche.1ee492.gmnotes new file mode 100644 index 00000000..9af0c8c9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MadameLabranche.1ee492.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03198", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Ally. Patron.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/MadameLabranche.1ee492.json b/objects/AllPlayerCards.15bb07/MadameLabranche.1ee492.json new file mode 100644 index 00000000..b8dcec2c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MadameLabranche.1ee492.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368828, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mysterious Benefactress", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MadameLabranche.1ee492.gmnotes", + "GUID": "1ee492", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Madame Labranche", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.53, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.gmnotes b/objects/AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.gmnotes new file mode 100644 index 00000000..d94e3104 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01030", + "alternate_ids": [ + "01530" + ], + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.json b/objects/AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.json new file mode 100644 index 00000000..77d1ce72 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368421, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/MagnifyingGlass.8cc0a6.gmnotes", + "GUID": "8cc0a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Magnifying Glass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.43, + "posY": 3.369, + "posZ": -57.033, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MagnifyingGlass1.378e84.gmnotes b/objects/AllPlayerCards.15bb07/MagnifyingGlass1.378e84.gmnotes new file mode 100644 index 00000000..8c9ff0c1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MagnifyingGlass1.378e84.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01040", + "alternate_ids": [ + "01540" + ], + "type": "Asset", + "class": "Seeker", + "cost": 0, + "level": 1, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MagnifyingGlass1.378e84.json b/objects/AllPlayerCards.15bb07/MagnifyingGlass1.378e84.json new file mode 100644 index 00000000..d1749a9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MagnifyingGlass1.378e84.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430637, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/MagnifyingGlass1.378e84.gmnotes", + "GUID": "378e84", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Magnifying Glass (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.318, + "posY": 3.37, + "posZ": -57.547, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MakeshiftTrap.aa897f.gmnotes b/objects/AllPlayerCards.15bb07/MakeshiftTrap.aa897f.gmnotes new file mode 100644 index 00000000..b4941818 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MakeshiftTrap.aa897f.gmnotes @@ -0,0 +1,56 @@ +{ + "id": "09100", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Improvised. Trap.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 2, + "type": "Time", + "token": "resource" + } + ], + "customizations": [ + { + "name": "Improved Timer", + "xp": 1, + "text": "When you play Makeshift Trap, you may increase or decrease its uses by 1." + }, + { + "name": "Tripwire", + "xp": 1, + "text": "Only trigger Makeshift Trap�€�s forced ability if there are 1 or more enemies at attached location." + }, + { + "name": "Simple", + "xp": 2, + "text": "Makeshift Trap gains fast and �€�play during any ? window.�€?" + }, + { + "name": "Poisonous", + "xp": 2, + "text": "When you remove 1 or more time from Makeshift Trap, deal 1 damage to an enemy at attached location." + }, + { + "name": "Remote Configuration", + "xp": 2, + "text": "When you play Makeshift Trap, you may attach it to a revealed connecting location." + }, + { + "name": "Net", + "xp": 3, + "text": "Non-Elite enemies at attached location cannot move or make attacks of opportunity." + }, + { + "name": "Explosive Device", + "xp": 4, + "text": "When Makeshift Trap has no time and is discarded, deal 3 damage to each enemy and investigator at attached location." + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/MakeshiftTrap.aa897f.json b/objects/AllPlayerCards.15bb07/MakeshiftTrap.aa897f.json new file mode 100644 index 00000000..3b75a617 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MakeshiftTrap.aa897f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379124, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MakeshiftTrap.aa897f.gmnotes", + "GUID": "aa897f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Makeshift Trap", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.371, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.json b/objects/AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.json new file mode 100644 index 00000000..f0d3915e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8477": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001652536/C0175E8B1C56AE41CCC96263BC7FB7D3A13B4F8F/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09100-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "64dfce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Makeshift Trap Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 74.02, + "posY": 2.549, + "posZ": 18.185, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.ttslua b/objects/AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.ttslua new file mode 100644 index 00000000..a834ade9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MakeshiftTrapUpgradeSheet.64dfce.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Makeshift Trap +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 39 + +-- static values +x_1 = -0.935 +x_offset = 0.0735 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.889, + -0.655, + -0.325, + -0.085, + 0.252, + 0.585, + 0.927 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/MakingPreparations.18247d.gmnotes b/objects/AllPlayerCards.15bb07/MakingPreparations.18247d.gmnotes new file mode 100644 index 00000000..72d3070a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MakingPreparations.18247d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09106", + "type": "Event", + "class": "Survivor", + "level": 0, + "traits": "Dilemma. Tactic.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/MakingPreparations.18247d.json b/objects/AllPlayerCards.15bb07/MakingPreparations.18247d.json new file mode 100644 index 00000000..b41e0515 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MakingPreparations.18247d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379130, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MakingPreparations.18247d.gmnotes", + "GUID": "18247d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Making Preparations", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.361, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MandyThompson.12d3de.json b/objects/AllPlayerCards.15bb07/MandyThompson.12d3de.json new file mode 100644 index 00000000..e6a0568e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MandyThompson.12d3de.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274012, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2740": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"06002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "12d3de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mandy Thompson", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.128, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MandyThompson.57d586.gmnotes b/objects/AllPlayerCards.15bb07/MandyThompson.57d586.gmnotes new file mode 100644 index 00000000..939bfef1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MandyThompson.57d586.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06002", + "type": "Investigator", + "class": "Seeker", + "traits": "Assistant. Scholar.", + "willpowerIcons": 3, + "intellectIcons": 5, + "combatIcons": 1, + "agilityIcons": 3, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/MandyThompson.57d586.json b/objects/AllPlayerCards.15bb07/MandyThompson.57d586.json new file mode 100644 index 00000000..41c06dfa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MandyThompson.57d586.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536333, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5363": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Researcher", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MandyThompson.57d586.gmnotes", + "GUID": "57d586", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mandy Thompson", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.841, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.gmnotes b/objects/AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.gmnotes new file mode 100644 index 00000000..dbc410e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06002-t", + "type": "Investigator", + "class": "Seeker", + "traits": "Assistant. Scholar.", + "willpowerIcons": 3, + "intellectIcons": 5, + "combatIcons": 1, + "agilityIcons": 3, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.json b/objects/AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.json new file mode 100644 index 00000000..5144bbcc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5583": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550359/A275A59476B12F2C38F9863D8AB889DCB382D1D1/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550198/99699EB95501C488B55445D304315BF231CB63F7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Researcher", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MandyThompsonTaboo.754b0a.gmnotes", + "GUID": "754b0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mandy Thompson (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 98.638, + "posY": 1.95, + "posZ": 13.549, + "rotX": 2, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.gmnotes b/objects/AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.gmnotes new file mode 100644 index 00000000..23467fb6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07162", + "type": "Event", + "class": "Neutral", + "cost": 1, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.json b/objects/AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.json new file mode 100644 index 00000000..0f1de651 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/ManipulateDestiny2.5606b3.gmnotes", + "GUID": "5606b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Manipulate Destiny (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.024, + "posY": 3.916, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ManoaMano1.c55160.gmnotes b/objects/AllPlayerCards.15bb07/ManoaMano1.c55160.gmnotes new file mode 100644 index 00000000..e57fac5b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManoaMano1.c55160.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03229", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 1, + "traits": "Spirit. Bold.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ManoaMano1.c55160.json b/objects/AllPlayerCards.15bb07/ManoaMano1.c55160.json new file mode 100644 index 00000000..bb619ad0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManoaMano1.c55160.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226333, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ManoaMano1.c55160.gmnotes", + "GUID": "c55160", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mano a Mano (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.069, + "posY": 3.843, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ManoaMano2.14424c.gmnotes b/objects/AllPlayerCards.15bb07/ManoaMano2.14424c.gmnotes new file mode 100644 index 00000000..a24438ca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManoaMano2.14424c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60125", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Spirit. Bold.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ManoaMano2.14424c.json b/objects/AllPlayerCards.15bb07/ManoaMano2.14424c.json new file mode 100644 index 00000000..1c7e168d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManoaMano2.14424c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545323, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ManoaMano2.14424c.gmnotes", + "GUID": "14424c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mano a Mano (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.082, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ManualDexterity.679b13.gmnotes b/objects/AllPlayerCards.15bb07/ManualDexterity.679b13.gmnotes new file mode 100644 index 00000000..81c60fd6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManualDexterity.679b13.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01092", + "alternate_ids": [ + "01592" + ], + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ManualDexterity.679b13.json b/objects/AllPlayerCards.15bb07/ManualDexterity.679b13.json new file mode 100644 index 00000000..ec4144ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManualDexterity.679b13.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368504, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ManualDexterity.679b13.gmnotes", + "GUID": "679b13", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Manual Dexterity", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ManualDexterity2.982716.gmnotes b/objects/AllPlayerCards.15bb07/ManualDexterity2.982716.gmnotes new file mode 100644 index 00000000..d4dc79e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManualDexterity2.982716.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60325", + "type": "Skill", + "class": "Rogue", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "agilityIcons": 3, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ManualDexterity2.982716.json b/objects/AllPlayerCards.15bb07/ManualDexterity2.982716.json new file mode 100644 index 00000000..ef65ebd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ManualDexterity2.982716.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538623, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ManualDexterity2.982716.gmnotes", + "GUID": "982716", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Manual Dexterity (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.15, + "posY": 3.972, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MaptheArea.1760be.gmnotes b/objects/AllPlayerCards.15bb07/MaptheArea.1760be.gmnotes new file mode 100644 index 00000000..1459accc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MaptheArea.1760be.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09048", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/MaptheArea.1760be.json b/objects/AllPlayerCards.15bb07/MaptheArea.1760be.json new file mode 100644 index 00000000..885e0e91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MaptheArea.1760be.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379041, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MaptheArea.1760be.gmnotes", + "GUID": "1760be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Map the Area", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.4, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MarieLambeau.11122f.gmnotes b/objects/AllPlayerCards.15bb07/MarieLambeau.11122f.gmnotes new file mode 100644 index 00000000..d8c8d0b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarieLambeau.11122f.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05006", + "alternate_ids": [ + "99001" + ], + "type": "Investigator", + "class": "Mystic", + "traits": "Performer. Sorcerer.", + "willpowerIcons": 4, + "intellectIcons": 4, + "combatIcons": 1, + "agilityIcons": 3, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MarieLambeau.11122f.json b/objects/AllPlayerCards.15bb07/MarieLambeau.11122f.json new file mode 100644 index 00000000..4cb0f6bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarieLambeau.11122f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272226, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2722": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Entertainer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MarieLambeau.11122f.gmnotes", + "GUID": "11122f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Marie Lambeau", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.063, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MarieLambeau.b05c03.gmnotes b/objects/AllPlayerCards.15bb07/MarieLambeau.b05c03.gmnotes new file mode 100644 index 00000000..940b78cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarieLambeau.b05c03.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "05006-m", + "alternate_ids": [ + "99001-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/MarieLambeau.b05c03.json b/objects/AllPlayerCards.15bb07/MarieLambeau.b05c03.json new file mode 100644 index 00000000..fa618c66 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarieLambeau.b05c03.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2727": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MarieLambeau.b05c03.gmnotes", + "GUID": "b05c03", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Marie Lambeau", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.893, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MarinersCompass.4e2d75.gmnotes b/objects/AllPlayerCards.15bb07/MarinersCompass.4e2d75.gmnotes new file mode 100644 index 00000000..a6fb3f7f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarinersCompass.4e2d75.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07121", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/MarinersCompass.4e2d75.json b/objects/AllPlayerCards.15bb07/MarinersCompass.4e2d75.json new file mode 100644 index 00000000..d07ae78e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarinersCompass.4e2d75.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553113, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MarinersCompass.4e2d75.gmnotes", + "GUID": "4e2d75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mariner's Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.035, + "posY": 3.855, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MarkHarrigan.01ac1b.gmnotes b/objects/AllPlayerCards.15bb07/MarkHarrigan.01ac1b.gmnotes new file mode 100644 index 00000000..39f32387 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarkHarrigan.01ac1b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03001", + "type": "Investigator", + "class": "Guardian", + "traits": "Veteran.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 5, + "agilityIcons": 3, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/MarkHarrigan.01ac1b.json b/objects/AllPlayerCards.15bb07/MarkHarrigan.01ac1b.json new file mode 100644 index 00000000..6435dbcf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarkHarrigan.01ac1b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270710, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Soldier", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MarkHarrigan.01ac1b.gmnotes", + "GUID": "01ac1b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mark Harrigan", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.777, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MarkHarrigan.cc354d.json b/objects/AllPlayerCards.15bb07/MarkHarrigan.cc354d.json new file mode 100644 index 00000000..c974f689 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MarkHarrigan.cc354d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259610, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2596": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"03001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "cc354d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mark Harrigan", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.853, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Marksmanship1.6a9021.gmnotes b/objects/AllPlayerCards.15bb07/Marksmanship1.6a9021.gmnotes new file mode 100644 index 00000000..4c8b0217 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Marksmanship1.6a9021.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04104", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 1, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Marksmanship1.6a9021.json b/objects/AllPlayerCards.15bb07/Marksmanship1.6a9021.json new file mode 100644 index 00000000..76767ddc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Marksmanship1.6a9021.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226339, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Marksmanship1.6a9021.gmnotes", + "GUID": "6a9021", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Marksmanship (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.839, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.gmnotes b/objects/AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.gmnotes new file mode 100644 index 00000000..febd1d5a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09037", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 3, + "traits": "Item. Charm. Armor.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.json b/objects/AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.json new file mode 100644 index 00000000..a24327cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379030, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Remnant of the Unknown", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MartyrsVambrace3.c795c8.gmnotes", + "GUID": "c795c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Martyr's Vambrace (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.023, + "posY": 3.37, + "posZ": 66.015, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MauserC96.f32343.gmnotes b/objects/AllPlayerCards.15bb07/MauserC96.f32343.gmnotes new file mode 100644 index 00000000..4b5770fc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MauserC96.f32343.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60306", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/MauserC96.f32343.json b/objects/AllPlayerCards.15bb07/MauserC96.f32343.json new file mode 100644 index 00000000..e7f4e09e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MauserC96.f32343.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MauserC96.f32343.gmnotes", + "GUID": "f32343", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mauser C96", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.077, + "posY": 3.684, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MauserC962.725690.gmnotes b/objects/AllPlayerCards.15bb07/MauserC962.725690.gmnotes new file mode 100644 index 00000000..5dd28917 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MauserC962.725690.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60321", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/MauserC962.725690.json b/objects/AllPlayerCards.15bb07/MauserC962.725690.json new file mode 100644 index 00000000..b3b678d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MauserC962.725690.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538619, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MauserC962.725690.gmnotes", + "GUID": "725690", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mauser C96 (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.511, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MeatCleaver.a57f19.gmnotes b/objects/AllPlayerCards.15bb07/MeatCleaver.a57f19.gmnotes new file mode 100644 index 00000000..b85c4ab7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MeatCleaver.a57f19.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05114", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MeatCleaver.a57f19.json b/objects/AllPlayerCards.15bb07/MeatCleaver.a57f19.json new file mode 100644 index 00000000..cea92138 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MeatCleaver.a57f19.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277912, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2779": { + "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_path": "AllPlayerCards.15bb07/MeatCleaver.a57f19.gmnotes", + "GUID": "a57f19", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Meat Cleaver", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.001, + "posY": 3.855, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MechanicsWrench.598ba0.gmnotes b/objects/AllPlayerCards.15bb07/MechanicsWrench.598ba0.gmnotes new file mode 100644 index 00000000..6c682f99 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MechanicsWrench.598ba0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08002", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Tool. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MechanicsWrench.598ba0.json b/objects/AllPlayerCards.15bb07/MechanicsWrench.598ba0.json new file mode 100644 index 00000000..4c922a8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MechanicsWrench.598ba0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MechanicsWrench.598ba0.gmnotes", + "GUID": "598ba0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mechanic's Wrench", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.667, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalStudent.e419b4.gmnotes b/objects/AllPlayerCards.15bb07/MedicalStudent.e419b4.gmnotes new file mode 100644 index 00000000..48dfce10 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalStudent.e419b4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08083", + "type": "Asset", + "class": "Guardian|Seeker", + "cost": 2, + "level": 0, + "traits": "Ally. Miskatonic. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalStudent.e419b4.json b/objects/AllPlayerCards.15bb07/MedicalStudent.e419b4.json new file mode 100644 index 00000000..e0079b2b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalStudent.e419b4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378921, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MedicalStudent.e419b4.gmnotes", + "GUID": "e419b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Medical Student", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.992, + "posY": 3.734, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalTexts.85822c.gmnotes b/objects/AllPlayerCards.15bb07/MedicalTexts.85822c.gmnotes new file mode 100644 index 00000000..91d747cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalTexts.85822c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01535", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalTexts.85822c.json b/objects/AllPlayerCards.15bb07/MedicalTexts.85822c.json new file mode 100644 index 00000000..d1cfe479 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalTexts.85822c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MedicalTexts.85822c.gmnotes", + "GUID": "85822c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Medical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.812, + "posY": 3.318, + "posZ": 7.665, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalTexts.ba16cb.gmnotes b/objects/AllPlayerCards.15bb07/MedicalTexts.ba16cb.gmnotes new file mode 100644 index 00000000..7f429c67 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalTexts.ba16cb.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01035", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalTexts.ba16cb.json b/objects/AllPlayerCards.15bb07/MedicalTexts.ba16cb.json new file mode 100644 index 00000000..2e7bba11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalTexts.ba16cb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368425, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/MedicalTexts.ba16cb.gmnotes", + "GUID": "ba16cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Medical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.201, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.gmnotes b/objects/AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.gmnotes new file mode 100644 index 00000000..935365e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08038", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.json b/objects/AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.json new file mode 100644 index 00000000..5cfd8c87 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379028, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MedicalTexts2.0d3bfa.gmnotes", + "GUID": "0d3bfa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Medical Texts (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.173, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.gmnotes b/objects/AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.gmnotes new file mode 100644 index 00000000..028c755d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "82024", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Mask.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.json b/objects/AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.json new file mode 100644 index 00000000..911cb5a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 295602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2956": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MedicoDellaPeste.6179d5.gmnotes", + "GUID": "6179d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Medico Della Peste", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.985, + "posY": 3.765, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MeditativeTrance.ef46e9.gmnotes b/objects/AllPlayerCards.15bb07/MeditativeTrance.ef46e9.gmnotes new file mode 100644 index 00000000..6dde8baa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MeditativeTrance.ef46e9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08061", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Insight. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MeditativeTrance.ef46e9.json b/objects/AllPlayerCards.15bb07/MeditativeTrance.ef46e9.json new file mode 100644 index 00000000..de384527 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MeditativeTrance.ef46e9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379051, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MeditativeTrance.ef46e9.gmnotes", + "GUID": "ef46e9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Meditative Trance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.077, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.gmnotes b/objects/AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.gmnotes new file mode 100644 index 00000000..927bbffb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "85031", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Weapon. Science.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.json b/objects/AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.json new file mode 100644 index 00000000..d3aa814b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2336": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784129708171655462/0B7EFEEA9A53B93350FEC7F68F39A20D1D6580A9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Mi-GoWeapon.2fc31c.gmnotes", + "GUID": "2fc31c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mi-Go Weapon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.722, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MiasmicCrystal.bad631.gmnotes b/objects/AllPlayerCards.15bb07/MiasmicCrystal.bad631.gmnotes new file mode 100644 index 00000000..421e4ffd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MiasmicCrystal.bad631.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08617", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Relic. Expedition.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MiasmicCrystal.bad631.json b/objects/AllPlayerCards.15bb07/MiasmicCrystal.bad631.json new file mode 100644 index 00000000..c0f1a41a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MiasmicCrystal.bad631.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Strange Evidence", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MiasmicCrystal.bad631.gmnotes", + "GUID": "bad631", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Miasmic Crystal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.391, + "posY": 3.324, + "posZ": 7.894, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MichaelLeigh5.573765.gmnotes b/objects/AllPlayerCards.15bb07/MichaelLeigh5.573765.gmnotes new file mode 100644 index 00000000..5d5794e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MichaelLeigh5.573765.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "08086", + "type": "Asset", + "class": "Guardian|Seeker", + "cost": 4, + "level": 5, + "traits": "Ally. Detective.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MichaelLeigh5.573765.json b/objects/AllPlayerCards.15bb07/MichaelLeigh5.573765.json new file mode 100644 index 00000000..de01db3d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MichaelLeigh5.573765.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378924, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Experienced Hunter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MichaelLeigh5.573765.gmnotes", + "GUID": "573765", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Michael Leigh (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.993, + "posY": 3.757, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MindWipe1.5d6e57.gmnotes b/objects/AllPlayerCards.15bb07/MindWipe1.5d6e57.gmnotes new file mode 100644 index 00000000..dbb343b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindWipe1.5d6e57.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01068", + "alternate_ids": [ + "01568" + ], + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MindWipe1.5d6e57.json b/objects/AllPlayerCards.15bb07/MindWipe1.5d6e57.json new file mode 100644 index 00000000..9a1de8ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindWipe1.5d6e57.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230334, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MindWipe1.5d6e57.gmnotes", + "GUID": "5d6e57", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mind Wipe (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MindWipe3.e72762.gmnotes b/objects/AllPlayerCards.15bb07/MindWipe3.e72762.gmnotes new file mode 100644 index 00000000..dc522480 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindWipe3.e72762.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50008", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/MindWipe3.e72762.json b/objects/AllPlayerCards.15bb07/MindWipe3.e72762.json new file mode 100644 index 00000000..0a00c966 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindWipe3.e72762.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230351, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MindWipe3.e72762.gmnotes", + "GUID": "e72762", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mind Wipe (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.175, + "posY": 2.967, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MindoverMatter.8cf335.gmnotes b/objects/AllPlayerCards.15bb07/MindoverMatter.8cf335.gmnotes new file mode 100644 index 00000000..2b1848d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindoverMatter.8cf335.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01036", + "alternate_ids": [ + "01536" + ], + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MindoverMatter.8cf335.json b/objects/AllPlayerCards.15bb07/MindoverMatter.8cf335.json new file mode 100644 index 00000000..45f8f7a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindoverMatter.8cf335.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/MindoverMatter.8cf335.gmnotes", + "GUID": "8cf335", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mind over Matter", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.065, + "posY": 3.374, + "posZ": -56.817, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.gmnotes b/objects/AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.gmnotes new file mode 100644 index 00000000..2903092f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "60226", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.json b/objects/AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.json new file mode 100644 index 00000000..543abc77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538824, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MindoverMatter2.9b1c5b.gmnotes", + "GUID": "9b1c5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mind over Matter (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.035, + "posY": 3.855, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MindsEye2.ad58aa.gmnotes b/objects/AllPlayerCards.15bb07/MindsEye2.ad58aa.gmnotes new file mode 100644 index 00000000..f6a76cc1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindsEye2.ad58aa.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06328", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/MindsEye2.ad58aa.json b/objects/AllPlayerCards.15bb07/MindsEye2.ad58aa.json new file mode 100644 index 00000000..4eef26ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MindsEye2.ad58aa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527237, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5272": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MindsEye2.ad58aa.gmnotes", + "GUID": "ad58aa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mind's Eye (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.17, + "posY": 3.155, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MineralSpecimen.08dd86.gmnotes b/objects/AllPlayerCards.15bb07/MineralSpecimen.08dd86.gmnotes new file mode 100644 index 00000000..bb43a0a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MineralSpecimen.08dd86.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08618", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Relic. Expedition.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MineralSpecimen.08dd86.json b/objects/AllPlayerCards.15bb07/MineralSpecimen.08dd86.json new file mode 100644 index 00000000..6a104149 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MineralSpecimen.08dd86.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450310, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MineralSpecimen.08dd86.gmnotes", + "GUID": "08dd86", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mineral Specimen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.271, + "posY": 3.322, + "posZ": 8.264, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MinhThiPhan.6c4c58.gmnotes b/objects/AllPlayerCards.15bb07/MinhThiPhan.6c4c58.gmnotes new file mode 100644 index 00000000..c916a00f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MinhThiPhan.6c4c58.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03002", + "type": "Investigator", + "class": "Seeker", + "traits": "Assistant.", + "willpowerIcons": 4, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/MinhThiPhan.6c4c58.json b/objects/AllPlayerCards.15bb07/MinhThiPhan.6c4c58.json new file mode 100644 index 00000000..f93043ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MinhThiPhan.6c4c58.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Secretary", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MinhThiPhan.6c4c58.gmnotes", + "GUID": "6c4c58", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Minh Thi Phan", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.836, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MinhThiPhan.fe6430.json b/objects/AllPlayerCards.15bb07/MinhThiPhan.fe6430.json new file mode 100644 index 00000000..0b62b47e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MinhThiPhan.fe6430.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259711, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2597": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"03002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "fe6430", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Minh Thi Phan", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.911, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.gmnotes b/objects/AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.gmnotes new file mode 100644 index 00000000..141b25ca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60232", + "type": "Asset", + "class": "Seeker", + "level": 4, + "traits": "Grant.", + "permanent": true, + "weakness": false, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.json b/objects/AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.json new file mode 100644 index 00000000..b78ff652 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538830, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MiskatonicArchaeologyFunding4.1a1b58.gmnotes", + "GUID": "1a1b58", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Miskatonic Archaeology Funding (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.079, + "posY": 3.73, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MissDoyle1.e1aedf.gmnotes b/objects/AllPlayerCards.15bb07/MissDoyle1.e1aedf.gmnotes new file mode 100644 index 00000000..20deb9be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MissDoyle1.e1aedf.gmnotes @@ -0,0 +1,26 @@ +{ + "id": "06030", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 1, + "traits": "Ally. Creature. Dreamlands.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06031" + }, + { + "count": 1, + "id": "06032" + }, + { + "count": 1, + "id": "06033" + } + ], + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/MissDoyle1.e1aedf.json b/objects/AllPlayerCards.15bb07/MissDoyle1.e1aedf.json new file mode 100644 index 00000000..e63cdecb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MissDoyle1.e1aedf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440623, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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": "Cat General of Ulthar", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MissDoyle1.e1aedf.gmnotes", + "GUID": "e1aedf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Miss Doyle (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.717, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MistsofRlyeh.5558f1.gmnotes b/objects/AllPlayerCards.15bb07/MistsofRlyeh.5558f1.gmnotes new file mode 100644 index 00000000..0dbd7e48 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MistsofRlyeh.5558f1.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04029", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/MistsofRlyeh.5558f1.json b/objects/AllPlayerCards.15bb07/MistsofRlyeh.5558f1.json new file mode 100644 index 00000000..d7b4da1e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MistsofRlyeh.5558f1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230326, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MistsofRlyeh.5558f1.gmnotes", + "GUID": "5558f1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mists of R'lyeh", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.005, + "posY": 3.847, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.gmnotes b/objects/AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.gmnotes new file mode 100644 index 00000000..5a40ecf6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "53007", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.json b/objects/AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.json new file mode 100644 index 00000000..6512be84 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MistsofRlyeh2.3d57b4.gmnotes", + "GUID": "3d57b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mists of R'lyeh (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.816, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.gmnotes b/objects/AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.gmnotes new file mode 100644 index 00000000..b8915e78 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04271", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 5, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.json b/objects/AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.json new file mode 100644 index 00000000..826d2c1f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230357, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MistsofRlyeh4.68fce2.gmnotes", + "GUID": "68fce2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mists of R'lyeh (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.251, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MitchBrown.f91fd9.gmnotes b/objects/AllPlayerCards.15bb07/MitchBrown.f91fd9.gmnotes new file mode 100644 index 00000000..d6a9110a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MitchBrown.f91fd9.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04006", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/MitchBrown.f91fd9.json b/objects/AllPlayerCards.15bb07/MitchBrown.f91fd9.json new file mode 100644 index 00000000..583be106 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MitchBrown.f91fd9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 377042, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3770": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MitchBrown.f91fd9.gmnotes", + "GUID": "f91fd9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mitch Brown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.06, + "posY": 3.84, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Mk1Grenades4.0ab574.gmnotes b/objects/AllPlayerCards.15bb07/Mk1Grenades4.0ab574.gmnotes new file mode 100644 index 00000000..facf5a74 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Mk1Grenades4.0ab574.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05273", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 4, + "traits": "Item. Weapon. Ranged.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Mk1Grenades4.0ab574.json b/objects/AllPlayerCards.15bb07/Mk1Grenades4.0ab574.json new file mode 100644 index 00000000..55a4c46e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Mk1Grenades4.0ab574.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378617, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3786": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Mk1Grenades4.0ab574.gmnotes", + "GUID": "0ab574", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mk 1 Grenades (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.94, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MobEnforcer.b239d7.gmnotes b/objects/AllPlayerCards.15bb07/MobEnforcer.b239d7.gmnotes new file mode 100644 index 00000000..56e6e379 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MobEnforcer.b239d7.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01101", + "alternate_ids": [ + "01601" + ], + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Criminal.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/MobEnforcer.b239d7.json b/objects/AllPlayerCards.15bb07/MobEnforcer.b239d7.json new file mode 100644 index 00000000..a3b1a54f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MobEnforcer.b239d7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MobEnforcer.b239d7.gmnotes", + "GUID": "b239d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mob Enforcer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.682, + "posY": 3.324, + "posZ": 26.532, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MobGoons.fc1506.gmnotes b/objects/AllPlayerCards.15bb07/MobGoons.fc1506.gmnotes new file mode 100644 index 00000000..3f40c86b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MobGoons.fc1506.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08003", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Criminal.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MobGoons.fc1506.json b/objects/AllPlayerCards.15bb07/MobGoons.fc1506.json new file mode 100644 index 00000000..8c1cb4da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MobGoons.fc1506.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379002, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MobGoons.fc1506.gmnotes", + "GUID": "fc1506", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mob Goons", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.786, + "posY": 3.328, + "posZ": 8.12, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MollyMaxwell.692ced.gmnotes b/objects/AllPlayerCards.15bb07/MollyMaxwell.692ced.gmnotes new file mode 100644 index 00000000..a224479d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MollyMaxwell.692ced.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "98017", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Assistant.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/MollyMaxwell.692ced.json b/objects/AllPlayerCards.15bb07/MollyMaxwell.692ced.json new file mode 100644 index 00000000..26b20cc2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MollyMaxwell.692ced.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 466112, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4661": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Exotic Morgana", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MollyMaxwell.692ced.gmnotes", + "GUID": "692ced", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Molly Maxwell", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.06, + "posY": 3.84, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MomentofRespite3.523b76.gmnotes b/objects/AllPlayerCards.15bb07/MomentofRespite3.523b76.gmnotes new file mode 100644 index 00000000..e7fbcdfd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MomentofRespite3.523b76.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02273", + "type": "Event", + "class": "Neutral", + "cost": 3, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/MomentofRespite3.523b76.json b/objects/AllPlayerCards.15bb07/MomentofRespite3.523b76.json new file mode 100644 index 00000000..9b153cc0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MomentofRespite3.523b76.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368525, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MomentofRespite3.523b76.gmnotes", + "GUID": "523b76", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moment of Respite (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.985, + "posY": 3.776, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Momentum1.d753d7.gmnotes b/objects/AllPlayerCards.15bb07/Momentum1.d753d7.gmnotes new file mode 100644 index 00000000..1b570360 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Momentum1.d753d7.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06115", + "type": "Skill", + "class": "Rogue", + "level": 1, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Momentum1.d753d7.json b/objects/AllPlayerCards.15bb07/Momentum1.d753d7.json new file mode 100644 index 00000000..2acdb09f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Momentum1.d753d7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380026, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3800": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Momentum1.d753d7.gmnotes", + "GUID": "d753d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Momentum (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.111, + "posY": 3.912, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MoneyTalks.276477.gmnotes b/objects/AllPlayerCards.15bb07/MoneyTalks.276477.gmnotes new file mode 100644 index 00000000..1162d8a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoneyTalks.276477.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05029", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Favor. Gambit.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MoneyTalks.276477.json b/objects/AllPlayerCards.15bb07/MoneyTalks.276477.json new file mode 100644 index 00000000..36e49b96 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoneyTalks.276477.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5276": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MoneyTalks.276477.gmnotes", + "GUID": "276477", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Money Talks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.515, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MoneyTalks2.67eb69.gmnotes b/objects/AllPlayerCards.15bb07/MoneyTalks2.67eb69.gmnotes new file mode 100644 index 00000000..3c542c5a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoneyTalks2.67eb69.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08054", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 2, + "traits": "Favor. Gambit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MoneyTalks2.67eb69.json b/objects/AllPlayerCards.15bb07/MoneyTalks2.67eb69.json new file mode 100644 index 00000000..73a616b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoneyTalks2.67eb69.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379044, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MoneyTalks2.67eb69.gmnotes", + "GUID": "67eb69", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Money Talks (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.191, + "posY": 2.238, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MonsterSlayer.63b3e5.gmnotes b/objects/AllPlayerCards.15bb07/MonsterSlayer.63b3e5.gmnotes new file mode 100644 index 00000000..e86b0ab3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MonsterSlayer.63b3e5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60116", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/MonsterSlayer.63b3e5.json b/objects/AllPlayerCards.15bb07/MonsterSlayer.63b3e5.json new file mode 100644 index 00000000..e5999ddf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MonsterSlayer.63b3e5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MonsterSlayer.63b3e5.gmnotes", + "GUID": "63b3e5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monster Slayer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.074, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MonsterSlayer5.e21854.gmnotes b/objects/AllPlayerCards.15bb07/MonsterSlayer5.e21854.gmnotes new file mode 100644 index 00000000..cc3390d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MonsterSlayer5.e21854.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02300", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 5, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/MonsterSlayer5.e21854.json b/objects/AllPlayerCards.15bb07/MonsterSlayer5.e21854.json new file mode 100644 index 00000000..f9841faf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MonsterSlayer5.e21854.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226359, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MonsterSlayer5.e21854.gmnotes", + "GUID": "e21854", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monster Slayer (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.796, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MonstrousTransformation.a49751.gmnotes b/objects/AllPlayerCards.15bb07/MonstrousTransformation.a49751.gmnotes new file mode 100644 index 00000000..04c0e6c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MonstrousTransformation.a49751.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "81030", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/MonstrousTransformation.a49751.json b/objects/AllPlayerCards.15bb07/MonstrousTransformation.a49751.json new file mode 100644 index 00000000..e26abc75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MonstrousTransformation.a49751.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 296804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2968": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MonstrousTransformation.a49751.gmnotes", + "GUID": "a49751", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monstrous Transformation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.03, + "posY": 3.688, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MontereyJack.46b145.gmnotes b/objects/AllPlayerCards.15bb07/MontereyJack.46b145.gmnotes new file mode 100644 index 00000000..7daf353f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MontereyJack.46b145.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08007", + "type": "Investigator", + "class": "Rogue", + "traits": "Wayfarer.", + "willpowerIcons": 1, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 5, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/MontereyJack.46b145.json b/objects/AllPlayerCards.15bb07/MontereyJack.46b145.json new file mode 100644 index 00000000..5c0a480a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MontereyJack.46b145.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3795": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Archeologist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MontereyJack.46b145.gmnotes", + "GUID": "46b145", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monterey Jack", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 53.274, + "posY": 3.137, + "posZ": 22.081, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MontereyJack.f74398.json b/objects/AllPlayerCards.15bb07/MontereyJack.f74398.json new file mode 100644 index 00000000..06629495 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MontereyJack.f74398.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3792": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507801/776246D0ED5DFF897896D229B6F7E801898CA4F6/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507575/2EC3C9DD9A82135F5C0D3460C93B4B873EA5E0E0/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"08007-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "f74398", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monterey Jack", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.893, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MoonPendant2.72deff.gmnotes b/objects/AllPlayerCards.15bb07/MoonPendant2.72deff.gmnotes new file mode 100644 index 00000000..95c6d25e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoonPendant2.72deff.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54012", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 2, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MoonPendant2.72deff.json b/objects/AllPlayerCards.15bb07/MoonPendant2.72deff.json new file mode 100644 index 00000000..dfff713e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoonPendant2.72deff.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449531, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MoonPendant2.72deff.gmnotes", + "GUID": "72deff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moon Pendant (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.07, + "posY": 3.793, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.gmnotes b/objects/AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.gmnotes new file mode 100644 index 00000000..c8411bb8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02267", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spell. Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.json b/objects/AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.json new file mode 100644 index 00000000..4196144e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MoonlightRitual.1cd2bd.gmnotes", + "GUID": "1cd2bd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moonlight Ritual", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.141, + "posY": 3.729, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.gmnotes b/objects/AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.gmnotes new file mode 100644 index 00000000..7bd947c9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09093", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 2, + "traits": "", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.json b/objects/AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.json new file mode 100644 index 00000000..4b0ca967 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379117, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MoonlightRitual2.ad3efc.gmnotes", + "GUID": "ad3efc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moonlight Ritual (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.74, + "posY": 3.34, + "posZ": 65.492, + "rotX": 358, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Moonstone.0d006f.gmnotes b/objects/AllPlayerCards.15bb07/Moonstone.0d006f.gmnotes new file mode 100644 index 00000000..80caa206 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Moonstone.0d006f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06203", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Relic. Dreamlands.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Moonstone.0d006f.json b/objects/AllPlayerCards.15bb07/Moonstone.0d006f.json new file mode 100644 index 00000000..5a64d7eb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Moonstone.0d006f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447731, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4477": { + "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_path": "AllPlayerCards.15bb07/Moonstone.0d006f.gmnotes", + "GUID": "0d006f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moonstone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.049, + "posY": 3.828, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MotivationalSpeech.1b2331.gmnotes b/objects/AllPlayerCards.15bb07/MotivationalSpeech.1b2331.gmnotes new file mode 100644 index 00000000..3eaf693b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MotivationalSpeech.1b2331.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09028", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/MotivationalSpeech.1b2331.json b/objects/AllPlayerCards.15bb07/MotivationalSpeech.1b2331.json new file mode 100644 index 00000000..bfbe32cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MotivationalSpeech.1b2331.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3796": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119534890/F45F9E6F67C91566D8CC5EC783E4372B264A349D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MotivationalSpeech.1b2331.gmnotes", + "GUID": "1b2331", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Motivational Speech", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.925, + "posY": 3.365, + "posZ": 65.887, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Moxie1.5fe780.gmnotes b/objects/AllPlayerCards.15bb07/Moxie1.5fe780.gmnotes new file mode 100644 index 00000000..3a30aadf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Moxie1.5fe780.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03111", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 1, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Moxie1.5fe780.json b/objects/AllPlayerCards.15bb07/Moxie1.5fe780.json new file mode 100644 index 00000000..af9a771d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Moxie1.5fe780.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315235, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Moxie1.5fe780.gmnotes", + "GUID": "5fe780", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moxie (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.98, + "posY": 3.945, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Moxie3.6b3a27.gmnotes b/objects/AllPlayerCards.15bb07/Moxie3.6b3a27.gmnotes new file mode 100644 index 00000000..282a2b51 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Moxie3.6b3a27.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08056", + "type": "Asset", + "class": "Rogue", + "cost": 0, + "level": 3, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Moxie3.6b3a27.json b/objects/AllPlayerCards.15bb07/Moxie3.6b3a27.json new file mode 100644 index 00000000..f7dbd0ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Moxie3.6b3a27.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379046, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Moxie3.6b3a27.gmnotes", + "GUID": "6b3a27", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Moxie (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.191, + "posY": 2.268, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MrRook.1339b0.gmnotes b/objects/AllPlayerCards.15bb07/MrRook.1339b0.gmnotes new file mode 100644 index 00000000..6f59bdfd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MrRook.1339b0.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05153", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MrRook.1339b0.json b/objects/AllPlayerCards.15bb07/MrRook.1339b0.json new file mode 100644 index 00000000..1de4b9bb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MrRook.1339b0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2778": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MrRook.1339b0.gmnotes", + "GUID": "1339b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mr. \"Rook\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.997, + "posY": 3.675, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MrRookTaboo.7fe728.gmnotes b/objects/AllPlayerCards.15bb07/MrRookTaboo.7fe728.gmnotes new file mode 100644 index 00000000..9667f438 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MrRookTaboo.7fe728.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05153-t", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Ally.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MrRookTaboo.7fe728.json b/objects/AllPlayerCards.15bb07/MrRookTaboo.7fe728.json new file mode 100644 index 00000000..a217f6ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MrRookTaboo.7fe728.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dealer in Secrets", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MrRookTaboo.7fe728.gmnotes", + "GUID": "7fe728", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mr. \"Rook\" (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.624, + "posY": 4.332, + "posZ": -59.253, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MysteriesRemain.274daa.gmnotes b/objects/AllPlayerCards.15bb07/MysteriesRemain.274daa.gmnotes new file mode 100644 index 00000000..2def75b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MysteriesRemain.274daa.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "98005", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/MysteriesRemain.274daa.json b/objects/AllPlayerCards.15bb07/MysteriesRemain.274daa.json new file mode 100644 index 00000000..4eff78f7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MysteriesRemain.274daa.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 370046, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3700": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MysteriesRemain.274daa.gmnotes", + "GUID": "274daa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysteries Remain", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.137, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MysteriousRaven.59e40d.gmnotes b/objects/AllPlayerCards.15bb07/MysteriousRaven.59e40d.gmnotes new file mode 100644 index 00000000..aee48699 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MysteriousRaven.59e40d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60509", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/MysteriousRaven.59e40d.json b/objects/AllPlayerCards.15bb07/MysteriousRaven.59e40d.json new file mode 100644 index 00000000..1ac79d64 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MysteriousRaven.59e40d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MysteriousRaven.59e40d.gmnotes", + "GUID": "59e40d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Raven", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.985, + "posY": 3.776, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/MystifyingSong.3b8cb7.gmnotes b/objects/AllPlayerCards.15bb07/MystifyingSong.3b8cb7.gmnotes new file mode 100644 index 00000000..cd91cc3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MystifyingSong.3b8cb7.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05018", + "alternate_ids": [ + "99002" + ], + "type": "Event", + "class": "Neutral", + "cost": 3, + "traits": "Spell. Song.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/MystifyingSong.3b8cb7.json b/objects/AllPlayerCards.15bb07/MystifyingSong.3b8cb7.json new file mode 100644 index 00000000..b73733e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/MystifyingSong.3b8cb7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444451, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4444": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/MystifyingSong.3b8cb7.gmnotes", + "GUID": "3b8cb7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mystifying Song", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.686, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.gmnotes b/objects/AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.gmnotes new file mode 100644 index 00000000..396795f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "51052", + "type": "Asset", + "class": "Neutral", + "cost": 5, + "traits": "Ally. Criminal. Syndicate.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "combatIcons": 2, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.json b/objects/AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.json new file mode 100644 index 00000000..fcad338e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233135, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2331": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241296009359/3EF850792428E467A4475333CCBBF6E6B5975186/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Ruthless Tactician", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NaomiOBannion.7f7ecc.gmnotes", + "GUID": "7f7ecc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Naomi O'Bannion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.047, + "posY": 3.866, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Narcolepsy.57e648.gmnotes b/objects/AllPlayerCards.15bb07/Narcolepsy.57e648.gmnotes new file mode 100644 index 00000000..2b90e401 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Narcolepsy.57e648.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06037", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Narcolepsy.57e648.json b/objects/AllPlayerCards.15bb07/Narcolepsy.57e648.json new file mode 100644 index 00000000..8d31b49f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Narcolepsy.57e648.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Narcolepsy.57e648.gmnotes", + "GUID": "57e648", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Narcolepsy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.998, + "posY": 3.744, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NarrowEscape.f6ff32.gmnotes b/objects/AllPlayerCards.15bb07/NarrowEscape.f6ff32.gmnotes new file mode 100644 index 00000000..c5912375 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NarrowEscape.f6ff32.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03267", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/NarrowEscape.f6ff32.json b/objects/AllPlayerCards.15bb07/NarrowEscape.f6ff32.json new file mode 100644 index 00000000..d4954fbc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NarrowEscape.f6ff32.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368708, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NarrowEscape.f6ff32.gmnotes", + "GUID": "f6ff32", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Narrow Escape", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.374, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NathanielCho.1806e5.json b/objects/AllPlayerCards.15bb07/NathanielCho.1806e5.json new file mode 100644 index 00000000..d9a39908 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NathanielCho.1806e5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274216, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2742": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093847742/6DF29C75A96B1D04C068D3AACAE25F9D2363BE9A/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"60101-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "1806e5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nathaniel Cho", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.803, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NathanielCho.65588a.gmnotes b/objects/AllPlayerCards.15bb07/NathanielCho.65588a.gmnotes new file mode 100644 index 00000000..44e6d471 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NathanielCho.65588a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60101", + "type": "Investigator", + "class": "Guardian", + "traits": "Criminal. Warden.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 5, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/NathanielCho.65588a.json b/objects/AllPlayerCards.15bb07/NathanielCho.65588a.json new file mode 100644 index 00000000..3e0f5fd6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NathanielCho.65588a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 234900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2349": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887642390/2CC878F26205C80F4B8D69DE3A4433804A31AABF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887640918/BF3A963B745EF2047ABDFC524AEE4EA0145A04F4/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Boxer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NathanielCho.65588a.gmnotes", + "GUID": "65588a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nathaniel Cho", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.609, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.gmnotes b/objects/AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.gmnotes new file mode 100644 index 00000000..411c8852 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09111", + "type": "Event", + "class": "Survivor", + "level": 1, + "traits": "Dilemma. Insight.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.json b/objects/AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.json new file mode 100644 index 00000000..870c72cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379135, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NatureoftheBeast1.9c4015.gmnotes", + "GUID": "9c4015", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nature of the Beast (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.362, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NauticalProwess.9d6e9a.gmnotes b/objects/AllPlayerCards.15bb07/NauticalProwess.9d6e9a.gmnotes new file mode 100644 index 00000000..7f776340 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NauticalProwess.9d6e9a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "98014", + "type": "Skill", + "class": "Neutral", + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/NauticalProwess.9d6e9a.json b/objects/AllPlayerCards.15bb07/NauticalProwess.9d6e9a.json new file mode 100644 index 00000000..75ea3e1d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NauticalProwess.9d6e9a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444348, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4443": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NauticalProwess.9d6e9a.gmnotes", + "GUID": "9d6e9a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nautical Prowess", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 3.75, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.gmnotes b/objects/AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.gmnotes new file mode 100644 index 00000000..74d4a4ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60502", + "type": "Skill", + "class": "Survivor", + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.json b/objects/AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.json new file mode 100644 index 00000000..766dd509 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NeitherRainnorSnow.6da7c4.gmnotes", + "GUID": "6da7c4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Neither Rain nor Snow", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.407, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.gmnotes b/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.gmnotes new file mode 100644 index 00000000..19102920 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07262", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 4, + "traits": "Ally. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.json b/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.json new file mode 100644 index 00000000..2a23238c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Huntress of Bast", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Nephthys4.5659d1.gmnotes", + "GUID": "5659d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/Nephthys4.5659d1.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nephthys (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.004, + "posY": 3.924, + "posZ": -16.695, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.ttslua b/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.ttslua new file mode 100644 index 00000000..fd97fdf1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nephthys4.5659d1.ttslua @@ -0,0 +1,82 @@ +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 + diff --git a/objects/AllPlayerCards.15bb07/Newspaper.ee20c9.gmnotes b/objects/AllPlayerCards.15bb07/Newspaper.ee20c9.gmnotes new file mode 100644 index 00000000..e0b98df8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Newspaper.ee20c9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02155", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Newspaper.ee20c9.json b/objects/AllPlayerCards.15bb07/Newspaper.ee20c9.json new file mode 100644 index 00000000..8532a181 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Newspaper.ee20c9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368826, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Newspaper.ee20c9.gmnotes", + "GUID": "ee20c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Newspaper", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.954, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Newspaper2.9bcdee.gmnotes b/objects/AllPlayerCards.15bb07/Newspaper2.9bcdee.gmnotes new file mode 100644 index 00000000..b43200e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Newspaper2.9bcdee.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03313", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Newspaper2.9bcdee.json b/objects/AllPlayerCards.15bb07/Newspaper2.9bcdee.json new file mode 100644 index 00000000..730f8b3f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Newspaper2.9bcdee.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368847, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Newspaper2.9bcdee.gmnotes", + "GUID": "9bcdee", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Newspaper (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.954, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.gmnotes b/objects/AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.gmnotes new file mode 100644 index 00000000..93bf405e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06330", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Item. Charm. Cursed.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 3, + "id": "06331" + } + ], + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.json b/objects/AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.json new file mode 100644 index 00000000..f8d71c22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448735, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4487": { + "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_path": "AllPlayerCards.15bb07/NightmareBauble3.d6f6f1.gmnotes", + "GUID": "d6f6f1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nightmare Bauble (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.164, + "posY": 3.605, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Nihilism.fc4168.gmnotes b/objects/AllPlayerCards.15bb07/Nihilism.fc4168.gmnotes new file mode 100644 index 00000000..d31572e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nihilism.fc4168.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60404", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Nihilism.fc4168.json b/objects/AllPlayerCards.15bb07/Nihilism.fc4168.json new file mode 100644 index 00000000..2126410e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nihilism.fc4168.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Nihilism.fc4168.gmnotes", + "GUID": "fc4168", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nihilism", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.02, + "posY": 4.039, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NikolaTesla.03695f.gmnotes b/objects/AllPlayerCards.15bb07/NikolaTesla.03695f.gmnotes new file mode 100644 index 00000000..6519f20d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NikolaTesla.03695f.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "87014", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Scientist. Ally. Past.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/NikolaTesla.03695f.json b/objects/AllPlayerCards.15bb07/NikolaTesla.03695f.json new file mode 100644 index 00000000..f3acb234 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NikolaTesla.03695f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558002, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5580": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764609761078/E05F39D952FE0C4E6473E744D64221DD1150F00A/", + "NumHeight": 4, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Renowned Inventor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NikolaTesla.03695f.gmnotes", + "GUID": "03695f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nikola Tesla", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.063, + "posY": 3.325, + "posZ": 8.088, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Nimble.b8843c.gmnotes b/objects/AllPlayerCards.15bb07/Nimble.b8843c.gmnotes new file mode 100644 index 00000000..0703871e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nimble.b8843c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60317", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Nimble.b8843c.json b/objects/AllPlayerCards.15bb07/Nimble.b8843c.json new file mode 100644 index 00000000..f53ae440 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Nimble.b8843c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538615, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Nimble.b8843c.gmnotes", + "GUID": "b8843c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nimble", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.171, + "posY": 3.08, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NineofRods3.c7fe4a.gmnotes b/objects/AllPlayerCards.15bb07/NineofRods3.c7fe4a.gmnotes new file mode 100644 index 00000000..d6a49ac5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NineofRods3.c7fe4a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54009", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 3, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/NineofRods3.c7fe4a.json b/objects/AllPlayerCards.15bb07/NineofRods3.c7fe4a.json new file mode 100644 index 00000000..4ebadb0c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NineofRods3.c7fe4a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449529, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Every Trial a Lesson", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NineofRods3.c7fe4a.gmnotes", + "GUID": "c7fe4a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nine of Rods (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.543, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NkosiMabati3.6c5628.gmnotes b/objects/AllPlayerCards.15bb07/NkosiMabati3.6c5628.gmnotes new file mode 100644 index 00000000..449f914c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NkosiMabati3.6c5628.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08091", + "type": "Asset", + "class": "Guardian|Mystic", + "cost": 4, + "level": 3, + "traits": "Ally. Sorcerer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/NkosiMabati3.6c5628.json b/objects/AllPlayerCards.15bb07/NkosiMabati3.6c5628.json new file mode 100644 index 00000000..41d3d004 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NkosiMabati3.6c5628.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378929, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enigmatic Warlock", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NkosiMabati3.6c5628.gmnotes", + "GUID": "6c5628", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nkosi Mabati (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.182, + "posY": 2.801, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.gmnotes b/objects/AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.gmnotes new file mode 100644 index 00000000..22ed93d1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03026", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.json b/objects/AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.json new file mode 100644 index 00000000..6a85ac79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/NoStoneUnturned.44cf4a.gmnotes", + "GUID": "44cf4a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "No Stone Unturned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.029, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.gmnotes b/objects/AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.gmnotes new file mode 100644 index 00000000..da43ef94 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03307", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 5, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.json b/objects/AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.json new file mode 100644 index 00000000..0c357626 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430658, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/NoStoneUnturned5.1f3f16.gmnotes", + "GUID": "1f3f16", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "No Stone Unturned (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.544, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NormanWithers.a5d9bb.json b/objects/AllPlayerCards.15bb07/NormanWithers.a5d9bb.json new file mode 100644 index 00000000..e51da27d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NormanWithers.a5d9bb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3792": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507801/776246D0ED5DFF897896D229B6F7E801898CA4F6/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126507575/2EC3C9DD9A82135F5C0D3460C93B4B873EA5E0E0/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"08004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "a5d9bb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Norman Withers", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.991, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NormanWithers.e0a155.gmnotes b/objects/AllPlayerCards.15bb07/NormanWithers.e0a155.gmnotes new file mode 100644 index 00000000..77b55be2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NormanWithers.e0a155.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08004", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 4, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/NormanWithers.e0a155.json b/objects/AllPlayerCards.15bb07/NormanWithers.e0a155.json new file mode 100644 index 00000000..eeeb4b9a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NormanWithers.e0a155.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3795": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126523297/2C981A8D79F76E3533ADD355F8AF406EA72B5162/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126522542/E29FEBE196344F3DEE457BE957E9AF18310C6F39/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Astronomer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NormanWithers.e0a155.gmnotes", + "GUID": "e0a155", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Norman Withers", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.515, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.31fe5e.json b/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.31fe5e.json new file mode 100644 index 00000000..f2edb5ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.31fe5e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2726": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"08004-promo-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "31fe5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Norman Withers (promo version)", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.11, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.gmnotes b/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.gmnotes new file mode 100644 index 00000000..549d05b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08004-promo", + "type": "Investigator", + "class": "Seeker", + "traits": "Miskatonic.", + "willpowerIcons": 4, + "intellectIcons": 5, + "combatIcons": 2, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.json b/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.json new file mode 100644 index 00000000..845e3834 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4409": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086987553/817496FCFFBF0B8ADCE3B09A9671D6F549BE5881/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086987329/F381129808CB4D0ECD8508777784ECD8B7C1691F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Astronomer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/NormanWitherspromoversion.70d488.gmnotes", + "GUID": "70d488", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Norman Withers (promo version)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.492, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.gmnotes b/objects/AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.gmnotes new file mode 100644 index 00000000..71b8a264 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06284", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.json b/objects/AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.json new file mode 100644 index 00000000..fbf582d7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448738, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4487": { + "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_path": "AllPlayerCards.15bb07/NothingLefttoLose3.f0389b.gmnotes", + "GUID": "f0389b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nothing Left to Lose (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.167, + "posY": 3.202, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.gmnotes b/objects/AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.gmnotes new file mode 100644 index 00000000..3a2d92e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03272", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.json b/objects/AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.json new file mode 100644 index 00000000..0dc86b4d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368803, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Notwithoutafight.d1d7fa.gmnotes", + "GUID": "d1d7fa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Not without a fight!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.058, + "posY": 3.808, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Obfuscation.5ec6d0.gmnotes b/objects/AllPlayerCards.15bb07/Obfuscation.5ec6d0.gmnotes new file mode 100644 index 00000000..7b70d53c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Obfuscation.5ec6d0.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07027", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Obfuscation.5ec6d0.json b/objects/AllPlayerCards.15bb07/Obfuscation.5ec6d0.json new file mode 100644 index 00000000..176ae2d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Obfuscation.5ec6d0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587421, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5874": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Obfuscation.5ec6d0.gmnotes", + "GUID": "5ec6d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obfuscation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.037, + "posY": 3.95, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ObscureStudies.c5d8a9.gmnotes b/objects/AllPlayerCards.15bb07/ObscureStudies.c5d8a9.gmnotes new file mode 100644 index 00000000..2fd6fa4e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ObscureStudies.c5d8a9.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07008", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ObscureStudies.c5d8a9.json b/objects/AllPlayerCards.15bb07/ObscureStudies.c5d8a9.json new file mode 100644 index 00000000..98808e98 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ObscureStudies.c5d8a9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5882": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ObscureStudies.c5d8a9.gmnotes", + "GUID": "c5d8a9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obscure Studies", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.079, + "posY": 3.73, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Observed4.cf5ac8.gmnotes b/objects/AllPlayerCards.15bb07/Observed4.cf5ac8.gmnotes new file mode 100644 index 00000000..de4d8789 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Observed4.cf5ac8.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "54013", + "type": "Asset", + "class": "Neutral", + "level": 4, + "traits": "Blessed.", + "permanent": true, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Observed4.cf5ac8.json b/objects/AllPlayerCards.15bb07/Observed4.cf5ac8.json new file mode 100644 index 00000000..eddab905 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Observed4.cf5ac8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449533, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Observed4.cf5ac8.gmnotes", + "GUID": "cf5ac8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Observed (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.53, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Obsessive.a2e7d7.gmnotes b/objects/AllPlayerCards.15bb07/Obsessive.a2e7d7.gmnotes new file mode 100644 index 00000000..cdc412cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Obsessive.a2e7d7.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60204", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Obsessive.a2e7d7.json b/objects/AllPlayerCards.15bb07/Obsessive.a2e7d7.json new file mode 100644 index 00000000..cf718006 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Obsessive.a2e7d7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Obsessive.a2e7d7.gmnotes", + "GUID": "a2e7d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obsessive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.081, + "posY": 3.764, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ObsidianBracelet.972250.gmnotes b/objects/AllPlayerCards.15bb07/ObsidianBracelet.972250.gmnotes new file mode 100644 index 00000000..542666b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ObsidianBracelet.972250.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09024", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/ObsidianBracelet.972250.json b/objects/AllPlayerCards.15bb07/ObsidianBracelet.972250.json new file mode 100644 index 00000000..48e04b33 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ObsidianBracelet.972250.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379017, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ObsidianBracelet.972250.gmnotes", + "GUID": "972250", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obsidian Bracelet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 13.244, + "posY": 2.207, + "posZ": 49.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OccultEvidence.3586e6.gmnotes b/objects/AllPlayerCards.15bb07/OccultEvidence.3586e6.gmnotes new file mode 100644 index 00000000..2f29f101 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultEvidence.3586e6.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06008", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Insight. Research.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/OccultEvidence.3586e6.json b/objects/AllPlayerCards.15bb07/OccultEvidence.3586e6.json new file mode 100644 index 00000000..daff3d0e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultEvidence.3586e6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5827": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OccultEvidence.3586e6.gmnotes", + "GUID": "3586e6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Occult Evidence", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.286, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OccultInvocation.010509.gmnotes b/objects/AllPlayerCards.15bb07/OccultInvocation.010509.gmnotes new file mode 100644 index 00000000..8c555386 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultInvocation.010509.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60217", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/OccultInvocation.010509.json b/objects/AllPlayerCards.15bb07/OccultInvocation.010509.json new file mode 100644 index 00000000..e2b38156 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultInvocation.010509.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538815, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OccultInvocation.010509.gmnotes", + "GUID": "010509", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Occult Invocation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.563, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OccultLexicon.5d6728.gmnotes b/objects/AllPlayerCards.15bb07/OccultLexicon.5d6728.gmnotes new file mode 100644 index 00000000..1fd7d551 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultLexicon.5d6728.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "05316", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Item. Tome. Occult.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 3, + "id": "05317" + } + ], + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/OccultLexicon.5d6728.json b/objects/AllPlayerCards.15bb07/OccultLexicon.5d6728.json new file mode 100644 index 00000000..fb5417a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultLexicon.5d6728.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592120, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5921": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OccultLexicon.5d6728.gmnotes", + "GUID": "5d6728", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Occult Lexicon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.047, + "posY": 3.866, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OccultLexicon3.71d99c.gmnotes b/objects/AllPlayerCards.15bb07/OccultLexicon3.71d99c.gmnotes new file mode 100644 index 00000000..b95b12bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultLexicon3.71d99c.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "54004", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Item. Tome. Occult.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 3, + "id": "05317" + } + ], + "intellectIcons": 2, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/OccultLexicon3.71d99c.json b/objects/AllPlayerCards.15bb07/OccultLexicon3.71d99c.json new file mode 100644 index 00000000..5f0236b6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultLexicon3.71d99c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449524, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OccultLexicon3.71d99c.gmnotes", + "GUID": "71d99c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Occult Lexicon (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.689, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OccultScraps.6aea76.gmnotes b/objects/AllPlayerCards.15bb07/OccultScraps.6aea76.gmnotes new file mode 100644 index 00000000..ec5223b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultScraps.6aea76.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07013", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item.", + "permanent": false, + "weakness": true, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/OccultScraps.6aea76.json b/objects/AllPlayerCards.15bb07/OccultScraps.6aea76.json new file mode 100644 index 00000000..248ee4fd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultScraps.6aea76.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5877": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OccultScraps.6aea76.gmnotes", + "GUID": "6aea76", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Occult Scraps", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.173, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OccultTheory1.49a338.gmnotes b/objects/AllPlayerCards.15bb07/OccultTheory1.49a338.gmnotes new file mode 100644 index 00000000..b18a7628 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultTheory1.49a338.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08065", + "type": "Skill", + "class": "Mystic", + "level": 1, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "dynamicIcons": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/OccultTheory1.49a338.json b/objects/AllPlayerCards.15bb07/OccultTheory1.49a338.json new file mode 100644 index 00000000..37c832b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OccultTheory1.49a338.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379055, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OccultTheory1.49a338.gmnotes", + "GUID": "49a338", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Occult Theory (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.189, + "posY": 2.322, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.gmnotes b/objects/AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.gmnotes new file mode 100644 index 00000000..06a58002 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "53013", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.json b/objects/AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.json new file mode 100644 index 00000000..4b3ae69e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OfferYouCannotRefuse.e27c93.gmnotes", + "GUID": "e27c93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Offer You Cannot Refuse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.129, + "posY": 3.843, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OldBookofLore.063fd8.gmnotes b/objects/AllPlayerCards.15bb07/OldBookofLore.063fd8.gmnotes new file mode 100644 index 00000000..99b8b0e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldBookofLore.063fd8.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01031", + "alternate_ids": [ + "01531" + ], + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/OldBookofLore.063fd8.json b/objects/AllPlayerCards.15bb07/OldBookofLore.063fd8.json new file mode 100644 index 00000000..7a501be1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldBookofLore.063fd8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368431, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/OldBookofLore.063fd8.gmnotes", + "GUID": "063fd8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Book of Lore", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.693, + "posY": 3.371, + "posZ": -56.673, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OldBookofLore3.8a0060.gmnotes b/objects/AllPlayerCards.15bb07/OldBookofLore3.8a0060.gmnotes new file mode 100644 index 00000000..c921ef69 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldBookofLore3.8a0060.gmnotes @@ -0,0 +1,23 @@ +{ + "id": "06279", + "alternate_ids": [ + "01686" + ], + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 2, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/OldBookofLore3.8a0060.json b/objects/AllPlayerCards.15bb07/OldBookofLore3.8a0060.json new file mode 100644 index 00000000..6fadc547 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldBookofLore3.8a0060.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448837, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4488": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OldBookofLore3.8a0060.gmnotes", + "GUID": "8a0060", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Book of Lore (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 18.181, + "posY": 3.381, + "posZ": -57.021, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.gmnotes b/objects/AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.gmnotes new file mode 100644 index 00000000..d62d87a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04273", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 3, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.json b/objects/AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.json new file mode 100644 index 00000000..ad1d76f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3148": { + "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_path": "AllPlayerCards.15bb07/OldHuntingRifle3.44a37f.gmnotes", + "GUID": "44a37f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Hunting Rifle (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.796, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OldKeyring.5888da.gmnotes b/objects/AllPlayerCards.15bb07/OldKeyring.5888da.gmnotes new file mode 100644 index 00000000..c6d0fd40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldKeyring.5888da.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60507", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 2, + "type": "Key", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/OldKeyring.5888da.json b/objects/AllPlayerCards.15bb07/OldKeyring.5888da.json new file mode 100644 index 00000000..acf394cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldKeyring.5888da.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OldKeyring.5888da.gmnotes", + "GUID": "5888da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Keyring", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.733, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OldKeyring3.e7d988.gmnotes b/objects/AllPlayerCards.15bb07/OldKeyring3.e7d988.gmnotes new file mode 100644 index 00000000..84b917f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldKeyring3.e7d988.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "09117", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Key", + "token": "resource" + } + ] +} diff --git a/objects/AllPlayerCards.15bb07/OldKeyring3.e7d988.json b/objects/AllPlayerCards.15bb07/OldKeyring3.e7d988.json new file mode 100644 index 00000000..80a2d658 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldKeyring3.e7d988.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379141, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OldKeyring3.e7d988.gmnotes", + "GUID": "e7d988", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Keyring (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.375, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OldShotgun2.7eb1ec.gmnotes b/objects/AllPlayerCards.15bb07/OldShotgun2.7eb1ec.gmnotes new file mode 100644 index 00000000..b42cea62 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldShotgun2.7eb1ec.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08088", + "type": "Asset", + "class": "Guardian|Rogue", + "cost": 0, + "level": 2, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 0, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/OldShotgun2.7eb1ec.json b/objects/AllPlayerCards.15bb07/OldShotgun2.7eb1ec.json new file mode 100644 index 00000000..16679176 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OldShotgun2.7eb1ec.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378926, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OldShotgun2.7eb1ec.gmnotes", + "GUID": "7eb1ec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Shotgun (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.187, + "posY": 2.418, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OliveMcBride.9683d0.gmnotes b/objects/AllPlayerCards.15bb07/OliveMcBride.9683d0.gmnotes new file mode 100644 index 00000000..36f20dac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OliveMcBride.9683d0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04197", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Ally. Witch.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OliveMcBride.9683d0.json b/objects/AllPlayerCards.15bb07/OliveMcBride.9683d0.json new file mode 100644 index 00000000..a583c9a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OliveMcBride.9683d0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Will Try Anything Once", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OliveMcBride.9683d0.gmnotes", + "GUID": "9683d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Olive McBride", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.792, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.gmnotes b/objects/AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.gmnotes new file mode 100644 index 00000000..ebf3eb6c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "53010", + "type": "Asset", + "class": "Survivor", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.json b/objects/AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.json new file mode 100644 index 00000000..1722c7a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Permanent", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OnYourOwn3.2ebdf1.gmnotes", + "GUID": "2ebdf1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On Your Own (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.178, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OnYourOwn3.b0c61c.gmnotes b/objects/AllPlayerCards.15bb07/OnYourOwn3.b0c61c.gmnotes new file mode 100644 index 00000000..04dd75c8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnYourOwn3.b0c61c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04236", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OnYourOwn3.b0c61c.json b/objects/AllPlayerCards.15bb07/OnYourOwn3.b0c61c.json new file mode 100644 index 00000000..3852b391 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnYourOwn3.b0c61c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368858, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OnYourOwn3.b0c61c.gmnotes", + "GUID": "b0c61c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On Your Own (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.152, + "posY": 4.143, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/One-TwoPunch.22bb1e.gmnotes b/objects/AllPlayerCards.15bb07/One-TwoPunch.22bb1e.gmnotes new file mode 100644 index 00000000..9f334535 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/One-TwoPunch.22bb1e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60117", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/One-TwoPunch.22bb1e.json b/objects/AllPlayerCards.15bb07/One-TwoPunch.22bb1e.json new file mode 100644 index 00000000..33adac0a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/One-TwoPunch.22bb1e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/One-TwoPunch.22bb1e.gmnotes", + "GUID": "22bb1e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "One-Two Punch", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 4.057, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.gmnotes b/objects/AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.gmnotes new file mode 100644 index 00000000..c2dc35d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60132", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 5, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 4, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.json b/objects/AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.json new file mode 100644 index 00000000..aeac3eba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545330, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/One-TwoPunch5.8ffa44.gmnotes", + "GUID": "8ffa44", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "One-Two Punch (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.734, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OneintheChamber.919856.gmnotes b/objects/AllPlayerCards.15bb07/OneintheChamber.919856.gmnotes new file mode 100644 index 00000000..7e76a1ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OneintheChamber.919856.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "09029", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Fortune. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 1, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/OneintheChamber.919856.json b/objects/AllPlayerCards.15bb07/OneintheChamber.919856.json new file mode 100644 index 00000000..5963a754 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OneintheChamber.919856.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379022, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OneintheChamber.919856.gmnotes", + "GUID": "919856", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "One in the Chamber", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.025, + "posY": 3.325, + "posZ": 65.978, + "rotX": 356, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheHunt.a13ca4.gmnotes b/objects/AllPlayerCards.15bb07/OntheHunt.a13ca4.gmnotes new file mode 100644 index 00000000..0f54e21d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheHunt.a13ca4.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03263", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/OntheHunt.a13ca4.json b/objects/AllPlayerCards.15bb07/OntheHunt.a13ca4.json new file mode 100644 index 00000000..075de280 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheHunt.a13ca4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheHunt.a13ca4.gmnotes", + "GUID": "a13ca4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Hunt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.027, + "posY": 3.692, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheHunt3.a336de.gmnotes b/objects/AllPlayerCards.15bb07/OntheHunt3.a336de.gmnotes new file mode 100644 index 00000000..b38fce27 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheHunt3.a336de.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "08028", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 3, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/OntheHunt3.a336de.json b/objects/AllPlayerCards.15bb07/OntheHunt3.a336de.json new file mode 100644 index 00000000..3e5cdee9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheHunt3.a336de.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379018, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheHunt3.a336de.gmnotes", + "GUID": "a336de", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Hunt (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.2, + "posY": 2.131, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheLam.9c4900.gmnotes b/objects/AllPlayerCards.15bb07/OntheLam.9c4900.gmnotes new file mode 100644 index 00000000..e1063155 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheLam.9c4900.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "90009", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 2, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/OntheLam.9c4900.json b/objects/AllPlayerCards.15bb07/OntheLam.9c4900.json new file mode 100644 index 00000000..19ccaf42 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheLam.9c4900.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 541200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5412": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830597915335413/F6B6100F5713A33245CFBB6F1D7316AA2DD0F760/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheLam.9c4900.gmnotes", + "GUID": "9c4900", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "On the Lam", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.026, + "posY": 3.771, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheLam.ea6d44.gmnotes b/objects/AllPlayerCards.15bb07/OntheLam.ea6d44.gmnotes new file mode 100644 index 00000000..292f8705 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheLam.ea6d44.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01010", + "alternate_ids": [ + "01510" + ], + "type": "Event", + "class": "Neutral", + "cost": 1, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/OntheLam.ea6d44.json b/objects/AllPlayerCards.15bb07/OntheLam.ea6d44.json new file mode 100644 index 00000000..366e1a27 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheLam.ea6d44.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586823, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5868": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signature", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheLam.ea6d44.gmnotes", + "GUID": "ea6d44", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Lam", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheMend.ac3502.gmnotes b/objects/AllPlayerCards.15bb07/OntheMend.ac3502.gmnotes new file mode 100644 index 00000000..1e062c86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheMend.ac3502.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09006", + "type": "Skill", + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/OntheMend.ac3502.json b/objects/AllPlayerCards.15bb07/OntheMend.ac3502.json new file mode 100644 index 00000000..36f97995 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheMend.ac3502.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5877": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheMend.ac3502.gmnotes", + "GUID": "ac3502", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Mend", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 15.804, + "posY": 2.211, + "posZ": 59.635, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheTrail1.4e4179.gmnotes b/objects/AllPlayerCards.15bb07/OntheTrail1.4e4179.gmnotes new file mode 100644 index 00000000..d7520227 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheTrail1.4e4179.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08084", + "type": "Event", + "class": "Guardian|Seeker", + "cost": 1, + "level": 1, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/OntheTrail1.4e4179.json b/objects/AllPlayerCards.15bb07/OntheTrail1.4e4179.json new file mode 100644 index 00000000..ca1719f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheTrail1.4e4179.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378922, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheTrail1.4e4179.gmnotes", + "GUID": "4e4179", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Trail (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.187, + "posY": 2.414, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OntheTrail3.b94090.gmnotes b/objects/AllPlayerCards.15bb07/OntheTrail3.b94090.gmnotes new file mode 100644 index 00000000..7d030ab5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheTrail3.b94090.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "08085", + "type": "Event", + "class": "Guardian|Seeker", + "cost": 1, + "level": 3, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/OntheTrail3.b94090.json b/objects/AllPlayerCards.15bb07/OntheTrail3.b94090.json new file mode 100644 index 00000000..83a50d37 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OntheTrail3.b94090.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378923, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OntheTrail3.b94090.gmnotes", + "GUID": "b94090", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Trail (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.185, + "posY": 2.603, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OnyxPentacle.95f4b0.gmnotes b/objects/AllPlayerCards.15bb07/OnyxPentacle.95f4b0.gmnotes new file mode 100644 index 00000000..fe99a5e8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnyxPentacle.95f4b0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09085", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/OnyxPentacle.95f4b0.json b/objects/AllPlayerCards.15bb07/OnyxPentacle.95f4b0.json new file mode 100644 index 00000000..0b219dc3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnyxPentacle.95f4b0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OnyxPentacle.95f4b0.gmnotes", + "GUID": "95f4b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Onyx Pentacle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.359, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OnyxPentacle4.647c62.gmnotes b/objects/AllPlayerCards.15bb07/OnyxPentacle4.647c62.gmnotes new file mode 100644 index 00000000..04a8808b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnyxPentacle4.647c62.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09098", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 4, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "agilityIcons": 2 +} diff --git a/objects/AllPlayerCards.15bb07/OnyxPentacle4.647c62.json b/objects/AllPlayerCards.15bb07/OnyxPentacle4.647c62.json new file mode 100644 index 00000000..cc373754 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OnyxPentacle4.647c62.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379122, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OnyxPentacle4.647c62.gmnotes", + "GUID": "647c62", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Onyx Pentacle (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.739, + "posY": 3.347, + "posZ": 65.493, + "rotX": 359, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Oops.59d89b.gmnotes b/objects/AllPlayerCards.15bb07/Oops.59d89b.gmnotes new file mode 100644 index 00000000..9894b0fd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Oops.59d89b.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "02113", + "alternate_ids": [ + "60518" + ], + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Oops.59d89b.json b/objects/AllPlayerCards.15bb07/Oops.59d89b.json new file mode 100644 index 00000000..e0f85010 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Oops.59d89b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368815, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Oops.59d89b.gmnotes", + "GUID": "59d89b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Oops!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.158, + "posY": 4.154, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Oops2.70772b.gmnotes b/objects/AllPlayerCards.15bb07/Oops2.70772b.gmnotes new file mode 100644 index 00000000..db8874b4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Oops2.70772b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "51009", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "agilityIcons": 1, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Oops2.70772b.json b/objects/AllPlayerCards.15bb07/Oops2.70772b.json new file mode 100644 index 00000000..01d9f552 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Oops2.70772b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314905, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3149": { + "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_path": "AllPlayerCards.15bb07/Oops2.70772b.gmnotes", + "GUID": "70772b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Oops! (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.049, + "posY": 3.828, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OpenGate.a33acd.gmnotes b/objects/AllPlayerCards.15bb07/OpenGate.a33acd.gmnotes new file mode 100644 index 00000000..61d6b930 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OpenGate.a33acd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06029", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/OpenGate.a33acd.json b/objects/AllPlayerCards.15bb07/OpenGate.a33acd.json new file mode 100644 index 00000000..2e5ae4d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OpenGate.a33acd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4440": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OpenGate.a33acd.gmnotes", + "GUID": "a33acd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Open Gate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.983, + "posY": 3.795, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Opportunist.a88392.gmnotes b/objects/AllPlayerCards.15bb07/Opportunist.a88392.gmnotes new file mode 100644 index 00000000..899e2e03 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Opportunist.a88392.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01053", + "alternate_ids": [ + "60319", + "01553" + ], + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Opportunist.a88392.json b/objects/AllPlayerCards.15bb07/Opportunist.a88392.json new file mode 100644 index 00000000..2aae933e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Opportunist.a88392.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2617": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Opportunist.a88392.gmnotes", + "GUID": "a88392", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Opportunist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Opportunist2.63f145.gmnotes b/objects/AllPlayerCards.15bb07/Opportunist2.63f145.gmnotes new file mode 100644 index 00000000..554b67f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Opportunist2.63f145.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02231", + "type": "Skill", + "class": "Rogue", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Opportunist2.63f145.json b/objects/AllPlayerCards.15bb07/Opportunist2.63f145.json new file mode 100644 index 00000000..f73ce0e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Opportunist2.63f145.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315241, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Opportunist2.63f145.gmnotes", + "GUID": "63f145", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Opportunist (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.141, + "posY": 3.683, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OrnateBow3.2acced.gmnotes b/objects/AllPlayerCards.15bb07/OrnateBow3.2acced.gmnotes new file mode 100644 index 00000000..7d7eb392 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OrnateBow3.2acced.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04204", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "level": 3, + "traits": "Item. Relic. Weapon. Ranged.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 1, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OrnateBow3.2acced.json b/objects/AllPlayerCards.15bb07/OrnateBow3.2acced.json new file mode 100644 index 00000000..541c5331 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OrnateBow3.2acced.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368528, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OrnateBow3.2acced.gmnotes", + "GUID": "2acced", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ornate Bow (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.591, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OrphicTheory1.d084d7.gmnotes b/objects/AllPlayerCards.15bb07/OrphicTheory1.d084d7.gmnotes new file mode 100644 index 00000000..2c6f44b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OrphicTheory1.d084d7.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "09051", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/OrphicTheory1.d084d7.json b/objects/AllPlayerCards.15bb07/OrphicTheory1.d084d7.json new file mode 100644 index 00000000..de6d72d1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OrphicTheory1.d084d7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379044, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OrphicTheory1.d084d7.gmnotes", + "GUID": "d084d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Orphic Theory (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.39, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OtherworldCodex2.df0e22.gmnotes b/objects/AllPlayerCards.15bb07/OtherworldCodex2.df0e22.gmnotes new file mode 100644 index 00000000..9ee9f0c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OtherworldCodex2.df0e22.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "06158", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/OtherworldCodex2.df0e22.json b/objects/AllPlayerCards.15bb07/OtherworldCodex2.df0e22.json new file mode 100644 index 00000000..e87c2a38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OtherworldCodex2.df0e22.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379930, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3799": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OtherworldCodex2.df0e22.gmnotes", + "GUID": "df0e22", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Otherworld Codex (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.106, + "posY": 3.675, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.gmnotes b/objects/AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.gmnotes new file mode 100644 index 00000000..4d676a92 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04194", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.json b/objects/AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.json new file mode 100644 index 00000000..17056d24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430647, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/OtherworldlyCompass2.19ab7c.gmnotes", + "GUID": "19ab7c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Otherworldly Compass (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.842, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.gmnotes b/objects/AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.gmnotes new file mode 100644 index 00000000..b2c21c99 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04264", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness. Paradox.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.json b/objects/AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.json new file mode 100644 index 00000000..909a669f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235822, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2358": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777501236/D145C8B748FB42258EB442B9DF36797851CEECC3/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Madness. Paradox.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/OutofBodyExperience.d64b8f.gmnotes", + "GUID": "d64b8f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Out of Body Experience", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.036, + "posY": 3.929, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Overpower.5ab9f4.gmnotes b/objects/AllPlayerCards.15bb07/Overpower.5ab9f4.gmnotes new file mode 100644 index 00000000..8daa01bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overpower.5ab9f4.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01091", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Overpower.5ab9f4.json b/objects/AllPlayerCards.15bb07/Overpower.5ab9f4.json new file mode 100644 index 00000000..569516ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overpower.5ab9f4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Overpower.5ab9f4.gmnotes", + "GUID": "5ab9f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overpower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.01, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Overpower.e0881e.gmnotes b/objects/AllPlayerCards.15bb07/Overpower.e0881e.gmnotes new file mode 100644 index 00000000..3e3ac1e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overpower.e0881e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01591", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Overpower.e0881e.json b/objects/AllPlayerCards.15bb07/Overpower.e0881e.json new file mode 100644 index 00000000..4a48c298 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overpower.e0881e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587208, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Overpower.e0881e.gmnotes", + "GUID": "e0881e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overpower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.811, + "posY": 3.324, + "posZ": 7.665, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Overpower2.017e1f.gmnotes b/objects/AllPlayerCards.15bb07/Overpower2.017e1f.gmnotes new file mode 100644 index 00000000..f736296c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overpower2.017e1f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60126", + "type": "Skill", + "class": "Guardian", + "level": 2, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "combatIcons": 3, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Overpower2.017e1f.json b/objects/AllPlayerCards.15bb07/Overpower2.017e1f.json new file mode 100644 index 00000000..4f2d8bc4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overpower2.017e1f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545324, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Overpower2.017e1f.gmnotes", + "GUID": "017e1f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overpower (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.144, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Overzealous.88a9b3.gmnotes b/objects/AllPlayerCards.15bb07/Overzealous.88a9b3.gmnotes new file mode 100644 index 00000000..b6bbd325 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overzealous.88a9b3.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03040", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Overzealous.88a9b3.json b/objects/AllPlayerCards.15bb07/Overzealous.88a9b3.json new file mode 100644 index 00000000..1dc05ceb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Overzealous.88a9b3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4311": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Overzealous.88a9b3.gmnotes", + "GUID": "88a9b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.975, + "posY": 3.718, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Painkillers.0c859f.gmnotes b/objects/AllPlayerCards.15bb07/Painkillers.0c859f.gmnotes new file mode 100644 index 00000000..2a070d25 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Painkillers.0c859f.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02117", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Painkillers.0c859f.json b/objects/AllPlayerCards.15bb07/Painkillers.0c859f.json new file mode 100644 index 00000000..43b4c3cb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Painkillers.0c859f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368513, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Painkillers.0c859f.gmnotes", + "GUID": "0c859f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Painkillers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.986, + "posY": 3.729, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Panic.93e52d.gmnotes b/objects/AllPlayerCards.15bb07/Panic.93e52d.gmnotes new file mode 100644 index 00000000..30cd82d1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Panic.93e52d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08132", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Panic.93e52d.json b/objects/AllPlayerCards.15bb07/Panic.93e52d.json new file mode 100644 index 00000000..6e4b95f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Panic.93e52d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378919, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Panic.93e52d.gmnotes", + "GUID": "93e52d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.187, + "posY": 2.409, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pantalone.adf028.gmnotes b/objects/AllPlayerCards.15bb07/Pantalone.adf028.gmnotes new file mode 100644 index 00000000..bdeeb346 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pantalone.adf028.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "82025", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Mask.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Pantalone.adf028.json b/objects/AllPlayerCards.15bb07/Pantalone.adf028.json new file mode 100644 index 00000000..6445f18f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pantalone.adf028.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 295603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2956": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Pantalone.adf028.gmnotes", + "GUID": "adf028", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pantalone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.882, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.gmnotes b/objects/AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.gmnotes new file mode 100644 index 00000000..f724e938 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07120", + "type": "Asset", + "class": "Mystic", + "level": 2, + "traits": "Covenant. Blessed. Cursed.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.json b/objects/AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.json new file mode 100644 index 00000000..bcb888d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553112, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ParadoxicalCovenant2.541ee9.gmnotes", + "GUID": "541ee9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paradoxical Covenant (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.068, + "posY": 3.863, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ParallelFates.47bdba.gmnotes b/objects/AllPlayerCards.15bb07/ParallelFates.47bdba.gmnotes new file mode 100644 index 00000000..24decdbc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ParallelFates.47bdba.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60415", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Augury.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ParallelFates.47bdba.json b/objects/AllPlayerCards.15bb07/ParallelFates.47bdba.json new file mode 100644 index 00000000..7ceff7bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ParallelFates.47bdba.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538713, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ParallelFates.47bdba.gmnotes", + "GUID": "47bdba", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Parallel Fates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.128, + "posY": 3.875, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ParallelFates2.583026.gmnotes b/objects/AllPlayerCards.15bb07/ParallelFates2.583026.gmnotes new file mode 100644 index 00000000..0509efed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ParallelFates2.583026.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08066", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 2, + "traits": "Augury.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ParallelFates2.583026.json b/objects/AllPlayerCards.15bb07/ParallelFates2.583026.json new file mode 100644 index 00000000..fb2b55c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ParallelFates2.583026.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379056, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ParallelFates2.583026.gmnotes", + "GUID": "583026", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Parallel Fates (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.19, + "posY": 2.301, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Paranoia.c17498.gmnotes b/objects/AllPlayerCards.15bb07/Paranoia.c17498.gmnotes new file mode 100644 index 00000000..5a436822 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Paranoia.c17498.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01097", + "alternate_ids": [ + "01597" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Paranoia.c17498.json b/objects/AllPlayerCards.15bb07/Paranoia.c17498.json new file mode 100644 index 00000000..35e0dff1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Paranoia.c17498.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Paranoia.c17498.gmnotes", + "GUID": "c17498", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.876, + "posY": 3.287, + "posZ": 26.84, + "rotX": 358, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pathfinder1.7f99cc.gmnotes b/objects/AllPlayerCards.15bb07/Pathfinder1.7f99cc.gmnotes new file mode 100644 index 00000000..2d10c2ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pathfinder1.7f99cc.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02108", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 1, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Pathfinder1.7f99cc.json b/objects/AllPlayerCards.15bb07/Pathfinder1.7f99cc.json new file mode 100644 index 00000000..bc266008 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pathfinder1.7f99cc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430641, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/Pathfinder1.7f99cc.gmnotes", + "GUID": "7f99cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pathfinder (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.144, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.gmnotes b/objects/AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.gmnotes new file mode 100644 index 00000000..b2cdf9d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02108-t", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 1, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.json b/objects/AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.json new file mode 100644 index 00000000..b818be88 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Pathfinder1Taboo.ecbea8.gmnotes", + "GUID": "ecbea8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pathfinder (1) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.031, + "posY": 3.681, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PatriceHathaway.877f4d.json b/objects/AllPlayerCards.15bb07/PatriceHathaway.877f4d.json new file mode 100644 index 00000000..5df92dec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PatriceHathaway.877f4d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274014, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2740": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"06005-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "877f4d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patrice Hathaway", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.981, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PatriceHathaway.a7b79f.gmnotes b/objects/AllPlayerCards.15bb07/PatriceHathaway.a7b79f.gmnotes new file mode 100644 index 00000000..b4d0662a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PatriceHathaway.a7b79f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06005", + "type": "Investigator", + "class": "Survivor", + "traits": "Performer. Cursed.", + "willpowerIcons": 4, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/PatriceHathaway.a7b79f.json b/objects/AllPlayerCards.15bb07/PatriceHathaway.a7b79f.json new file mode 100644 index 00000000..36008755 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PatriceHathaway.a7b79f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536635, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5366": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Violinist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PatriceHathaway.a7b79f.gmnotes", + "GUID": "a7b79f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patrice Hathaway", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.907, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PatricesViolin.ea0007.gmnotes b/objects/AllPlayerCards.15bb07/PatricesViolin.ea0007.gmnotes new file mode 100644 index 00000000..f132d058 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PatricesViolin.ea0007.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06016", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Instrument.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/PatricesViolin.ea0007.json b/objects/AllPlayerCards.15bb07/PatricesViolin.ea0007.json new file mode 100644 index 00000000..41dbacb8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PatricesViolin.ea0007.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586210, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5862": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "My Muse", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PatricesViolin.ea0007.gmnotes", + "GUID": "ea0007", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patrice's Violin", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.122, + "posY": 3.939, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PayDay1.9f0b34.gmnotes b/objects/AllPlayerCards.15bb07/PayDay1.9f0b34.gmnotes new file mode 100644 index 00000000..eba8d2c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PayDay1.9f0b34.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04233", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 1, + "traits": "Illicit. Fated.", + "permanent": false, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/PayDay1.9f0b34.json b/objects/AllPlayerCards.15bb07/PayDay1.9f0b34.json new file mode 100644 index 00000000..59c3336f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PayDay1.9f0b34.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315262, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PayDay1.9f0b34.gmnotes", + "GUID": "9f0b34", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pay Day (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.115, + "posY": 4.016, + "posZ": -16.719, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PayYourDue.5b6c9f.gmnotes b/objects/AllPlayerCards.15bb07/PayYourDue.5b6c9f.gmnotes new file mode 100644 index 00000000..a53cd947 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PayYourDue.5b6c9f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09126", + "type": "Event", + "class": "Neutral", + "cost": 10, + "traits": "Pact.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/PayYourDue.5b6c9f.json b/objects/AllPlayerCards.15bb07/PayYourDue.5b6c9f.json new file mode 100644 index 00000000..3037e0de --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PayYourDue.5b6c9f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379150, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PayYourDue.5b6c9f.gmnotes", + "GUID": "5b6c9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pay Your Due", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.357, + "posZ": 65.637, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.gmnotes b/objects/AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.gmnotes new file mode 100644 index 00000000..c05c2a8b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "06022", + "type": "Asset", + "class": "Seeker", + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.json b/objects/AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.json new file mode 100644 index 00000000..41d905a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 441027, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4410": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Of Nothing at All", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PendantoftheQueen.9b0dcf.gmnotes", + "GUID": "9b0dcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pendant of the Queen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.752, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.gmnotes b/objects/AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.gmnotes new file mode 100644 index 00000000..04f3d8fb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "06022-t", + "type": "Asset", + "class": "Seeker", + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.json b/objects/AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.json new file mode 100644 index 00000000..2c5c9a0c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584709, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5847": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Of Nothing at All", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PendantoftheQueenTaboo.6047d6.gmnotes", + "GUID": "6047d6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pendant of the Queen (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.114, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PennyWhite.73bccf.gmnotes b/objects/AllPlayerCards.15bb07/PennyWhite.73bccf.gmnotes new file mode 100644 index 00000000..b476b2a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PennyWhite.73bccf.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05260", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Assistant.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/PennyWhite.73bccf.json b/objects/AllPlayerCards.15bb07/PennyWhite.73bccf.json new file mode 100644 index 00000000..c33c6d2b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PennyWhite.73bccf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312513, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3125": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/786356000879761873/F22612DB451928DCA4344F3F125F5A8CE128A817/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Nightmare is Over", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PennyWhite.73bccf.gmnotes", + "GUID": "73bccf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Penny White", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.903, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Perception.c6ac19.gmnotes b/objects/AllPlayerCards.15bb07/Perception.c6ac19.gmnotes new file mode 100644 index 00000000..1d2c3c25 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Perception.c6ac19.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01090", + "alternate_ids": [ + "01590" + ], + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Perception.c6ac19.json b/objects/AllPlayerCards.15bb07/Perception.c6ac19.json new file mode 100644 index 00000000..b6b797ed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Perception.c6ac19.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Perception.c6ac19.gmnotes", + "GUID": "c6ac19", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Perception", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Perception2.96b5ed.gmnotes b/objects/AllPlayerCards.15bb07/Perception2.96b5ed.gmnotes new file mode 100644 index 00000000..5439f78b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Perception2.96b5ed.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60228", + "type": "Skill", + "class": "Seeker", + "level": 2, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "intellectIcons": 3, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Perception2.96b5ed.json b/objects/AllPlayerCards.15bb07/Perception2.96b5ed.json new file mode 100644 index 00000000..bbd6d711 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Perception2.96b5ed.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538826, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Perception2.96b5ed.gmnotes", + "GUID": "96b5ed", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Perception (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.142, + "posY": 3.722, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Perseverance.0a390e.gmnotes b/objects/AllPlayerCards.15bb07/Perseverance.0a390e.gmnotes new file mode 100644 index 00000000..e2092933 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Perseverance.0a390e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04111", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Perseverance.0a390e.json b/objects/AllPlayerCards.15bb07/Perseverance.0a390e.json new file mode 100644 index 00000000..6e3850b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Perseverance.0a390e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368817, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Perseverance.0a390e.gmnotes", + "GUID": "0a390e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Perseverance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.166, + "posY": 3.244, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Persuasion.1b0235.gmnotes b/objects/AllPlayerCards.15bb07/Persuasion.1b0235.gmnotes new file mode 100644 index 00000000..e60692e6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Persuasion.1b0235.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04105", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight. Trick.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Persuasion.1b0235.json b/objects/AllPlayerCards.15bb07/Persuasion.1b0235.json new file mode 100644 index 00000000..9f2bd9cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Persuasion.1b0235.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Persuasion.1b0235.gmnotes", + "GUID": "1b0235", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Persuasion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.685, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PetOozeling.26398a.gmnotes b/objects/AllPlayerCards.15bb07/PetOozeling.26398a.gmnotes new file mode 100644 index 00000000..79d2cba7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PetOozeling.26398a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "85030", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Monster. Ooze.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/PetOozeling.26398a.json b/objects/AllPlayerCards.15bb07/PetOozeling.26398a.json new file mode 100644 index 00000000..59496c24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PetOozeling.26398a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2336": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784129708171655462/0B7EFEEA9A53B93350FEC7F68F39A20D1D6580A9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PetOozeling.26398a.gmnotes", + "GUID": "26398a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pet Oozeling", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.165, + "posY": 3.394, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.gmnotes b/objects/AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.gmnotes new file mode 100644 index 00000000..59a11592 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02033", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.json b/objects/AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.json new file mode 100644 index 00000000..35213016 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368832, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Big Man on Campus", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PeterSylvestre.ffdeb5.gmnotes", + "GUID": "ffdeb5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Peter Sylvestre", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.52, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PeterSylvestre2.e1e098.gmnotes b/objects/AllPlayerCards.15bb07/PeterSylvestre2.e1e098.gmnotes new file mode 100644 index 00000000..44c4bbb2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PeterSylvestre2.e1e098.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02035", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 2, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/PeterSylvestre2.e1e098.json b/objects/AllPlayerCards.15bb07/PeterSylvestre2.e1e098.json new file mode 100644 index 00000000..80e41a46 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PeterSylvestre2.e1e098.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368852, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Big Man on Campus", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PeterSylvestre2.e1e098.gmnotes", + "GUID": "e1e098", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Peter Sylvestre (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.988, + "posY": 3.679, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PhysicalTraining.1165db.gmnotes b/objects/AllPlayerCards.15bb07/PhysicalTraining.1165db.gmnotes new file mode 100644 index 00000000..792e6ae6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PhysicalTraining.1165db.gmnotes @@ -0,0 +1,17 @@ +{ + "id": "01017", + "alternate_ids": [ + "60108", + "01517" + ], + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/PhysicalTraining.1165db.json b/objects/AllPlayerCards.15bb07/PhysicalTraining.1165db.json new file mode 100644 index 00000000..6203aaf7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PhysicalTraining.1165db.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226323, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PhysicalTraining.1165db.gmnotes", + "GUID": "1165db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Physical Training", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 18.908, + "posY": 3.372, + "posZ": -57.239, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PhysicalTraining2.d708d9.gmnotes b/objects/AllPlayerCards.15bb07/PhysicalTraining2.d708d9.gmnotes new file mode 100644 index 00000000..6495d2f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PhysicalTraining2.d708d9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "50001", + "type": "Asset", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 2, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/PhysicalTraining2.d708d9.json b/objects/AllPlayerCards.15bb07/PhysicalTraining2.d708d9.json new file mode 100644 index 00000000..963fad1e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PhysicalTraining2.d708d9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226343, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PhysicalTraining2.d708d9.gmnotes", + "GUID": "d708d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Physical Training (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.22, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.gmnotes b/objects/AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.gmnotes new file mode 100644 index 00000000..a481ad3d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "60131", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 4, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.json b/objects/AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.json new file mode 100644 index 00000000..ce382eb3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545329, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PhysicalTraining4.ab51ce.gmnotes", + "GUID": "ab51ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Physical Training (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.03, + "posY": 3.686, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pickpocketing.da7c01.gmnotes b/objects/AllPlayerCards.15bb07/Pickpocketing.da7c01.gmnotes new file mode 100644 index 00000000..155cf501 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pickpocketing.da7c01.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01046", + "alternate_ids": [ + "01546" + ], + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Talent. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Pickpocketing.da7c01.json b/objects/AllPlayerCards.15bb07/Pickpocketing.da7c01.json new file mode 100644 index 00000000..46559a34 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pickpocketing.da7c01.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368625, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Pickpocketing.da7c01.gmnotes", + "GUID": "da7c01", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pickpocketing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pickpocketing2.2f4db2.gmnotes b/objects/AllPlayerCards.15bb07/Pickpocketing2.2f4db2.gmnotes new file mode 100644 index 00000000..32df6554 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pickpocketing2.2f4db2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03195", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Talent. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Pickpocketing2.2f4db2.json b/objects/AllPlayerCards.15bb07/Pickpocketing2.2f4db2.json new file mode 100644 index 00000000..ae2bf359 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pickpocketing2.2f4db2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315246, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Pickpocketing2.2f4db2.gmnotes", + "GUID": "2f4db2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pickpocketing (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.016, + "posY": 4.126, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pilfer.cc9563.gmnotes b/objects/AllPlayerCards.15bb07/Pilfer.cc9563.gmnotes new file mode 100644 index 00000000..7fd7df22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pilfer.cc9563.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60315", + "type": "Event", + "class": "Rogue", + "cost": 4, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Pilfer.cc9563.json b/objects/AllPlayerCards.15bb07/Pilfer.cc9563.json new file mode 100644 index 00000000..4bc283fa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pilfer.cc9563.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Pilfer.cc9563.gmnotes", + "GUID": "cc9563", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pilfer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.242, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Pilfer3.e503ce.gmnotes b/objects/AllPlayerCards.15bb07/Pilfer3.e503ce.gmnotes new file mode 100644 index 00000000..220e4ab7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pilfer3.e503ce.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60328", + "type": "Event", + "class": "Rogue", + "cost": 4, + "level": 3, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Pilfer3.e503ce.json b/objects/AllPlayerCards.15bb07/Pilfer3.e503ce.json new file mode 100644 index 00000000..086d34a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Pilfer3.e503ce.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538626, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Pilfer3.e503ce.gmnotes", + "GUID": "e503ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pilfer (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.98, + "posY": 3.964, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PlanofAction.96fd5d.gmnotes b/objects/AllPlayerCards.15bb07/PlanofAction.96fd5d.gmnotes new file mode 100644 index 00000000..15e30d4f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PlanofAction.96fd5d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07024", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/PlanofAction.96fd5d.json b/objects/AllPlayerCards.15bb07/PlanofAction.96fd5d.json new file mode 100644 index 00000000..2e8fd5d1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PlanofAction.96fd5d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5804": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PlanofAction.96fd5d.gmnotes", + "GUID": "96fd5d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Plan of Action", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.08, + "posY": 3.773, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Plucky1.86b9c5.gmnotes b/objects/AllPlayerCards.15bb07/Plucky1.86b9c5.gmnotes new file mode 100644 index 00000000..c0280c09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Plucky1.86b9c5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03115", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 1, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Plucky1.86b9c5.json b/objects/AllPlayerCards.15bb07/Plucky1.86b9c5.json new file mode 100644 index 00000000..636a50f0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Plucky1.86b9c5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368834, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Plucky1.86b9c5.gmnotes", + "GUID": "86b9c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Plucky (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.763, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Plucky3.7a2fe9.gmnotes b/objects/AllPlayerCards.15bb07/Plucky3.7a2fe9.gmnotes new file mode 100644 index 00000000..024a4bcb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Plucky3.7a2fe9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08081", + "type": "Asset", + "class": "Survivor", + "cost": 0, + "level": 3, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "intellectIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Plucky3.7a2fe9.json b/objects/AllPlayerCards.15bb07/Plucky3.7a2fe9.json new file mode 100644 index 00000000..f96236fb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Plucky3.7a2fe9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378910, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Plucky3.7a2fe9.gmnotes", + "GUID": "7a2fe9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Plucky (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.177, + "posY": 2.965, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.gmnotes b/objects/AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.gmnotes new file mode 100644 index 00000000..acb7c826 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04307", + "type": "Asset", + "class": "Seeker", + "cost": 5, + "level": 5, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.json b/objects/AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.json new file mode 100644 index 00000000..cba8b4d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 262204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2622": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mind-Expanding Ideas", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PnakoticManuscripts5.344d98.gmnotes", + "GUID": "344d98", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pnakotic Manuscripts (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.069, + "posY": 3.869, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PocketMultiTool.7421ed.gmnotes b/objects/AllPlayerCards.15bb07/PocketMultiTool.7421ed.gmnotes new file mode 100644 index 00000000..da2d629e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketMultiTool.7421ed.gmnotes @@ -0,0 +1,49 @@ +{ + "id": "09099", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "customizations": [ + { + "name": "Detachable", + "xp": 1, + "text": "Other investigators at your location may use the ability on Pocket Multi-Tool." + }, + { + "name": "Pry Bar", + "xp": 1, + "text": "You get an additional +1 skill value if this is during a skill test on a treachery." + }, + { + "name": "Sharpened Knife", + "xp": 2, + "text": "You get an additional +1 skill value if this is during an attack." + }, + { + "name": "Signal Mirror", + "xp": 2, + "text": "You get an additional +1 skill value if this is during an evasion attempt." + }, + { + "name": "Magnifying Lens", + "xp": 2, + "text": "You get an additional +1 skill value if this is during an investigation." + }, + { + "name": "Lucky Charm", + "xp": 3, + "text": "After you fail a skill test, ready Pocket Multi Tool." + }, + { + "name": "Spring-Loaded", + "xp": 4, + "text": "Pocket Multi Tool�€�s ability is now a ? ability with the trigger: �€�When you would fail a skill test you are performing, exhaust Pocket Multi Tool�€��€?" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/PocketMultiTool.7421ed.json b/objects/AllPlayerCards.15bb07/PocketMultiTool.7421ed.json new file mode 100644 index 00000000..bc42094a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketMultiTool.7421ed.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379123, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PocketMultiTool.7421ed.gmnotes", + "GUID": "7421ed", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pocket Multi Tool", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.774, + "posY": 3.371, + "posZ": 65.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.json b/objects/AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.json new file mode 100644 index 00000000..6e0d3aec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8476": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001655658/A12951A03B25D88571DC040186DFE4D87E029E54/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09099-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "d706e7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Pocket Multi Tool Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.202, + "posY": 9.187, + "posZ": 17.358, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.ttslua b/objects/AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.ttslua new file mode 100644 index 00000000..d44ef70e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketMultiToolUpgradeSheet.d706e7.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Pocket Multi Tool +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.892, + -0.560, + -0.326, + -0.092, + 0.142, + 0.376, + 0.610 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/PocketPortal.35e8e2.gmnotes b/objects/AllPlayerCards.15bb07/PocketPortal.35e8e2.gmnotes new file mode 100644 index 00000000..b50380ab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketPortal.35e8e2.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "86052", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/PocketPortal.35e8e2.json b/objects/AllPlayerCards.15bb07/PocketPortal.35e8e2.json new file mode 100644 index 00000000..dc99285f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketPortal.35e8e2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584027, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5840": { + "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_path": "AllPlayerCards.15bb07/PocketPortal.35e8e2.gmnotes", + "GUID": "35e8e2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pocket Portal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.182, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PocketTelescope.98eb87.gmnotes b/objects/AllPlayerCards.15bb07/PocketTelescope.98eb87.gmnotes new file mode 100644 index 00000000..5eb589f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketTelescope.98eb87.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08097", + "type": "Asset", + "class": "Seeker|Rogue", + "cost": 2, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/PocketTelescope.98eb87.json b/objects/AllPlayerCards.15bb07/PocketTelescope.98eb87.json new file mode 100644 index 00000000..86807ee2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PocketTelescope.98eb87.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378935, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PocketTelescope.98eb87.gmnotes", + "GUID": "98eb87", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pocket Telescope", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.184, + "posY": 2.625, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Poisoned.819f52.gmnotes b/objects/AllPlayerCards.15bb07/Poisoned.819f52.gmnotes new file mode 100644 index 00000000..79f701fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Poisoned.819f52.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04102", + "type": "Treachery", + "class": "Neutral", + "traits": "Poison.", + "permanent": true, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Poisoned.819f52.json b/objects/AllPlayerCards.15bb07/Poisoned.819f52.json new file mode 100644 index 00000000..39c77630 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Poisoned.819f52.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235644, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2356": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Poision.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Poisoned.819f52.gmnotes", + "GUID": "819f52", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Poisoned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.019, + "posY": 4.008, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PoliceBadge2.da46e0.gmnotes b/objects/AllPlayerCards.15bb07/PoliceBadge2.da46e0.gmnotes new file mode 100644 index 00000000..fcf17d29 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PoliceBadge2.da46e0.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01027", + "alternate_ids": [ + "01527" + ], + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 2, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/PoliceBadge2.da46e0.json b/objects/AllPlayerCards.15bb07/PoliceBadge2.da46e0.json new file mode 100644 index 00000000..48707633 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PoliceBadge2.da46e0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226346, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PoliceBadge2.da46e0.gmnotes", + "GUID": "da46e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Police Badge (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.066, + "posY": 3.374, + "posZ": -56.792, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Possessed.04b3a9.gmnotes b/objects/AllPlayerCards.15bb07/Possessed.04b3a9.gmnotes new file mode 100644 index 00000000..ff724aba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Possessed.04b3a9.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08647", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Possessed.04b3a9.json b/objects/AllPlayerCards.15bb07/Possessed.04b3a9.json new file mode 100644 index 00000000..b4200a79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Possessed.04b3a9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Possessed.04b3a9.gmnotes", + "GUID": "04b3a9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Possessed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 79.421, + "posY": 3.323, + "posZ": 7.652, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.gmnotes b/objects/AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.gmnotes new file mode 100644 index 00000000..23188bf3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02219", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.json b/objects/AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.json new file mode 100644 index 00000000..6b71cf41 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232951, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Seeing Things Unseen", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PowderofIbnGhazi.f96ed0.gmnotes", + "GUID": "f96ed0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Powder of Ibn Ghazi", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.989, + "posY": 3.753, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PowerWord.c91c1d.gmnotes b/objects/AllPlayerCards.15bb07/PowerWord.c91c1d.gmnotes new file mode 100644 index 00000000..dd686a20 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PowerWord.c91c1d.gmnotes @@ -0,0 +1,54 @@ +{ + "id": "09081", + "type": "Event", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "customizations": [ + { + "name": "Betray", + "xp": 1, + "text": "Add the command: �€�? �€�Betray.�€� Deal 1 damage to any enemy at this enemy�€�s location with an equal or lower fight value than this enemy.�€?" + }, + { + "name": "Mercy", + "xp": 1, + "text": "Add the command: �€�? �€�Mercy.�€� An investigator at this enemy�€�s location heals damage or horror equal to this enemy�€�s respective damage/horror value.�€?" + }, + { + "name": "Confess", + "xp": 1, + "text": "Add the command: �€�? �€�Confess.�€� Discover 1 clue at this enemy�€�s location if its health is equal to or higher than its location�€�s shroud.�€?" + }, + { + "name": "Distract", + "xp": 1, + "text": "Add the command: �€�? �€�Distract.�€� Automatically evade any enemy at this enemy�€�s location with an equal or lower evade value than this enemy.�€?" + }, + { + "name": "Greater Control", + "xp": 2, + "text": "Power Word gains �€�?: Return Power Word to your hand.�€?" + }, + { + "name": "Bonded", + "xp": 3, + "text": "You may activate the parley ability on Power Word from up to one location away from the attached enemy." + }, + { + "name": "Tonguetwister", + "xp": 3, + "text": "When you parley with Power Word, you may give up to two different commands." + }, + { + "name": "Thrice Spoken", + "xp": 3, + "text": "You may include three copies of Power Word in your deck. When you give a command using one copy, also give that command to each other enemy with one of your copies of Power Word attached." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/PowerWord.c91c1d.json b/objects/AllPlayerCards.15bb07/PowerWord.c91c1d.json new file mode 100644 index 00000000..b6d2c633 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PowerWord.c91c1d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PowerWord.c91c1d.gmnotes", + "GUID": "c91c1d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Power Word", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.381, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.json b/objects/AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.json new file mode 100644 index 00000000..6c049aef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8475": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001657918/0FE90FDD749B634CA350D339CDF347C37D0F2938/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09081-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "0d9481", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Power Word Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 75.627, + "posY": 9.194, + "posZ": 15.561, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.ttslua b/objects/AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.ttslua new file mode 100644 index 00000000..7e4779c9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PowerWordUpgradeSheet.0d9481.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Power Word +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.933 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.905, + -0.6, + -0.32, + -0.02, + 0.28, + 0.48, + 0.775, + 0.975 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 2, 3, 3, 3 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.gmnotes b/objects/AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.gmnotes new file mode 100644 index 00000000..2b441a03 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06197", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Gambit. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.json b/objects/AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.json new file mode 100644 index 00000000..f4ab9a05 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447832, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PracticeMakesPerfect.1ac667.gmnotes", + "GUID": "1ac667", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Practice Makes Perfect", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.145, + "posY": 3.727, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PreciousMemento4.358be4.gmnotes b/objects/AllPlayerCards.15bb07/PreciousMemento4.358be4.gmnotes new file mode 100644 index 00000000..b044a68b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreciousMemento4.358be4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08115", + "type": "Asset", + "class": "Rogue|Survivor", + "cost": 3, + "level": 4, + "traits": "Item. Charm. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/PreciousMemento4.358be4.json b/objects/AllPlayerCards.15bb07/PreciousMemento4.358be4.json new file mode 100644 index 00000000..42ac9681 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreciousMemento4.358be4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378953, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "From a Future Life", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PreciousMemento4.358be4.gmnotes", + "GUID": "358be4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Precious Memento (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.181, + "posY": 2.86, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PreciousMemento4.f69d3f.gmnotes b/objects/AllPlayerCards.15bb07/PreciousMemento4.f69d3f.gmnotes new file mode 100644 index 00000000..6fdbf21e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreciousMemento4.f69d3f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08114", + "type": "Asset", + "class": "Rogue|Survivor", + "cost": 3, + "level": 4, + "traits": "Item. Charm. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/PreciousMemento4.f69d3f.json b/objects/AllPlayerCards.15bb07/PreciousMemento4.f69d3f.json new file mode 100644 index 00000000..2cfb91eb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreciousMemento4.f69d3f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378952, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "From a Former Life", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PreciousMemento4.f69d3f.gmnotes", + "GUID": "f69d3f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Precious Memento (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.183, + "posY": 2.782, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PredatororPrey.6c726b.gmnotes b/objects/AllPlayerCards.15bb07/PredatororPrey.6c726b.gmnotes new file mode 100644 index 00000000..8665f908 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PredatororPrey.6c726b.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09107", + "type": "Event", + "class": "Survivor", + "level": 0, + "traits": "Dilemma. Tactic.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/PredatororPrey.6c726b.json b/objects/AllPlayerCards.15bb07/PredatororPrey.6c726b.json new file mode 100644 index 00000000..1d88c938 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PredatororPrey.6c726b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379131, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PredatororPrey.6c726b.gmnotes", + "GUID": "6c726b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Predator or Prey", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.365, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Predestined.ec7702.gmnotes b/objects/AllPlayerCards.15bb07/Predestined.ec7702.gmnotes new file mode 100644 index 00000000..be569064 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Predestined.ec7702.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07035", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Fortune. Blessed.", + "permanent": false, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Predestined.ec7702.json b/objects/AllPlayerCards.15bb07/Predestined.ec7702.json new file mode 100644 index 00000000..0f8fcae8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Predestined.ec7702.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586029, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5860": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Predestined.ec7702.gmnotes", + "GUID": "ec7702", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Predestined", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.019, + "posY": 4.005, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Premonition.e470cd.gmnotes b/objects/AllPlayerCards.15bb07/Premonition.e470cd.gmnotes new file mode 100644 index 00000000..4666de8f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Premonition.e470cd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04199", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Augury.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Premonition.e470cd.json b/objects/AllPlayerCards.15bb07/Premonition.e470cd.json new file mode 100644 index 00000000..cee83d7c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Premonition.e470cd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 276300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2763": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Premonition.e470cd.gmnotes", + "GUID": "e470cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Premonition", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.012, + "posY": 3.883, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.gmnotes b/objects/AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.gmnotes new file mode 100644 index 00000000..fe01e2dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02184", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.json b/objects/AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.json new file mode 100644 index 00000000..02fb32ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226310, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PreparedfortheWorst.831b6b.gmnotes", + "GUID": "831b6b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prepared for the Worst", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.94, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.gmnotes b/objects/AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.gmnotes new file mode 100644 index 00000000..65b4b84e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09036", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 2, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.json b/objects/AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.json new file mode 100644 index 00000000..37154912 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379029, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PreparedfortheWorst2.a4f62a.gmnotes", + "GUID": "a4f62a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prepared for the Worst (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.025, + "posY": 3.354, + "posZ": 65.978, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PreposterousSketches.60b353.gmnotes b/objects/AllPlayerCards.15bb07/PreposterousSketches.60b353.gmnotes new file mode 100644 index 00000000..245fb319 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreposterousSketches.60b353.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "02186", + "alternate_ids": [ + "60218" + ], + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/PreposterousSketches.60b353.json b/objects/AllPlayerCards.15bb07/PreposterousSketches.60b353.json new file mode 100644 index 00000000..b8e08139 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreposterousSketches.60b353.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/PreposterousSketches.60b353.gmnotes", + "GUID": "60b353", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Preposterous Sketches", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.719, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.gmnotes b/objects/AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.gmnotes new file mode 100644 index 00000000..1afc636a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "51003", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.json b/objects/AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.json new file mode 100644 index 00000000..f0b7632e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 313906, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3139": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PreposterousSketches2.5e32a5.gmnotes", + "GUID": "5e32a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Preposterous Sketches (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.057, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Prescient.7e7873.gmnotes b/objects/AllPlayerCards.15bb07/Prescient.7e7873.gmnotes new file mode 100644 index 00000000..df55e2a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Prescient.7e7873.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60419", + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Practiced. Augury.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Prescient.7e7873.json b/objects/AllPlayerCards.15bb07/Prescient.7e7873.json new file mode 100644 index 00000000..a4b7d16f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Prescient.7e7873.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538717, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Prescient.7e7873.gmnotes", + "GUID": "7e7873", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prescient", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.01, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PressPass2.a6c839.gmnotes b/objects/AllPlayerCards.15bb07/PressPass2.a6c839.gmnotes new file mode 100644 index 00000000..d391ffb4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PressPass2.a6c839.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09055", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 2, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/PressPass2.a6c839.json b/objects/AllPlayerCards.15bb07/PressPass2.a6c839.json new file mode 100644 index 00000000..fae762a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PressPass2.a6c839.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379048, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PressPass2.a6c839.gmnotes", + "GUID": "a6c839", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Press Pass (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.381, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PrestonFairmont.5e6298.gmnotes b/objects/AllPlayerCards.15bb07/PrestonFairmont.5e6298.gmnotes new file mode 100644 index 00000000..3308f610 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PrestonFairmont.5e6298.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05003", + "type": "Investigator", + "class": "Rogue", + "traits": "Silver Twilight. Socialite.", + "willpowerIcons": 1, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/PrestonFairmont.5e6298.json b/objects/AllPlayerCards.15bb07/PrestonFairmont.5e6298.json new file mode 100644 index 00000000..4c84e5b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PrestonFairmont.5e6298.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271923, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2719": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Millionaire", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PrestonFairmont.5e6298.gmnotes", + "GUID": "5e6298", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Preston Fairmont", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.583, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PrestonFairmont.78c512.json b/objects/AllPlayerCards.15bb07/PrestonFairmont.78c512.json new file mode 100644 index 00000000..6f4456b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PrestonFairmont.78c512.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2728": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"05003-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "78c512", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Preston Fairmont", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.886, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.gmnotes b/objects/AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.gmnotes new file mode 100644 index 00000000..eb094585 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07156", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 1, + "traits": "Ally. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.json b/objects/AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.json new file mode 100644 index 00000000..77ff864c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/PriestofTwoFaiths1.48e4a3.gmnotes", + "GUID": "48e4a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Priest of Two Faiths (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.426, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.gmnotes b/objects/AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.gmnotes new file mode 100644 index 00000000..6d00da06 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02061", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.json b/objects/AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.json new file mode 100644 index 00000000..27169667 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Professor of Languages", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProfessorWarrenRice.42806b.gmnotes", + "GUID": "42806b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Professor Warren Rice", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.657, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.gmnotes b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.gmnotes new file mode 100644 index 00000000..db50aed5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08104", + "type": "Asset", + "class": "Seeker|Survivor", + "cost": 3, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.json b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.json new file mode 100644 index 00000000..28873e69 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378942, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Finder of Hidden Connections", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProfessorWilliamWebb.cc8571.gmnotes", + "GUID": "cc8571", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Professor William Webb", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.183, + "posY": 2.714, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.gmnotes b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.gmnotes new file mode 100644 index 00000000..0381f8ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08106", + "type": "Asset", + "class": "Seeker|Survivor", + "cost": 3, + "level": 2, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.json b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.json new file mode 100644 index 00000000..cf674a10 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378944, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Finder of Hidden Connections", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProfessorWilliamWebb2.1905cf.gmnotes", + "GUID": "1905cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Professor William Webb (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.181, + "posY": 2.852, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PromiseofPower.d8b64b.gmnotes b/objects/AllPlayerCards.15bb07/PromiseofPower.d8b64b.gmnotes new file mode 100644 index 00000000..2ee68bc8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PromiseofPower.d8b64b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07032", + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Practiced. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 4, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/PromiseofPower.d8b64b.json b/objects/AllPlayerCards.15bb07/PromiseofPower.d8b64b.json new file mode 100644 index 00000000..98369ac7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PromiseofPower.d8b64b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584926, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5849": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PromiseofPower.d8b64b.gmnotes", + "GUID": "d8b64b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Promise of Power", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.962, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.gmnotes b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.gmnotes new file mode 100644 index 00000000..94617eaf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08045", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 5, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.json b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.json new file mode 100644 index 00000000..a745e79a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379035, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Atlas of the Unknowable", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProphesiaeProfana5.55999d.gmnotes", + "GUID": "55999d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prophesiae Profana (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.078, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.gmnotes b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.gmnotes new file mode 100644 index 00000000..9593578a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08045-t", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 5, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.json b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.json new file mode 100644 index 00000000..b284b5b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558214, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Atlas of the Unknowable", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProphesiaeProfana5Taboo.3c2561.gmnotes", + "GUID": "3c2561", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prophesiae Profana (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.627, + "posY": 4.336, + "posZ": -60.241, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Prophesy.493b03.gmnotes b/objects/AllPlayerCards.15bb07/Prophesy.493b03.gmnotes new file mode 100644 index 00000000..8bce812e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Prophesy.493b03.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05034", + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Prophesy.493b03.json b/objects/AllPlayerCards.15bb07/Prophesy.493b03.json new file mode 100644 index 00000000..2745e624 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Prophesy.493b03.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430906, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4309": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Prophesy.493b03.gmnotes", + "GUID": "493b03", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prophesy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.081, + "posY": 3.701, + "posZ": -16.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Prophetic3.0e64cb.gmnotes b/objects/AllPlayerCards.15bb07/Prophetic3.0e64cb.gmnotes new file mode 100644 index 00000000..73a62bd4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Prophetic3.0e64cb.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08120", + "type": "Asset", + "class": "Guardian|Mystic|Survivor", + "cost": 3, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Prophetic3.0e64cb.json b/objects/AllPlayerCards.15bb07/Prophetic3.0e64cb.json new file mode 100644 index 00000000..e69aa805 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Prophetic3.0e64cb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378958, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Prophetic3.0e64cb.gmnotes", + "GUID": "0e64cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prophetic (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.179, + "posY": 2.914, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.gmnotes b/objects/AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.gmnotes new file mode 100644 index 00000000..39deafb7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08102", + "type": "Event", + "class": "Seeker|Mystic", + "cost": 1, + "level": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.json b/objects/AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.json new file mode 100644 index 00000000..181d5d1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378940, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProtectingtheAnirniq2.91204c.gmnotes", + "GUID": "91204c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Protecting the Anirniq (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.184, + "posY": 2.635, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.gmnotes b/objects/AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.gmnotes new file mode 100644 index 00000000..4048ca6f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08095", + "type": "Asset", + "class": "Guardian|Survivor", + "cost": 4, + "level": 2, + "traits": "Item. Armor.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.json b/objects/AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.json new file mode 100644 index 00000000..cda0e98e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378933, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProtectiveGear2.9a5cb1.gmnotes", + "GUID": "9a5cb1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Protective Gear (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.652, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.gmnotes b/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.gmnotes new file mode 100644 index 00000000..efc7264a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04031", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 1, + "traits": "Ritual. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.json b/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.json new file mode 100644 index 00000000..f692e9b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230333, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.gmnotes", + "GUID": "0fd4ae", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Protective Incantation (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 3.75, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.ttslua b/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.ttslua new file mode 100644 index 00000000..53f706f7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ProtectiveIncantation1.0fd4ae.ttslua @@ -0,0 +1,76 @@ +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 + diff --git a/objects/AllPlayerCards.15bb07/Psychosis.d83baf.gmnotes b/objects/AllPlayerCards.15bb07/Psychosis.d83baf.gmnotes new file mode 100644 index 00000000..2f9c8735 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Psychosis.d83baf.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01099", + "alternate_ids": [ + "01599" + ], + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Psychosis.d83baf.json b/objects/AllPlayerCards.15bb07/Psychosis.d83baf.json new file mode 100644 index 00000000..5349d4a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Psychosis.d83baf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Psychosis.d83baf.gmnotes", + "GUID": "d83baf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Psychosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 79.242, + "posY": 3.316, + "posZ": 26.14, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.gmnotes b/objects/AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.gmnotes new file mode 100644 index 00000000..8de71241 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07273", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "level": 4, + "traits": "Ritual. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.json b/objects/AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.json new file mode 100644 index 00000000..5f441da0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PurifyingCorruption4.ac9763.gmnotes", + "GUID": "ac9763", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Purifying Corruption (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.794, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/PuzzleBox.44334c.gmnotes b/objects/AllPlayerCards.15bb07/PuzzleBox.44334c.gmnotes new file mode 100644 index 00000000..1a049da0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PuzzleBox.44334c.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05228", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/PuzzleBox.44334c.json b/objects/AllPlayerCards.15bb07/PuzzleBox.44334c.json new file mode 100644 index 00000000..f7032c2f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/PuzzleBox.44334c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3125": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/786356000879761873/F22612DB451928DCA4344F3F125F5A8CE128A817/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mysterious Device", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/PuzzleBox.44334c.gmnotes", + "GUID": "44334c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Puzzle Box", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.142, + "posY": 3.712, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuantumFlux.edd34a.gmnotes b/objects/AllPlayerCards.15bb07/QuantumFlux.edd34a.gmnotes new file mode 100644 index 00000000..f7ec75c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuantumFlux.edd34a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03196", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/QuantumFlux.edd34a.json b/objects/AllPlayerCards.15bb07/QuantumFlux.edd34a.json new file mode 100644 index 00000000..f3f2c8ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuantumFlux.edd34a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuantumFlux.edd34a.gmnotes", + "GUID": "edd34a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quantum Flux", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.001, + "posY": 3.791, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuantumParadox.0e4c07.gmnotes b/objects/AllPlayerCards.15bb07/QuantumParadox.0e4c07.gmnotes new file mode 100644 index 00000000..e3748f01 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuantumParadox.0e4c07.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09125", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Paradox.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/QuantumParadox.0e4c07.json b/objects/AllPlayerCards.15bb07/QuantumParadox.0e4c07.json new file mode 100644 index 00000000..f736c2c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuantumParadox.0e4c07.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379149, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuantumParadox.0e4c07.gmnotes", + "GUID": "0e4c07", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quantum Paradox", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.379, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuickGetaway.5cc3d2.gmnotes b/objects/AllPlayerCards.15bb07/QuickGetaway.5cc3d2.gmnotes new file mode 100644 index 00000000..e8794fba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickGetaway.5cc3d2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09069", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/QuickGetaway.5cc3d2.json b/objects/AllPlayerCards.15bb07/QuickGetaway.5cc3d2.json new file mode 100644 index 00000000..6b0a39f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickGetaway.5cc3d2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379062, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuickGetaway.5cc3d2.gmnotes", + "GUID": "5cc3d2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quick Getaway", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.354, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuickLearner4.3bbc0b.gmnotes b/objects/AllPlayerCards.15bb07/QuickLearner4.3bbc0b.gmnotes new file mode 100644 index 00000000..6cdd8dc8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickLearner4.3bbc0b.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60530", + "type": "Asset", + "class": "Survivor", + "level": 4, + "traits": "Condition.", + "permanent": true, + "weakness": false, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/QuickLearner4.3bbc0b.json b/objects/AllPlayerCards.15bb07/QuickLearner4.3bbc0b.json new file mode 100644 index 00000000..08e62ae2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickLearner4.3bbc0b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550828, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuickLearner4.3bbc0b.gmnotes", + "GUID": "3bbc0b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quick Learner (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.007, + "posY": 3.743, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuickStudy2.092e92.gmnotes b/objects/AllPlayerCards.15bb07/QuickStudy2.092e92.gmnotes new file mode 100644 index 00000000..0cda8fa7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickStudy2.092e92.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04154", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/QuickStudy2.092e92.json b/objects/AllPlayerCards.15bb07/QuickStudy2.092e92.json new file mode 100644 index 00000000..11814a43 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickStudy2.092e92.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430645, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/QuickStudy2.092e92.gmnotes", + "GUID": "092e92", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quick Study (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.09, + "posY": 3.681, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuickThinking.99989c.gmnotes b/objects/AllPlayerCards.15bb07/QuickThinking.99989c.gmnotes new file mode 100644 index 00000000..fc90a0aa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickThinking.99989c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02229", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/QuickThinking.99989c.json b/objects/AllPlayerCards.15bb07/QuickThinking.99989c.json new file mode 100644 index 00000000..240d30d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickThinking.99989c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2617": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuickThinking.99989c.gmnotes", + "GUID": "99989c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quick Thinking", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.102, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuickThinkingTaboo.308967.gmnotes b/objects/AllPlayerCards.15bb07/QuickThinkingTaboo.308967.gmnotes new file mode 100644 index 00000000..c099dce7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickThinkingTaboo.308967.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02229-t", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/QuickThinkingTaboo.308967.json b/objects/AllPlayerCards.15bb07/QuickThinkingTaboo.308967.json new file mode 100644 index 00000000..aadd67a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickThinkingTaboo.308967.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450616, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuickThinkingTaboo.308967.gmnotes", + "GUID": "308967", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quick Thinking (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.022, + "posY": 4.011, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/QuickdrawHolster4.859736.gmnotes b/objects/AllPlayerCards.15bb07/QuickdrawHolster4.859736.gmnotes new file mode 100644 index 00000000..67b98ca7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickdrawHolster4.859736.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08089", + "type": "Asset", + "class": "Guardian|Rogue", + "cost": 4, + "level": 4, + "traits": "Item. Tool. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/QuickdrawHolster4.859736.json b/objects/AllPlayerCards.15bb07/QuickdrawHolster4.859736.json new file mode 100644 index 00000000..79a0257a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/QuickdrawHolster4.859736.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378927, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/QuickdrawHolster4.859736.gmnotes", + "GUID": "859736", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quickdraw Holster (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.186, + "posY": 2.5, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RabbitsFoot.f34090.gmnotes b/objects/AllPlayerCards.15bb07/RabbitsFoot.f34090.gmnotes new file mode 100644 index 00000000..6e6bcab6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RabbitsFoot.f34090.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01075", + "alternate_ids": [ + "60510", + "01575" + ], + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RabbitsFoot.f34090.json b/objects/AllPlayerCards.15bb07/RabbitsFoot.f34090.json new file mode 100644 index 00000000..5257b7c1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RabbitsFoot.f34090.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368823, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RabbitsFoot.f34090.gmnotes", + "GUID": "f34090", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rabbit's Foot", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 34.729, + "posY": 3.378, + "posZ": -45.829, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RabbitsFoot3.3f91af.gmnotes b/objects/AllPlayerCards.15bb07/RabbitsFoot3.3f91af.gmnotes new file mode 100644 index 00000000..ef32d9a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RabbitsFoot3.3f91af.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "50010", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Return to the Night of the Zealot" +} diff --git a/objects/AllPlayerCards.15bb07/RabbitsFoot3.3f91af.json b/objects/AllPlayerCards.15bb07/RabbitsFoot3.3f91af.json new file mode 100644 index 00000000..67a37db2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RabbitsFoot3.3f91af.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368855, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RabbitsFoot3.3f91af.gmnotes", + "GUID": "3f91af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rabbit's Foot (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.348, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.gmnotes b/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.gmnotes new file mode 100644 index 00000000..d44bb119 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07153", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Spell. Spirit. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.json b/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.json new file mode 100644 index 00000000..4cd6ce63 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/RadiantSmite1.92c295.gmnotes", + "GUID": "92c295", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/RadiantSmite1.92c295.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Radiant Smite (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 4.13, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.ttslua b/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.ttslua new file mode 100644 index 00000000..fd97fdf1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RadiantSmite1.92c295.ttslua @@ -0,0 +1,82 @@ +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 + diff --git a/objects/AllPlayerCards.15bb07/RandallCho.1f50e9.gmnotes b/objects/AllPlayerCards.15bb07/RandallCho.1f50e9.gmnotes new file mode 100644 index 00000000..50f2d93b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RandallCho.1f50e9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60102", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "traits": "Ally. Medic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/RandallCho.1f50e9.json b/objects/AllPlayerCards.15bb07/RandallCho.1f50e9.json new file mode 100644 index 00000000..273b1e09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RandallCho.1f50e9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5850": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Concerned Brother", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RandallCho.1f50e9.gmnotes", + "GUID": "1f50e9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Randall Cho", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 3.994, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RandolphCarter.b04c8e.gmnotes b/objects/AllPlayerCards.15bb07/RandolphCarter.b04c8e.gmnotes new file mode 100644 index 00000000..989ae38b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RandolphCarter.b04c8e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06059", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Dreamer.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/RandolphCarter.b04c8e.json b/objects/AllPlayerCards.15bb07/RandolphCarter.b04c8e.json new file mode 100644 index 00000000..bfef73f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RandolphCarter.b04c8e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493383646802545/EF89145CA7EEC1746A59CCBDDEE52526997C5DED/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Expert Dreamer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RandolphCarter.b04c8e.gmnotes", + "GUID": "b04c8e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Randolph Carter", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.515, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RandolphCarter.d253a6.gmnotes b/objects/AllPlayerCards.15bb07/RandolphCarter.d253a6.gmnotes new file mode 100644 index 00000000..da5603af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RandolphCarter.d253a6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06079", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Dreamer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/RandolphCarter.d253a6.json b/objects/AllPlayerCards.15bb07/RandolphCarter.d253a6.json new file mode 100644 index 00000000..3bfac047 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RandolphCarter.d253a6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452504, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4525": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493383646802545/EF89145CA7EEC1746A59CCBDDEE52526997C5DED/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Chained to the Waking World", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RandolphCarter.d253a6.gmnotes", + "GUID": "d253a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Randolph Carter", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.006, + "posY": 3.832, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Rastrad1.f1f24e.gmnotes b/objects/AllPlayerCards.15bb07/Rastrad1.f1f24e.gmnotes new file mode 100644 index 00000000..10a70870 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Rastrad1.f1f24e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07193", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 1, + "traits": "Spell. Spirit. Cursed.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Rastrad1.f1f24e.json b/objects/AllPlayerCards.15bb07/Rastrad1.f1f24e.json new file mode 100644 index 00000000..7c530618 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Rastrad1.f1f24e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5886": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Rastrad1.f1f24e.gmnotes", + "GUID": "f1f24e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ríastrad (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.735, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RationalThought.1c7a00.gmnotes b/objects/AllPlayerCards.15bb07/RationalThought.1c7a00.gmnotes new file mode 100644 index 00000000..be54076f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RationalThought.1c7a00.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "05008", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/RationalThought.1c7a00.json b/objects/AllPlayerCards.15bb07/RationalThought.1c7a00.json new file mode 100644 index 00000000..f6c4924d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RationalThought.1c7a00.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379154, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RationalThought.1c7a00.gmnotes", + "GUID": "1c7a00", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rational Thought", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.046, + "posY": 3.909, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ReadtheSigns.75eca5.gmnotes b/objects/AllPlayerCards.15bb07/ReadtheSigns.75eca5.gmnotes new file mode 100644 index 00000000..5cbe76a6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ReadtheSigns.75eca5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06117", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ReadtheSigns.75eca5.json b/objects/AllPlayerCards.15bb07/ReadtheSigns.75eca5.json new file mode 100644 index 00000000..610b3c28 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ReadtheSigns.75eca5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3801": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ReadtheSigns.75eca5.gmnotes", + "GUID": "75eca5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Read the Signs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.024, + "posY": 3.916, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.gmnotes b/objects/AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.gmnotes new file mode 100644 index 00000000..422d9fc2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04158", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Augury. Ritual.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.json b/objects/AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.json new file mode 100644 index 00000000..f2dab788 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230344, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RecalltheFuture2.a06aa7.gmnotes", + "GUID": "a06aa7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Recall the Future (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.243, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Recharge2.e27b3c.gmnotes b/objects/AllPlayerCards.15bb07/Recharge2.e27b3c.gmnotes new file mode 100644 index 00000000..424a05c1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Recharge2.e27b3c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03197", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Recharge2.e27b3c.json b/objects/AllPlayerCards.15bb07/Recharge2.e27b3c.json new file mode 100644 index 00000000..3c27a0dd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Recharge2.e27b3c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230339, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Recharge2.e27b3c.gmnotes", + "GUID": "e27b3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Recharge (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.167, + "posY": 3.172, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Recharge4.591789.gmnotes b/objects/AllPlayerCards.15bb07/Recharge4.591789.gmnotes new file mode 100644 index 00000000..62e0da6c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Recharge4.591789.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60429", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 3, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Recharge4.591789.json b/objects/AllPlayerCards.15bb07/Recharge4.591789.json new file mode 100644 index 00000000..c61a1620 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Recharge4.591789.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538727, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Recharge4.591789.gmnotes", + "GUID": "591789", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Recharge (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.813, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Reckless.c45e67.gmnotes b/objects/AllPlayerCards.15bb07/Reckless.c45e67.gmnotes new file mode 100644 index 00000000..c77fda26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Reckless.c45e67.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60304", + "type": "Skill", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Reckless.c45e67.json b/objects/AllPlayerCards.15bb07/Reckless.c45e67.json new file mode 100644 index 00000000..9b5ded43 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Reckless.c45e67.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Reckless.c45e67.gmnotes", + "GUID": "c45e67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reckless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.815, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RecklessAssault.3ff641.gmnotes b/objects/AllPlayerCards.15bb07/RecklessAssault.3ff641.gmnotes new file mode 100644 index 00000000..4a633413 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RecklessAssault.3ff641.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03118", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Desperate.", + "permanent": false, + "weakness": false, + "combatIcons": 4, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/RecklessAssault.3ff641.json b/objects/AllPlayerCards.15bb07/RecklessAssault.3ff641.json new file mode 100644 index 00000000..da5ce6fa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RecklessAssault.3ff641.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RecklessAssault.3ff641.gmnotes", + "GUID": "3ff641", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reckless Assault", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.691, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Refine.482b10.gmnotes b/objects/AllPlayerCards.15bb07/Refine.482b10.gmnotes new file mode 100644 index 00000000..eb9ecb30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Refine.482b10.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09121", + "type": "Event", + "class": "Neutral", + "cost": 3, + "level": 0, + "traits": "Supply. Double.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/Refine.482b10.json b/objects/AllPlayerCards.15bb07/Refine.482b10.json new file mode 100644 index 00000000..9bade579 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Refine.482b10.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379145, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Refine.482b10.gmnotes", + "GUID": "482b10", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Refine", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.362, + "posZ": 65.638, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Relentless.af3efd.gmnotes b/objects/AllPlayerCards.15bb07/Relentless.af3efd.gmnotes new file mode 100644 index 00000000..84b3a796 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Relentless.af3efd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60109", + "type": "Asset", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Relentless.af3efd.json b/objects/AllPlayerCards.15bb07/Relentless.af3efd.json new file mode 100644 index 00000000..162c3c29 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Relentless.af3efd.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Relentless.af3efd.gmnotes", + "GUID": "af3efd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Relentless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.77, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Reliable1.102fad.gmnotes b/objects/AllPlayerCards.15bb07/Reliable1.102fad.gmnotes new file mode 100644 index 00000000..d99ca4da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Reliable1.102fad.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04020", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Upgrade.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Reliable1.102fad.json b/objects/AllPlayerCards.15bb07/Reliable1.102fad.json new file mode 100644 index 00000000..a86899b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Reliable1.102fad.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226336, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Reliable1.102fad.gmnotes", + "GUID": "102fad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reliable (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.174, + "posY": 2.934, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RelicHunter3.3c959c.gmnotes b/objects/AllPlayerCards.15bb07/RelicHunter3.3c959c.gmnotes new file mode 100644 index 00000000..503d55c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicHunter3.3c959c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02157", + "alternate_ids": [ + "01695" + ], + "type": "Asset", + "class": "Neutral", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RelicHunter3.3c959c.json b/objects/AllPlayerCards.15bb07/RelicHunter3.3c959c.json new file mode 100644 index 00000000..00788442 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicHunter3.3c959c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368523, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RelicHunter3.3c959c.gmnotes", + "GUID": "3c959c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Relic Hunter (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 30.496, + "posY": 2.301, + "posZ": -81.428, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.35bc58.gmnotes b/objects/AllPlayerCards.15bb07/RelicofAges.35bc58.gmnotes new file mode 100644 index 00000000..da19aedf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.35bc58.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04343", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.35bc58.json b/objects/AllPlayerCards.15bb07/RelicofAges.35bc58.json new file mode 100644 index 00000000..8ab014c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.35bc58.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235857, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2358": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777501236/D145C8B748FB42258EB442B9DF36797851CEECC3/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Unleash the Timestream", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RelicofAges.35bc58.gmnotes", + "GUID": "35bc58", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Relic of Ages", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.21, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.7667ef.gmnotes b/objects/AllPlayerCards.15bb07/RelicofAges.7667ef.gmnotes new file mode 100644 index 00000000..b2b6610f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.7667ef.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04191", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.7667ef.json b/objects/AllPlayerCards.15bb07/RelicofAges.7667ef.json new file mode 100644 index 00000000..47a159a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.7667ef.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235667, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2356": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Forestalling the Future", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RelicofAges.7667ef.gmnotes", + "GUID": "7667ef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Relic of Ages", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.121, + "posY": 3.952, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.87718c.gmnotes b/objects/AllPlayerCards.15bb07/RelicofAges.87718c.gmnotes new file mode 100644 index 00000000..830ae600 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.87718c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04303", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.87718c.json b/objects/AllPlayerCards.15bb07/RelicofAges.87718c.json new file mode 100644 index 00000000..c94ebb49 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.87718c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235840, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2358": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777501236/D145C8B748FB42258EB442B9DF36797851CEECC3/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Repossess the Past", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RelicofAges.87718c.gmnotes", + "GUID": "87718c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Relic of Ages", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.077, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.e27a30.gmnotes b/objects/AllPlayerCards.15bb07/RelicofAges.e27a30.gmnotes new file mode 100644 index 00000000..c8421933 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.e27a30.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04061", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/RelicofAges.e27a30.json b/objects/AllPlayerCards.15bb07/RelicofAges.e27a30.json new file mode 100644 index 00000000..8ae1c237 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RelicofAges.e27a30.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 235603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2356": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "��‚��A Device, of Some Sort", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RelicofAges.e27a30.gmnotes", + "GUID": "e27a30", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Relic of Ages", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 101.079, + "posY": 1.985, + "posZ": -13.623, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.gmnotes b/objects/AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.gmnotes new file mode 100644 index 00000000..ad8072a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01032", + "alternate_ids": [ + "01532" + ], + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.json b/objects/AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.json new file mode 100644 index 00000000..67fe1786 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368426, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/ResearchLibrarian.8f91ce.gmnotes", + "GUID": "8f91ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Research Librarian", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.647, + "posY": 3.367, + "posZ": -56.909, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ResearchNotes.a37bd4.gmnotes b/objects/AllPlayerCards.15bb07/ResearchNotes.a37bd4.gmnotes new file mode 100644 index 00000000..187edc38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ResearchNotes.a37bd4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09045", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Item. Tome. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ResearchNotes.a37bd4.json b/objects/AllPlayerCards.15bb07/ResearchNotes.a37bd4.json new file mode 100644 index 00000000..78bfa179 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ResearchNotes.a37bd4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379038, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ResearchNotes.a37bd4.gmnotes", + "GUID": "a37bd4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Research Notes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.36, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Resourceful.334f03.gmnotes b/objects/AllPlayerCards.15bb07/Resourceful.334f03.gmnotes new file mode 100644 index 00000000..64924f2f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Resourceful.334f03.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03039", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Resourceful.334f03.json b/objects/AllPlayerCards.15bb07/Resourceful.334f03.json new file mode 100644 index 00000000..cca143a1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Resourceful.334f03.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Resourceful.334f03.gmnotes", + "GUID": "334f03", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Resourceful", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.122, + "posY": 3.939, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RexMurphy.4271cb.gmnotes b/objects/AllPlayerCards.15bb07/RexMurphy.4271cb.gmnotes new file mode 100644 index 00000000..731762b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexMurphy.4271cb.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02002", + "type": "Investigator", + "class": "Seeker", + "traits": "Reporter.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RexMurphy.4271cb.json b/objects/AllPlayerCards.15bb07/RexMurphy.4271cb.json new file mode 100644 index 00000000..36265aed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexMurphy.4271cb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450003, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4500": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Reporter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RexMurphy.4271cb.gmnotes", + "GUID": "4271cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex Murphy", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.059, + "posZ": 27.143, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RexMurphy.9ba3f0.json b/objects/AllPlayerCards.15bb07/RexMurphy.9ba3f0.json new file mode 100644 index 00000000..49d3daf6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexMurphy.9ba3f0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2592": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"02002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "9ba3f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex Murphy", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.074, + "posZ": 27.143, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.gmnotes b/objects/AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.gmnotes new file mode 100644 index 00000000..b6cee020 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02002-t", + "type": "Investigator", + "class": "Seeker", + "traits": "Reporter.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.json b/objects/AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.json new file mode 100644 index 00000000..1284525b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5929": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627733218/4FBA1E1F82086229D9475F640AD6FF969624BE79/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907888685007/A30CCF98600F1E9FA0F3EE674FE35BCD86CB6ECB/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Reporter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RexMurphyTaboo.9724b7.gmnotes", + "GUID": "9724b7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex Murphy (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.071, + "posZ": 27.143, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RexsCurse.033a35.gmnotes b/objects/AllPlayerCards.15bb07/RexsCurse.033a35.gmnotes new file mode 100644 index 00000000..4ceb0eec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexsCurse.033a35.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "02009", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RexsCurse.033a35.json b/objects/AllPlayerCards.15bb07/RexsCurse.033a35.json new file mode 100644 index 00000000..bc686eca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RexsCurse.033a35.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371907, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3719": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RexsCurse.033a35.gmnotes", + "GUID": "033a35", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex's Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.515, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RighteousHunt1.491c09.gmnotes b/objects/AllPlayerCards.15bb07/RighteousHunt1.491c09.gmnotes new file mode 100644 index 00000000..d49c62f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RighteousHunt1.491c09.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07109", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Tactic. Blessed.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/RighteousHunt1.491c09.json b/objects/AllPlayerCards.15bb07/RighteousHunt1.491c09.json new file mode 100644 index 00000000..edf6926b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RighteousHunt1.491c09.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RighteousHunt1.491c09.gmnotes", + "GUID": "491c09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Righteous Hunt (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.152, + "posY": 4.103, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiotWhistle.55fc3d.gmnotes b/objects/AllPlayerCards.15bb07/RiotWhistle.55fc3d.gmnotes new file mode 100644 index 00000000..7bafff48 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiotWhistle.55fc3d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07108", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/RiotWhistle.55fc3d.json b/objects/AllPlayerCards.15bb07/RiotWhistle.55fc3d.json new file mode 100644 index 00000000..36fe6ec9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiotWhistle.55fc3d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiotWhistle.55fc3d.gmnotes", + "GUID": "55fc3d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Riot Whistle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.988, + "posY": 3.673, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RisetotheOccasion.358387.gmnotes b/objects/AllPlayerCards.15bb07/RisetotheOccasion.358387.gmnotes new file mode 100644 index 00000000..54b115dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RisetotheOccasion.358387.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02192", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RisetotheOccasion.358387.json b/objects/AllPlayerCards.15bb07/RisetotheOccasion.358387.json new file mode 100644 index 00000000..80693254 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RisetotheOccasion.358387.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RisetotheOccasion.358387.gmnotes", + "GUID": "358387", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rise to the Occasion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.176, + "posY": 2.942, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.gmnotes b/objects/AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.gmnotes new file mode 100644 index 00000000..8bdac1af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "51010", + "type": "Skill", + "class": "Survivor", + "level": 3, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.json b/objects/AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.json new file mode 100644 index 00000000..a5bbb6b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3149": { + "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_path": "AllPlayerCards.15bb07/RisetotheOccasion3.bb501b.gmnotes", + "GUID": "bb501b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rise to the Occasion (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.717, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RitaYoung.bb8296.gmnotes b/objects/AllPlayerCards.15bb07/RitaYoung.bb8296.gmnotes new file mode 100644 index 00000000..54ad5698 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitaYoung.bb8296.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05005", + "type": "Investigator", + "class": "Survivor", + "traits": "Miskatonic.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 3, + "agilityIcons": 5, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/RitaYoung.bb8296.json b/objects/AllPlayerCards.15bb07/RitaYoung.bb8296.json new file mode 100644 index 00000000..43843f5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitaYoung.bb8296.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2720": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Athlete", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RitaYoung.bb8296.gmnotes", + "GUID": "bb8296", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rita Young", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.142, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RitaYoung.bdef4d.json b/objects/AllPlayerCards.15bb07/RitaYoung.bdef4d.json new file mode 100644 index 00000000..e0bb5af2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitaYoung.bdef4d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5911": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"05005-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "bdef4d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rita Young", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.049, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.gmnotes b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.gmnotes new file mode 100644 index 00000000..87324311 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07308", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 5, + "traits": "Spell. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.json b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.json new file mode 100644 index 00000000..c065c29c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5897": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiteofEquilibrium5.315b45.gmnotes", + "GUID": "315b45", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rite of Equilibrium (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.677, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.gmnotes b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.gmnotes new file mode 100644 index 00000000..b143a1db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07308-t", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 5, + "traits": "Spell. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.json b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.json new file mode 100644 index 00000000..b9355e5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiteofEquilibrium5Taboo.d45a81.gmnotes", + "GUID": "d45a81", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rite of Equilibrium (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.831, + "posY": 4.369, + "posZ": -46.433, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.gmnotes b/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.gmnotes new file mode 100644 index 00000000..4e4e8ff5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07019", + "type": "Asset", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Ritual. Blessed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.json b/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.json new file mode 100644 index 00000000..04028115 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 554413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5544": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiteofSanctification.974743.gmnotes", + "GUID": "974743", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/RiteofSanctification.974743.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rite of Sanctification", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.986, + "posY": 3.799, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.ttslua b/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.ttslua new file mode 100644 index 00000000..ab3fe3f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSanctification.974743.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/RiteofSeeking.29b842.gmnotes b/objects/AllPlayerCards.15bb07/RiteofSeeking.29b842.gmnotes new file mode 100644 index 00000000..707b0e15 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSeeking.29b842.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02028", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSeeking.29b842.json b/objects/AllPlayerCards.15bb07/RiteofSeeking.29b842.json new file mode 100644 index 00000000..71b07daf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSeeking.29b842.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230329, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiteofSeeking.29b842.gmnotes", + "GUID": "29b842", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rite of Seeking", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.149, + "posY": 3.834, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSeeking2.4f2668.gmnotes b/objects/AllPlayerCards.15bb07/RiteofSeeking2.4f2668.gmnotes new file mode 100644 index 00000000..58b31489 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSeeking2.4f2668.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "51007", + "alternate_ids": [ + "01689" + ], + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSeeking2.4f2668.json b/objects/AllPlayerCards.15bb07/RiteofSeeking2.4f2668.json new file mode 100644 index 00000000..11761f51 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSeeking2.4f2668.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 313604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3136": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiteofSeeking2.4f2668.gmnotes", + "GUID": "4f2668", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rite of Seeking (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 34.324, + "posY": 3.376, + "posZ": -45.602, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSeeking4.194adb.gmnotes b/objects/AllPlayerCards.15bb07/RiteofSeeking4.194adb.gmnotes new file mode 100644 index 00000000..3cb48539 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSeeking4.194adb.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02233", + "type": "Asset", + "class": "Mystic", + "cost": 5, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RiteofSeeking4.194adb.json b/objects/AllPlayerCards.15bb07/RiteofSeeking4.194adb.json new file mode 100644 index 00000000..f77a2d5f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RiteofSeeking4.194adb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230358, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RiteofSeeking4.194adb.gmnotes", + "GUID": "194adb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rite of Seeking (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 26.017, + "posY": 3.533, + "posZ": -7.553, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RitualCandles.0a4db3.gmnotes b/objects/AllPlayerCards.15bb07/RitualCandles.0a4db3.gmnotes new file mode 100644 index 00000000..e1863883 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitualCandles.0a4db3.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "02029", + "alternate_ids": [ + "60405" + ], + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RitualCandles.0a4db3.json b/objects/AllPlayerCards.15bb07/RitualCandles.0a4db3.json new file mode 100644 index 00000000..74d5ddbb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitualCandles.0a4db3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230317, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RitualCandles.0a4db3.gmnotes", + "GUID": "0a4db3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ritual Candles", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.82, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.gmnotes b/objects/AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.gmnotes new file mode 100644 index 00000000..a554da29 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "02029-t", + "alternate_ids": [ + "60405" + ], + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.json b/objects/AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.json new file mode 100644 index 00000000..eb312b35 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RitualCandlesTaboo.e99e75.gmnotes", + "GUID": "e99e75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ritual Candles (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.631, + "posY": 4.34, + "posZ": -61.229, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.gmnotes b/objects/AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.gmnotes new file mode 100644 index 00000000..2e21eac4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60412", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.json b/objects/AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.json new file mode 100644 index 00000000..0cfd9172 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538710, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RobesofEndlessNight.d9292f.gmnotes", + "GUID": "d9292f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Robes of Endless Night", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.1, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.gmnotes b/objects/AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.gmnotes new file mode 100644 index 00000000..5f4142bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60422", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.json b/objects/AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.json new file mode 100644 index 00000000..8c065bfe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538720, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RobesofEndlessNight2.ef43db.gmnotes", + "GUID": "ef43db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Robes of Endless Night (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.931, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.gmnotes b/objects/AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.gmnotes new file mode 100644 index 00000000..797b3c4c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08128", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.json b/objects/AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.json new file mode 100644 index 00000000..a4021b9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378915, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RodofAnimalism1.0fc42c.gmnotes", + "GUID": "0fc42c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rod of Animalism (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.175, + "posY": 2.938, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.1b8e88.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanks.1b8e88.gmnotes new file mode 100644 index 00000000..c11bfc7c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.1b8e88.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "01001-promo-m", + "alternate_ids": [ + "98004-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.1b8e88.json b/objects/AllPlayerCards.15bb07/RolandBanks.1b8e88.json new file mode 100644 index 00000000..7905f91e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.1b8e88.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535809, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5358": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Promo version", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanks.1b8e88.gmnotes", + "GUID": "1b8e88", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.027, + "posY": 3.369, + "posZ": -59.401, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.5bde90.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanks.5bde90.gmnotes new file mode 100644 index 00000000..37175dc2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.5bde90.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "01001-m", + "alternate_ids": [ + "98004-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.5bde90.json b/objects/AllPlayerCards.15bb07/RolandBanks.5bde90.json new file mode 100644 index 00000000..91fd0cf3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.5bde90.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 258600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2586": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanks.5bde90.gmnotes", + "GUID": "5bde90", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.156, + "posY": 3.314, + "posZ": 27.282, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.9e9e98.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanks.9e9e98.gmnotes new file mode 100644 index 00000000..1c1cdcd6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.9e9e98.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01001", + "alternate_ids": [ + "98004", + "01501" + ], + "type": "Investigator", + "class": "Guardian", + "traits": "Agency. Detective.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.9e9e98.json b/objects/AllPlayerCards.15bb07/RolandBanks.9e9e98.json new file mode 100644 index 00000000..fdca280f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.9e9e98.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2738": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Fed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanks.9e9e98.gmnotes", + "GUID": "9e9e98", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.643, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.ed1557.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanks.ed1557.gmnotes new file mode 100644 index 00000000..beb2fe4d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.ed1557.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01001-r", + "alternate_ids": [ + "98004" + ], + "type": "Investigator", + "class": "Guardian", + "traits": "Agency. Detective.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.ed1557.json b/objects/AllPlayerCards.15bb07/RolandBanks.ed1557.json new file mode 100644 index 00000000..2348161c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.ed1557.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5874": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108622/9BA9D571CE81D39DDED8F6F7573E8676964E7723/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108004/768BB33829A836E2AB5E6775A22271BE77585D4A/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Fed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanks.ed1557.gmnotes", + "GUID": "ed1557", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 48.545, + "posY": 1.986, + "posZ": -125.911, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.f8cea5.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanks.f8cea5.gmnotes new file mode 100644 index 00000000..f512e773 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.f8cea5.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "01001-revised-m", + "alternate_ids": [ + "98004-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanks.f8cea5.json b/objects/AllPlayerCards.15bb07/RolandBanks.f8cea5.json new file mode 100644 index 00000000..babfe174 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanks.f8cea5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800341634/C8EF1EDA589007989C51031F8CD42B23956EA7CE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800340918/16F5E89C36494A9A7D4C191DFF376E340BAABD00/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanks.f8cea5.gmnotes", + "GUID": "f8cea5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 82.361, + "posY": 1.985, + "posZ": 1.458, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanksParallel.502768.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanksParallel.502768.gmnotes new file mode 100644 index 00000000..50f999d9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanksParallel.502768.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01001-p", + "type": "Investigator", + "class": "Guardian", + "traits": "Agency. Detective.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanksParallel.502768.json b/objects/AllPlayerCards.15bb07/RolandBanksParallel.502768.json new file mode 100644 index 00000000..848584ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanksParallel.502768.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5361": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761477858/7CDB3552B0A37462AD965C5F67DF81A1EF9D4D60/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761477165/4BDF4AF6F55103AAA509DC67C952B660B5995707/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Fed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanksParallel.502768.gmnotes", + "GUID": "502768", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks (Parallel)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.084, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.gmnotes new file mode 100644 index 00000000..90ebe764 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01001-pb", + "type": "Investigator", + "class": "Guardian", + "traits": "Agency. Detective.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.json b/objects/AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.json new file mode 100644 index 00000000..1cc53635 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5361": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761477858/7CDB3552B0A37462AD965C5F67DF81A1EF9D4D60/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761477165/4BDF4AF6F55103AAA509DC67C952B660B5995707/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Fed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanksParallelBack.560cef.gmnotes", + "GUID": "560cef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks (Parallel Back)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.661, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.gmnotes b/objects/AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.gmnotes new file mode 100644 index 00000000..ed920ad6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01001-pf", + "type": "Investigator", + "class": "Guardian", + "traits": "Agency. Detective.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.json b/objects/AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.json new file mode 100644 index 00000000..0dcc5f90 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5361": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761477858/7CDB3552B0A37462AD965C5F67DF81A1EF9D4D60/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761477165/4BDF4AF6F55103AAA509DC67C952B660B5995707/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Fed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBanksParallelFront.f7361e.gmnotes", + "GUID": "f7361e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks (Parallel Front)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.672, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.gmnotes b/objects/AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.gmnotes new file mode 100644 index 00000000..fb174fd8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01001-promo", + "alternate_ids": [ + "98004" + ], + "type": "Investigator", + "class": "Guardian", + "traits": "Agency. Detective.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.json b/objects/AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.json new file mode 100644 index 00000000..75cc1b14 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273830, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2738": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Fed", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RolandBankspromoversion.ff1f6e.gmnotes", + "GUID": "ff1f6e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland Banks (promo version)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.105, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Rolands38Special.4edb91.gmnotes b/objects/AllPlayerCards.15bb07/Rolands38Special.4edb91.gmnotes new file mode 100644 index 00000000..2a080180 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Rolands38Special.4edb91.gmnotes @@ -0,0 +1,23 @@ +{ + "id": "01006", + "alternate_ids": [ + "01506" + ], + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Rolands38Special.4edb91.json b/objects/AllPlayerCards.15bb07/Rolands38Special.4edb91.json new file mode 100644 index 00000000..60c093d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Rolands38Special.4edb91.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5861": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Rolands38Special.4edb91.gmnotes", + "GUID": "4edb91", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland's .38 Special", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 28.495, + "posY": 2.304, + "posZ": -68.825, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Rolands38Special.dbdaff.gmnotes b/objects/AllPlayerCards.15bb07/Rolands38Special.dbdaff.gmnotes new file mode 100644 index 00000000..e6b4ed7b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Rolands38Special.dbdaff.gmnotes @@ -0,0 +1,21 @@ +{ + "id": "90030", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/Rolands38Special.dbdaff.json b/objects/AllPlayerCards.15bb07/Rolands38Special.dbdaff.json new file mode 100644 index 00000000..26c80a55 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Rolands38Special.dbdaff.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5362": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706761486024/CC7FAD210F216229F1A721BF648855D156F052D5/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Rolands38Special.dbdaff.gmnotes", + "GUID": "dbdaff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland's .38 Special", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.146, + "posY": 3.674, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RookieMistake.e567ff.gmnotes b/objects/AllPlayerCards.15bb07/RookieMistake.e567ff.gmnotes new file mode 100644 index 00000000..c59f4be6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RookieMistake.e567ff.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06007", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder. Flaw.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/RookieMistake.e567ff.json b/objects/AllPlayerCards.15bb07/RookieMistake.e567ff.json new file mode 100644 index 00000000..5d434eb3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RookieMistake.e567ff.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5839": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RookieMistake.e567ff.gmnotes", + "GUID": "e567ff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rookie Mistake", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.064, + "posY": 3.916, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RuinedFilm.6d2eae.gmnotes b/objects/AllPlayerCards.15bb07/RuinedFilm.6d2eae.gmnotes new file mode 100644 index 00000000..cbb449cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RuinedFilm.6d2eae.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09017", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder.", + "permanent": false, + "weakness": true, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/RuinedFilm.6d2eae.json b/objects/AllPlayerCards.15bb07/RuinedFilm.6d2eae.json new file mode 100644 index 00000000..964b112e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RuinedFilm.6d2eae.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RuinedFilm.6d2eae.gmnotes", + "GUID": "6d2eae", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ruined Film", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 10.441, + "posY": 2.202, + "posZ": 46.334, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RunForYourLife.0f32e8.gmnotes b/objects/AllPlayerCards.15bb07/RunForYourLife.0f32e8.gmnotes new file mode 100644 index 00000000..b2d96e75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RunForYourLife.0f32e8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03119", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Desperate.", + "permanent": false, + "weakness": false, + "agilityIcons": 4, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/RunForYourLife.0f32e8.json b/objects/AllPlayerCards.15bb07/RunForYourLife.0f32e8.json new file mode 100644 index 00000000..f0578eea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RunForYourLife.0f32e8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RunForYourLife.0f32e8.gmnotes", + "GUID": "0f32e8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Run For Your Life", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.156, + "posY": 4.15, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RunicAxe.7cdb0a.gmnotes b/objects/AllPlayerCards.15bb07/RunicAxe.7cdb0a.gmnotes new file mode 100644 index 00000000..e59a4270 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RunicAxe.7cdb0a.gmnotes @@ -0,0 +1,76 @@ +{ + "id": "09022", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 4, + "replenish": 1, + "type": "Charge", + "token": "resource" + } + ], + "customizations": [ + { + "name": "Heirloom", + "xp": 1, + "text": "This asset gets -1 cost and gains the Relic trait.", + "replaces": { + "cost": 3, + "traits": "Item. Relic. Weapon. Melee." + } + }, + { + "name": "Inscription of Glory", + "xp": 1, + "text": "Add this inscription: �€�? Glory - If this attack defeats an enemy, choose one: draw 1 card, heal 1 damage, or heal 1 horror.�€?" + }, + { + "name": "Inscription of the Elders", + "xp": 1, + "text": "Add this inscription: �€�? Elders - If this attack succeeds by an amount equal to or grather than your location\u0027s shroud, discover 1 clue at your location.�€?" + }, + { + "name": "Inscription of the Hunt", + "xp": 1, + "text": "Add this inscription: �€�? Hunt - Immediately move to a connecting location or engage an enemy at your location.�€?" + }, + { + "name": "Inscription of Fury", + "xp": 1, + "text": "Add this inscription: �€�? Fury - If this attack is successful, in addition to its standard damage, deal 1 damage to each other enemy engaged with you.�€?" + }, + { + "name": "Ancient Power", + "xp": 3, + "text": "You may imbue the same inscription up to three times." + }, + { + "name": "Saga", + "xp": 3, + "text": "Replenish 2 of Runic Axe\u0027s charges at the start of each round, instead of only one", + "replaces": { + "uses": [ + { + "count": 4, + "replenish": 2, + "type": "Charge", + "token": "resource" + } + ] + } + }, + { + "name": "Scriptweaver", + "xp": 4, + "text": "For every charge spent, you may imbue the axe with up to two different inscriptions." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/RunicAxe.7cdb0a.json b/objects/AllPlayerCards.15bb07/RunicAxe.7cdb0a.json new file mode 100644 index 00000000..3f33c83b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RunicAxe.7cdb0a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379015, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RunicAxe.7cdb0a.gmnotes", + "GUID": "7cdb0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Runic Axe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.923, + "posY": 2.202, + "posZ": 47.493, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.json b/objects/AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.json new file mode 100644 index 00000000..fd8a1511 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8465": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001661165/2E6E5A47269C0532815EC1A5B571135EAEAB9BE2/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09022-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "be427d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Runic Axe Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 77.21, + "posY": 15.186, + "posZ": 23.122, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.ttslua b/objects/AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.ttslua new file mode 100644 index 00000000..439c0676 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RunicAxeUpgradeSheet.be427d.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Runic Axe +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.0705 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.92, + -0.715, + -0.415, + -0.018, + 0.265, + 0.66, + 0.86, + 1.065 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 1, 3, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/RuthWestmacott.782e0a.gmnotes b/objects/AllPlayerCards.15bb07/RuthWestmacott.782e0a.gmnotes new file mode 100644 index 00000000..d92f31b8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RuthWestmacott.782e0a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "98020", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Artist.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/RuthWestmacott.782e0a.json b/objects/AllPlayerCards.15bb07/RuthWestmacott.782e0a.json new file mode 100644 index 00000000..16b93c18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/RuthWestmacott.782e0a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2731": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280920329/24678C1EA9F75CE15164134ACF04BD5642D9F434/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Dark Revelations", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/RuthWestmacott.782e0a.gmnotes", + "GUID": "782e0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Ruth Westmacott", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.003, + "posY": 3.926, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SacredCovenant2.87226d.gmnotes b/objects/AllPlayerCards.15bb07/SacredCovenant2.87226d.gmnotes new file mode 100644 index 00000000..cdffd2bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SacredCovenant2.87226d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "07110", + "type": "Asset", + "class": "Guardian", + "level": 2, + "traits": "Covenant. Blessed.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SacredCovenant2.87226d.json b/objects/AllPlayerCards.15bb07/SacredCovenant2.87226d.json new file mode 100644 index 00000000..1a654f0f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SacredCovenant2.87226d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SacredCovenant2.87226d.gmnotes", + "GUID": "87226d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sacred Covenant (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.701, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sacrifice1.f2877e.gmnotes b/objects/AllPlayerCards.15bb07/Sacrifice1.f2877e.gmnotes new file mode 100644 index 00000000..8c69e4c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sacrifice1.f2877e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04234", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 1, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Sacrifice1.f2877e.json b/objects/AllPlayerCards.15bb07/Sacrifice1.f2877e.json new file mode 100644 index 00000000..ea41ce42 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sacrifice1.f2877e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230362, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sacrifice1.f2877e.gmnotes", + "GUID": "f2877e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sacrifice (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.125, + "posY": 3.88, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SacrificialBeast.46812e.gmnotes b/objects/AllPlayerCards.15bb07/SacrificialBeast.46812e.gmnotes new file mode 100644 index 00000000..db8c9444 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SacrificialBeast.46812e.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "98003", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Dark Young.", + "permanent": false, + "weakness": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/SacrificialBeast.46812e.json b/objects/AllPlayerCards.15bb07/SacrificialBeast.46812e.json new file mode 100644 index 00000000..cd27f1f7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SacrificialBeast.46812e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371466, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3714": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SacrificialBeast.46812e.gmnotes", + "GUID": "46812e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sacrificial Beast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.793, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Safeguard.8d6ae6.gmnotes b/objects/AllPlayerCards.15bb07/Safeguard.8d6ae6.gmnotes new file mode 100644 index 00000000..90520f6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Safeguard.8d6ae6.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60110", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Safeguard.8d6ae6.json b/objects/AllPlayerCards.15bb07/Safeguard.8d6ae6.json new file mode 100644 index 00000000..9e4746a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Safeguard.8d6ae6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Safeguard.8d6ae6.gmnotes", + "GUID": "8d6ae6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Safeguard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.732, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Safeguard2.7dc42a.gmnotes b/objects/AllPlayerCards.15bb07/Safeguard2.7dc42a.gmnotes new file mode 100644 index 00000000..c53fc19f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Safeguard2.7dc42a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06196", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Safeguard2.7dc42a.json b/objects/AllPlayerCards.15bb07/Safeguard2.7dc42a.json new file mode 100644 index 00000000..4ee973b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Safeguard2.7dc42a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447933, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4479": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Safeguard2.7dc42a.gmnotes", + "GUID": "7dc42a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Safeguard (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 25.861, + "posY": 3.533, + "posZ": -7.408, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Salvage2.f2e87d.gmnotes b/objects/AllPlayerCards.15bb07/Salvage2.f2e87d.gmnotes new file mode 100644 index 00000000..568d04f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Salvage2.f2e87d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09116", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Salvage2.f2e87d.json b/objects/AllPlayerCards.15bb07/Salvage2.f2e87d.json new file mode 100644 index 00000000..d2b098ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Salvage2.f2e87d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379140, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Salvage2.f2e87d.gmnotes", + "GUID": "f2e87d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Salvage (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.359, + "posZ": 65.637, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Savant1.5e3aac.gmnotes b/objects/AllPlayerCards.15bb07/Savant1.5e3aac.gmnotes new file mode 100644 index 00000000..6b1182c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Savant1.5e3aac.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08052", + "type": "Skill", + "class": "Rogue", + "level": 1, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "dynamicIcons": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Savant1.5e3aac.json b/objects/AllPlayerCards.15bb07/Savant1.5e3aac.json new file mode 100644 index 00000000..6d74e89f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Savant1.5e3aac.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379042, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Savant1.5e3aac.gmnotes", + "GUID": "5e3aac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savant (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.194, + "posY": 2.246, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.gmnotes b/objects/AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.gmnotes new file mode 100644 index 00000000..841ecbe8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "06327", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 5, + "traits": "Item. Weapon. Firearm. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 2, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.json b/objects/AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.json new file mode 100644 index 00000000..02bc3229 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449037, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4490": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sawed-OffShotgun5.4f5f0f.gmnotes", + "GUID": "4f5f0f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sawed-Off Shotgun (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.016, + "posY": 4.089, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.gmnotes b/objects/AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.gmnotes new file mode 100644 index 00000000..683ff8dd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03116", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Desperate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 4, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.json b/objects/AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.json new file mode 100644 index 00000000..9e829753 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SayYourPrayers.5c3dd0.gmnotes", + "GUID": "5c3dd0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Say Your Prayers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.684, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scavenging.1b76c9.gmnotes b/objects/AllPlayerCards.15bb07/Scavenging.1b76c9.gmnotes new file mode 100644 index 00000000..e6e0b77a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scavenging.1b76c9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01073", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Scavenging.1b76c9.json b/objects/AllPlayerCards.15bb07/Scavenging.1b76c9.json new file mode 100644 index 00000000..9ec79a12 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scavenging.1b76c9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368822, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scavenging.1b76c9.gmnotes", + "GUID": "1b76c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scavenging", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.868, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scavenging.b9e532.gmnotes b/objects/AllPlayerCards.15bb07/Scavenging.b9e532.gmnotes new file mode 100644 index 00000000..6e635350 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scavenging.b9e532.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01573", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Scavenging.b9e532.json b/objects/AllPlayerCards.15bb07/Scavenging.b9e532.json new file mode 100644 index 00000000..80fa3269 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scavenging.b9e532.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587210, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scavenging.b9e532.gmnotes", + "GUID": "b9e532", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scavenging", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.915, + "posY": 3.32, + "posZ": 7.597, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scavenging2.ff4aea.gmnotes b/objects/AllPlayerCards.15bb07/Scavenging2.ff4aea.gmnotes new file mode 100644 index 00000000..4ce34520 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scavenging2.ff4aea.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06332", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Scavenging2.ff4aea.json b/objects/AllPlayerCards.15bb07/Scavenging2.ff4aea.json new file mode 100644 index 00000000..0bb1ad37 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scavenging2.ff4aea.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448737, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4487": { + "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_path": "AllPlayerCards.15bb07/Scavenging2.ff4aea.gmnotes", + "GUID": "ff4aea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scavenging (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.887, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SceneoftheCrime.ab37af.gmnotes b/objects/AllPlayerCards.15bb07/SceneoftheCrime.ab37af.gmnotes new file mode 100644 index 00000000..deb0402e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SceneoftheCrime.ab37af.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04103", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Insight. Bold.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SceneoftheCrime.ab37af.json b/objects/AllPlayerCards.15bb07/SceneoftheCrime.ab37af.json new file mode 100644 index 00000000..f8f327d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SceneoftheCrime.ab37af.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SceneoftheCrime.ab37af.gmnotes", + "GUID": "ab37af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scene of the Crime", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.991, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.gmnotes b/objects/AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.gmnotes new file mode 100644 index 00000000..33e8fddc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08072", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 5, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.json b/objects/AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.json new file mode 100644 index 00000000..715f902d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SchoffnersCatalogue.699a99.gmnotes", + "GUID": "699a99", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Schoffner's Catalogue", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.178, + "posY": 2.899, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScientificTheory1.3a0df6.gmnotes b/objects/AllPlayerCards.15bb07/ScientificTheory1.3a0df6.gmnotes new file mode 100644 index 00000000..402d5f8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScientificTheory1.3a0df6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03109", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 1, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ScientificTheory1.3a0df6.json b/objects/AllPlayerCards.15bb07/ScientificTheory1.3a0df6.json new file mode 100644 index 00000000..61f6e221 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScientificTheory1.3a0df6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430638, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/ScientificTheory1.3a0df6.gmnotes", + "GUID": "3a0df6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scientific Theory (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.156, + "posY": 4.15, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScientificTheory3.158450.gmnotes b/objects/AllPlayerCards.15bb07/ScientificTheory3.158450.gmnotes new file mode 100644 index 00000000..e17268d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScientificTheory3.158450.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08040", + "type": "Asset", + "class": "Seeker", + "cost": 0, + "level": 3, + "traits": "Talent. Composure.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "combatIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ScientificTheory3.158450.json b/objects/AllPlayerCards.15bb07/ScientificTheory3.158450.json new file mode 100644 index 00000000..1efd7834 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScientificTheory3.158450.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379030, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScientificTheory3.158450.gmnotes", + "GUID": "158450", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scientific Theory (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 3.051, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScoutAhead.927d34.gmnotes b/objects/AllPlayerCards.15bb07/ScoutAhead.927d34.gmnotes new file mode 100644 index 00000000..d341cdd9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScoutAhead.927d34.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08047", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Insight. Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ScoutAhead.927d34.json b/objects/AllPlayerCards.15bb07/ScoutAhead.927d34.json new file mode 100644 index 00000000..5ad900b4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScoutAhead.927d34.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379037, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScoutAhead.927d34.gmnotes", + "GUID": "927d34", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scout Ahead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.189, + "posY": 2.34, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scrapper.c8505c.gmnotes b/objects/AllPlayerCards.15bb07/Scrapper.c8505c.gmnotes new file mode 100644 index 00000000..334114bb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrapper.c8505c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60511", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Scrapper.c8505c.json b/objects/AllPlayerCards.15bb07/Scrapper.c8505c.json new file mode 100644 index 00000000..408cd3d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrapper.c8505c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550809, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scrapper.c8505c.gmnotes", + "GUID": "c8505c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrapper", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.051, + "posY": 3.753, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scrapper3.dffe4a.gmnotes b/objects/AllPlayerCards.15bb07/Scrapper3.dffe4a.gmnotes new file mode 100644 index 00000000..bd2fca21 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrapper3.dffe4a.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02193", + "type": "Asset", + "class": "Survivor", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Scrapper3.dffe4a.json b/objects/AllPlayerCards.15bb07/Scrapper3.dffe4a.json new file mode 100644 index 00000000..f43546bb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrapper3.dffe4a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368853, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scrapper3.dffe4a.gmnotes", + "GUID": "dffe4a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrapper (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.663, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.gmnotes b/objects/AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.gmnotes new file mode 100644 index 00000000..41a89e29 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02193-t", + "type": "Asset", + "class": "Survivor", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.json b/objects/AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.json new file mode 100644 index 00000000..798af39d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scrapper3Taboo.fcffa3.gmnotes", + "GUID": "fcffa3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrapper (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.803, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofProphecies.0d926f.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofProphecies.0d926f.gmnotes new file mode 100644 index 00000000..7b04f601 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofProphecies.0d926f.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06116", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofProphecies.0d926f.json b/objects/AllPlayerCards.15bb07/ScrollofProphecies.0d926f.json new file mode 100644 index 00000000..bfbc6c86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofProphecies.0d926f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3801": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofProphecies.0d926f.gmnotes", + "GUID": "0d926f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Prophecies", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.071, + "posY": 3.763, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets.230835.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecrets.230835.gmnotes new file mode 100644 index 00000000..c382eb6e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets.230835.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05116", + "type": "Asset", + "class": "Seeker|Mystic", + "cost": 1, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets.230835.json b/objects/AllPlayerCards.15bb07/ScrollofSecrets.230835.json new file mode 100644 index 00000000..40766a08 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets.230835.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2776": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecrets.230835.gmnotes", + "GUID": "230835", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.003, + "posY": 3.926, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.gmnotes new file mode 100644 index 00000000..56f85567 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05188", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 3, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.json b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.json new file mode 100644 index 00000000..10b80ae7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293214, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2932": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Seeker", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecrets3.0b12ac.gmnotes", + "GUID": "0b12ac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.979, + "posY": 3.992, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3.194d88.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.194d88.gmnotes new file mode 100644 index 00000000..9fba106f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.194d88.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05189", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 3, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3.194d88.json b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.194d88.json new file mode 100644 index 00000000..26fda169 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3.194d88.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2933": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mystic", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecrets3.194d88.gmnotes", + "GUID": "194d88", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.591, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.gmnotes new file mode 100644 index 00000000..f7a63ee3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05189-t", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 3, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.json b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.json new file mode 100644 index 00000000..79c5c5a0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450623, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Mystic", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecrets3Taboo.5839e4.gmnotes", + "GUID": "5839e4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.162, + "posY": 3.852, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.gmnotes new file mode 100644 index 00000000..9d4fa529 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.gmnotes @@ -0,0 +1,17 @@ +{ + "id": "05188-t", + "type": "Asset", + "class": "Seeker", + "traits": "Item. Tome.", + "level": 3, + "permanent": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.json b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.json new file mode 100644 index 00000000..3be9e733 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450622, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Seeker", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecrets3Taboo.a2136a.gmnotes", + "GUID": "a2136a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.158, + "posY": 4.16, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.gmnotes new file mode 100644 index 00000000..e3126216 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05116-t", + "type": "Asset", + "class": "Seeker|Mystic", + "cost": 1, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.json b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.json new file mode 100644 index 00000000..f29a7aa0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecretsTaboo.19b705.gmnotes", + "GUID": "19b705", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.8, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.gmnotes b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.gmnotes new file mode 100644 index 00000000..e3126216 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05116-t", + "type": "Asset", + "class": "Seeker|Mystic", + "cost": 1, + "level": 0, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.json b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.json new file mode 100644 index 00000000..df62aea0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Seeker", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScrollofSecretsTaboo.a2136a.gmnotes", + "GUID": "a2136a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scroll of Secrets (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.158, + "posY": 4.16, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.gmnotes b/objects/AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.gmnotes new file mode 100644 index 00000000..b8cf3876 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06165", + "type": "Event", + "class": "Survivor", + "cost": 0, + "level": 0, + "traits": "Fortune.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.json b/objects/AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.json new file mode 100644 index 00000000..ea854e09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380229, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3802": { + "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_path": "AllPlayerCards.15bb07/ScroungeforSupplies.7651f3.gmnotes", + "GUID": "7651f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrounge for Supplies", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.839, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scrying.8a927c.gmnotes b/objects/AllPlayerCards.15bb07/Scrying.8a927c.gmnotes new file mode 100644 index 00000000..929a08ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrying.8a927c.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01061", + "alternate_ids": [ + "01561" + ], + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Scrying.8a927c.json b/objects/AllPlayerCards.15bb07/Scrying.8a927c.json new file mode 100644 index 00000000..9ad98d3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrying.8a927c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scrying.8a927c.gmnotes", + "GUID": "8a927c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrying", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Scrying3.e58d2a.gmnotes b/objects/AllPlayerCards.15bb07/Scrying3.e58d2a.gmnotes new file mode 100644 index 00000000..d1060a82 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrying3.e58d2a.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "03236", + "alternate_ids": [ + "01690" + ], + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Scrying3.e58d2a.json b/objects/AllPlayerCards.15bb07/Scrying3.e58d2a.json new file mode 100644 index 00000000..fda3f941 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Scrying3.e58d2a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230350, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Scrying3.e58d2a.gmnotes", + "GUID": "e58d2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrying (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ScryingMirror.6446d1.gmnotes b/objects/AllPlayerCards.15bb07/ScryingMirror.6446d1.gmnotes new file mode 100644 index 00000000..02545464 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScryingMirror.6446d1.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60406", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 4, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/ScryingMirror.6446d1.json b/objects/AllPlayerCards.15bb07/ScryingMirror.6446d1.json new file mode 100644 index 00000000..77610ae3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ScryingMirror.6446d1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ScryingMirror.6446d1.gmnotes", + "GUID": "6446d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scrying Mirror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.813, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.gmnotes b/objects/AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.gmnotes new file mode 100644 index 00000000..4d91cfef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07014", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.json b/objects/AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.json new file mode 100644 index 00000000..41387bf0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5873": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SeaChangeHarpoon.4e405d.gmnotes", + "GUID": "4e405d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sea Change Harpoon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.787, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SealoftheElderSign5.91e890.gmnotes b/objects/AllPlayerCards.15bb07/SealoftheElderSign5.91e890.gmnotes new file mode 100644 index 00000000..fb759ed9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SealoftheElderSign5.91e890.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03312", + "type": "Skill", + "class": "Mystic", + "level": 5, + "traits": "Spell. Expert.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SealoftheElderSign5.91e890.json b/objects/AllPlayerCards.15bb07/SealoftheElderSign5.91e890.json new file mode 100644 index 00000000..a46f562b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SealoftheElderSign5.91e890.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230359, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SealoftheElderSign5.91e890.gmnotes", + "GUID": "91e890", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seal of the Elder Sign (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.765, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.gmnotes b/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.gmnotes new file mode 100644 index 00000000..1c8bc975 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04311", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 5, + "traits": "Spell. Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 7, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.json b/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.json new file mode 100644 index 00000000..9e7dd8f9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 278101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2781": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Over the Threshold and Beyond", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.gmnotes", + "GUID": "9cbac1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seal of the Seventh Sign (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.148, + "posY": 3.859, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.ttslua b/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.ttslua new file mode 100644 index 00000000..b24b7903 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SealoftheSeventhSign5.9cbac1.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/SearchfortheTruth.4156cf.gmnotes b/objects/AllPlayerCards.15bb07/SearchfortheTruth.4156cf.gmnotes new file mode 100644 index 00000000..60c68cae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SearchfortheTruth.4156cf.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02008", + "type": "Event", + "class": "Neutral", + "cost": 1, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SearchfortheTruth.4156cf.json b/objects/AllPlayerCards.15bb07/SearchfortheTruth.4156cf.json new file mode 100644 index 00000000..7343bde3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SearchfortheTruth.4156cf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3718": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SearchfortheTruth.4156cf.gmnotes", + "GUID": "4156cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Search for the Truth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.099, + "posY": 3.726, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SearchingforIzzie.426d28.gmnotes b/objects/AllPlayerCards.15bb07/SearchingforIzzie.426d28.gmnotes new file mode 100644 index 00000000..634c5a86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SearchingforIzzie.426d28.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "02011", + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SearchingforIzzie.426d28.json b/objects/AllPlayerCards.15bb07/SearchingforIzzie.426d28.json new file mode 100644 index 00000000..9722dcde --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SearchingforIzzie.426d28.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586926, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5869": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SearchingforIzzie.426d28.gmnotes", + "GUID": "426d28", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Searching for Izzie", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.074, + "posY": 3.685, + "posZ": -16.71, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SecondWind.baef55.gmnotes b/objects/AllPlayerCards.15bb07/SecondWind.baef55.gmnotes new file mode 100644 index 00000000..efea9363 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SecondWind.baef55.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04149", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Spirit. Bold.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SecondWind.baef55.json b/objects/AllPlayerCards.15bb07/SecondWind.baef55.json new file mode 100644 index 00000000..7a5aa0c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SecondWind.baef55.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226316, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SecondWind.baef55.gmnotes", + "GUID": "baef55", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Second Wind", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.243, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SeekingAnswers.f69e10.gmnotes b/objects/AllPlayerCards.15bb07/SeekingAnswers.f69e10.gmnotes new file mode 100644 index 00000000..22be8a3f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SeekingAnswers.f69e10.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02023", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SeekingAnswers.f69e10.json b/objects/AllPlayerCards.15bb07/SeekingAnswers.f69e10.json new file mode 100644 index 00000000..19d5e5c6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SeekingAnswers.f69e10.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/SeekingAnswers.f69e10.gmnotes", + "GUID": "f69e10", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seeking Answers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.052, + "posY": 3.716, + "posZ": -16.705, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SeekingAnswers2.719f7e.gmnotes b/objects/AllPlayerCards.15bb07/SeekingAnswers2.719f7e.gmnotes new file mode 100644 index 00000000..12a36c2f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SeekingAnswers2.719f7e.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "60227", + "alternate_ids": [ + "01685" + ], + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/SeekingAnswers2.719f7e.json b/objects/AllPlayerCards.15bb07/SeekingAnswers2.719f7e.json new file mode 100644 index 00000000..f4147f48 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SeekingAnswers2.719f7e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SeekingAnswers2.719f7e.gmnotes", + "GUID": "719f7e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seeking Answers (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 19.009, + "posY": 3.375, + "posZ": -56.835, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SefinaRousseau.342311.gmnotes b/objects/AllPlayerCards.15bb07/SefinaRousseau.342311.gmnotes new file mode 100644 index 00000000..153ca954 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SefinaRousseau.342311.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03003", + "type": "Investigator", + "class": "Rogue", + "traits": "Artist.", + "willpowerIcons": 4, + "intellectIcons": 2, + "combatIcons": 2, + "agilityIcons": 4, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SefinaRousseau.342311.json b/objects/AllPlayerCards.15bb07/SefinaRousseau.342311.json new file mode 100644 index 00000000..0560fd74 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SefinaRousseau.342311.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270912, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2709": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Painter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SefinaRousseau.342311.gmnotes", + "GUID": "342311", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sefina Rousseau", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.511, + "posY": 1.058, + "posZ": 27.143, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SefinaRousseau.d35705.json b/objects/AllPlayerCards.15bb07/SefinaRousseau.d35705.json new file mode 100644 index 00000000..e8696c75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SefinaRousseau.d35705.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2595": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"03003-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "d35705", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sefina Rousseau", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.179, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.gmnotes b/objects/AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.gmnotes new file mode 100644 index 00000000..ebe2658e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "06021", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 1, + "traits": "Item. Relic. Occult.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06022" + } + ], + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.json b/objects/AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.json new file mode 100644 index 00000000..039ece4e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 441026, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4410": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SegmentofOnyx1.ff9f23.gmnotes", + "GUID": "ff9f23", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Segment of Onyx (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.698, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Self-Centered.eff3c8.gmnotes b/objects/AllPlayerCards.15bb07/Self-Centered.eff3c8.gmnotes new file mode 100644 index 00000000..d1365461 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Self-Centered.eff3c8.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06035", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Self-Centered.eff3c8.json b/objects/AllPlayerCards.15bb07/Self-Centered.eff3c8.json new file mode 100644 index 00000000..a9460f11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Self-Centered.eff3c8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Self-Centered.eff3c8.gmnotes", + "GUID": "eff3c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Centered", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.155, + "posY": 4.147, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Self-Destructive.2204cc.gmnotes b/objects/AllPlayerCards.15bb07/Self-Destructive.2204cc.gmnotes new file mode 100644 index 00000000..3898d10b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Self-Destructive.2204cc.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "60104", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Self-Destructive.2204cc.json b/objects/AllPlayerCards.15bb07/Self-Destructive.2204cc.json new file mode 100644 index 00000000..957eb7d9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Self-Destructive.2204cc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Self-Destructive.2204cc.gmnotes", + "GUID": "2204cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Destructive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.674, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Self-Sacrifice.5e808d.gmnotes b/objects/AllPlayerCards.15bb07/Self-Sacrifice.5e808d.gmnotes new file mode 100644 index 00000000..92fe307d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Self-Sacrifice.5e808d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06157", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Self-Sacrifice.5e808d.json b/objects/AllPlayerCards.15bb07/Self-Sacrifice.5e808d.json new file mode 100644 index 00000000..6530e22d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Self-Sacrifice.5e808d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379831, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3798": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Self-Sacrifice.5e808d.gmnotes", + "GUID": "5e808d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Sacrifice", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.751, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SelflesstoaFault.07dd55.gmnotes b/objects/AllPlayerCards.15bb07/SelflesstoaFault.07dd55.gmnotes new file mode 100644 index 00000000..45c33944 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SelflesstoaFault.07dd55.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09003", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/SelflesstoaFault.07dd55.json b/objects/AllPlayerCards.15bb07/SelflesstoaFault.07dd55.json new file mode 100644 index 00000000..d50876f0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SelflesstoaFault.07dd55.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5877": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SelflesstoaFault.07dd55.gmnotes", + "GUID": "07dd55", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Selfless to a Fault", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 17.743, + "posY": 2.211, + "posZ": 59.762, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SellYourSoul.180b5b.gmnotes b/objects/AllPlayerCards.15bb07/SellYourSoul.180b5b.gmnotes new file mode 100644 index 00000000..622a8235 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SellYourSoul.180b5b.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "53015", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SellYourSoul.180b5b.json b/objects/AllPlayerCards.15bb07/SellYourSoul.180b5b.json new file mode 100644 index 00000000..5605f470 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SellYourSoul.180b5b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545214, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SellYourSoul.180b5b.gmnotes", + "GUID": "180b5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sell Your Soul", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.155, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SergeantMonroe.5630c2.gmnotes b/objects/AllPlayerCards.15bb07/SergeantMonroe.5630c2.gmnotes new file mode 100644 index 00000000..9ebf6d8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SergeantMonroe.5630c2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "84008", + "type": "Asset", + "class": "Neutral", + "cost": 5, + "traits": "Ally. Police.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/SergeantMonroe.5630c2.json b/objects/AllPlayerCards.15bb07/SergeantMonroe.5630c2.json new file mode 100644 index 00000000..980e7410 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SergeantMonroe.5630c2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 534902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5349": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493212055041441/90F035BD69A7C5C6B6F43426DDDA3A09DFCBCBDF/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Two Days Until Retirement", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SergeantMonroe.5630c2.gmnotes", + "GUID": "5630c2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sergeant Monroe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.095, + "posY": 3.73, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.gmnotes b/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.gmnotes new file mode 100644 index 00000000..554dad5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04014", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Monster. Serpent.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.json b/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.json new file mode 100644 index 00000000..0eeb4448 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232837, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2328": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Humanoid. Monster. Serpent.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SerpentsofYig.678391.gmnotes", + "GUID": "678391", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/SerpentsofYig.678391.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Serpents of Yig", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.146, + "posY": 3.681, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.ttslua b/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SerpentsofYig.678391.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/ShadowAgents.9be144.gmnotes b/objects/AllPlayerCards.15bb07/ShadowAgents.9be144.gmnotes new file mode 100644 index 00000000..efc5c02f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShadowAgents.9be144.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "07011", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Cultist.", + "permanent": false, + "weakness": true, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ShadowAgents.9be144.json b/objects/AllPlayerCards.15bb07/ShadowAgents.9be144.json new file mode 100644 index 00000000..3a7e866d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShadowAgents.9be144.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 586405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5864": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShadowAgents.9be144.gmnotes", + "GUID": "9be144", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shadow Agents", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.055, + "posY": 3.737, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.gmnotes b/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.gmnotes new file mode 100644 index 00000000..59d8a07c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "04310", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.json b/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.json new file mode 100644 index 00000000..1cc05144 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 278102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2781": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.gmnotes", + "GUID": "b10a71", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shards of the Void (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.34, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.ttslua b/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.ttslua new file mode 100644 index 00000000..c935705c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShardsoftheVoid3.b10a71.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/SharpVision1.4d9a97.gmnotes b/objects/AllPlayerCards.15bb07/SharpVision1.4d9a97.gmnotes new file mode 100644 index 00000000..38d8128d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SharpVision1.4d9a97.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06204", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SharpVision1.4d9a97.json b/objects/AllPlayerCards.15bb07/SharpVision1.4d9a97.json new file mode 100644 index 00000000..d2d39263 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SharpVision1.4d9a97.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447732, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4477": { + "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_path": "AllPlayerCards.15bb07/SharpVision1.4d9a97.gmnotes", + "GUID": "4d9a97", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sharp Vision (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.075, + "posY": 3.685, + "posZ": -16.71, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sharpshooter3.7f27d6.gmnotes b/objects/AllPlayerCards.15bb07/Sharpshooter3.7f27d6.gmnotes new file mode 100644 index 00000000..b358296a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sharpshooter3.7f27d6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60327", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Sharpshooter3.7f27d6.json b/objects/AllPlayerCards.15bb07/Sharpshooter3.7f27d6.json new file mode 100644 index 00000000..bd0b9689 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sharpshooter3.7f27d6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538625, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sharpshooter3.7f27d6.gmnotes", + "GUID": "7f27d6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sharpshooter (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.698, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShedaLight.2c165a.gmnotes b/objects/AllPlayerCards.15bb07/ShedaLight.2c165a.gmnotes new file mode 100644 index 00000000..06d4170b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShedaLight.2c165a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09108", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Insight. Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/ShedaLight.2c165a.json b/objects/AllPlayerCards.15bb07/ShedaLight.2c165a.json new file mode 100644 index 00000000..63a65beb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShedaLight.2c165a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379132, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShedaLight.2c165a.gmnotes", + "GUID": "2c165a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shed a Light", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.377, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShellShock.bcf406.gmnotes b/objects/AllPlayerCards.15bb07/ShellShock.bcf406.gmnotes new file mode 100644 index 00000000..be668d9f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShellShock.bcf406.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03008", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ShellShock.bcf406.json b/objects/AllPlayerCards.15bb07/ShellShock.bcf406.json new file mode 100644 index 00000000..34ebe448 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShellShock.bcf406.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431731, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4317": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShellShock.bcf406.gmnotes", + "GUID": "bcf406", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shell Shock", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.753, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.gmnotes b/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.gmnotes new file mode 100644 index 00000000..534d2ff5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07221", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.json b/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.json new file mode 100644 index 00000000..b4fb00e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5890": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShieldofFaith2.06abe0.gmnotes", + "GUID": "06abe0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/ShieldofFaith2.06abe0.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shield of Faith (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.745, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.ttslua b/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.ttslua new file mode 100644 index 00000000..ab3fe3f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShieldofFaith2.06abe0.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.gmnotes b/objects/AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.gmnotes new file mode 100644 index 00000000..282bd44b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "06329", + "type": "Asset", + "class": "Mystic", + "cost": 1, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.json b/objects/AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.json new file mode 100644 index 00000000..6d8f937d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527238, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5272": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShiningTrapezohedron4.b4b991.gmnotes", + "GUID": "b4b991", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shining Trapezohedron (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.683, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.gmnotes b/objects/AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.gmnotes new file mode 100644 index 00000000..524e00ad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06009", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder. Mystery.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.json b/objects/AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.json new file mode 100644 index 00000000..64a49e38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5837": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShockingDiscovery.f4dd3d.gmnotes", + "GUID": "f4dd3d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shocking Discovery", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.81, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShortSupply.e5f541.gmnotes b/objects/AllPlayerCards.15bb07/ShortSupply.e5f541.gmnotes new file mode 100644 index 00000000..930d5c95 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShortSupply.e5f541.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08071", + "type": "Asset", + "class": "Survivor", + "level": 0, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ShortSupply.e5f541.json b/objects/AllPlayerCards.15bb07/ShortSupply.e5f541.json new file mode 100644 index 00000000..95a6bddc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShortSupply.e5f541.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShortSupply.e5f541.gmnotes", + "GUID": "e5f541", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Short Supply", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.18, + "posY": 2.914, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Shortcut.d4fd4a.gmnotes b/objects/AllPlayerCards.15bb07/Shortcut.d4fd4a.gmnotes new file mode 100644 index 00000000..b9fae5fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shortcut.d4fd4a.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02022", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 0, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Shortcut.d4fd4a.json b/objects/AllPlayerCards.15bb07/Shortcut.d4fd4a.json new file mode 100644 index 00000000..3dc8ad6c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shortcut.d4fd4a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/Shortcut.d4fd4a.gmnotes", + "GUID": "d4fd4a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shortcut", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.005, + "posY": 3.847, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Shortcut2.29169e.gmnotes b/objects/AllPlayerCards.15bb07/Shortcut2.29169e.gmnotes new file mode 100644 index 00000000..866fc691 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shortcut2.29169e.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "03232", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 2, + "traits": "Insight. Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Shortcut2.29169e.json b/objects/AllPlayerCards.15bb07/Shortcut2.29169e.json new file mode 100644 index 00000000..5079367e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shortcut2.29169e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5853": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Shortcut2.29169e.gmnotes", + "GUID": "29169e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shortcut (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.863, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Shotgun4.c92ea3.gmnotes b/objects/AllPlayerCards.15bb07/Shotgun4.c92ea3.gmnotes new file mode 100644 index 00000000..bb0b1712 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shotgun4.c92ea3.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01029", + "alternate_ids": [ + "01529" + ], + "type": "Asset", + "class": "Guardian", + "cost": 5, + "level": 4, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 2, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Shotgun4.c92ea3.json b/objects/AllPlayerCards.15bb07/Shotgun4.c92ea3.json new file mode 100644 index 00000000..7ec8e2cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shotgun4.c92ea3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226357, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Shotgun4.c92ea3.gmnotes", + "GUID": "c92ea3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shotgun (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 19.667, + "posY": 3.367, + "posZ": -57.214, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Showmanship.ad63bc.gmnotes b/objects/AllPlayerCards.15bb07/Showmanship.ad63bc.gmnotes new file mode 100644 index 00000000..8e2c078d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Showmanship.ad63bc.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07012", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Showmanship.ad63bc.json b/objects/AllPlayerCards.15bb07/Showmanship.ad63bc.json new file mode 100644 index 00000000..ee4adedc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Showmanship.ad63bc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 580206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5802": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Showmanship.ad63bc.gmnotes", + "GUID": "ad63bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Showmanship", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.21, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShrewdAnalysis.658d38.gmnotes b/objects/AllPlayerCards.15bb07/ShrewdAnalysis.658d38.gmnotes new file mode 100644 index 00000000..babdfba6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShrewdAnalysis.658d38.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "04106", + "type": "Asset", + "class": "Seeker", + "level": 0, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ShrewdAnalysis.658d38.json b/objects/AllPlayerCards.15bb07/ShrewdAnalysis.658d38.json new file mode 100644 index 00000000..71132721 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShrewdAnalysis.658d38.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/ShrewdAnalysis.658d38.gmnotes", + "GUID": "658d38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrewd Analysis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.029, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShrewdDealings.c70129.gmnotes b/objects/AllPlayerCards.15bb07/ShrewdDealings.c70129.gmnotes new file mode 100644 index 00000000..fae33948 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShrewdDealings.c70129.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08017", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ShrewdDealings.c70129.json b/objects/AllPlayerCards.15bb07/ShrewdDealings.c70129.json new file mode 100644 index 00000000..f6a837ec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShrewdDealings.c70129.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379008, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShrewdDealings.c70129.gmnotes", + "GUID": "c70129", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrewd Dealings", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.677, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.gmnotes b/objects/AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.gmnotes new file mode 100644 index 00000000..56f0b009 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.gmnotes @@ -0,0 +1,21 @@ +{ + "id": "07310", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 3, + "traits": "Fortune. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Offering", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.json b/objects/AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.json new file mode 100644 index 00000000..64ab3c97 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 589909, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5899": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShrineoftheMoirai3.1934c6.gmnotes", + "GUID": "1934c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrine of the Moirai (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.02, + "posY": 4.049, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Shrivelling.914053.gmnotes b/objects/AllPlayerCards.15bb07/Shrivelling.914053.gmnotes new file mode 100644 index 00000000..ad602300 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shrivelling.914053.gmnotes @@ -0,0 +1,22 @@ +{ + "id": "01060", + "alternate_ids": [ + "01560" + ], + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Shrivelling.914053.json b/objects/AllPlayerCards.15bb07/Shrivelling.914053.json new file mode 100644 index 00000000..ff744e9f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shrivelling.914053.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230328, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Shrivelling.914053.gmnotes", + "GUID": "914053", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrivelling", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Shrivelling3.b3ce16.gmnotes b/objects/AllPlayerCards.15bb07/Shrivelling3.b3ce16.gmnotes new file mode 100644 index 00000000..3bf54f8d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shrivelling3.b3ce16.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "02154", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Shrivelling3.b3ce16.json b/objects/AllPlayerCards.15bb07/Shrivelling3.b3ce16.json new file mode 100644 index 00000000..ae7aa6c3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shrivelling3.b3ce16.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230355, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Shrivelling3.b3ce16.gmnotes", + "GUID": "b3ce16", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrivelling (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.017, + "posY": 4.048, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Shrivelling5.7a33b2.gmnotes b/objects/AllPlayerCards.15bb07/Shrivelling5.7a33b2.gmnotes new file mode 100644 index 00000000..caf967f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shrivelling5.7a33b2.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "02306", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 5, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 2, + "uses": [ + { + "count": 4, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Shrivelling5.7a33b2.json b/objects/AllPlayerCards.15bb07/Shrivelling5.7a33b2.json new file mode 100644 index 00000000..2ca99930 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Shrivelling5.7a33b2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230361, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Shrivelling5.7a33b2.gmnotes", + "GUID": "7a33b2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrivelling (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.163, + "posY": 3.71, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShroudofShadows.a565d5.gmnotes b/objects/AllPlayerCards.15bb07/ShroudofShadows.a565d5.gmnotes new file mode 100644 index 00000000..92f69041 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShroudofShadows.a565d5.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "07119", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ShroudofShadows.a565d5.json b/objects/AllPlayerCards.15bb07/ShroudofShadows.a565d5.json new file mode 100644 index 00000000..2beff90f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShroudofShadows.a565d5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553111, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShroudofShadows.a565d5.gmnotes", + "GUID": "a565d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shroud of Shadows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.749, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.gmnotes b/objects/AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.gmnotes new file mode 100644 index 00000000..98f22283 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "07228", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 4, + "traits": "Spell. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.json b/objects/AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.json new file mode 100644 index 00000000..e840dbc6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579808, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5798": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ShroudofShadows4.12bdf1.gmnotes", + "GUID": "12bdf1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shroud of Shadows (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.984, + "posY": 3.752, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SignMagick.05d263.gmnotes b/objects/AllPlayerCards.15bb07/SignMagick.05d263.gmnotes new file mode 100644 index 00000000..cbee139c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignMagick.05d263.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05112", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Ritual. Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SignMagick.05d263.json b/objects/AllPlayerCards.15bb07/SignMagick.05d263.json new file mode 100644 index 00000000..482d5e47 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignMagick.05d263.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2775": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SignMagick.05d263.gmnotes", + "GUID": "05d263", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sign Magick", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.007, + "posY": 3.768, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SignMagick3.f998c5.gmnotes b/objects/AllPlayerCards.15bb07/SignMagick3.f998c5.gmnotes new file mode 100644 index 00000000..b05dea66 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignMagick3.f998c5.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "54008", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Ritual. Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SignMagick3.f998c5.json b/objects/AllPlayerCards.15bb07/SignMagick3.f998c5.json new file mode 100644 index 00000000..1882324c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignMagick3.f998c5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449528, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SignMagick3.f998c5.gmnotes", + "GUID": "f998c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sign Magick (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.733, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SignumCrucis2.c73bb0.gmnotes b/objects/AllPlayerCards.15bb07/SignumCrucis2.c73bb0.gmnotes new file mode 100644 index 00000000..300c2968 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignumCrucis2.c73bb0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07197", + "type": "Skill", + "class": "Survivor", + "level": 2, + "traits": "Practiced. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SignumCrucis2.c73bb0.json b/objects/AllPlayerCards.15bb07/SignumCrucis2.c73bb0.json new file mode 100644 index 00000000..fe809d8b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignumCrucis2.c73bb0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5885": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SignumCrucis2.c73bb0.gmnotes", + "GUID": "c73bb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Signum Crucis (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.331, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.gmnotes b/objects/AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.gmnotes new file mode 100644 index 00000000..101aa89c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07197-t", + "type": "Skill", + "class": "Survivor", + "level": 2, + "traits": "Practiced. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.json b/objects/AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.json new file mode 100644 index 00000000..86d77a2f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SignumCrucis2Taboo.119880.gmnotes", + "GUID": "119880", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Signum Crucis (2) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.828, + "posY": 4.323, + "posZ": -45.446, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarsh.3f92cf.gmnotes b/objects/AllPlayerCards.15bb07/SilasMarsh.3f92cf.gmnotes new file mode 100644 index 00000000..7a25aa47 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarsh.3f92cf.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "07005", + "alternate_ids": [ + "98013" + ], + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 2, + "intellectIcons": 2, + "combatIcons": 4, + "agilityIcons": 4, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarsh.3f92cf.json b/objects/AllPlayerCards.15bb07/SilasMarsh.3f92cf.json new file mode 100644 index 00000000..49e40d11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarsh.3f92cf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 552804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5528": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672810/20E21AC471D7E5E1545F0EAE635A093718D4C7CF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672550/E5E1C8EE53C7692025E048F0A04BE98D6FA17111/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Sailor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SilasMarsh.3f92cf.gmnotes", + "GUID": "3f92cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silas Marsh", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.127, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarsh.574b59.gmnotes b/objects/AllPlayerCards.15bb07/SilasMarsh.574b59.gmnotes new file mode 100644 index 00000000..65e93697 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarsh.574b59.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "07005-m", + "alternate_ids": [ + "98013-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarsh.574b59.json b/objects/AllPlayerCards.15bb07/SilasMarsh.574b59.json new file mode 100644 index 00000000..a707852a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarsh.574b59.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5532": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132709196/85DFA06CD6EC0C36B07F86E5CDECCB6AFF531152/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132708743/A33DE2B12DE941B1CF2E4C8A458A18E48CB5CEEF/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SilasMarsh.574b59.gmnotes", + "GUID": "574b59", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silas Marsh", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.63, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarsh.888fcc.gmnotes b/objects/AllPlayerCards.15bb07/SilasMarsh.888fcc.gmnotes new file mode 100644 index 00000000..769e747b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarsh.888fcc.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "07005-promo-m", + "alternate_ids": [ + "98013-m" + ], + "type": "Minicard", + "traits": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarsh.888fcc.json b/objects/AllPlayerCards.15bb07/SilasMarsh.888fcc.json new file mode 100644 index 00000000..06a8a098 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarsh.888fcc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2725": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Promo version", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SilasMarsh.888fcc.gmnotes", + "GUID": "888fcc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silas Marsh", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.175, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.gmnotes b/objects/AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.gmnotes new file mode 100644 index 00000000..a0504f8e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "07005-promo", + "alternate_ids": [ + "98013" + ], + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 2, + "intellectIcons": 2, + "combatIcons": 4, + "agilityIcons": 4, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.json b/objects/AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.json new file mode 100644 index 00000000..52b52106 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272429, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2724": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Sailor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SilasMarshpromoversion.1da958.gmnotes", + "GUID": "1da958", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silas Marsh (promo version)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.15, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilassNet.4f11a2.gmnotes b/objects/AllPlayerCards.15bb07/SilassNet.4f11a2.gmnotes new file mode 100644 index 00000000..2616aa73 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilassNet.4f11a2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07015", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Tool.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SilassNet.4f11a2.json b/objects/AllPlayerCards.15bb07/SilassNet.4f11a2.json new file mode 100644 index 00000000..5e09fbb0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilassNet.4f11a2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5823": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SilassNet.4f11a2.gmnotes", + "GUID": "4f11a2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silas's Net", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 4.028, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.gmnotes b/objects/AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.gmnotes new file mode 100644 index 00000000..8e6e1993 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01102", + "alternate_ids": [ + "01602" + ], + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Cultist. Silver Twilight.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.json b/objects/AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.json new file mode 100644 index 00000000..7940359e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SilverTwilightAcolyte.16a89d.gmnotes", + "GUID": "16a89d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silver Twilight Acolyte", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.456, + "posY": 3.323, + "posZ": 26.951, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sin-Eater3.0c77d6.gmnotes b/objects/AllPlayerCards.15bb07/Sin-Eater3.0c77d6.gmnotes new file mode 100644 index 00000000..9fe8c21f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sin-Eater3.0c77d6.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09094", + "type": "Asset", + "class": "Mystic", + "level": 3, + "traits": "Ritual.", + "permanent": true, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Sin-Eater3.0c77d6.json b/objects/AllPlayerCards.15bb07/Sin-Eater3.0c77d6.json new file mode 100644 index 00000000..ed78e1d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sin-Eater3.0c77d6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379118, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sin-Eater3.0c77d6.gmnotes", + "GUID": "0c77d6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sin-Eater (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.74, + "posY": 3.343, + "posZ": 65.492, + "rotX": 359, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.gmnotes b/objects/AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.gmnotes new file mode 100644 index 00000000..6f06aa1e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08736", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.json b/objects/AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.json new file mode 100644 index 00000000..e181b106 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SinhasMedicalKit.8d6475.gmnotes", + "GUID": "8d6475", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sinha's Medical Kit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.167, + "posY": 3.324, + "posZ": 7.399, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SirenCall.b9fbff.gmnotes b/objects/AllPlayerCards.15bb07/SirenCall.b9fbff.gmnotes new file mode 100644 index 00000000..edfe4540 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SirenCall.b9fbff.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "07016", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SirenCall.b9fbff.json b/objects/AllPlayerCards.15bb07/SirenCall.b9fbff.json new file mode 100644 index 00000000..ddef2e3d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SirenCall.b9fbff.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585110, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5851": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SirenCall.b9fbff.gmnotes", + "GUID": "b9fbff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Siren Call", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.147, + "posY": 3.672, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SisterMary.1c78ea.json b/objects/AllPlayerCards.15bb07/SisterMary.1c78ea.json new file mode 100644 index 00000000..6008bf42 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SisterMary.1c78ea.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5532": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132709196/85DFA06CD6EC0C36B07F86E5CDECCB6AFF531152/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132708743/A33DE2B12DE941B1CF2E4C8A458A18E48CB5CEEF/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"07001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "1c78ea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sister Mary", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.88, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SisterMary.617aeb.gmnotes b/objects/AllPlayerCards.15bb07/SisterMary.617aeb.gmnotes new file mode 100644 index 00000000..c6964f78 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SisterMary.617aeb.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07001", + "type": "Investigator", + "class": "Guardian", + "traits": "Believer. Blessed.", + "willpowerIcons": 4, + "intellectIcons": 2, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SisterMary.617aeb.json b/objects/AllPlayerCards.15bb07/SisterMary.617aeb.json new file mode 100644 index 00000000..f9e566be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SisterMary.617aeb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5534": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672810/20E21AC471D7E5E1545F0EAE635A093718D4C7CF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672550/E5E1C8EE53C7692025E048F0A04BE98D6FA17111/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Nun", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SisterMary.617aeb.gmnotes", + "GUID": "617aeb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sister Mary", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.801, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SixthSense.6eceef.gmnotes b/objects/AllPlayerCards.15bb07/SixthSense.6eceef.gmnotes new file mode 100644 index 00000000..f40bb5bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SixthSense.6eceef.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05158", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SixthSense.6eceef.json b/objects/AllPlayerCards.15bb07/SixthSense.6eceef.json new file mode 100644 index 00000000..23213f00 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SixthSense.6eceef.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2775": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SixthSense.6eceef.gmnotes", + "GUID": "6eceef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sixth Sense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.129, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SixthSense4.060943.gmnotes b/objects/AllPlayerCards.15bb07/SixthSense4.060943.gmnotes new file mode 100644 index 00000000..470195fb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SixthSense4.060943.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05322", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SixthSense4.060943.json b/objects/AllPlayerCards.15bb07/SixthSense4.060943.json new file mode 100644 index 00000000..85854634 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SixthSense4.060943.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379618, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3796": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SixthSense4.060943.gmnotes", + "GUID": "060943", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sixth Sense (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.032, + "posY": 3.674, + "posZ": -16.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Skeptic1.d2cd42.gmnotes b/objects/AllPlayerCards.15bb07/Skeptic1.d2cd42.gmnotes new file mode 100644 index 00000000..008332a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Skeptic1.d2cd42.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07115", + "type": "Skill", + "class": "Rogue", + "level": 1, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Skeptic1.d2cd42.json b/objects/AllPlayerCards.15bb07/Skeptic1.d2cd42.json new file mode 100644 index 00000000..bb3e660e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Skeptic1.d2cd42.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5501": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1537373966843931844/D864BCCCC1C811EC7F0AED69D1C30C678D3D9FC9/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1537373966843940006/71700050B0B2CD56C458047D94B9E605ED01B989/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Skeptic1.d2cd42.gmnotes", + "GUID": "d2cd42", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Skeptic (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.149, + "posY": 3.866, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOToole.02463b.json b/objects/AllPlayerCards.15bb07/SkidsOToole.02463b.json new file mode 100644 index 00000000..b3eb4350 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOToole.02463b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800341634/C8EF1EDA589007989C51031F8CD42B23956EA7CE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800340918/16F5E89C36494A9A7D4C191DFF376E340BAABD00/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01003-revised-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "02463b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 47.417, + "posY": 2.004, + "posZ": -100.514, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOToole.6b00ec.json b/objects/AllPlayerCards.15bb07/SkidsOToole.6b00ec.json new file mode 100644 index 00000000..b5c7883d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOToole.6b00ec.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 258502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2585": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01003-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "6b00ec", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 28.517, + "posY": 3.367, + "posZ": -59.392, + "rotX": 1, + "rotY": 270, + "rotZ": 1, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOToole.9015b4.gmnotes b/objects/AllPlayerCards.15bb07/SkidsOToole.9015b4.gmnotes new file mode 100644 index 00000000..bec3d999 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOToole.9015b4.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01003", + "alternate_ids": [ + "01503" + ], + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 2, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOToole.9015b4.json b/objects/AllPlayerCards.15bb07/SkidsOToole.9015b4.json new file mode 100644 index 00000000..4bdc43b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOToole.9015b4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5355": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Ex-Con", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SkidsOToole.9015b4.gmnotes", + "GUID": "9015b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.73, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOToole.a41f81.gmnotes b/objects/AllPlayerCards.15bb07/SkidsOToole.a41f81.gmnotes new file mode 100644 index 00000000..41ffc161 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOToole.a41f81.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01003-r", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 2, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOToole.a41f81.json b/objects/AllPlayerCards.15bb07/SkidsOToole.a41f81.json new file mode 100644 index 00000000..8f3b28d1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOToole.a41f81.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5874": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108622/9BA9D571CE81D39DDED8F6F7573E8676964E7723/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108004/768BB33829A836E2AB5E6775A22271BE77585D4A/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Ex-Con", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SkidsOToole.a41f81.gmnotes", + "GUID": "a41f81", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 45.644, + "posY": 2.011, + "posZ": -116.058, + "rotX": 0, + "rotY": 180, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.gmnotes b/objects/AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.gmnotes new file mode 100644 index 00000000..a26792b5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01003-p", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 2, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.json b/objects/AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.json new file mode 100644 index 00000000..9463470a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154537387/9BBCF9ACFA26E3C0649434C832E5681AB731A77B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154536333/92BABC93BFBC5E1DA2C2A7B5EA5E62151E0DE3D7/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Ex-Con", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SkidsOTooleParallel.22ebb2.gmnotes", + "GUID": "22ebb2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole (Parallel)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.726, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.gmnotes b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.gmnotes new file mode 100644 index 00000000..31d30c83 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01003-pb", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 2, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.json b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.json new file mode 100644 index 00000000..1ca8f1a9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154537387/9BBCF9ACFA26E3C0649434C832E5681AB731A77B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154536333/92BABC93BFBC5E1DA2C2A7B5EA5E62151E0DE3D7/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Ex-Con", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SkidsOTooleParallelBack.a03077.gmnotes", + "GUID": "a03077", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole (Parallel Back)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.116, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.gmnotes b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.gmnotes new file mode 100644 index 00000000..e30f85f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01003-pf", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 2, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.json b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.json new file mode 100644 index 00000000..07ab970e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154537387/9BBCF9ACFA26E3C0649434C832E5681AB731A77B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1655599718154536333/92BABC93BFBC5E1DA2C2A7B5EA5E62151E0DE3D7/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Ex-Con", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SkidsOTooleParallelFront.8116a6.gmnotes", + "GUID": "8116a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Toole (Parallel Front)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.752, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SledDog.852697.gmnotes b/objects/AllPlayerCards.15bb07/SledDog.852697.gmnotes new file mode 100644 index 00000000..3715b12e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SledDog.852697.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08127", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 0, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SledDog.852697.json b/objects/AllPlayerCards.15bb07/SledDog.852697.json new file mode 100644 index 00000000..21cd8ca3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SledDog.852697.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378914, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SledDog.852697.gmnotes", + "GUID": "852697", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sled Dog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.177, + "posY": 2.96, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sledgehammer.78fdc7.gmnotes b/objects/AllPlayerCards.15bb07/Sledgehammer.78fdc7.gmnotes new file mode 100644 index 00000000..bb05121c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sledgehammer.78fdc7.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08094", + "type": "Asset", + "class": "Guardian|Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Tool. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Sledgehammer.78fdc7.json b/objects/AllPlayerCards.15bb07/Sledgehammer.78fdc7.json new file mode 100644 index 00000000..fc567203 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sledgehammer.78fdc7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378932, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sledgehammer.78fdc7.gmnotes", + "GUID": "78fdc7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sledgehammer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.186, + "posY": 2.495, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.gmnotes b/objects/AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.gmnotes new file mode 100644 index 00000000..c021709d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08096", + "type": "Asset", + "class": "Guardian|Survivor", + "cost": 3, + "level": 4, + "traits": "Item. Tool. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 3, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.json b/objects/AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.json new file mode 100644 index 00000000..827bf76f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378934, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sledgehammer4.ae3ff5.gmnotes", + "GUID": "ae3ff5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sledgehammer (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.182, + "posY": 2.796, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SleightofHand.819aee.gmnotes b/objects/AllPlayerCards.15bb07/SleightofHand.819aee.gmnotes new file mode 100644 index 00000000..f19bb442 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SleightofHand.819aee.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03029", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SleightofHand.819aee.json b/objects/AllPlayerCards.15bb07/SleightofHand.819aee.json new file mode 100644 index 00000000..c94989ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SleightofHand.819aee.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368710, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SleightofHand.819aee.gmnotes", + "GUID": "819aee", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sleight of Hand", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.677, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.gmnotes b/objects/AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.gmnotes new file mode 100644 index 00000000..63da8a3b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03029-t", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.json b/objects/AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.json new file mode 100644 index 00000000..3db2651d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450618, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SleightofHandTaboo.5a51d1.gmnotes", + "GUID": "5a51d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sleight of Hand (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.099, + "posY": 3.726, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sleuth3.1bdb15.gmnotes b/objects/AllPlayerCards.15bb07/Sleuth3.1bdb15.gmnotes new file mode 100644 index 00000000..74794b17 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sleuth3.1bdb15.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08121", + "type": "Asset", + "class": "Guardian|Seeker|Mystic", + "cost": 3, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 2, + "type": "Resource", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Sleuth3.1bdb15.json b/objects/AllPlayerCards.15bb07/Sleuth3.1bdb15.json new file mode 100644 index 00000000..aa7521ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sleuth3.1bdb15.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378959, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sleuth3.1bdb15.gmnotes", + "GUID": "1bdb15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sleuth (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.18, + "posY": 2.916, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SlipAway.cf1d4e.gmnotes b/objects/AllPlayerCards.15bb07/SlipAway.cf1d4e.gmnotes new file mode 100644 index 00000000..8157f595 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SlipAway.cf1d4e.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "04232", + "alternate_ids": [ + "60314" + ], + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SlipAway.cf1d4e.json b/objects/AllPlayerCards.15bb07/SlipAway.cf1d4e.json new file mode 100644 index 00000000..e268879e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SlipAway.cf1d4e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368714, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SlipAway.cf1d4e.gmnotes", + "GUID": "cf1d4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Slip Away", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.158, + "posY": 4.15, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SlipAway2.4a45c6.gmnotes b/objects/AllPlayerCards.15bb07/SlipAway2.4a45c6.gmnotes new file mode 100644 index 00000000..668b2f23 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SlipAway2.4a45c6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60324", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/SlipAway2.4a45c6.json b/objects/AllPlayerCards.15bb07/SlipAway2.4a45c6.json new file mode 100644 index 00000000..eee987f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SlipAway2.4a45c6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538622, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SlipAway2.4a45c6.gmnotes", + "GUID": "4a45c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Slip Away (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.019, + "posY": 4.008, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SmallFavor.bf5a5f.gmnotes b/objects/AllPlayerCards.15bb07/SmallFavor.bf5a5f.gmnotes new file mode 100644 index 00000000..4245ee95 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmallFavor.bf5a5f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05277", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Favor. Service.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SmallFavor.bf5a5f.json b/objects/AllPlayerCards.15bb07/SmallFavor.bf5a5f.json new file mode 100644 index 00000000..5db1fc5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmallFavor.bf5a5f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378016, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SmallFavor.bf5a5f.gmnotes", + "GUID": "bf5a5f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Small Favor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.975, + "posY": 3.683, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SmallRadio.c9feda.gmnotes b/objects/AllPlayerCards.15bb07/SmallRadio.c9feda.gmnotes new file mode 100644 index 00000000..2ca9b27a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmallRadio.c9feda.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08619", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Expedition.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SmallRadio.c9feda.json b/objects/AllPlayerCards.15bb07/SmallRadio.c9feda.json new file mode 100644 index 00000000..62570e97 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmallRadio.c9feda.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450311, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SmallRadio.c9feda.gmnotes", + "GUID": "c9feda", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Small Radio", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.127, + "posY": 3.327, + "posZ": 7.833, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SmitetheWicked.58f534.gmnotes b/objects/AllPlayerCards.15bb07/SmitetheWicked.58f534.gmnotes new file mode 100644 index 00000000..b907ad1c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmitetheWicked.58f534.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "02007", + "type": "Treachery", + "class": "Neutral", + "traits": "Task.", + "permanent": false, + "weakness": true, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SmitetheWicked.58f534.json b/objects/AllPlayerCards.15bb07/SmitetheWicked.58f534.json new file mode 100644 index 00000000..9f8ca8ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmitetheWicked.58f534.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582827, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5828": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SmitetheWicked.58f534.gmnotes", + "GUID": "58f534", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Smite the Wicked", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.014, + "posY": 3.991, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SmokingPipe.603e29.gmnotes b/objects/AllPlayerCards.15bb07/SmokingPipe.603e29.gmnotes new file mode 100644 index 00000000..def72b04 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmokingPipe.603e29.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02116", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SmokingPipe.603e29.json b/objects/AllPlayerCards.15bb07/SmokingPipe.603e29.json new file mode 100644 index 00000000..0a19a333 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmokingPipe.603e29.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368514, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SmokingPipe.603e29.gmnotes", + "GUID": "603e29", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Smoking Pipe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.124, + "posY": 3.953, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SmuggledGoods.1f3880.gmnotes b/objects/AllPlayerCards.15bb07/SmuggledGoods.1f3880.gmnotes new file mode 100644 index 00000000..95aac0e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmuggledGoods.1f3880.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04010", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Supply. Illicit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SmuggledGoods.1f3880.json b/objects/AllPlayerCards.15bb07/SmuggledGoods.1f3880.json new file mode 100644 index 00000000..45fb26bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SmuggledGoods.1f3880.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 376938, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3769": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SmuggledGoods.1f3880.gmnotes", + "GUID": "1f3880", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Smuggled Goods", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.714, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SnareTrap2.f66dd9.gmnotes b/objects/AllPlayerCards.15bb07/SnareTrap2.f66dd9.gmnotes new file mode 100644 index 00000000..e17738f5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SnareTrap2.f66dd9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03199", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Trap. Improvised.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SnareTrap2.f66dd9.json b/objects/AllPlayerCards.15bb07/SnareTrap2.f66dd9.json new file mode 100644 index 00000000..3e9af1e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SnareTrap2.f66dd9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368849, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SnareTrap2.f66dd9.gmnotes", + "GUID": "f66dd9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Snare Trap (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.767, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SneakAttack.b18b33.gmnotes b/objects/AllPlayerCards.15bb07/SneakAttack.b18b33.gmnotes new file mode 100644 index 00000000..90b2703d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SneakAttack.b18b33.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01052", + "alternate_ids": [ + "01552" + ], + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SneakAttack.b18b33.json b/objects/AllPlayerCards.15bb07/SneakAttack.b18b33.json new file mode 100644 index 00000000..65db98ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SneakAttack.b18b33.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368713, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SneakAttack.b18b33.gmnotes", + "GUID": "b18b33", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sneak Attack", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SneakAttack2.5f19e0.gmnotes b/objects/AllPlayerCards.15bb07/SneakAttack2.5f19e0.gmnotes new file mode 100644 index 00000000..1c08aa49 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SneakAttack2.5f19e0.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03152", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SneakAttack2.5f19e0.json b/objects/AllPlayerCards.15bb07/SneakAttack2.5f19e0.json new file mode 100644 index 00000000..bd8d8d81 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SneakAttack2.5f19e0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315245, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SneakAttack2.5f19e0.gmnotes", + "GUID": "5f19e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sneak Attack (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.894, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SneakBy.d099f4.gmnotes b/objects/AllPlayerCards.15bb07/SneakBy.d099f4.gmnotes new file mode 100644 index 00000000..a23084e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SneakBy.d099f4.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60316", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/SneakBy.d099f4.json b/objects/AllPlayerCards.15bb07/SneakBy.d099f4.json new file mode 100644 index 00000000..190ad53c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SneakBy.d099f4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538614, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SneakBy.d099f4.gmnotes", + "GUID": "d099f4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sneak By", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.789, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Snipe1.79cbc6.gmnotes b/objects/AllPlayerCards.15bb07/Snipe1.79cbc6.gmnotes new file mode 100644 index 00000000..568d08c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Snipe1.79cbc6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08087", + "type": "Event", + "class": "Guardian|Rogue", + "cost": 0, + "level": 1, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Snipe1.79cbc6.json b/objects/AllPlayerCards.15bb07/Snipe1.79cbc6.json new file mode 100644 index 00000000..a57543db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Snipe1.79cbc6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378925, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Snipe1.79cbc6.gmnotes", + "GUID": "79cbc6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Snipe (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.185, + "posY": 2.608, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SolemnVow.ef7c11.gmnotes b/objects/AllPlayerCards.15bb07/SolemnVow.ef7c11.gmnotes new file mode 100644 index 00000000..9b172b13 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SolemnVow.ef7c11.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06020", + "type": "Asset", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SolemnVow.ef7c11.json b/objects/AllPlayerCards.15bb07/SolemnVow.ef7c11.json new file mode 100644 index 00000000..2185a8ba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SolemnVow.ef7c11.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440926, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4409": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SolemnVow.ef7c11.gmnotes", + "GUID": "ef7c11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Solemn Vow", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.162, + "posY": 3.782, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.gmnotes b/objects/AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.gmnotes new file mode 100644 index 00000000..db60c6ab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05109", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.json b/objects/AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.json new file mode 100644 index 00000000..c68e0f04 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 278011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SomethingWorthFightingFor.a3f105.gmnotes", + "GUID": "a3f105", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Something Worth Fighting For", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.057, + "posY": 3.787, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.gmnotes b/objects/AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.gmnotes new file mode 100644 index 00000000..8418e5a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02112", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Spell. Song.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 5, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.json b/objects/AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.json new file mode 100644 index 00000000..b52767a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230345, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SongoftheDead2.2ae3ce.gmnotes", + "GUID": "2ae3ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Song of the Dead (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.954, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SoothingMelody.53f076.gmnotes b/objects/AllPlayerCards.15bb07/SoothingMelody.53f076.gmnotes new file mode 100644 index 00000000..9e926b1f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SoothingMelody.53f076.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05314", + "type": "Event", + "class": "Guardian", + "cost": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SoothingMelody.53f076.json b/objects/AllPlayerCards.15bb07/SoothingMelody.53f076.json new file mode 100644 index 00000000..3e5df26a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SoothingMelody.53f076.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3786": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SoothingMelody.53f076.gmnotes", + "GUID": "53f076", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Soothing Melody", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.006, + "posY": 3.832, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Sophie.4f46ad.gmnotes b/objects/AllPlayerCards.15bb07/Sophie.4f46ad.gmnotes new file mode 100644 index 00000000..0b8ea7ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sophie.4f46ad.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03009", + "type": "Asset", + "class": "Neutral", + "startsInPlay": true, + "traits": "Item. Spirit.", + "permanent": false, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Sophie.4f46ad.json b/objects/AllPlayerCards.15bb07/Sophie.4f46ad.json new file mode 100644 index 00000000..70bf9759 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Sophie.4f46ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374264, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3742": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/960860341956230050/FB390FF37A182334B982AA19488275BB5C6E2219/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Sophie.4f46ad.gmnotes", + "GUID": "4f46ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sophie", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.272, + "posY": 1.189, + "posZ": 26.808, + "rotX": 0, + "rotY": 270, + "rotZ": 353, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SoulSanctification3.52f6d6.gmnotes b/objects/AllPlayerCards.15bb07/SoulSanctification3.52f6d6.gmnotes new file mode 100644 index 00000000..6579ccb6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SoulSanctification3.52f6d6.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09123", + "type": "Asset", + "class": "Neutral", + "level": 3, + "traits": "Ritual.", + "permanent": true, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/SoulSanctification3.52f6d6.json b/objects/AllPlayerCards.15bb07/SoulSanctification3.52f6d6.json new file mode 100644 index 00000000..8e0e1de5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SoulSanctification3.52f6d6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379147, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SoulSanctification3.52f6d6.gmnotes", + "GUID": "52f6d6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Soul Sanctification (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.377, + "posZ": 65.638, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpareParts.9e136f.gmnotes b/objects/AllPlayerCards.15bb07/SpareParts.9e136f.gmnotes new file mode 100644 index 00000000..9cc7a70f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpareParts.9e136f.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08620", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Expedition.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SpareParts.9e136f.json b/objects/AllPlayerCards.15bb07/SpareParts.9e136f.json new file mode 100644 index 00000000..89dc0cfd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpareParts.9e136f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpareParts.9e136f.gmnotes", + "GUID": "9e136f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spare Parts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.232, + "posY": 3.326, + "posZ": 7.795, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpectralRazor.8e8a14.gmnotes b/objects/AllPlayerCards.15bb07/SpectralRazor.8e8a14.gmnotes new file mode 100644 index 00000000..f1585a5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpectralRazor.8e8a14.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06201", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SpectralRazor.8e8a14.json b/objects/AllPlayerCards.15bb07/SpectralRazor.8e8a14.json new file mode 100644 index 00000000..000d5bf5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpectralRazor.8e8a14.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448029, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpectralRazor.8e8a14.gmnotes", + "GUID": "8e8a14", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spectral Razor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.51, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpectralWeb.863f1a.gmnotes b/objects/AllPlayerCards.15bb07/SpectralWeb.863f1a.gmnotes new file mode 100644 index 00000000..513ebf6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpectralWeb.863f1a.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05177", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SpectralWeb.863f1a.json b/objects/AllPlayerCards.15bb07/SpectralWeb.863f1a.json new file mode 100644 index 00000000..af1c6ef2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpectralWeb.863f1a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275733, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2757": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526809828/AB799C8FFD9024655A9F179CCFF1EE30DE0D3C75/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Spell.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpectralWeb.863f1a.gmnotes", + "GUID": "863f1a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spectral Web", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.061, + "posY": 3.86, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Spirit-Speaker.a33470.gmnotes b/objects/AllPlayerCards.15bb07/Spirit-Speaker.a33470.gmnotes new file mode 100644 index 00000000..c88d615a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Spirit-Speaker.a33470.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03014", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Spirit-Speaker.a33470.json b/objects/AllPlayerCards.15bb07/Spirit-Speaker.a33470.json new file mode 100644 index 00000000..6fc7f2fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Spirit-Speaker.a33470.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 375016, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3750": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Spirit-Speaker.a33470.gmnotes", + "GUID": "a33470", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spirit-Speaker", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.002, + "posY": 3.865, + "posZ": -16.695, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpiritAthame1.90a106.gmnotes b/objects/AllPlayerCards.15bb07/SpiritAthame1.90a106.gmnotes new file mode 100644 index 00000000..d8a1808f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpiritAthame1.90a106.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03035", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 1, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SpiritAthame1.90a106.json b/objects/AllPlayerCards.15bb07/SpiritAthame1.90a106.json new file mode 100644 index 00000000..cd648d16 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpiritAthame1.90a106.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230335, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpiritAthame1.90a106.gmnotes", + "GUID": "90a106", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spirit Athame (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.028, + "posY": 3.681, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.gmnotes b/objects/AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.gmnotes new file mode 100644 index 00000000..848cdabb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07229", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 2, + "traits": "Ritual. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.json b/objects/AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.json new file mode 100644 index 00000000..58ce74c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 579909, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5799": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpiritofHumanity2.e5901b.gmnotes", + "GUID": "e5901b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spirit of Humanity (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.98, + "posY": 3.945, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpiritualResolve5.26922c.gmnotes b/objects/AllPlayerCards.15bb07/SpiritualResolve5.26922c.gmnotes new file mode 100644 index 00000000..02656239 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpiritualResolve5.26922c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06323", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 5, + "traits": "Ritual.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SpiritualResolve5.26922c.json b/objects/AllPlayerCards.15bb07/SpiritualResolve5.26922c.json new file mode 100644 index 00000000..4cb8abb3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpiritualResolve5.26922c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448938, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4489": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpiritualResolve5.26922c.gmnotes", + "GUID": "26922c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiritual Resolve (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.022, + "posY": 3.992, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SplittheAngle.67e006.gmnotes b/objects/AllPlayerCards.15bb07/SplittheAngle.67e006.gmnotes new file mode 100644 index 00000000..ce8e0cba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SplittheAngle.67e006.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "98008", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/SplittheAngle.67e006.json b/objects/AllPlayerCards.15bb07/SplittheAngle.67e006.json new file mode 100644 index 00000000..6e3de0dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SplittheAngle.67e006.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 381050, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3810": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SplittheAngle.67e006.gmnotes", + "GUID": "67e006", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Split the Angle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.989, + "posY": 3.715, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpringfieldM19034.a7944d.gmnotes b/objects/AllPlayerCards.15bb07/SpringfieldM19034.a7944d.gmnotes new file mode 100644 index 00000000..b6a23f80 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpringfieldM19034.a7944d.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "02226-t", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 4, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SpringfieldM19034.a7944d.json b/objects/AllPlayerCards.15bb07/SpringfieldM19034.a7944d.json new file mode 100644 index 00000000..55b3071c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpringfieldM19034.a7944d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226356, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpringfieldM19034.a7944d.gmnotes", + "GUID": "a7944d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Springfield M1903 (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.062, + "posY": 3.866, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.gmnotes b/objects/AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.gmnotes new file mode 100644 index 00000000..b6a23f80 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "02226-t", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 4, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.json b/objects/AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.json new file mode 100644 index 00000000..dfb9cf19 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5846": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SpringfieldM19034Taboo.21664c.gmnotes", + "GUID": "21664c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Springfield M1903 (4) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.162, + "posY": 3.857, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StHubertsKey.423d46.gmnotes b/objects/AllPlayerCards.15bb07/StHubertsKey.423d46.gmnotes new file mode 100644 index 00000000..219cc01c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StHubertsKey.423d46.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03269", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/StHubertsKey.423d46.json b/objects/AllPlayerCards.15bb07/StHubertsKey.423d46.json new file mode 100644 index 00000000..4c2d2bac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StHubertsKey.423d46.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230331, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Cleansing Fire", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StHubertsKey.423d46.gmnotes", + "GUID": "423d46", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "St. Hubert's Key", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.15, + "posY": 3.896, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StandTogether.7ec473.gmnotes b/objects/AllPlayerCards.15bb07/StandTogether.7ec473.gmnotes new file mode 100644 index 00000000..35c71b30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StandTogether.7ec473.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60118", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/StandTogether.7ec473.json b/objects/AllPlayerCards.15bb07/StandTogether.7ec473.json new file mode 100644 index 00000000..2da37288 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StandTogether.7ec473.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545316, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StandTogether.7ec473.gmnotes", + "GUID": "7ec473", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stand Together", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.677, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StandTogether3.cd7b97.gmnotes b/objects/AllPlayerCards.15bb07/StandTogether3.cd7b97.gmnotes new file mode 100644 index 00000000..050d9b18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StandTogether3.cd7b97.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02148", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StandTogether3.cd7b97.json b/objects/AllPlayerCards.15bb07/StandTogether3.cd7b97.json new file mode 100644 index 00000000..412953e5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StandTogether3.cd7b97.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226352, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StandTogether3.cd7b97.gmnotes", + "GUID": "cd7b97", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stand Together (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.978, + "posY": 4.091, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Stargazing1.968a26.gmnotes b/objects/AllPlayerCards.15bb07/Stargazing1.968a26.gmnotes new file mode 100644 index 00000000..feac6d20 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stargazing1.968a26.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "06027", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 1, + "traits": "Insight. Augury.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06028" + } + ], + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Stargazing1.968a26.json b/objects/AllPlayerCards.15bb07/Stargazing1.968a26.json new file mode 100644 index 00000000..2110aaf7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stargazing1.968a26.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444022, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4440": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Stargazing1.968a26.gmnotes", + "GUID": "968a26", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stargazing (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.102, + "posY": 3.743, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StarsofHyades.1890d0.gmnotes b/objects/AllPlayerCards.15bb07/StarsofHyades.1890d0.gmnotes new file mode 100644 index 00000000..2ca0110b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StarsofHyades.1890d0.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03013", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/StarsofHyades.1890d0.json b/objects/AllPlayerCards.15bb07/StarsofHyades.1890d0.json new file mode 100644 index 00000000..61fc0b62 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StarsofHyades.1890d0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374115, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3741": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StarsofHyades.1890d0.gmnotes", + "GUID": "1890d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stars of Hyades", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.147, + "posY": 3.767, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Steadfast.4e1d91.gmnotes b/objects/AllPlayerCards.15bb07/Steadfast.4e1d91.gmnotes new file mode 100644 index 00000000..ba191aef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Steadfast.4e1d91.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05022", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Steadfast.4e1d91.json b/objects/AllPlayerCards.15bb07/Steadfast.4e1d91.json new file mode 100644 index 00000000..025408e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Steadfast.4e1d91.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431006, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4310": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Steadfast.4e1d91.gmnotes", + "GUID": "4e1d91", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Steadfast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.143, + "posY": 3.763, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Stealth.ddee79.gmnotes b/objects/AllPlayerCards.15bb07/Stealth.ddee79.gmnotes new file mode 100644 index 00000000..4b2eb354 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stealth.ddee79.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03028", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Stealth.ddee79.json b/objects/AllPlayerCards.15bb07/Stealth.ddee79.json new file mode 100644 index 00000000..7d7d3538 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stealth.ddee79.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368626, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Stealth.ddee79.gmnotes", + "GUID": "ddee79", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stealth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.871, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Stealth3.26a3bf.gmnotes b/objects/AllPlayerCards.15bb07/Stealth3.26a3bf.gmnotes new file mode 100644 index 00000000..e046d54f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stealth3.26a3bf.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "52005", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Stealth3.26a3bf.json b/objects/AllPlayerCards.15bb07/Stealth3.26a3bf.json new file mode 100644 index 00000000..4aa2b20e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stealth3.26a3bf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440720, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Stealth3.26a3bf.gmnotes", + "GUID": "26a3bf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stealth (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.685, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StellaClark.00e18e.gmnotes b/objects/AllPlayerCards.15bb07/StellaClark.00e18e.gmnotes new file mode 100644 index 00000000..ab5e828e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StellaClark.00e18e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60501", + "type": "Investigator", + "class": "Survivor", + "traits": "Chosen. Civic.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 3, + "agilityIcons": 4, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/StellaClark.00e18e.json b/objects/AllPlayerCards.15bb07/StellaClark.00e18e.json new file mode 100644 index 00000000..867f404b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StellaClark.00e18e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 234904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2349": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887642390/2CC878F26205C80F4B8D69DE3A4433804A31AABF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887640918/BF3A963B745EF2047ABDFC524AEE4EA0145A04F4/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Letter Carrier", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StellaClark.00e18e.gmnotes", + "GUID": "00e18e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stella Clark", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.828, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StellaClark.dd3dbd.json b/objects/AllPlayerCards.15bb07/StellaClark.dd3dbd.json new file mode 100644 index 00000000..2137fca3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StellaClark.dd3dbd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274220, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2742": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093847742/6DF29C75A96B1D04C068D3AACAE25F9D2363BE9A/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"60501-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "dd3dbd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stella Clark", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.853, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SticktothePlan3.82d62c.gmnotes b/objects/AllPlayerCards.15bb07/SticktothePlan3.82d62c.gmnotes new file mode 100644 index 00000000..0f029a19 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SticktothePlan3.82d62c.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03264", + "type": "Asset", + "class": "Guardian", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/SticktothePlan3.82d62c.json b/objects/AllPlayerCards.15bb07/SticktothePlan3.82d62c.json new file mode 100644 index 00000000..ccf3d0f3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SticktothePlan3.82d62c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226350, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SticktothePlan3.82d62c.gmnotes", + "GUID": "82d62c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stick to the Plan (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.175, + "posY": 2.971, + "posZ": -16.732, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.gmnotes b/objects/AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.gmnotes new file mode 100644 index 00000000..16b3b871 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07112", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 1, + "traits": "Insight. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.json b/objects/AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.json new file mode 100644 index 00000000..66ed6848 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5531": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StirringUpTrouble1.e99f0d.gmnotes", + "GUID": "e99f0d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stirring Up Trouble (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.104, + "posY": 3.706, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StormofSpirits.9c922f.gmnotes b/objects/AllPlayerCards.15bb07/StormofSpirits.9c922f.gmnotes new file mode 100644 index 00000000..9d9619b2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StormofSpirits.9c922f.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03153", + "type": "Event", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/StormofSpirits.9c922f.json b/objects/AllPlayerCards.15bb07/StormofSpirits.9c922f.json new file mode 100644 index 00000000..85fa5fe2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StormofSpirits.9c922f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StormofSpirits.9c922f.gmnotes", + "GUID": "9c922f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Storm of Spirits", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.974, + "posY": 3.809, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StormofSpirits3.1e9213.gmnotes b/objects/AllPlayerCards.15bb07/StormofSpirits3.1e9213.gmnotes new file mode 100644 index 00000000..789915e7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StormofSpirits3.1e9213.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "52008", + "type": "Event", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 2, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/StormofSpirits3.1e9213.json b/objects/AllPlayerCards.15bb07/StormofSpirits3.1e9213.json new file mode 100644 index 00000000..cf40a5bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StormofSpirits3.1e9213.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 444021, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4440": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StormofSpirits3.1e9213.gmnotes", + "GUID": "1e9213", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Storm of Spirits (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.998, + "posY": 3.744, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution.565b6b.gmnotes b/objects/AllPlayerCards.15bb07/StrangeSolution.565b6b.gmnotes new file mode 100644 index 00000000..ee4d90a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution.565b6b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02021", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution.565b6b.json b/objects/AllPlayerCards.15bb07/StrangeSolution.565b6b.json new file mode 100644 index 00000000..2e80c1a2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution.565b6b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368422, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Unidentified", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrangeSolution.565b6b.gmnotes", + "GUID": "565b6b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strange Solution", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.716, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.4874bc.gmnotes b/objects/AllPlayerCards.15bb07/StrangeSolution4.4874bc.gmnotes new file mode 100644 index 00000000..8baeb9bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.4874bc.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02262", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 4, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.4874bc.json b/objects/AllPlayerCards.15bb07/StrangeSolution4.4874bc.json new file mode 100644 index 00000000..c48e4a54 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.4874bc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430656, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Restorative Concoction", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrangeSolution4.4874bc.gmnotes", + "GUID": "4874bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strange Solution (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.14, + "posY": 3.685, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.9afe23.gmnotes b/objects/AllPlayerCards.15bb07/StrangeSolution4.9afe23.gmnotes new file mode 100644 index 00000000..dd8be1c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.9afe23.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02264", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 4, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.9afe23.json b/objects/AllPlayerCards.15bb07/StrangeSolution4.9afe23.json new file mode 100644 index 00000000..d35d9e77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.9afe23.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430654, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Freezing Variant", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrangeSolution4.9afe23.gmnotes", + "GUID": "9afe23", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strange Solution (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.988, + "posY": 3.673, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.d96e4b.gmnotes b/objects/AllPlayerCards.15bb07/StrangeSolution4.d96e4b.gmnotes new file mode 100644 index 00000000..144b7cc4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.d96e4b.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "51004", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 4, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.d96e4b.json b/objects/AllPlayerCards.15bb07/StrangeSolution4.d96e4b.json new file mode 100644 index 00000000..5bfdb9dd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.d96e4b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 313905, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3139": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Empowering Elixir", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrangeSolution4.d96e4b.gmnotes", + "GUID": "d96e4b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strange Solution (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.165, + "posY": 3.303, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.fa61ba.gmnotes b/objects/AllPlayerCards.15bb07/StrangeSolution4.fa61ba.gmnotes new file mode 100644 index 00000000..51faa2ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.fa61ba.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02263", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 4, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4.fa61ba.json b/objects/AllPlayerCards.15bb07/StrangeSolution4.fa61ba.json new file mode 100644 index 00000000..9d4a8b18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4.fa61ba.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430655, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Acidic Ichor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrangeSolution4.fa61ba.gmnotes", + "GUID": "fa61ba", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strange Solution (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.gmnotes b/objects/AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.gmnotes new file mode 100644 index 00000000..54081861 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "02263-t", + "type": "Asset", + "class": "Seeker", + "cost": 1, + "level": 4, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.json b/objects/AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.json new file mode 100644 index 00000000..5e14cb51 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558208, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Acidic Ichor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrangeSolution4Taboo.e95ddb.gmnotes", + "GUID": "e95ddb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strange Solution (4) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.826, + "posY": 4.276, + "posZ": -44.459, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrayCat.f474b1.gmnotes b/objects/AllPlayerCards.15bb07/StrayCat.f474b1.gmnotes new file mode 100644 index 00000000..c2b67511 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrayCat.f474b1.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01076", + "alternate_ids": [ + "01576" + ], + "type": "Asset", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Ally. Creature.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/StrayCat.f474b1.json b/objects/AllPlayerCards.15bb07/StrayCat.f474b1.json new file mode 100644 index 00000000..316d559e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrayCat.f474b1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368824, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrayCat.f474b1.gmnotes", + "GUID": "f474b1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stray Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Streetwise.a973aa.gmnotes b/objects/AllPlayerCards.15bb07/Streetwise.a973aa.gmnotes new file mode 100644 index 00000000..aca2fdf9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Streetwise.a973aa.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60311", + "type": "Asset", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Streetwise.a973aa.json b/objects/AllPlayerCards.15bb07/Streetwise.a973aa.json new file mode 100644 index 00000000..7aa1a3bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Streetwise.a973aa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Streetwise.a973aa.gmnotes", + "GUID": "a973aa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Streetwise", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.786, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Streetwise3.d7dbac.gmnotes b/objects/AllPlayerCards.15bb07/Streetwise3.d7dbac.gmnotes new file mode 100644 index 00000000..d33974c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Streetwise3.d7dbac.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02189", + "type": "Asset", + "class": "Rogue", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Streetwise3.d7dbac.json b/objects/AllPlayerCards.15bb07/Streetwise3.d7dbac.json new file mode 100644 index 00000000..ae816da1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Streetwise3.d7dbac.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315251, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Streetwise3.d7dbac.gmnotes", + "GUID": "d7dbac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Streetwise (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.013, + "posY": 3.943, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Streetwise3Taboo.88a481.gmnotes b/objects/AllPlayerCards.15bb07/Streetwise3Taboo.88a481.gmnotes new file mode 100644 index 00000000..3081e3a5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Streetwise3Taboo.88a481.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "02189-t", + "type": "Asset", + "class": "Rogue", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Streetwise3Taboo.88a481.json b/objects/AllPlayerCards.15bb07/Streetwise3Taboo.88a481.json new file mode 100644 index 00000000..8414b0f6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Streetwise3Taboo.88a481.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Streetwise3Taboo.88a481.gmnotes", + "GUID": "88a481", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Streetwise (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.179, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.gmnotes b/objects/AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.gmnotes new file mode 100644 index 00000000..63772d40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08077", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Innate. Synergy.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "dynamicIcons": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.json b/objects/AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.json new file mode 100644 index 00000000..e179f214 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378906, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrengthinNumbers1.4e6d80.gmnotes", + "GUID": "4e6d80", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strength in Numbers (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.993, + "posY": 3.757, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StringofCurses.046b16.gmnotes b/objects/AllPlayerCards.15bb07/StringofCurses.046b16.gmnotes new file mode 100644 index 00000000..637d33d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StringofCurses.046b16.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "09088", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/StringofCurses.046b16.json b/objects/AllPlayerCards.15bb07/StringofCurses.046b16.json new file mode 100644 index 00000000..30ead208 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StringofCurses.046b16.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379112, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StringofCurses.046b16.gmnotes", + "GUID": "046b16", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "String of Curses", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.359, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StrokeofLuck2.06228f.gmnotes b/objects/AllPlayerCards.15bb07/StrokeofLuck2.06228f.gmnotes new file mode 100644 index 00000000..3e8b2e89 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrokeofLuck2.06228f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02271", + "type": "Skill", + "class": "Survivor", + "level": 2, + "traits": "Innate. Fortune.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/StrokeofLuck2.06228f.json b/objects/AllPlayerCards.15bb07/StrokeofLuck2.06228f.json new file mode 100644 index 00000000..eb554ab5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StrokeofLuck2.06228f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368843, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StrokeofLuck2.06228f.gmnotes", + "GUID": "06228f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stroke of Luck (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.153, + "posY": 4.06, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StubbornDetective.4ea68b.gmnotes b/objects/AllPlayerCards.15bb07/StubbornDetective.4ea68b.gmnotes new file mode 100644 index 00000000..5d866f25 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StubbornDetective.4ea68b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01103", + "alternate_ids": [ + "01603" + ], + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Detective.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/StubbornDetective.4ea68b.json b/objects/AllPlayerCards.15bb07/StubbornDetective.4ea68b.json new file mode 100644 index 00000000..d76a0edc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StubbornDetective.4ea68b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StubbornDetective.4ea68b.gmnotes", + "GUID": "4ea68b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Detective", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 32.188, + "posY": 2.303, + "posZ": -77.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Studious3.4ea716.gmnotes b/objects/AllPlayerCards.15bb07/Studious3.4ea716.gmnotes new file mode 100644 index 00000000..d3849a54 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Studious3.4ea716.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05276", + "type": "Asset", + "class": "Seeker", + "level": 3, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Studious3.4ea716.json b/objects/AllPlayerCards.15bb07/Studious3.4ea716.json new file mode 100644 index 00000000..ffe76a5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Studious3.4ea716.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Studious3.4ea716.gmnotes", + "GUID": "4ea716", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Studious (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.082, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StunningBlow.58c435.gmnotes b/objects/AllPlayerCards.15bb07/StunningBlow.58c435.gmnotes new file mode 100644 index 00000000..0492e9ae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StunningBlow.58c435.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04112", + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/StunningBlow.58c435.json b/objects/AllPlayerCards.15bb07/StunningBlow.58c435.json new file mode 100644 index 00000000..f120c69d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StunningBlow.58c435.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StunningBlow.58c435.gmnotes", + "GUID": "58c435", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stunning Blow", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.075, + "posY": 3.685, + "posZ": -16.71, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Stupor.a42bcf.gmnotes b/objects/AllPlayerCards.15bb07/Stupor.a42bcf.gmnotes new file mode 100644 index 00000000..05fd4ecb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stupor.a42bcf.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08133", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Stupor.a42bcf.json b/objects/AllPlayerCards.15bb07/Stupor.a42bcf.json new file mode 100644 index 00000000..c292b4fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Stupor.a42bcf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378920, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Stupor.a42bcf.gmnotes", + "GUID": "a42bcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stupor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.187, + "posY": 2.379, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/StylishCoat1.0a1b3a.gmnotes b/objects/AllPlayerCards.15bb07/StylishCoat1.0a1b3a.gmnotes new file mode 100644 index 00000000..8c5c1269 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StylishCoat1.0a1b3a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09071", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 1, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "agilityIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/StylishCoat1.0a1b3a.json b/objects/AllPlayerCards.15bb07/StylishCoat1.0a1b3a.json new file mode 100644 index 00000000..e17c69f2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/StylishCoat1.0a1b3a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379064, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/StylishCoat1.0a1b3a.gmnotes", + "GUID": "0a1b3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stylish Coat (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.669, + "posY": 3.346, + "posZ": 65.933, + "rotX": 357, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Suggestion1.0ec9bf.gmnotes b/objects/AllPlayerCards.15bb07/Suggestion1.0ec9bf.gmnotes new file mode 100644 index 00000000..d9a97218 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Suggestion1.0ec9bf.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "52006", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 1, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Suggestion1.0ec9bf.json b/objects/AllPlayerCards.15bb07/Suggestion1.0ec9bf.json new file mode 100644 index 00000000..b19b34b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Suggestion1.0ec9bf.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440721, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Suggestion1.0ec9bf.gmnotes", + "GUID": "0ec9bf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Suggestion (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.165, + "posY": 3.293, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Suggestion4.e7f37b.gmnotes b/objects/AllPlayerCards.15bb07/Suggestion4.e7f37b.gmnotes new file mode 100644 index 00000000..da236284 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Suggestion4.e7f37b.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "03268", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Suggestion4.e7f37b.json b/objects/AllPlayerCards.15bb07/Suggestion4.e7f37b.json new file mode 100644 index 00000000..d20694cc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Suggestion4.e7f37b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315259, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Suggestion4.e7f37b.gmnotes", + "GUID": "e7f37b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Suggestion (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.515, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedHound1.ab4fb3.gmnotes b/objects/AllPlayerCards.15bb07/SummonedHound1.ab4fb3.gmnotes new file mode 100644 index 00000000..04d80ad8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedHound1.ab4fb3.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "06282", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 1, + "traits": "Ally. Summon.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 1, + "id": "06283" + } + ], + "intellectIcons": 1, + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedHound1.ab4fb3.json b/objects/AllPlayerCards.15bb07/SummonedHound1.ab4fb3.json new file mode 100644 index 00000000..738f5cb1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedHound1.ab4fb3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527235, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5272": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SummonedHound1.ab4fb3.gmnotes", + "GUID": "ab4fb3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Summoned Hound (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.804, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.gmnotes b/objects/AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.gmnotes new file mode 100644 index 00000000..63c207c3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "83058", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Monster. Nightgaunt. Power.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.json b/objects/AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.json new file mode 100644 index 00000000..69f5c372 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 546917, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5469": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218961222/32A8F41F3FDA4387C71BA2668B2645E36EDAE74D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191218960581/4546AD2542BDA831A52F111505063691712EE74F/", + "NumHeight": 5, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Monster. Nightgaunt. Power.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SummonedNightgaunt.cf96b9.gmnotes", + "GUID": "cf96b9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Summoned Nightgaunt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.155, + "posY": 4.156, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedServitor.73b311.gmnotes b/objects/AllPlayerCards.15bb07/SummonedServitor.73b311.gmnotes new file mode 100644 index 00000000..ea289817 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedServitor.73b311.gmnotes @@ -0,0 +1,54 @@ +{ + "id": "09080", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Summon.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "customizations": [ + { + "name": "Armored Carapace", + "xp": 1, + "text": "Summoned Servitor gains a health value of 3. It can be assigned damage dealt to any investigator at its location." + }, + { + "name": "Claws that Catch", + "xp": 1, + "text": "Add this action: �€�? Fight. You fight any enemy at this location with a base Combat of 4. Ignore the aloof and retaliate keywords for this attack.�€?" + }, + { + "name": "Jaws that Snatch", + "xp": 1, + "text": "Add this action: �€�? Evade. You attempt to evade any enemy at this location with a base Agility of 4. Ignore the alert keyword for this evasion attempt.�€?" + }, + { + "name": "Eyes of Flame", + "xp": 1, + "text": "Add this action: �€�? Investigate. You investigate this location with a base Intellect of 4.�€?" + }, + { + "name": "Wings of Night", + "xp": 1, + "text": "After Summoned Servitor moves from your location to a connecting location, you may move to that location, as well." + }, + { + "name": "Dominance", + "xp": 2, + "text": "Summoned Servitor no longer takes up an (select one): arcane / ally slot." + }, + { + "name": "Dreaming Call", + "xp": 3, + "text": "Instead of discarding another asset you control in order to play Summoned Servitor, you may return that asset to its owner�€�s hand." + }, + { + "name": "D�monic Influence", + "xp": 5, + "text": "Summoned Servitor can take 2 different actions instead of 1 during each of your turns." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedServitor.73b311.json b/objects/AllPlayerCards.15bb07/SummonedServitor.73b311.json new file mode 100644 index 00000000..24bc97af --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedServitor.73b311.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SummonedServitor.73b311.gmnotes", + "GUID": "73b311", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Summoned Servitor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.381, + "posZ": 65.931, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedServitor.d187dd.json b/objects/AllPlayerCards.15bb07/SummonedServitor.d187dd.json new file mode 100644 index 00000000..4ac55f3e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedServitor.d187dd.json @@ -0,0 +1,63 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 803600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8036": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1924744375825905078/AE93F97210BEF54AFA8F50166565A19225AF8ADB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1933751217706145663/52AB04A39EC93A7F5EB6EB83F55071BFFCC85FAE/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09080-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "d187dd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Summoned Servitor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "player_card", + "PlayerCard", + "SC_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 16.977, + "posY": 2.209, + "posZ": 55.087, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.json b/objects/AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.json new file mode 100644 index 00000000..2129a7c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8474": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001663439/1504B1E5063D0E6E29B25BD4BCBF58314F28C723/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09080-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "5397a6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Summoned Servitor Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.594, + "posY": 15.185, + "posZ": 23.992, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.ttslua b/objects/AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.ttslua new file mode 100644 index 00000000..6551d0cd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SummonedServitorUpgradeSheet.5397a6.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Summoned Servitor +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 35 + +-- static values +x_1 = -0.935 +x_offset = 0.068 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.92, + -0.625, + -0.33, + 0.055, + 0.26, + 0.56, + 0.765, + 1.06 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 1, 2, 3, 5 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/SureGamble3.308be1.gmnotes b/objects/AllPlayerCards.15bb07/SureGamble3.308be1.gmnotes new file mode 100644 index 00000000..2d7d6cd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SureGamble3.308be1.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01056", + "alternate_ids": [ + "01556" + ], + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Fortune. Insight.", + "permanent": false, + "weakness": false, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SureGamble3.308be1.json b/objects/AllPlayerCards.15bb07/SureGamble3.308be1.json new file mode 100644 index 00000000..329d33c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SureGamble3.308be1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315254, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SureGamble3.308be1.gmnotes", + "GUID": "308be1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sure Gamble (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.gmnotes b/objects/AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.gmnotes new file mode 100644 index 00000000..14f4b013 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "09056", + "type": "Asset", + "class": "Seeker", + "cost": 2, + "level": 3, + "traits": "Item. Tool. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.json b/objects/AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.json new file mode 100644 index 00000000..6f7100f1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379049, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurgicalKit3.c8ecf2.gmnotes", + "GUID": "c8ecf2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Surgical Kit (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.373, + "posZ": 65.932, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurprisingFind1.ff59dd.gmnotes b/objects/AllPlayerCards.15bb07/SurprisingFind1.ff59dd.gmnotes new file mode 100644 index 00000000..fa9d6f0f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurprisingFind1.ff59dd.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06278", + "type": "Skill", + "class": "Seeker", + "level": 1, + "traits": "Fortune. Research.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SurprisingFind1.ff59dd.json b/objects/AllPlayerCards.15bb07/SurprisingFind1.ff59dd.json new file mode 100644 index 00000000..01fef155 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurprisingFind1.ff59dd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448838, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4488": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurprisingFind1.ff59dd.gmnotes", + "GUID": "ff59dd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Surprising Find (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.146, + "posY": 3.684, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.gmnotes b/objects/AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.gmnotes new file mode 100644 index 00000000..4b97ed6d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08037", + "type": "Skill", + "class": "Seeker", + "level": 1, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "dynamicIcons": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.json b/objects/AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.json new file mode 100644 index 00000000..c4325fdf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379027, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurveytheArea1.6aa5dc.gmnotes", + "GUID": "6aa5dc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Survey the Area (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.197, + "posY": 2.16, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalInstinct.078efb.gmnotes b/objects/AllPlayerCards.15bb07/SurvivalInstinct.078efb.gmnotes new file mode 100644 index 00000000..ee3d7375 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalInstinct.078efb.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01081", + "alternate_ids": [ + "01581" + ], + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalInstinct.078efb.json b/objects/AllPlayerCards.15bb07/SurvivalInstinct.078efb.json new file mode 100644 index 00000000..fed7fe11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalInstinct.078efb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurvivalInstinct.078efb.gmnotes", + "GUID": "078efb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Survival Instinct", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.gmnotes b/objects/AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.gmnotes new file mode 100644 index 00000000..ffbd949a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02235", + "type": "Skill", + "class": "Survivor", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.json b/objects/AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.json new file mode 100644 index 00000000..858705c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368842, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurvivalInstinct2.be4abe.gmnotes", + "GUID": "be4abe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Survival Instinct (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.82, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalKnife.4d971e.gmnotes b/objects/AllPlayerCards.15bb07/SurvivalKnife.4d971e.gmnotes new file mode 100644 index 00000000..323f923c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalKnife.4d971e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04017", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalKnife.4d971e.json b/objects/AllPlayerCards.15bb07/SurvivalKnife.4d971e.json new file mode 100644 index 00000000..3e6cf378 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalKnife.4d971e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226322, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurvivalKnife.4d971e.gmnotes", + "GUID": "4d971e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Survival Knife", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.141, + "posY": 3.684, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalKnife2.c1d796.gmnotes b/objects/AllPlayerCards.15bb07/SurvivalKnife2.c1d796.gmnotes new file mode 100644 index 00000000..1a95c754 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalKnife2.c1d796.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "53002", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/SurvivalKnife2.c1d796.json b/objects/AllPlayerCards.15bb07/SurvivalKnife2.c1d796.json new file mode 100644 index 00000000..c9244b72 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SurvivalKnife2.c1d796.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SurvivalKnife2.c1d796.gmnotes", + "GUID": "c1d796", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Survival Knife (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.813, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SweepingKick1.b4d67b.gmnotes b/objects/AllPlayerCards.15bb07/SweepingKick1.b4d67b.gmnotes new file mode 100644 index 00000000..5034ca31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SweepingKick1.b4d67b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08023", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 1, + "traits": "Spirit. Tactic. Trick.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/SweepingKick1.b4d67b.json b/objects/AllPlayerCards.15bb07/SweepingKick1.b4d67b.json new file mode 100644 index 00000000..ec867c26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SweepingKick1.b4d67b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379013, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SweepingKick1.b4d67b.gmnotes", + "GUID": "b4d67b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sweeping Kick (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.934, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SwiftReflexes.c2d211.gmnotes b/objects/AllPlayerCards.15bb07/SwiftReflexes.c2d211.gmnotes new file mode 100644 index 00000000..e4fc9707 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SwiftReflexes.c2d211.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05156", + "type": "Event", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Gambit.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/SwiftReflexes.c2d211.json b/objects/AllPlayerCards.15bb07/SwiftReflexes.c2d211.json new file mode 100644 index 00000000..85289682 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SwiftReflexes.c2d211.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277711, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2777": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SwiftReflexes.c2d211.gmnotes", + "GUID": "c2d211", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Swift Reflexes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.105, + "posY": 3.688, + "posZ": -16.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SwiftReload2.2cfa4f.gmnotes b/objects/AllPlayerCards.15bb07/SwiftReload2.2cfa4f.gmnotes new file mode 100644 index 00000000..213343f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SwiftReload2.2cfa4f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06161", + "type": "Event", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Tactic. Trick.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/SwiftReload2.2cfa4f.json b/objects/AllPlayerCards.15bb07/SwiftReload2.2cfa4f.json new file mode 100644 index 00000000..e67010e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SwiftReload2.2cfa4f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380028, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3800": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SwiftReload2.2cfa4f.gmnotes", + "GUID": "2cfa4f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Swift Reload (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.071, + "posY": 3.763, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Switchblade.213853.gmnotes b/objects/AllPlayerCards.15bb07/Switchblade.213853.gmnotes new file mode 100644 index 00000000..516c1b17 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Switchblade.213853.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "01044", + "alternate_ids": [ + "60307", + "01544" + ], + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Item. Weapon. Melee. Illicit.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/Switchblade.213853.json b/objects/AllPlayerCards.15bb07/Switchblade.213853.json new file mode 100644 index 00000000..2adbef69 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Switchblade.213853.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3686": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Switchblade.213853.gmnotes", + "GUID": "213853", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Switchblade", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.373, + "posZ": -54.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Switchblade2.2fba3b.gmnotes b/objects/AllPlayerCards.15bb07/Switchblade2.2fba3b.gmnotes new file mode 100644 index 00000000..7b9ca985 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Switchblade2.2fba3b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02152", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 2, + "traits": "Item. Weapon. Melee. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Switchblade2.2fba3b.json b/objects/AllPlayerCards.15bb07/Switchblade2.2fba3b.json new file mode 100644 index 00000000..93098e38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Switchblade2.2fba3b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315243, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Switchblade2.2fba3b.gmnotes", + "GUID": "2fba3b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Switchblade (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.097, + "posY": 3.684, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Switchblade2Taboo.842d41.gmnotes b/objects/AllPlayerCards.15bb07/Switchblade2Taboo.842d41.gmnotes new file mode 100644 index 00000000..a9624316 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Switchblade2Taboo.842d41.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02152-t", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 2, + "traits": "Item. Weapon. Melee. Illicit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Switchblade2Taboo.842d41.json b/objects/AllPlayerCards.15bb07/Switchblade2Taboo.842d41.json new file mode 100644 index 00000000..6580d3fe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Switchblade2Taboo.842d41.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Switchblade2Taboo.842d41.gmnotes", + "GUID": "842d41", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Switchblade (2) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.99, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/SwordCane.9c32e2.gmnotes b/objects/AllPlayerCards.15bb07/SwordCane.9c32e2.gmnotes new file mode 100644 index 00000000..b4f5e504 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SwordCane.9c32e2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07029", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/SwordCane.9c32e2.json b/objects/AllPlayerCards.15bb07/SwordCane.9c32e2.json new file mode 100644 index 00000000..d8bc5464 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/SwordCane.9c32e2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582423, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5824": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/SwordCane.9c32e2.gmnotes", + "GUID": "9c32e2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sword Cane", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.706, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TakadasCache.e627e8.gmnotes b/objects/AllPlayerCards.15bb07/TakadasCache.e627e8.gmnotes new file mode 100644 index 00000000..a0a6c69c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TakadasCache.e627e8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08737", + "type": "Event", + "class": "Neutral", + "cost": 0, + "traits": "Supply.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TakadasCache.e627e8.json b/objects/AllPlayerCards.15bb07/TakadasCache.e627e8.json new file mode 100644 index 00000000..50155082 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TakadasCache.e627e8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 452307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4523": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TakadasCache.e627e8.gmnotes", + "GUID": "e627e8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Takada's Cache", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 79.176, + "posY": 3.324, + "posZ": 8.227, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TakeHeart.cc6e4d.gmnotes b/objects/AllPlayerCards.15bb07/TakeHeart.cc6e4d.gmnotes new file mode 100644 index 00000000..0bf35949 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TakeHeart.cc6e4d.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04201", + "alternate_ids": [ + "60519" + ], + "type": "Skill", + "class": "Survivor", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TakeHeart.cc6e4d.json b/objects/AllPlayerCards.15bb07/TakeHeart.cc6e4d.json new file mode 100644 index 00000000..0a1f6db8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TakeHeart.cc6e4d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TakeHeart.cc6e4d.gmnotes", + "GUID": "cc6e4d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Take Heart", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.82, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TaketheInitiative.50fb37.gmnotes b/objects/AllPlayerCards.15bb07/TaketheInitiative.50fb37.gmnotes new file mode 100644 index 00000000..2752dbff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TaketheInitiative.50fb37.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04150", + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Practiced. Bold.", + "permanent": false, + "weakness": false, + "wildIcons": 3, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TaketheInitiative.50fb37.json b/objects/AllPlayerCards.15bb07/TaketheInitiative.50fb37.json new file mode 100644 index 00000000..4074c7e0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TaketheInitiative.50fb37.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TaketheInitiative.50fb37.gmnotes", + "GUID": "50fb37", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Take the Initiative", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.783, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.gmnotes b/objects/AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.gmnotes new file mode 100644 index 00000000..35c22529 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08116", + "type": "Asset", + "class": "Mystic|Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.json b/objects/AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.json new file mode 100644 index 00000000..41b9eff2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378954, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TalismanofProtection.7b4b0c.gmnotes", + "GUID": "7b4b0c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Talisman of Protection", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.181, + "posY": 2.855, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Taunt.d5cac6.gmnotes b/objects/AllPlayerCards.15bb07/Taunt.d5cac6.gmnotes new file mode 100644 index 00000000..03333216 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Taunt.d5cac6.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02017", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Taunt.d5cac6.json b/objects/AllPlayerCards.15bb07/Taunt.d5cac6.json new file mode 100644 index 00000000..b08c9a71 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Taunt.d5cac6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Taunt.d5cac6.gmnotes", + "GUID": "d5cac6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Taunt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.943, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Taunt2.9956d5.gmnotes b/objects/AllPlayerCards.15bb07/Taunt2.9956d5.gmnotes new file mode 100644 index 00000000..51d81c8c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Taunt2.9956d5.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "02019", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 2, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Taunt2.9956d5.json b/objects/AllPlayerCards.15bb07/Taunt2.9956d5.json new file mode 100644 index 00000000..d9f01bc0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Taunt2.9956d5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226344, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Taunt2.9956d5.gmnotes", + "GUID": "9956d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Taunt (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.695, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Taunt3.85fe46.gmnotes b/objects/AllPlayerCards.15bb07/Taunt3.85fe46.gmnotes new file mode 100644 index 00000000..77574a46 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Taunt3.85fe46.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "60130", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 3, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Taunt3.85fe46.json b/objects/AllPlayerCards.15bb07/Taunt3.85fe46.json new file mode 100644 index 00000000..470841c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Taunt3.85fe46.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545328, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Taunt3.85fe46.gmnotes", + "GUID": "85fe46", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Taunt (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.029, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.gmnotes b/objects/AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.gmnotes new file mode 100644 index 00000000..64d5d4ed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "07151", + "type": "Asset", + "class": "Neutral", + "traits": "Item. Tome.", + "permanent": true, + "weakness": false, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.json b/objects/AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.json new file mode 100644 index 00000000..efe98e71 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581922, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5819": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280867313/BFD2AF968EAC917D3B838DCB8B1656941CD8B5CC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TeachingsoftheOrder.90fdb0.gmnotes", + "GUID": "90fdb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Teachings of the Order", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.16, + "posY": 3.958, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Teamwork.eab2ed.gmnotes b/objects/AllPlayerCards.15bb07/Teamwork.eab2ed.gmnotes new file mode 100644 index 00000000..496b85ff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Teamwork.eab2ed.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02018", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/Teamwork.eab2ed.json b/objects/AllPlayerCards.15bb07/Teamwork.eab2ed.json new file mode 100644 index 00000000..90cd71f4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Teamwork.eab2ed.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Teamwork.eab2ed.gmnotes", + "GUID": "eab2ed", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Teamwork", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.743, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.05e697.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.05e697.gmnotes new file mode 100644 index 00000000..0b26ffc3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.05e697.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08728", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.05e697.json b/objects/AllPlayerCards.15bb07/Tekeli-li.05e697.json new file mode 100644 index 00000000..79f74dea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.05e697.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449750, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.05e697.gmnotes", + "GUID": "05e697", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.741, + "posY": 9.163, + "posZ": 17.497, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.0ba293.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.0ba293.gmnotes new file mode 100644 index 00000000..1627e084 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.0ba293.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08725", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.0ba293.json b/objects/AllPlayerCards.15bb07/Tekeli-li.0ba293.json new file mode 100644 index 00000000..6e5b4ff7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.0ba293.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449747, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.0ba293.gmnotes", + "GUID": "0ba293", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.291, + "posY": 15.16, + "posZ": 23.911, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.0ef2ba.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.0ef2ba.gmnotes new file mode 100644 index 00000000..e52f3a59 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.0ef2ba.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08729", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.0ef2ba.json b/objects/AllPlayerCards.15bb07/Tekeli-li.0ef2ba.json new file mode 100644 index 00000000..0cfd75ec --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.0ef2ba.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449751, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.0ef2ba.gmnotes", + "GUID": "0ef2ba", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.463, + "posY": 29.778, + "posZ": 14.468, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.361f15.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.361f15.gmnotes new file mode 100644 index 00000000..9eeb1315 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.361f15.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08727", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.361f15.json b/objects/AllPlayerCards.15bb07/Tekeli-li.361f15.json new file mode 100644 index 00000000..7ef8f8c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.361f15.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449749, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.361f15.gmnotes", + "GUID": "361f15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 70.805, + "posY": 2.539, + "posZ": 35.578, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.519e41.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.519e41.gmnotes new file mode 100644 index 00000000..b98ba3e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.519e41.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08723", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.519e41.json b/objects/AllPlayerCards.15bb07/Tekeli-li.519e41.json new file mode 100644 index 00000000..1ec48db4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.519e41.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449745, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.519e41.gmnotes", + "GUID": "519e41", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.209, + "posY": 9.163, + "posZ": 18.214, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.76409f.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.76409f.gmnotes new file mode 100644 index 00000000..e914d33d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.76409f.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08724", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.76409f.json b/objects/AllPlayerCards.15bb07/Tekeli-li.76409f.json new file mode 100644 index 00000000..deb9e501 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.76409f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449746, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.76409f.gmnotes", + "GUID": "76409f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 76.72, + "posY": 9.163, + "posZ": 19.039, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.f5bd65.gmnotes b/objects/AllPlayerCards.15bb07/Tekeli-li.f5bd65.gmnotes new file mode 100644 index 00000000..e9cf0f11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.f5bd65.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08726", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/Tekeli-li.f5bd65.json b/objects/AllPlayerCards.15bb07/Tekeli-li.f5bd65.json new file mode 100644 index 00000000..2f76434e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tekeli-li.f5bd65.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449748, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4497": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583844492/A3CE36420BC4AE8D863014F3F8B84C1A6047EBEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tekeli-li.f5bd65.gmnotes", + "GUID": "f5bd65", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tekeli-li", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 72.293, + "posY": 2.538, + "posZ": 30.831, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TelescopicSight3.db2c81.gmnotes b/objects/AllPlayerCards.15bb07/TelescopicSight3.db2c81.gmnotes new file mode 100644 index 00000000..c539e5dc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TelescopicSight3.db2c81.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05230", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Item. Upgrade.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TelescopicSight3.db2c81.json b/objects/AllPlayerCards.15bb07/TelescopicSight3.db2c81.json new file mode 100644 index 00000000..2297a165 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TelescopicSight3.db2c81.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292816, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2928": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TelescopicSight3.db2c81.gmnotes", + "GUID": "db2c81", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Telescopic Sight (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.043, + "posY": 3.9, + "posZ": -16.704, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.gmnotes b/objects/AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.gmnotes new file mode 100644 index 00000000..51d39fa5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05230-t", + "type": "Event", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Item. Upgrade.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.json b/objects/AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.json new file mode 100644 index 00000000..4293e1f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5845": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TelescopicSight3Taboo.dc65fd.gmnotes", + "GUID": "dc65fd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Telescopic Sight (3) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.982, + "posY": 3.816, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TemptFate.33f906.gmnotes b/objects/AllPlayerCards.15bb07/TemptFate.33f906.gmnotes new file mode 100644 index 00000000..6c9f8faa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TemptFate.33f906.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07037", + "type": "Event", + "class": "Neutral", + "cost": 0, + "level": 0, + "traits": "Fortune. Blessed. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TemptFate.33f906.json b/objects/AllPlayerCards.15bb07/TemptFate.33f906.json new file mode 100644 index 00000000..2c6d9578 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TemptFate.33f906.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583531, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5835": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TemptFate.33f906.gmnotes", + "GUID": "33f906", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tempt Fate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.329, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TennesseeSourMash.be33f5.gmnotes b/objects/AllPlayerCards.15bb07/TennesseeSourMash.be33f5.gmnotes new file mode 100644 index 00000000..447f0373 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TennesseeSourMash.be33f5.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05117", + "type": "Asset", + "class": "Rogue|Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 2, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TennesseeSourMash.be33f5.json b/objects/AllPlayerCards.15bb07/TennesseeSourMash.be33f5.json new file mode 100644 index 00000000..e8d0a399 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TennesseeSourMash.be33f5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2776": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TennesseeSourMash.be33f5.gmnotes", + "GUID": "be33f5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tennessee Sour Mash", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.112, + "posY": 3.93, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.gmnotes b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.gmnotes new file mode 100644 index 00000000..adcf1d5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05190", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "uses": [ + { + "count": 2, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.json b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.json new file mode 100644 index 00000000..8d4ce2a7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292912, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2929": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Rogue", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TennesseeSourMash3.b5e5f1.gmnotes", + "GUID": "b5e5f1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tennessee Sour Mash (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.073, + "posY": 3.744, + "posZ": -16.71, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.gmnotes b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.gmnotes new file mode 100644 index 00000000..0f5a5110 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "05191", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Item. Illicit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.json b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.json new file mode 100644 index 00000000..f683b306 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293013, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Survivor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TennesseeSourMash3.cbe256.gmnotes", + "GUID": "cbe256", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tennessee Sour Mash (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.086, + "posY": 3.685, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TerribleSecret.06322f.gmnotes b/objects/AllPlayerCards.15bb07/TerribleSecret.06322f.gmnotes new file mode 100644 index 00000000..be365767 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TerribleSecret.06322f.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "05015", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TerribleSecret.06322f.json b/objects/AllPlayerCards.15bb07/TerribleSecret.06322f.json new file mode 100644 index 00000000..0a2c96bd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TerribleSecret.06322f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527561, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5275": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TerribleSecret.06322f.gmnotes", + "GUID": "06322f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Terrible Secret", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.15, + "posY": 3.896, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TetsuoMori.08e5a6.gmnotes b/objects/AllPlayerCards.15bb07/TetsuoMori.08e5a6.gmnotes new file mode 100644 index 00000000..b0ca3823 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TetsuoMori.08e5a6.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06155", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Ally. Police.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TetsuoMori.08e5a6.json b/objects/AllPlayerCards.15bb07/TetsuoMori.08e5a6.json new file mode 100644 index 00000000..a3c3325f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TetsuoMori.08e5a6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379829, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3798": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Too Noble for His Own Good", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TetsuoMori.08e5a6.gmnotes", + "GUID": "08e5a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tetsuo Mori", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.743, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/The13thVision.c1ce8e.gmnotes b/objects/AllPlayerCards.15bb07/The13thVision.c1ce8e.gmnotes new file mode 100644 index 00000000..06020abf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/The13thVision.c1ce8e.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05041", + "type": "Treachery", + "class": "Neutral", + "traits": "Omen.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/The13thVision.c1ce8e.json b/objects/AllPlayerCards.15bb07/The13thVision.c1ce8e.json new file mode 100644 index 00000000..a80f04d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/The13thVision.c1ce8e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/The13thVision.c1ce8e.gmnotes", + "GUID": "c1ce8e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.06, + "posY": 3.852, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheBellTolls.6cbc01.gmnotes b/objects/AllPlayerCards.15bb07/TheBellTolls.6cbc01.gmnotes new file mode 100644 index 00000000..5530784e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBellTolls.6cbc01.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04042", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TheBellTolls.6cbc01.json b/objects/AllPlayerCards.15bb07/TheBellTolls.6cbc01.json new file mode 100644 index 00000000..59521743 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBellTolls.6cbc01.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheBellTolls.6cbc01.gmnotes", + "GUID": "6cbc01", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Bell Tolls", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.074, + "posY": 3.693, + "posZ": -16.71, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheBlackBook.ae3775.gmnotes b/objects/AllPlayerCards.15bb07/TheBlackBook.ae3775.gmnotes new file mode 100644 index 00000000..90c931db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBlackBook.ae3775.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05150", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Tome. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheBlackBook.ae3775.json b/objects/AllPlayerCards.15bb07/TheBlackBook.ae3775.json new file mode 100644 index 00000000..bd88422e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBlackBook.ae3775.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275732, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2757": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526809828/AB799C8FFD9024655A9F179CCFF1EE30DE0D3C75/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signed in Blood", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheBlackBook.ae3775.gmnotes", + "GUID": "ae3775", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Black Book", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.174, + "posY": 2.91, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheBlackCat5.16e57b.gmnotes b/objects/AllPlayerCards.15bb07/TheBlackCat5.16e57b.gmnotes new file mode 100644 index 00000000..acf08fff --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBlackCat5.16e57b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06285", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 5, + "traits": "Ally. Avatar. Dreamlands.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TheBlackCat5.16e57b.json b/objects/AllPlayerCards.15bb07/TheBlackCat5.16e57b.json new file mode 100644 index 00000000..92f94700 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBlackCat5.16e57b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4486": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Liar, or a Prophet, or Both", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheBlackCat5.16e57b.gmnotes", + "GUID": "16e57b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Black Cat (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.119, + "posY": 4.069, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheBlackFan3.3eafd5.gmnotes b/objects/AllPlayerCards.15bb07/TheBlackFan3.3eafd5.gmnotes new file mode 100644 index 00000000..a1a43cd5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBlackFan3.3eafd5.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "08057", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TheBlackFan3.3eafd5.json b/objects/AllPlayerCards.15bb07/TheBlackFan3.3eafd5.json new file mode 100644 index 00000000..a9ef7290 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheBlackFan3.3eafd5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379047, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Symbol of Power", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheBlackFan3.3eafd5.gmnotes", + "GUID": "3eafd5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Black Fan (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.198, + "posY": 2.142, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.gmnotes b/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.gmnotes new file mode 100644 index 00000000..dac8e543 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04030", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 0, + "traits": "Item. Relic. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.json b/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.json new file mode 100644 index 00000000..b37e14dd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230327, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Stygian Waymark", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.gmnotes", + "GUID": "fc4ce8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Chthonian Stone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.869, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.ttslua b/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.ttslua new file mode 100644 index 00000000..b7aabf11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheChthonianStone.fc4ce8.ttslua @@ -0,0 +1,67 @@ +VALID_TOKENS = { + Skull=true, + Cultist=true, + Tablet=true, + ["Elder Thing"]=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 diff --git a/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.gmnotes b/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.gmnotes new file mode 100644 index 00000000..4f4e9423 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "53008", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 3, + "traits": "Item. Relic. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.json b/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.json new file mode 100644 index 00000000..6e902026 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Stygian Waymark", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheChthonianStone3.a775ad.gmnotes", + "GUID": "a775ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/TheChthonianStone3.a775ad.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Chthonian Stone (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.026, + "posY": 3.862, + "posZ": -16.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.ttslua b/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.ttslua new file mode 100644 index 00000000..6627a24d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheChthonianStone3.a775ad.ttslua @@ -0,0 +1,68 @@ +VALID_TOKENS = { + Skull=true, + Cultist=true, + Tablet=true, + ["Elder Thing"]=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 + diff --git a/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.gmnotes b/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.gmnotes new file mode 100644 index 00000000..c0e02634 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04013", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic. Tome. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.json b/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.json new file mode 100644 index 00000000..d86e2232 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583136, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5831": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "finis omnium nunc est", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheCodexofAges.df9809.gmnotes", + "GUID": "df9809", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/TheCodexofAges.df9809.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Codex of Ages", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.99, + "posY": 3.789, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.ttslua b/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheCodexofAges.df9809.ttslua @@ -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 diff --git a/objects/AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.gmnotes b/objects/AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.gmnotes new file mode 100644 index 00000000..547fba61 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "05196", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "level": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "countPerInvestigator": 1, + "type": "Lock", + "token": "resource" + } + ], + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.json b/objects/AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.json new file mode 100644 index 00000000..a0586f46 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3121": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "What��‚��s in the Box?", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheCouncilsCoffer2.0e39c2.gmnotes", + "GUID": "0e39c2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Council's Coffer (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.064, + "posY": 3.912, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheDevilXV.7bcaf3.gmnotes b/objects/AllPlayerCards.15bb07/TheDevilXV.7bcaf3.gmnotes new file mode 100644 index 00000000..ca0db695 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheDevilXV.7bcaf3.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54015", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Omen. Tarot.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheDevilXV.7bcaf3.json b/objects/AllPlayerCards.15bb07/TheDevilXV.7bcaf3.json new file mode 100644 index 00000000..bca683d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheDevilXV.7bcaf3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheDevilXV.7bcaf3.gmnotes", + "GUID": "7bcaf3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil ��‚�� XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.139, + "posY": 3.763, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.gmnotes b/objects/AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.gmnotes new file mode 100644 index 00000000..8d1ba7ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "98006", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.json b/objects/AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.json new file mode 100644 index 00000000..1867be0c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 369945, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3699": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheDirgeofReason.fe68c6.gmnotes", + "GUID": "fe68c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Dirge of Reason", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.482, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.gmnotes b/objects/AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.gmnotes new file mode 100644 index 00000000..9a4ebf30 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06325", + "type": "Skill", + "class": "Seeker", + "level": 5, + "traits": "Spell. Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 4, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.json b/objects/AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.json new file mode 100644 index 00000000..1780634e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448840, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4488": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheEyeofTruth5.d6085d.gmnotes", + "GUID": "d6085d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Eye of Truth (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.022, + "posY": 4.011, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheFool03.b74c69.gmnotes b/objects/AllPlayerCards.15bb07/TheFool03.b74c69.gmnotes new file mode 100644 index 00000000..b9e29def --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheFool03.b74c69.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54011", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 3, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheFool03.b74c69.json b/objects/AllPlayerCards.15bb07/TheFool03.b74c69.json new file mode 100644 index 00000000..12e7a2b0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheFool03.b74c69.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449532, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Unlimited Potential", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheFool03.b74c69.gmnotes", + "GUID": "b74c69", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Fool ��‚�� 0 (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.735, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.gmnotes b/objects/AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.gmnotes new file mode 100644 index 00000000..1c86fd5e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02305", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 4, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.json b/objects/AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.json new file mode 100644 index 00000000..71019e91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315257, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Stealing Time", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheGoldPocketWatch4.62d930.gmnotes", + "GUID": "62d930", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Gold Pocket Watch (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.137, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheHarbinger.e9fef2.gmnotes b/objects/AllPlayerCards.15bb07/TheHarbinger.e9fef2.gmnotes new file mode 100644 index 00000000..fcbb5141 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHarbinger.e9fef2.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08006", + "type": "Treachery", + "class": "Neutral", + "traits": "Omen. Endtimes.", + "permanent": false, + "weakness": true, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TheHarbinger.e9fef2.json b/objects/AllPlayerCards.15bb07/TheHarbinger.e9fef2.json new file mode 100644 index 00000000..583f0dd8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHarbinger.e9fef2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379004, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheHarbinger.e9fef2.gmnotes", + "GUID": "e9fef2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Harbinger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.993, + "posY": 3.747, + "posZ": -16.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheHierophantV3.20c8a9.gmnotes b/objects/AllPlayerCards.15bb07/TheHierophantV3.20c8a9.gmnotes new file mode 100644 index 00000000..08cf2672 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHierophantV3.20c8a9.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54007", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheHierophantV3.20c8a9.json b/objects/AllPlayerCards.15bb07/TheHierophantV3.20c8a9.json new file mode 100644 index 00000000..68d0e240 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHierophantV3.20c8a9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449527, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your True Master Awaits", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheHierophantV3.20c8a9.gmnotes", + "GUID": "20c8a9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hierophant ��‚�� V (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.832, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheHomeFront.b80459.gmnotes b/objects/AllPlayerCards.15bb07/TheHomeFront.b80459.gmnotes new file mode 100644 index 00000000..7d1b1626 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHomeFront.b80459.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03007", + "type": "Skill", + "class": "Neutral", + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "combatIcons": 4, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TheHomeFront.b80459.json b/objects/AllPlayerCards.15bb07/TheHomeFront.b80459.json new file mode 100644 index 00000000..20dea0e6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHomeFront.b80459.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374330, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3743": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheHomeFront.b80459.gmnotes", + "GUID": "b80459", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Home Front", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.004, + "posY": 3.868, + "posZ": -16.695, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.gmnotes b/objects/AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.gmnotes new file mode 100644 index 00000000..81b3030c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.gmnotes @@ -0,0 +1,18 @@ +{ + "id": "06018", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 1, + "traits": "Item. Weapon. Melee. Relic. Cursed.", + "permanent": false, + "weakness": false, + "bonded": [ + { + "count": 3, + "id": "06019" + } + ], + "combatIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.json b/objects/AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.json new file mode 100644 index 00000000..0e9ae4d0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5904": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Calamitous Blade of Celephaïs", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheHungeringBlade1.2d94ed.gmnotes", + "GUID": "2d94ed", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hungering Blade (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.765, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheKinginYellow.016b72.gmnotes b/objects/AllPlayerCards.15bb07/TheKinginYellow.016b72.gmnotes new file mode 100644 index 00000000..3ff2b571 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheKinginYellow.016b72.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03011", + "type": "Asset", + "class": "Neutral", + "traits": "Tome.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TheKinginYellow.016b72.json b/objects/AllPlayerCards.15bb07/TheKinginYellow.016b72.json new file mode 100644 index 00000000..b07364c9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheKinginYellow.016b72.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374633, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3746": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheKinginYellow.016b72.gmnotes", + "GUID": "016b72", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The King in Yellow", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.054, + "posY": 3.676, + "posZ": -16.706, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.gmnotes b/objects/AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.gmnotes new file mode 100644 index 00000000..5898a6b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03059", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Elite.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.json b/objects/AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.json new file mode 100644 index 00000000..e2cfdd32 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2323": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Humanoid. Elite.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheManinthePallidMask.6720ef.gmnotes", + "GUID": "6720ef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Man in the Pallid Mask", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.065, + "posY": 3.904, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.gmnotes b/objects/AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.gmnotes new file mode 100644 index 00000000..5038fccd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05031", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 1, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.json b/objects/AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.json new file mode 100644 index 00000000..3abe89ad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5276": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Message from Your Inner Self", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheMoonXVIII1.e80bd8.gmnotes", + "GUID": "e80bd8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Moon ��‚�� XVIII (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.789, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon.5b2e10.gmnotes b/objects/AllPlayerCards.15bb07/TheNecronomicon.5b2e10.gmnotes new file mode 100644 index 00000000..e6fc7208 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon.5b2e10.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90003", + "type": "Asset", + "class": "Neutral", + "traits": "Item. Tome.", + "permanent": false, + "weakness": true, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon.5b2e10.json b/objects/AllPlayerCards.15bb07/TheNecronomicon.5b2e10.json new file mode 100644 index 00000000..ccb3d74c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon.5b2e10.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 539500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5395": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1017195287736531119/B300331BEF8B29732A2AD6123D59380B7ECB631C/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "John Dee Translation (Advanced)", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheNecronomicon.5b2e10.gmnotes", + "GUID": "5b2e10", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "The Necronomicon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 30.122, + "posY": 2.305, + "posZ": -68.595, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon.6b2550.gmnotes b/objects/AllPlayerCards.15bb07/TheNecronomicon.6b2550.gmnotes new file mode 100644 index 00000000..564ee319 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon.6b2550.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01009", + "alternate_ids": [ + "01509" + ], + "type": "Asset", + "class": "Neutral", + "traits": "Item. Tome.", + "permanent": false, + "weakness": true, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon.6b2550.json b/objects/AllPlayerCards.15bb07/TheNecronomicon.6b2550.json new file mode 100644 index 00000000..656f7b9f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon.6b2550.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 370323, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3703": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "John Dee Translation", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheNecronomicon.6b2550.gmnotes", + "GUID": "6b2550", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Necronomicon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 3.372, + "posZ": -58.908, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon.d45f10.gmnotes b/objects/AllPlayerCards.15bb07/TheNecronomicon.d45f10.gmnotes new file mode 100644 index 00000000..df504f5d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon.d45f10.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02140", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon.d45f10.json b/objects/AllPlayerCards.15bb07/TheNecronomicon.d45f10.json new file mode 100644 index 00000000..e370bbef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon.d45f10.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232934, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Olaus Wormius Translation", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheNecronomicon.d45f10.gmnotes", + "GUID": "d45f10", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Necronomicon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.123, + "posY": 3.922, + "posZ": -16.72, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon5.96ba38.gmnotes b/objects/AllPlayerCards.15bb07/TheNecronomicon5.96ba38.gmnotes new file mode 100644 index 00000000..adc217de --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon5.96ba38.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60233", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 5, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 5, + "uses": [ + { + "count": 6, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon5.96ba38.json b/objects/AllPlayerCards.15bb07/TheNecronomicon5.96ba38.json new file mode 100644 index 00000000..f90acd13 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon5.96ba38.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538831, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Petrus de Dacia Translation", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheNecronomicon5.96ba38.gmnotes", + "GUID": "96ba38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Necronomicon (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.006, + "posY": 3.814, + "posZ": -16.696, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.gmnotes b/objects/AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.gmnotes new file mode 100644 index 00000000..b98d0ebc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "60233-t", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 5, + "traits": "Item. Tome.", + "permanent": false, + "weakness": false, + "intellectIcons": 5, + "uses": [ + { + "count": 6, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.json b/objects/AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.json new file mode 100644 index 00000000..eedd4370 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4506": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Petrus de Dacia Translation", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheNecronomicon5Taboo.9fa2a5.gmnotes", + "GUID": "9fa2a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Necronomicon (5) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.563, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.gmnotes b/objects/AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.gmnotes new file mode 100644 index 00000000..44779e9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03012", + "type": "Event", + "class": "Neutral", + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.json b/objects/AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.json new file mode 100644 index 00000000..9c73a154 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374014, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3740": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThePaintedWorld.dfd48b.gmnotes", + "GUID": "dfd48b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Painted World", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 3.046, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.gmnotes b/objects/AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.gmnotes new file mode 100644 index 00000000..77fcb46e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04039", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.json b/objects/AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.json new file mode 100644 index 00000000..7b48cf3a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThePriceofFailure.dc5b38.gmnotes", + "GUID": "dc5b38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Price of Failure", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.171, + "posY": 3.123, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheRavenQuill.b81037.gmnotes b/objects/AllPlayerCards.15bb07/TheRavenQuill.b81037.gmnotes new file mode 100644 index 00000000..9e1b45d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRavenQuill.b81037.gmnotes @@ -0,0 +1,49 @@ +{ + "id": "09042", + "type": "Event", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Relic. Upgrade.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "customizations": [ + { + "name": "Living Quill", + "xp": 1, + "text": "Using attached asset�€�s ? abilities does not provoke attacks of opportunity." + }, + { + "name": "Spectral Binding", + "xp": 1, + "text": "Attached asset does not take up any slots." + }, + { + "name": "Mystic Vane", + "xp": 2, + "text": "You get +2 skill value while performing skill tests on attached asset." + }, + { + "name": "Endless Inkwell", + "xp": 2, + "text": "Name two more Tome or Spell assets." + }, + { + "name": "Energy Sap", + "xp": 2, + "text": "The Raven Quill gains: �€�? Exhaust The Raven Quill: Move 1 secret or charge from an asset you control to attached asset.�€?" + }, + { + "name": "Interwoven Ink", + "xp": 3, + "text": "After you resolve an ? ability on attached asset, you may exhaust The Raven Quill to ready another asset you control." + }, + { + "name": "Supernatural Record", + "xp": 4, + "text": "When you play The Raven Quill, instead of attaching it to a named asset you control, you may search your deck, discard pile, and hand for a copy of a named asset and play it (paying its cost). Then, attach The Raven Quill to it." + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/TheRavenQuill.b81037.json b/objects/AllPlayerCards.15bb07/TheRavenQuill.b81037.json new file mode 100644 index 00000000..d2bcb639 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRavenQuill.b81037.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379035, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheRavenQuill.b81037.gmnotes", + "GUID": "b81037", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Raven Quill", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.4, + "posZ": 65.932, + "rotX": 359, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.json b/objects/AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.json new file mode 100644 index 00000000..98de4c02 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8470": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001665853/B6505FEB706A5E9F2C181C30EA48A606D2B950A5/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09042-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "23b96a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "The Raven Quill Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.804, + "posY": 3.327, + "posZ": 36.477, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.ttslua b/objects/AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.ttslua new file mode 100644 index 00000000..e2edcbca --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRavenQuillUpgradeSheet.23b96a.ttslua @@ -0,0 +1,184 @@ +-- Customizable Cards: The Raven Quill +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons and input boxes +boxSize = 37 +inputFontsize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.0705 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.72, + -0.52, + -0.305, + -0.105, + 0.1, + 0.4, + 0.695 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } + +inputBoxes = { 1, 1 } +inputWidth = { 425, 775 } +inputPos = { { 0.5, 0.25, -0.905 }, { 0.125, 0.25, 0 } } + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.gmnotes b/objects/AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.gmnotes new file mode 100644 index 00000000..214a5e1a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02310", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 5, + "traits": "Ally. Conspirator.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.json b/objects/AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.json new file mode 100644 index 00000000..9f9ace86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368526, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "He Was Never There", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheRed-GlovedMan5.ad18a6.gmnotes", + "GUID": "ad18a6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Red-Gloved Man (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.787, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheRedClock2.814c79.gmnotes b/objects/AllPlayerCards.15bb07/TheRedClock2.814c79.gmnotes new file mode 100644 index 00000000..112379ed --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRedClock2.814c79.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08053", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "uses": [ + { + "count": 0, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TheRedClock2.814c79.json b/objects/AllPlayerCards.15bb07/TheRedClock2.814c79.json new file mode 100644 index 00000000..66627de8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRedClock2.814c79.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379043, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Broken but Reliable", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheRedClock2.814c79.gmnotes", + "GUID": "814c79", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Red Clock (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.193, + "posY": 2.214, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheRedClock5.696894.gmnotes b/objects/AllPlayerCards.15bb07/TheRedClock5.696894.gmnotes new file mode 100644 index 00000000..81d8ef8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRedClock5.696894.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "08058", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 5, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "uses": [ + { + "count": 0, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TheRedClock5.696894.json b/objects/AllPlayerCards.15bb07/TheRedClock5.696894.json new file mode 100644 index 00000000..5bc65118 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheRedClock5.696894.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379048, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Broken but Reliable", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheRedClock5.696894.gmnotes", + "GUID": "696894", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Red Clock (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.195, + "posY": 2.229, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheSilverKey.61fd07.gmnotes b/objects/AllPlayerCards.15bb07/TheSilverKey.61fd07.gmnotes new file mode 100644 index 00000000..9f39adb5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheSilverKey.61fd07.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06189", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Charm. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TheSilverKey.61fd07.json b/objects/AllPlayerCards.15bb07/TheSilverKey.61fd07.json new file mode 100644 index 00000000..a9b7171a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheSilverKey.61fd07.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 278846, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2788": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493383646802545/EF89145CA7EEC1746A59CCBDDEE52526997C5DED/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Key to the Gate of Dreams", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheSilverKey.61fd07.gmnotes", + "GUID": "61fd07", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Silver Key", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.85, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.gmnotes b/objects/AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.gmnotes new file mode 100644 index 00000000..a37d4dfb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04270", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 2, + "traits": "Item. Relic. Cursed.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.json b/objects/AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.json new file mode 100644 index 00000000..72bab354 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5814": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheSkeletonKey2.5d559a.gmnotes", + "GUID": "5d559a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Skeleton Key (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.518, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheStarXVII3.a77ce0.gmnotes b/objects/AllPlayerCards.15bb07/TheStarXVII3.a77ce0.gmnotes new file mode 100644 index 00000000..75a7f800 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheStarXVII3.a77ce0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54001", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 3, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheStarXVII3.a77ce0.json b/objects/AllPlayerCards.15bb07/TheStarXVII3.a77ce0.json new file mode 100644 index 00000000..82bb349f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheStarXVII3.a77ce0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449521, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "You Have Been Chosen", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheStarXVII3.a77ce0.gmnotes", + "GUID": "a77ce0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Star ��‚�� XVII (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.137, + "posY": 3.823, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheStarsAreRight.600a3c.gmnotes b/objects/AllPlayerCards.15bb07/TheStarsAreRight.600a3c.gmnotes new file mode 100644 index 00000000..3c835ece --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheStarsAreRight.600a3c.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06028", + "type": "Event", + "class": "Mystic", + "traits": "Augury.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TheStarsAreRight.600a3c.json b/objects/AllPlayerCards.15bb07/TheStarsAreRight.600a3c.json new file mode 100644 index 00000000..b8417813 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheStarsAreRight.600a3c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 443723, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4437": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheStarsAreRight.600a3c.gmnotes", + "GUID": "600a3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Stars Are Right", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.143, + "posY": 3.732, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheStygianEye3.c4ae95.gmnotes b/objects/AllPlayerCards.15bb07/TheStygianEye3.c4ae95.gmnotes new file mode 100644 index 00000000..996ffe7c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheStygianEye3.c4ae95.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07263", + "type": "Event", + "class": "Seeker", + "cost": 10, + "level": 3, + "traits": "Insight. Cursed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 3, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TheStygianEye3.c4ae95.json b/objects/AllPlayerCards.15bb07/TheStygianEye3.c4ae95.json new file mode 100644 index 00000000..352d3d35 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheStygianEye3.c4ae95.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4496": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheStygianEye3.c4ae95.gmnotes", + "GUID": "c4ae95", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Stygian Eye (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.064, + "posY": 3.912, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.gmnotes b/objects/AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.gmnotes new file mode 100644 index 00000000..b5999bb3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03143", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.json b/objects/AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.json new file mode 100644 index 00000000..add90d87 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232333, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2323": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Regalia Dementia", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheTatteredCloak.5d30a1.gmnotes", + "GUID": "5d30a1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tattered Cloak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.954, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheThingThatFollows.da227d.gmnotes b/objects/AllPlayerCards.15bb07/TheThingThatFollows.da227d.gmnotes new file mode 100644 index 00000000..3d718cf6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheThingThatFollows.da227d.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "03042", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Curse.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TheThingThatFollows.da227d.json b/objects/AllPlayerCards.15bb07/TheThingThatFollows.da227d.json new file mode 100644 index 00000000..20ef9f19 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheThingThatFollows.da227d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431115, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4311": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheThingThatFollows.da227d.gmnotes", + "GUID": "da227d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Thing That Follows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.142, + "posY": 3.712, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheTowerXVI.d5c93d.gmnotes b/objects/AllPlayerCards.15bb07/TheTowerXVI.d5c93d.gmnotes new file mode 100644 index 00000000..e9e3860e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheTowerXVI.d5c93d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "05042", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Omen. Tarot.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheTowerXVI.d5c93d.json b/objects/AllPlayerCards.15bb07/TheTowerXVI.d5c93d.json new file mode 100644 index 00000000..6227b6db --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheTowerXVI.d5c93d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheTowerXVI.d5c93d.gmnotes", + "GUID": "d5c93d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower ��‚�� XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.752, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.gmnotes b/objects/AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.gmnotes new file mode 100644 index 00000000..efa40b6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07154", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.json b/objects/AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.json new file mode 100644 index 00000000..f487c336 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/TheTruthBeckons.ca1b5c.gmnotes", + "GUID": "ca1b5c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Truth Beckons", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.977, + "posY": 3.943, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TheWorldXXI3.372b5b.gmnotes b/objects/AllPlayerCards.15bb07/TheWorldXXI3.372b5b.gmnotes new file mode 100644 index 00000000..7d9af81a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheWorldXXI3.372b5b.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "54003", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 3, + "traits": "Tarot.", + "permanent": false, + "weakness": false, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TheWorldXXI3.372b5b.json b/objects/AllPlayerCards.15bb07/TheWorldXXI3.372b5b.json new file mode 100644 index 00000000..1f6f1aac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TheWorldXXI3.372b5b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449523, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Journey is Complete", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TheWorldXXI3.372b5b.gmnotes", + "GUID": "372b5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The World ��‚�� XXI (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.136, + "posY": 3.735, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Thermos.5b14dc.gmnotes b/objects/AllPlayerCards.15bb07/Thermos.5b14dc.gmnotes new file mode 100644 index 00000000..92ea7439 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Thermos.5b14dc.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04274", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "level": 0, + "traits": "Item.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Thermos.5b14dc.json b/objects/AllPlayerCards.15bb07/Thermos.5b14dc.json new file mode 100644 index 00000000..cfcae68c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Thermos.5b14dc.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2611": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Thermos.5b14dc.gmnotes", + "GUID": "5b14dc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thermos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.731, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThievesKit.857b53.gmnotes b/objects/AllPlayerCards.15bb07/ThievesKit.857b53.gmnotes new file mode 100644 index 00000000..ceed7ec2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThievesKit.857b53.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "09064", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 0, + "traits": "Item. Tool. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 6, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ThievesKit.857b53.json b/objects/AllPlayerCards.15bb07/ThievesKit.857b53.json new file mode 100644 index 00000000..9999581c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThievesKit.857b53.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379057, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThievesKit.857b53.gmnotes", + "GUID": "857b53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thieves' Kit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.358, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThievesKit3.be8d1f.gmnotes b/objects/AllPlayerCards.15bb07/ThievesKit3.be8d1f.gmnotes new file mode 100644 index 00000000..eb4c4c03 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThievesKit3.be8d1f.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "09075", + "type": "Asset", + "class": "Rogue", + "cost": 3, + "level": 3, + "traits": "Item. Tool. Illicit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "uses": [ + { + "count": 6, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ThievesKit3.be8d1f.json b/objects/AllPlayerCards.15bb07/ThievesKit3.be8d1f.json new file mode 100644 index 00000000..3cd74790 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThievesKit3.be8d1f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379068, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThievesKit3.be8d1f.gmnotes", + "GUID": "be8d1f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thieves' Kit (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.364, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.gmnotes b/objects/AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.gmnotes new file mode 100644 index 00000000..f9fc4732 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02025", + "type": "Event", + "class": "Rogue", + "cost": 1, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.json b/objects/AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.json new file mode 100644 index 00000000..eca92315 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368709, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThinkonYourFeet.6fec31.gmnotes", + "GUID": "6fec31", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Think on Your Feet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.884, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.gmnotes b/objects/AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.gmnotes new file mode 100644 index 00000000..e26d981d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "51006", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 2, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 2, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.json b/objects/AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.json new file mode 100644 index 00000000..1ee19ed1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3153": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThinkonYourFeet2.3e0653.gmnotes", + "GUID": "3e0653", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Think on Your Feet (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.975, + "posY": 3.718, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.gmnotes b/objects/AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.gmnotes new file mode 100644 index 00000000..04b4cdf4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "07161", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 2, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.json b/objects/AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.json new file mode 100644 index 00000000..2ead162d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/ThirdTimesaCharm2.45956a.gmnotes", + "GUID": "45956a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Third Time's a Charm (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.51, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThomasDawson.1f7e6e.gmnotes b/objects/AllPlayerCards.15bb07/ThomasDawson.1f7e6e.gmnotes new file mode 100644 index 00000000..cb2a1d24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThomasDawson.1f7e6e.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07082", + "type": "Asset", + "class": "Neutral", + "cost": 4, + "traits": "Ally. Agency. Veteran.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/ThomasDawson.1f7e6e.json b/objects/AllPlayerCards.15bb07/ThomasDawson.1f7e6e.json new file mode 100644 index 00000000..d0bcc828 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThomasDawson.1f7e6e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 369815, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3698": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663476/95B0BD966B579DEE644A25703730C8729B16AAF8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Soldier in a New War", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThomasDawson.1f7e6e.gmnotes", + "GUID": "1f7e6e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thomas Dawson", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.773, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThreeAces1.30062e.gmnotes b/objects/AllPlayerCards.15bb07/ThreeAces1.30062e.gmnotes new file mode 100644 index 00000000..99f3f4ee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThreeAces1.30062e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06199", + "type": "Skill", + "class": "Rogue", + "level": 1, + "traits": "Fortune. Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ThreeAces1.30062e.json b/objects/AllPlayerCards.15bb07/ThreeAces1.30062e.json new file mode 100644 index 00000000..ecb9863e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThreeAces1.30062e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447630, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4476": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThreeAces1.30062e.gmnotes", + "GUID": "30062e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Three Aces (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.065, + "posY": 3.904, + "posZ": -16.708, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.gmnotes b/objects/AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.gmnotes new file mode 100644 index 00000000..eaf43eae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06199-t", + "type": "Skill", + "class": "Rogue", + "level": 1, + "traits": "Fortune. Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.json b/objects/AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.json new file mode 100644 index 00000000..ed51ef22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5844": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThreeAces1Taboo.a11abb.gmnotes", + "GUID": "a11abb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Three Aces (1) (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.092, + "posY": 3.702, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.gmnotes b/objects/AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.gmnotes new file mode 100644 index 00000000..63abca27 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "60203", + "type": "Treachery", + "class": "Neutral", + "traits": "Flaw.", + "permanent": false, + "weakness": true, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.json b/objects/AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.json new file mode 100644 index 00000000..f1ffa159 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Thrice-DamnedCuriosity.3eef18.gmnotes", + "GUID": "3eef18", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thrice-Damned Curiosity", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.983, + "posY": 3.675, + "posZ": -16.691, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ThroughtheGates.fd9c56.gmnotes b/objects/AllPlayerCards.15bb07/ThroughtheGates.fd9c56.gmnotes new file mode 100644 index 00000000..4aeb94c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThroughtheGates.fd9c56.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "51011", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact. Mystery.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 2, + "cycle": "Return to The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ThroughtheGates.fd9c56.json b/objects/AllPlayerCards.15bb07/ThroughtheGates.fd9c56.json new file mode 100644 index 00000000..5e5ae655 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ThroughtheGates.fd9c56.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5274": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ThroughtheGates.fd9c56.gmnotes", + "GUID": "fd9c56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 118.385, + "posY": 1.985, + "posZ": 19.411, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TidalMemento.b4f9ee.gmnotes b/objects/AllPlayerCards.15bb07/TidalMemento.b4f9ee.gmnotes new file mode 100644 index 00000000..a3625f09 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TidalMemento.b4f9ee.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "90038", + "type": "Asset", + "class": "Neutral", + "traits": "", + "permanent": true, + "weakness": false, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/TidalMemento.b4f9ee.json b/objects/AllPlayerCards.15bb07/TidalMemento.b4f9ee.json new file mode 100644 index 00000000..a5a700c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TidalMemento.b4f9ee.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5360": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610861313/38FA9E4802C3B8E8FC2DB16E94E65A3FD60D92B9/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TidalMemento.b4f9ee.gmnotes", + "GUID": "b4f9ee", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tidal Memento", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.85, + "posY": 3.318, + "posZ": 6.915, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TidesofFate.823e49.gmnotes b/objects/AllPlayerCards.15bb07/TidesofFate.823e49.gmnotes new file mode 100644 index 00000000..d3a1ee4a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TidesofFate.823e49.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07030", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Spell. Blessed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TidesofFate.823e49.json b/objects/AllPlayerCards.15bb07/TidesofFate.823e49.json new file mode 100644 index 00000000..2d013c65 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TidesofFate.823e49.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5810": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TidesofFate.823e49.gmnotes", + "GUID": "823e49", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tides of Fate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.842, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TimeWarp2.ba0fe7.gmnotes b/objects/AllPlayerCards.15bb07/TimeWarp2.ba0fe7.gmnotes new file mode 100644 index 00000000..30f208ad --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TimeWarp2.ba0fe7.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03311", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 2, + "traits": "Spell. Paradox.", + "permanent": false, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TimeWarp2.ba0fe7.json b/objects/AllPlayerCards.15bb07/TimeWarp2.ba0fe7.json new file mode 100644 index 00000000..506ac90b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TimeWarp2.ba0fe7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5838": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TimeWarp2.ba0fe7.gmnotes", + "GUID": "ba0fe7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Time Warp (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.166, + "posY": 3.231, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TimewornBrand5.d3e55b.gmnotes b/objects/AllPlayerCards.15bb07/TimewornBrand5.d3e55b.gmnotes new file mode 100644 index 00000000..db0f61e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TimewornBrand5.d3e55b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04276", + "type": "Asset", + "class": "Neutral", + "cost": 5, + "level": 5, + "traits": "Item. Relic. Weapon. Melee.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TimewornBrand5.d3e55b.json b/objects/AllPlayerCards.15bb07/TimewornBrand5.d3e55b.json new file mode 100644 index 00000000..4528e93f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TimewornBrand5.d3e55b.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2611": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TimewornBrand5.d3e55b.gmnotes", + "GUID": "d3e55b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Timeworn Brand (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.759, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.gmnotes b/objects/AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.gmnotes new file mode 100644 index 00000000..198ce0ae --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "98012", + "type": "Treachery", + "class": "Neutral", + "traits": "Task. Dreamlands.", + "permanent": false, + "weakness": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.json b/objects/AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.json new file mode 100644 index 00000000..e7d1af0c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2306": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ToFighttheBlackWind.00b6c3.gmnotes", + "GUID": "00b6c3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "To Fight the Black Wind", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.335, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ToetoToe.58288b.gmnotes b/objects/AllPlayerCards.15bb07/ToetoToe.58288b.gmnotes new file mode 100644 index 00000000..b749a2d5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToetoToe.58288b.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08020", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 0, + "traits": "Spirit. Tactic.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/ToetoToe.58288b.json b/objects/AllPlayerCards.15bb07/ToetoToe.58288b.json new file mode 100644 index 00000000..083c0a79 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToetoToe.58288b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379010, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ToetoToe.58288b.gmnotes", + "GUID": "58288b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Toe to Toe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.443, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TokenofFaith.2ea0d0.gmnotes b/objects/AllPlayerCards.15bb07/TokenofFaith.2ea0d0.gmnotes new file mode 100644 index 00000000..b91be21e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TokenofFaith.2ea0d0.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07033", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 0, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TokenofFaith.2ea0d0.json b/objects/AllPlayerCards.15bb07/TokenofFaith.2ea0d0.json new file mode 100644 index 00000000..d7c39872 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TokenofFaith.2ea0d0.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587627, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5876": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TokenofFaith.2ea0d0.gmnotes", + "GUID": "2ea0d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Token of Faith", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.005, + "posY": 3.859, + "posZ": -16.695, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TommyMalloy.c3a014.gmnotes b/objects/AllPlayerCards.15bb07/TommyMalloy.c3a014.gmnotes new file mode 100644 index 00000000..aa50ec7f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TommyMalloy.c3a014.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "60103", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Criminal. Syndicate.", + "permanent": false, + "weakness": true, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/TommyMalloy.c3a014.json b/objects/AllPlayerCards.15bb07/TommyMalloy.c3a014.json new file mode 100644 index 00000000..6f0a7f91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TommyMalloy.c3a014.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5453": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TommyMalloy.c3a014.gmnotes", + "GUID": "c3a014", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tommy Malloy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.975, + "posY": 3.673, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TommyMuldoon.5e73c6.json b/objects/AllPlayerCards.15bb07/TommyMuldoon.5e73c6.json new file mode 100644 index 00000000..a217d543 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TommyMuldoon.5e73c6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2740": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"06001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "5e73c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tommy Muldoon", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.781, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TommyMuldoon.e637cd.gmnotes b/objects/AllPlayerCards.15bb07/TommyMuldoon.e637cd.gmnotes new file mode 100644 index 00000000..e49ca721 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TommyMuldoon.e637cd.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06001", + "type": "Investigator", + "class": "Guardian", + "traits": "Police. Warden.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TommyMuldoon.e637cd.json b/objects/AllPlayerCards.15bb07/TommyMuldoon.e637cd.json new file mode 100644 index 00000000..1e64c268 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TommyMuldoon.e637cd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536532, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5365": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Rookie Cop", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TommyMuldoon.e637cd.gmnotes", + "GUID": "e637cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tommy Muldoon", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.788, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TonyMorgan.4f0f4a.json b/objects/AllPlayerCards.15bb07/TonyMorgan.4f0f4a.json new file mode 100644 index 00000000..c94115be --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TonyMorgan.4f0f4a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274015, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2740": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869050066760/0DE2BD4589CC8C2F3D26C2900A17ED7A6483062F/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"06003-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "4f0f4a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tony Morgan", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.919, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TonyMorgan.53a412.gmnotes b/objects/AllPlayerCards.15bb07/TonyMorgan.53a412.gmnotes new file mode 100644 index 00000000..ab6ba608 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TonyMorgan.53a412.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06003", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal. Hunter.", + "willpowerIcons": 2, + "intellectIcons": 3, + "combatIcons": 5, + "agilityIcons": 2, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TonyMorgan.53a412.json b/objects/AllPlayerCards.15bb07/TonyMorgan.53a412.json new file mode 100644 index 00000000..a14a4924 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TonyMorgan.53a412.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536436, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5364": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Bounty Hunter", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TonyMorgan.53a412.gmnotes", + "GUID": "53a412", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tony Morgan", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.132, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Tonys38LongColt.1186a1.gmnotes b/objects/AllPlayerCards.15bb07/Tonys38LongColt.1186a1.gmnotes new file mode 100644 index 00000000..eb7786fd --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tonys38LongColt.1186a1.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "06011", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Weapon. Firearm.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 3, + "type": "Ammo", + "token": "resource" + } + ], + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Tonys38LongColt.1186a1.json b/objects/AllPlayerCards.15bb07/Tonys38LongColt.1186a1.json new file mode 100644 index 00000000..7a1ec647 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Tonys38LongColt.1186a1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5817": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Tonys38LongColt.1186a1.gmnotes", + "GUID": "1186a1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tony's .38 Long Colt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.981, + "posY": 3.82, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes b/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes new file mode 100644 index 00000000..8afab916 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06012", + "type": "Enemy", + "class": "Neutral", + "traits": "Humanoid. Monster. Deep One.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.json b/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.json new file mode 100644 index 00000000..d143d925 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 582106, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5821": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes", + "GUID": "d6f8d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tony's Quarry", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.067, + "posY": 3.88, + "posZ": -16.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ToolBelt.769a3e.gmnotes b/objects/AllPlayerCards.15bb07/ToolBelt.769a3e.gmnotes new file mode 100644 index 00000000..f99e7f9d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToolBelt.769a3e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09120", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "level": 0, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/ToolBelt.769a3e.json b/objects/AllPlayerCards.15bb07/ToolBelt.769a3e.json new file mode 100644 index 00000000..81286b33 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToolBelt.769a3e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379144, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ToolBelt.769a3e.gmnotes", + "GUID": "769a3e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tool Belt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.716, + "posY": 3.354, + "posZ": 65.637, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ToothofEztli.c1a687.gmnotes b/objects/AllPlayerCards.15bb07/ToothofEztli.c1a687.gmnotes new file mode 100644 index 00000000..b48822c4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToothofEztli.c1a687.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04023", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "level": 0, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/ToothofEztli.c1a687.json b/objects/AllPlayerCards.15bb07/ToothofEztli.c1a687.json new file mode 100644 index 00000000..b055208f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ToothofEztli.c1a687.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368432, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Mortal Reminder", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ToothofEztli.c1a687.gmnotes", + "GUID": "c1a687", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tooth of Eztli", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.154, + "posY": 4.112, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TorrentofPower.79287f.gmnotes b/objects/AllPlayerCards.15bb07/TorrentofPower.79287f.gmnotes new file mode 100644 index 00000000..8e39ec04 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TorrentofPower.79287f.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03235", + "type": "Skill", + "class": "Mystic", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TorrentofPower.79287f.json b/objects/AllPlayerCards.15bb07/TorrentofPower.79287f.json new file mode 100644 index 00000000..7d773d89 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TorrentofPower.79287f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TorrentofPower.79287f.gmnotes", + "GUID": "79287f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrent of Power", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.765, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrackShoes.6fa7fa.gmnotes b/objects/AllPlayerCards.15bb07/TrackShoes.6fa7fa.gmnotes new file mode 100644 index 00000000..17cff35c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrackShoes.6fa7fa.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05036", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Item. Clothing. Footwear.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TrackShoes.6fa7fa.json b/objects/AllPlayerCards.15bb07/TrackShoes.6fa7fa.json new file mode 100644 index 00000000..8879f23f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrackShoes.6fa7fa.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2746": { + "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_path": "AllPlayerCards.15bb07/TrackShoes.6fa7fa.gmnotes", + "GUID": "6fa7fa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Track Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.518, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TreasureHunter1.18927e.gmnotes b/objects/AllPlayerCards.15bb07/TreasureHunter1.18927e.gmnotes new file mode 100644 index 00000000..090f09bb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TreasureHunter1.18927e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04025", + "type": "Asset", + "class": "Rogue", + "cost": 1, + "level": 1, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TreasureHunter1.18927e.json b/objects/AllPlayerCards.15bb07/TreasureHunter1.18927e.json new file mode 100644 index 00000000..28c04572 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TreasureHunter1.18927e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315236, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TreasureHunter1.18927e.gmnotes", + "GUID": "18927e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Hunter (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.529, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrenchCoat.ba560e.gmnotes b/objects/AllPlayerCards.15bb07/TrenchCoat.ba560e.gmnotes new file mode 100644 index 00000000..de2cdac8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrenchCoat.ba560e.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04203", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "level": 0, + "traits": "Item. Clothing.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TrenchCoat.ba560e.json b/objects/AllPlayerCards.15bb07/TrenchCoat.ba560e.json new file mode 100644 index 00000000..48276082 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrenchCoat.ba560e.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368518, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrenchCoat.ba560e.gmnotes", + "GUID": "ba560e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trench Coat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.709, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrenchKnife.0d4eb9.gmnotes b/objects/AllPlayerCards.15bb07/TrenchKnife.0d4eb9.gmnotes new file mode 100644 index 00000000..91584c0b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrenchKnife.0d4eb9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03147", + "type": "Asset", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TrenchKnife.0d4eb9.json b/objects/AllPlayerCards.15bb07/TrenchKnife.0d4eb9.json new file mode 100644 index 00000000..e1dc1953 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrenchKnife.0d4eb9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrenchKnife.0d4eb9.gmnotes", + "GUID": "0d4eb9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trench Knife", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.991, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrialbyFire.869d4c.gmnotes b/objects/AllPlayerCards.15bb07/TrialbyFire.869d4c.gmnotes new file mode 100644 index 00000000..2f7ad60b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrialbyFire.869d4c.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05281", + "type": "Event", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TrialbyFire.869d4c.json b/objects/AllPlayerCards.15bb07/TrialbyFire.869d4c.json new file mode 100644 index 00000000..9123a6b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrialbyFire.869d4c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3744": { + "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_path": "AllPlayerCards.15bb07/TrialbyFire.869d4c.gmnotes", + "GUID": "869d4c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trial by Fire", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.758, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrialbyFire3.76978f.gmnotes b/objects/AllPlayerCards.15bb07/TrialbyFire3.76978f.gmnotes new file mode 100644 index 00000000..e5e4b71e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrialbyFire3.76978f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "54010", + "type": "Event", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TrialbyFire3.76978f.json b/objects/AllPlayerCards.15bb07/TrialbyFire3.76978f.json new file mode 100644 index 00000000..015db186 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrialbyFire3.76978f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449530, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrialbyFire3.76978f.gmnotes", + "GUID": "76978f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trial by Fire (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.106, + "posY": 3.675, + "posZ": -16.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TriggerMan3.11d7ad.gmnotes b/objects/AllPlayerCards.15bb07/TriggerMan3.11d7ad.gmnotes new file mode 100644 index 00000000..5f953ee5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TriggerMan3.11d7ad.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09076", + "type": "Asset", + "class": "Rogue", + "cost": 4, + "level": 3, + "traits": "Ally. Criminal.", + "permanent": false, + "weakness": false, + "combatIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/TriggerMan3.11d7ad.json b/objects/AllPlayerCards.15bb07/TriggerMan3.11d7ad.json new file mode 100644 index 00000000..175e0163 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TriggerMan3.11d7ad.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TriggerMan3.11d7ad.gmnotes", + "GUID": "11d7ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trigger Man (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.391, + "posZ": 65.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrishScarborough.333fe7.gmnotes b/objects/AllPlayerCards.15bb07/TrishScarborough.333fe7.gmnotes new file mode 100644 index 00000000..c4eff48a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrishScarborough.333fe7.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07003", + "type": "Investigator", + "class": "Rogue", + "traits": "Agency. Detective.", + "willpowerIcons": 2, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 4, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TrishScarborough.333fe7.json b/objects/AllPlayerCards.15bb07/TrishScarborough.333fe7.json new file mode 100644 index 00000000..f0dd680b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrishScarborough.333fe7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5534": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672810/20E21AC471D7E5E1545F0EAE635A093718D4C7CF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672550/E5E1C8EE53C7692025E048F0A04BE98D6FA17111/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Spy", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrishScarborough.333fe7.gmnotes", + "GUID": "333fe7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trish Scarborough", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 2.003, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrishScarborough.fc5d62.json b/objects/AllPlayerCards.15bb07/TrishScarborough.fc5d62.json new file mode 100644 index 00000000..d8add7c3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrishScarborough.fc5d62.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5532": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132709196/85DFA06CD6EC0C36B07F86E5CDECCB6AFF531152/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132708743/A33DE2B12DE941B1CF2E4C8A458A18E48CB5CEEF/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"07003-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "fc5d62", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trish Scarborough", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.948, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TristanBotley2.1fd630.gmnotes b/objects/AllPlayerCards.15bb07/TristanBotley2.1fd630.gmnotes new file mode 100644 index 00000000..2c2c15f0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TristanBotley2.1fd630.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07194", + "type": "Asset", + "class": "Rogue", + "cost": 5, + "level": 2, + "traits": "Ally. Criminal. Cursed.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/TristanBotley2.1fd630.json b/objects/AllPlayerCards.15bb07/TristanBotley2.1fd630.json new file mode 100644 index 00000000..1a8da379 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TristanBotley2.1fd630.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5887": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Fixer for Hire", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TristanBotley2.1fd630.gmnotes", + "GUID": "1fd630", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tristan Botley (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.146, + "posY": 3.684, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrueGrit.e25dc1.gmnotes b/objects/AllPlayerCards.15bb07/TrueGrit.e25dc1.gmnotes new file mode 100644 index 00000000..50cc11a4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueGrit.e25dc1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03021", + "type": "Asset", + "class": "Guardian", + "cost": 3, + "level": 0, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TrueGrit.e25dc1.json b/objects/AllPlayerCards.15bb07/TrueGrit.e25dc1.json new file mode 100644 index 00000000..775861ab --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueGrit.e25dc1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226329, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrueGrit.e25dc1.gmnotes", + "GUID": "e25dc1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "True Grit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.765, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrueMagick5.79870f.gmnotes b/objects/AllPlayerCards.15bb07/TrueMagick5.79870f.gmnotes new file mode 100644 index 00000000..2dec1fac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueMagick5.79870f.gmnotes @@ -0,0 +1,20 @@ +{ + "id": "08070", + "type": "Asset", + "class": "Mystic", + "cost": 4, + "level": 5, + "traits": "Item. Relic. Tome.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "wildIcons": 1, + "uses": [ + { + "count": 1, + "type": "Charge", + "token": "resource" + } + ], + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TrueMagick5.79870f.json b/objects/AllPlayerCards.15bb07/TrueMagick5.79870f.json new file mode 100644 index 00000000..9b1868df --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueMagick5.79870f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379060, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Reworking Reality", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrueMagick5.79870f.gmnotes", + "GUID": "79870f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "True Magick (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.188, + "posY": 2.351, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrueSurvivor3.8837ff.gmnotes b/objects/AllPlayerCards.15bb07/TrueSurvivor3.8837ff.gmnotes new file mode 100644 index 00000000..f1029e92 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueSurvivor3.8837ff.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03273", + "type": "Event", + "class": "Survivor", + "cost": 3, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/TrueSurvivor3.8837ff.json b/objects/AllPlayerCards.15bb07/TrueSurvivor3.8837ff.json new file mode 100644 index 00000000..7eb61a4a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueSurvivor3.8837ff.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368859, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrueSurvivor3.8837ff.gmnotes", + "GUID": "8837ff", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "True Survivor (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.161, + "posY": 3.891, + "posZ": -16.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrueUnderstanding.4167c0.gmnotes b/objects/AllPlayerCards.15bb07/TrueUnderstanding.4167c0.gmnotes new file mode 100644 index 00000000..905f8608 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueUnderstanding.4167c0.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04153", + "type": "Skill", + "class": "Seeker", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TrueUnderstanding.4167c0.json b/objects/AllPlayerCards.15bb07/TrueUnderstanding.4167c0.json new file mode 100644 index 00000000..bb81a879 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrueUnderstanding.4167c0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/TrueUnderstanding.4167c0.gmnotes", + "GUID": "4167c0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "True Understanding", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.987, + "posY": 3.756, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Trusted.1bc300.gmnotes b/objects/AllPlayerCards.15bb07/Trusted.1bc300.gmnotes new file mode 100644 index 00000000..c74e5bd8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Trusted.1bc300.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04019", + "type": "Event", + "class": "Guardian", + "cost": 1, + "level": 0, + "traits": "Upgrade.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Trusted.1bc300.json b/objects/AllPlayerCards.15bb07/Trusted.1bc300.json new file mode 100644 index 00000000..70da6aba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Trusted.1bc300.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Trusted.1bc300.gmnotes", + "GUID": "1bc300", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trusted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.976, + "posY": 3.815, + "posZ": -16.69, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.gmnotes b/objects/AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.gmnotes new file mode 100644 index 00000000..7022e34f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08008", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Weapon. Melee.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.json b/objects/AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.json new file mode 100644 index 00000000..142f48de --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379005, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TrustyBullwhip.ca9a60.gmnotes", + "GUID": "ca9a60", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trusty Bullwhip", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 78.563, + "posY": 3.327, + "posZ": 7.389, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TruthfromFiction.d64c99.gmnotes b/objects/AllPlayerCards.15bb07/TruthfromFiction.d64c99.gmnotes new file mode 100644 index 00000000..be957467 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TruthfromFiction.d64c99.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04152", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "uses": [ + { + "count": 2, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TruthfromFiction.d64c99.json b/objects/AllPlayerCards.15bb07/TruthfromFiction.d64c99.json new file mode 100644 index 00000000..36783ab1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TruthfromFiction.d64c99.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/TruthfromFiction.d64c99.gmnotes", + "GUID": "d64c99", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Truth from Fiction", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.185, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TruthfromFiction2.45cd73.gmnotes b/objects/AllPlayerCards.15bb07/TruthfromFiction2.45cd73.gmnotes new file mode 100644 index 00000000..3c5df6b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TruthfromFiction2.45cd73.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "53003", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 3, + "uses": [ + { + "count": 2, + "type": "Secret", + "token": "resource" + } + ], + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TruthfromFiction2.45cd73.json b/objects/AllPlayerCards.15bb07/TruthfromFiction2.45cd73.json new file mode 100644 index 00000000..d53695b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TruthfromFiction2.45cd73.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TruthfromFiction2.45cd73.gmnotes", + "GUID": "45cd73", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Truth from Fiction (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.023, + "posY": 3.97, + "posZ": -16.699, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.gmnotes b/objects/AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.gmnotes new file mode 100644 index 00000000..27b19e81 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04159", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 1, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "uses": [ + { + "count": 3, + "type": "Try", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.json b/objects/AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.json new file mode 100644 index 00000000..13093005 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 314802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3148": { + "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_path": "AllPlayerCards.15bb07/TryandTryAgain1.3dc82f.gmnotes", + "GUID": "3dc82f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Try and Try Again (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.013, + "posY": 3.943, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.gmnotes b/objects/AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.gmnotes new file mode 100644 index 00000000..abc43368 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02309", + "type": "Asset", + "class": "Survivor", + "cost": 2, + "level": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.json b/objects/AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.json new file mode 100644 index 00000000..52f1c2e3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368857, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TryandTryAgain3.f1b0f9.gmnotes", + "GUID": "f1b0f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Try and Try Again (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.036, + "posY": 3.929, + "posZ": -16.702, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.gmnotes b/objects/AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.gmnotes new file mode 100644 index 00000000..5e26be9b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "06244", + "type": "Asset", + "class": "Mystic", + "cost": 3, + "level": 3, + "traits": "Ally. Artist. Dreamer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.json b/objects/AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.json new file mode 100644 index 00000000..2c96ea80 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Lost in a Dream", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TwilaKatherinePrice3.9f76ec.gmnotes", + "GUID": "9f76ec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Twila Katherine Price (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 3.832, + "posZ": -16.724, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/TwilightBlade.223ba3.gmnotes b/objects/AllPlayerCards.15bb07/TwilightBlade.223ba3.gmnotes new file mode 100644 index 00000000..f7ec189a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TwilightBlade.223ba3.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05013", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Item. Relic. Weapon.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/TwilightBlade.223ba3.json b/objects/AllPlayerCards.15bb07/TwilightBlade.223ba3.json new file mode 100644 index 00000000..ad12d8e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/TwilightBlade.223ba3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449359, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4493": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Sanctum's Reward", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/TwilightBlade.223ba3.gmnotes", + "GUID": "223ba3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Twilight Blade", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.097, + "posY": 3.684, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnboundBeast.86cf9c.gmnotes b/objects/AllPlayerCards.15bb07/UnboundBeast.86cf9c.gmnotes new file mode 100644 index 00000000..17aa0ef2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnboundBeast.86cf9c.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06283", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Extradimensional. Tindalos.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/UnboundBeast.86cf9c.json b/objects/AllPlayerCards.15bb07/UnboundBeast.86cf9c.json new file mode 100644 index 00000000..202a2415 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnboundBeast.86cf9c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527236, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5272": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Monster. Extradimensional. Tindalos.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnboundBeast.86cf9c.gmnotes", + "GUID": "86cf9c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unbound Beast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.826, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UncagetheSoul.45d2d2.gmnotes b/objects/AllPlayerCards.15bb07/UncagetheSoul.45d2d2.gmnotes new file mode 100644 index 00000000..8e981324 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UncagetheSoul.45d2d2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03033", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/UncagetheSoul.45d2d2.json b/objects/AllPlayerCards.15bb07/UncagetheSoul.45d2d2.json new file mode 100644 index 00000000..ec34b130 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UncagetheSoul.45d2d2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UncagetheSoul.45d2d2.gmnotes", + "GUID": "45d2d2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Uncage the Soul", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.142, + "posY": 3.722, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UncagetheSoul3.343f3a.gmnotes b/objects/AllPlayerCards.15bb07/UncagetheSoul3.343f3a.gmnotes new file mode 100644 index 00000000..c8ed321a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UncagetheSoul3.343f3a.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "09095", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1 +} diff --git a/objects/AllPlayerCards.15bb07/UncagetheSoul3.343f3a.json b/objects/AllPlayerCards.15bb07/UncagetheSoul3.343f3a.json new file mode 100644 index 00000000..1f9ddfc0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UncagetheSoul3.343f3a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379119, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UncagetheSoul3.343f3a.gmnotes", + "GUID": "343f3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Uncage the Soul (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.74, + "posY": 3.345, + "posZ": 65.493, + "rotX": 359, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnderSurveillance1.cc8321.gmnotes b/objects/AllPlayerCards.15bb07/UnderSurveillance1.cc8321.gmnotes new file mode 100644 index 00000000..a7da9768 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnderSurveillance1.cc8321.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07157", + "type": "Event", + "class": "Rogue", + "cost": 3, + "level": 1, + "traits": "Tactic. Trap.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/UnderSurveillance1.cc8321.json b/objects/AllPlayerCards.15bb07/UnderSurveillance1.cc8321.json new file mode 100644 index 00000000..7c3e8dcc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnderSurveillance1.cc8321.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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_path": "AllPlayerCards.15bb07/UnderSurveillance1.cc8321.gmnotes", + "GUID": "cc8321", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Under Surveillance (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.144, + "posY": 3.752, + "posZ": -16.725, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Underprepared.709a54.gmnotes b/objects/AllPlayerCards.15bb07/Underprepared.709a54.gmnotes new file mode 100644 index 00000000..c424ecba --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Underprepared.709a54.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09128", + "type": "Event", + "class": "Neutral", + "cost": 1, + "traits": "Blunder.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/Underprepared.709a54.json b/objects/AllPlayerCards.15bb07/Underprepared.709a54.json new file mode 100644 index 00000000..488941e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Underprepared.709a54.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379152, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Underprepared.709a54.gmnotes", + "GUID": "709a54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underprepared", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.71, + "posY": 3.371, + "posZ": 65.642, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnderworldMarket2.bba889.gmnotes b/objects/AllPlayerCards.15bb07/UnderworldMarket2.bba889.gmnotes new file mode 100644 index 00000000..f4712ac5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnderworldMarket2.bba889.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "09077", + "type": "Asset", + "class": "Rogue", + "level": 2, + "traits": "Connection. Illicit.", + "permanent": true, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/UnderworldMarket2.bba889.json b/objects/AllPlayerCards.15bb07/UnderworldMarket2.bba889.json new file mode 100644 index 00000000..3f5cf266 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnderworldMarket2.bba889.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnderworldMarket2.bba889.gmnotes", + "GUID": "bba889", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underworld Market (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 16.668, + "posY": 3.362, + "posZ": 65.931, + "rotX": 358, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnderworldSupport.8190ac.gmnotes b/objects/AllPlayerCards.15bb07/UnderworldSupport.8190ac.gmnotes new file mode 100644 index 00000000..5e587f31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnderworldSupport.8190ac.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "08046", + "type": "Asset", + "class": "Rogue", + "level": 0, + "traits": "Favor. Illicit.", + "permanent": true, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/UnderworldSupport.8190ac.json b/objects/AllPlayerCards.15bb07/UnderworldSupport.8190ac.json new file mode 100644 index 00000000..652b559b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnderworldSupport.8190ac.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379036, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnderworldSupport.8190ac.gmnotes", + "GUID": "8190ac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underworld Support", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.201, + "posY": 2.156, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnearththeAncients.f763e8.gmnotes b/objects/AllPlayerCards.15bb07/UnearththeAncients.f763e8.gmnotes new file mode 100644 index 00000000..703e4526 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnearththeAncients.f763e8.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04024", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/UnearththeAncients.f763e8.json b/objects/AllPlayerCards.15bb07/UnearththeAncients.f763e8.json new file mode 100644 index 00000000..56b6c16c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnearththeAncients.f763e8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/UnearththeAncients.f763e8.gmnotes", + "GUID": "f763e8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unearth the Ancients", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.706, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.gmnotes b/objects/AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.gmnotes new file mode 100644 index 00000000..cf814157 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "08039", + "type": "Event", + "class": "Seeker", + "cost": 0, + "level": 2, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "agilityIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.json b/objects/AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.json new file mode 100644 index 00000000..9fb397b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379029, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnearththeAncients2.3a4edd.gmnotes", + "GUID": "3a4edd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unearth the Ancients (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.265, + "posZ": -16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnexpectedCourage.853b6c.gmnotes b/objects/AllPlayerCards.15bb07/UnexpectedCourage.853b6c.gmnotes new file mode 100644 index 00000000..7b6420bc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnexpectedCourage.853b6c.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01593", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/UnexpectedCourage.853b6c.json b/objects/AllPlayerCards.15bb07/UnexpectedCourage.853b6c.json new file mode 100644 index 00000000..bfb5052f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnexpectedCourage.853b6c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnexpectedCourage.853b6c.gmnotes", + "GUID": "853b6c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unexpected Courage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.812, + "posY": 3.318, + "posZ": 7.665, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnexpectedCourage.acb83a.gmnotes b/objects/AllPlayerCards.15bb07/UnexpectedCourage.acb83a.gmnotes new file mode 100644 index 00000000..40d015f8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnexpectedCourage.acb83a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01093", + "type": "Skill", + "class": "Neutral", + "level": 0, + "traits": "Innate.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/UnexpectedCourage.acb83a.json b/objects/AllPlayerCards.15bb07/UnexpectedCourage.acb83a.json new file mode 100644 index 00000000..cbb11a3c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnexpectedCourage.acb83a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3685": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956216650/56BA7AB3BBDC1F3C1EA8709F0761D4846B45AF83/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnexpectedCourage.acb83a.gmnotes", + "GUID": "acb83a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unexpected Courage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.166, + "posY": 3.249, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.gmnotes b/objects/AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.gmnotes new file mode 100644 index 00000000..f35d6d14 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60526", + "type": "Skill", + "class": "Survivor", + "level": 2, + "traits": "Innate. Developed.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.json b/objects/AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.json new file mode 100644 index 00000000..84e0c131 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550824, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnexpectedCourage2.2f2190.gmnotes", + "GUID": "2f2190", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unexpected Courage (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.088, + "posY": 3.684, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UniversalSolvent.2f1166.gmnotes b/objects/AllPlayerCards.15bb07/UniversalSolvent.2f1166.gmnotes new file mode 100644 index 00000000..05fa0637 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UniversalSolvent.2f1166.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "85029", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Science.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "uses": [ + { + "count": 4, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/UniversalSolvent.2f1166.json b/objects/AllPlayerCards.15bb07/UniversalSolvent.2f1166.json new file mode 100644 index 00000000..b0b02d0b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UniversalSolvent.2f1166.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2336": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784129708171655462/0B7EFEEA9A53B93350FEC7F68F39A20D1D6580A9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UniversalSolvent.2f1166.gmnotes", + "GUID": "2f1166", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Universal Solvent", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.996, + "posY": 3.685, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.gmnotes b/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.gmnotes new file mode 100644 index 00000000..228c0fe5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07196", + "type": "Skill", + "class": "Survivor", + "level": 1, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.json b/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.json new file mode 100644 index 00000000..4a1a3a2d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558007, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5580": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1762566393205073673/1FABAC4DD6EF3706D8C8285A256A13F43AE6B1E1/", + "NumHeight": 3, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Unrelenting1.45386d.gmnotes", + "GUID": "45386d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "AllPlayerCards.15bb07/Unrelenting1.45386d.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unrelenting (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.008, + "posY": 3.684, + "posZ": -16.696, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.ttslua b/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.ttslua new file mode 100644 index 00000000..43685419 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Unrelenting1.45386d.ttslua @@ -0,0 +1,100 @@ +ASSEMBLY_POSITION = {69.08, 4, 36.45} + +function onload() + 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 + + 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) + local guid = obj.getGUID() + local name = obj.getName() + if name == "Bless" or name == "Curse" then + local tokensTaken = manager.getVar("tokensTaken") + table.insert(tokensTaken[name], guid) + manager.setVar("tokensTaken", tokensTaken) + manager.setVar("mode", name) + printToAll("Sealing " .. name .. " token " .. manager.call("getTokenCount")) + end +end + +function releaseTokens(playerColor) + if #sealedTokens == 0 then return end + for i,token in ipairs(sealedTokens) do + local guid = token.getGUID() + local name = token.getName() + chaosbag.putObject(token) + if name == "Bless" or name == "Curse" then + local tokensTaken = manager.getVar("tokensTaken") + for i,v in ipairs(tokensTaken[name]) do + if v == guid then + table.remove(tokensTaken[name], i) + break + end + end + manager.setVar("tokensTaken", tokensTaken) + manager.setVar("mode", name) + printToAll("Releasing " .. name .. " token" .. manager.call("getTokenCount")) + end + 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 + +function readBag() + -- add menu items + self.clearContextMenu() + self.addContextMenuItem("Release Tokens", releaseTokens) + + local bagTokens = { } + local tokens = chaosbag.getObjects() + for i,token in ipairs(tokens) do + bagTokens[token.name] = true + end + + for url,token in pairs(IMAGE_TOKEN_MAP) do + if bagTokens[token] then + self.addContextMenuItem("Seal " .. token, function(playerColor) sealToken(url, playerColor) end, true) + end + end + self.addContextMenuItem("Refresh Seal Options", readBag) +end + diff --git a/objects/AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.gmnotes b/objects/AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.gmnotes new file mode 100644 index 00000000..6bc5654d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "08113", + "type": "Asset", + "class": "Rogue|Survivor", + "cost": 0, + "level": 3, + "traits": "Pact.", + "permanent": false, + "weakness": false, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.json b/objects/AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.json new file mode 100644 index 00000000..ee5bf340 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378951, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnscrupulousLoan3.57b95d.gmnotes", + "GUID": "57b95d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unscrupulous Loan (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.181, + "posY": 2.857, + "posZ": -16.733, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnsolvedCase.22d886.gmnotes b/objects/AllPlayerCards.15bb07/UnsolvedCase.22d886.gmnotes new file mode 100644 index 00000000..e043ac11 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnsolvedCase.22d886.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "05010", + "type": "Event", + "class": "Neutral", + "cost": 4, + "traits": "Insight. Mystery.", + "permanent": false, + "weakness": true, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/UnsolvedCase.22d886.json b/objects/AllPlayerCards.15bb07/UnsolvedCase.22d886.json new file mode 100644 index 00000000..ea8be9e5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnsolvedCase.22d886.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431656, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4316": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnsolvedCase.22d886.gmnotes", + "GUID": "22d886", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unsolved Case", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.059, + "posY": 3.876, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.gmnotes b/objects/AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.gmnotes new file mode 100644 index 00000000..cbad8742 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "52011", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness. Pact.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.json b/objects/AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.json new file mode 100644 index 00000000..37e2e799 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438124, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnspeakableOathBloodthirst.a5be8b.gmnotes", + "GUID": "a5be8b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Bloodthirst)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.157, + "posY": 4.178, + "posZ": -16.728, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.gmnotes b/objects/AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.gmnotes new file mode 100644 index 00000000..a059dea5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "52013", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness. Pact.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.json b/objects/AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.json new file mode 100644 index 00000000..c5be7276 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438122, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnspeakableOathCowardice.ea0fa1.gmnotes", + "GUID": "ea0fa1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Cowardice)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.77, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.gmnotes b/objects/AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.gmnotes new file mode 100644 index 00000000..b084e346 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "52012", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness. Pact.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "Return to the Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.json b/objects/AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.json new file mode 100644 index 00000000..67c1545d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438123, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UnspeakableOathCuriosity.f6aba5.gmnotes", + "GUID": "f6aba5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Curiosity)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 3.797, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.gmnotes b/objects/AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.gmnotes new file mode 100644 index 00000000..fde85d40 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04015", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.json b/objects/AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.json new file mode 100644 index 00000000..587bfd97 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 376600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3766": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UntiltheEndofTime.41a9ec.gmnotes", + "GUID": "41a9ec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Until the End of Time", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.182, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UntimelyTransaction1.69289f.gmnotes b/objects/AllPlayerCards.15bb07/UntimelyTransaction1.69289f.gmnotes new file mode 100644 index 00000000..ceafcacc --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UntimelyTransaction1.69289f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08051", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 1, + "traits": "Favor.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/UntimelyTransaction1.69289f.json b/objects/AllPlayerCards.15bb07/UntimelyTransaction1.69289f.json new file mode 100644 index 00000000..9154eba4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UntimelyTransaction1.69289f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379041, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UntimelyTransaction1.69289f.gmnotes", + "GUID": "69289f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Untimely Transaction (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.199, + "posY": 2.177, + "posZ": -16.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UrsulaDowns.07c37d.gmnotes b/objects/AllPlayerCards.15bb07/UrsulaDowns.07c37d.gmnotes new file mode 100644 index 00000000..e5a1ba86 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UrsulaDowns.07c37d.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04002", + "type": "Investigator", + "class": "Seeker", + "traits": "Wayfarer.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 1, + "agilityIcons": 4, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/UrsulaDowns.07c37d.json b/objects/AllPlayerCards.15bb07/UrsulaDowns.07c37d.json new file mode 100644 index 00000000..5b0ec55f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UrsulaDowns.07c37d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2714": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Explorer", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/UrsulaDowns.07c37d.gmnotes", + "GUID": "07c37d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ursula Downs", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.814, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/UrsulaDowns.c91482.json b/objects/AllPlayerCards.15bb07/UrsulaDowns.c91482.json new file mode 100644 index 00000000..74693ea2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/UrsulaDowns.c91482.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 260317, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2603": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"04002-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "c91482", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ursula Downs", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.805, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ValentinoRivas.726d1d.gmnotes b/objects/AllPlayerCards.15bb07/ValentinoRivas.726d1d.gmnotes new file mode 100644 index 00000000..9949bd24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ValentinoRivas.726d1d.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05261", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Ally. Socialite.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/ValentinoRivas.726d1d.json b/objects/AllPlayerCards.15bb07/ValentinoRivas.726d1d.json new file mode 100644 index 00000000..419522c7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ValentinoRivas.726d1d.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 312514, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3125": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/786356000879761873/F22612DB451928DCA4344F3F125F5A8CE128A817/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Took You Long Enough", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ValentinoRivas.726d1d.gmnotes", + "GUID": "726d1d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Valentino Rivas", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.997, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VantagePoint.2f9ab1.gmnotes b/objects/AllPlayerCards.15bb07/VantagePoint.2f9ab1.gmnotes new file mode 100644 index 00000000..d53516ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VantagePoint.2f9ab1.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04306", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/VantagePoint.2f9ab1.json b/objects/AllPlayerCards.15bb07/VantagePoint.2f9ab1.json new file mode 100644 index 00000000..8a72ef10 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VantagePoint.2f9ab1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/VantagePoint.2f9ab1.gmnotes", + "GUID": "2f9ab1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vantage Point", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.087, + "posY": 3.68, + "posZ": -16.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.gmnotes b/objects/AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.gmnotes new file mode 100644 index 00000000..012d256a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60202", + "type": "Asset", + "class": "Seeker", + "cost": 3, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.json b/objects/AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.json new file mode 100644 index 00000000..f64f9241 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VaultofKnowledge.2fdcc9.gmnotes", + "GUID": "2fdcc9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vault of Knowledge", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.001, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VedaWhitsley.a0c2da.gmnotes b/objects/AllPlayerCards.15bb07/VedaWhitsley.a0c2da.gmnotes new file mode 100644 index 00000000..bec8c9d4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VedaWhitsley.a0c2da.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "53037", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "wildIcons": 2, + "cycle": "Return to the Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/VedaWhitsley.a0c2da.json b/objects/AllPlayerCards.15bb07/VedaWhitsley.a0c2da.json new file mode 100644 index 00000000..66187a10 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VedaWhitsley.a0c2da.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 231709, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2317": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537091085/26A674065298A59068E1D6BA3804D03554C234A3/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Skilled Botanist", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VedaWhitsley.a0c2da.gmnotes", + "GUID": "a0c2da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Veda Whitsley", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.202, + "posY": 2.943, + "posZ": -16.734, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VengefulHound.ce3a1a.gmnotes b/objects/AllPlayerCards.15bb07/VengefulHound.ce3a1a.gmnotes new file mode 100644 index 00000000..2443bf5c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VengefulHound.ce3a1a.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "98009", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Extradimensional. Tindalos.", + "permanent": false, + "weakness": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/VengefulHound.ce3a1a.json b/objects/AllPlayerCards.15bb07/VengefulHound.ce3a1a.json new file mode 100644 index 00000000..49abc424 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VengefulHound.ce3a1a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 380949, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3809": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VengefulHound.ce3a1a.gmnotes", + "GUID": "ce3a1a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vengeful Hound", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.852, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Venturer.0e2987.gmnotes b/objects/AllPlayerCards.15bb07/Venturer.0e2987.gmnotes new file mode 100644 index 00000000..c166ac5a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Venturer.0e2987.gmnotes @@ -0,0 +1,19 @@ +{ + "id": "04018", + "type": "Asset", + "class": "Guardian", + "cost": 4, + "level": 0, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "uses": [ + { + "count": 3, + "type": "Supply", + "token": "resource" + } + ], + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Venturer.0e2987.json b/objects/AllPlayerCards.15bb07/Venturer.0e2987.json new file mode 100644 index 00000000..b50a933b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Venturer.0e2987.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226332, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Venturer.0e2987.gmnotes", + "GUID": "0e2987", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Venturer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.149, + "posY": 3.834, + "posZ": -16.726, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Versatile2.eca1c8.gmnotes b/objects/AllPlayerCards.15bb07/Versatile2.eca1c8.gmnotes new file mode 100644 index 00000000..0685c208 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Versatile2.eca1c8.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06167", + "type": "Asset", + "class": "Neutral", + "level": 2, + "traits": "Talent.", + "permanent": true, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Versatile2.eca1c8.json b/objects/AllPlayerCards.15bb07/Versatile2.eca1c8.json new file mode 100644 index 00000000..b08f8b19 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Versatile2.eca1c8.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379711, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3797": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Versatile2.eca1c8.gmnotes", + "GUID": "eca1c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Versatile (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.714, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ViciousBlow.889121.gmnotes b/objects/AllPlayerCards.15bb07/ViciousBlow.889121.gmnotes new file mode 100644 index 00000000..0549da77 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ViciousBlow.889121.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01025", + "alternate_ids": [ + "60119", + "01525" + ], + "type": "Skill", + "class": "Guardian", + "level": 0, + "traits": "Practiced.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/ViciousBlow.889121.json b/objects/AllPlayerCards.15bb07/ViciousBlow.889121.json new file mode 100644 index 00000000..d7bf75d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ViciousBlow.889121.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ViciousBlow.889121.gmnotes", + "GUID": "889121", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vicious Blow", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.966, + "posY": 3.375, + "posZ": -56.942, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ViciousBlow2.d2e026.gmnotes b/objects/AllPlayerCards.15bb07/ViciousBlow2.d2e026.gmnotes new file mode 100644 index 00000000..e6f9ed10 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ViciousBlow2.d2e026.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02299", + "type": "Skill", + "class": "Guardian", + "level": 2, + "traits": "Practiced. Expert.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ViciousBlow2.d2e026.json b/objects/AllPlayerCards.15bb07/ViciousBlow2.d2e026.json new file mode 100644 index 00000000..90cce896 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ViciousBlow2.d2e026.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226341, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ViciousBlow2.d2e026.gmnotes", + "GUID": "d2e026", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vicious Blow (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.011, + "posY": 3.759, + "posZ": -16.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VincentLee.43ad8a.json b/objects/AllPlayerCards.15bb07/VincentLee.43ad8a.json new file mode 100644 index 00000000..cd5a41ef --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VincentLee.43ad8a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8461": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653683/60799F36ADCEBB9027393DBB518B4025D1953FA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119653462/E5CB5A50E22021314BB8963E47516DBE8092D8EF/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09004-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "43ad8a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vincent Lee", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 15.301, + "posY": 2.209, + "posZ": 54.496, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VincentLee.c431f3.gmnotes b/objects/AllPlayerCards.15bb07/VincentLee.c431f3.gmnotes new file mode 100644 index 00000000..f16d0e38 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VincentLee.c431f3.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "09004", + "type": "Investigator", + "class": "Seeker", + "traits": "Medic.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 3, + "agilityIcons": 1, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/VincentLee.c431f3.json b/objects/AllPlayerCards.15bb07/VincentLee.c431f3.json new file mode 100644 index 00000000..187525a8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VincentLee.c431f3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 843401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8434": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606436/4C276FC15C46EEB0C65BAE449E7D94445B3E1B57/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119606067/D4B307834101CF1589A9A9AEEC4CE2F65E7DF02F/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Doctor", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VincentLee.c431f3.gmnotes", + "GUID": "c431f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vincent Lee", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 20.936, + "posY": 2.21, + "posZ": 51.756, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VoiceofRa.0988b2.gmnotes b/objects/AllPlayerCards.15bb07/VoiceofRa.0988b2.gmnotes new file mode 100644 index 00000000..039e0925 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VoiceofRa.0988b2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60416", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/VoiceofRa.0988b2.json b/objects/AllPlayerCards.15bb07/VoiceofRa.0988b2.json new file mode 100644 index 00000000..23e70bd1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VoiceofRa.0988b2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538714, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VoiceofRa.0988b2.gmnotes", + "GUID": "0988b2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Voice of Ra", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.015, + "posY": 4.01, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.gmnotes b/objects/AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.gmnotes new file mode 100644 index 00000000..6feafb98 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60416-t", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.json b/objects/AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.json new file mode 100644 index 00000000..e9ab10e9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VoiceofRaTaboo.77f7f3.gmnotes", + "GUID": "77f7f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Voice of Ra (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.634, + "posY": 4.276, + "posZ": -62.25, + "rotX": 0, + "rotY": 270, + "rotZ": 3, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.gmnotes b/objects/AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.gmnotes new file mode 100644 index 00000000..0daa1db1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "04016", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse. Pact.", + "permanent": false, + "weakness": true, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.json b/objects/AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.json new file mode 100644 index 00000000..c4d193bf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 376501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3765": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/VoiceoftheMessenger.f93ea8.gmnotes", + "GUID": "f93ea8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Voice of the Messenger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.997, + "posY": 3.711, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WardofProtection.6656ad.gmnotes b/objects/AllPlayerCards.15bb07/WardofProtection.6656ad.gmnotes new file mode 100644 index 00000000..db8d120a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofProtection.6656ad.gmnotes @@ -0,0 +1,15 @@ +{ + "id": "01065", + "alternate_ids": [ + "01565" + ], + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 0, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WardofProtection.6656ad.json b/objects/AllPlayerCards.15bb07/WardofProtection.6656ad.json new file mode 100644 index 00000000..042e3da0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofProtection.6656ad.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WardofProtection.6656ad.gmnotes", + "GUID": "6656ad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ward of Protection", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 3.325, + "posZ": -47.41, + "rotX": 1, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WardofProtection2.4d74f6.gmnotes b/objects/AllPlayerCards.15bb07/WardofProtection2.4d74f6.gmnotes new file mode 100644 index 00000000..8e233671 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofProtection2.4d74f6.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03270", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 2, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/WardofProtection2.4d74f6.json b/objects/AllPlayerCards.15bb07/WardofProtection2.4d74f6.json new file mode 100644 index 00000000..6201ae22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofProtection2.4d74f6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230341, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WardofProtection2.4d74f6.gmnotes", + "GUID": "4d74f6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ward of Protection (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.017, + "posY": 4.055, + "posZ": -16.698, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WardofProtection5.7bc995.gmnotes b/objects/AllPlayerCards.15bb07/WardofProtection5.7bc995.gmnotes new file mode 100644 index 00000000..1df5812a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofProtection5.7bc995.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "02307", + "type": "Event", + "class": "Mystic", + "cost": 1, + "level": 5, + "traits": "Spell. Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/WardofProtection5.7bc995.json b/objects/AllPlayerCards.15bb07/WardofProtection5.7bc995.json new file mode 100644 index 00000000..1c1f68b3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofProtection5.7bc995.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230360, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WardofProtection5.7bc995.gmnotes", + "GUID": "7bc995", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ward of Protection (5)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 3.82, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WardofRadiance.69116c.gmnotes b/objects/AllPlayerCards.15bb07/WardofRadiance.69116c.gmnotes new file mode 100644 index 00000000..cb4b539a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofRadiance.69116c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "07031", + "type": "Event", + "class": "Mystic", + "cost": 0, + "level": 0, + "traits": "Insight. Blessed.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "agilityIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/WardofRadiance.69116c.json b/objects/AllPlayerCards.15bb07/WardofRadiance.69116c.json new file mode 100644 index 00000000..37d7d2cf --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WardofRadiance.69116c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 583025, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5830": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WardofRadiance.69116c.gmnotes", + "GUID": "69116c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ward of Radiance", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.094, + "posY": 3.685, + "posZ": -16.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WarningShot.ec38db.gmnotes b/objects/AllPlayerCards.15bb07/WarningShot.ec38db.gmnotes new file mode 100644 index 00000000..b46211e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WarningShot.ec38db.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "05229", + "type": "Event", + "class": "Guardian", + "cost": 2, + "level": 0, + "traits": "Tactic. Trick.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/WarningShot.ec38db.json b/objects/AllPlayerCards.15bb07/WarningShot.ec38db.json new file mode 100644 index 00000000..276325e2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WarningShot.ec38db.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 292814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2928": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WarningShot.ec38db.gmnotes", + "GUID": "ec38db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Warning Shot", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.004, + "posY": 3.868, + "posZ": -16.695, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.gmnotes b/objects/AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.gmnotes new file mode 100644 index 00000000..ddf11265 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06017", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Extradimensional.", + "permanent": false, + "weakness": true, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.json b/objects/AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.json new file mode 100644 index 00000000..c2727bfe --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 581311, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5813": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WatcherfromAnotherDimension.6945f7.gmnotes", + "GUID": "6945f7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Watcher from Another Dimension", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.652, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Watchthis.c40cb4.gmnotes b/objects/AllPlayerCards.15bb07/Watchthis.c40cb4.gmnotes new file mode 100644 index 00000000..202b7d18 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Watchthis.c40cb4.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "03233", + "type": "Skill", + "class": "Rogue", + "level": 0, + "traits": "Gambit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Watchthis.c40cb4.json b/objects/AllPlayerCards.15bb07/Watchthis.c40cb4.json new file mode 100644 index 00000000..ce39bf73 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Watchthis.c40cb4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 261700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2617": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Watchthis.c40cb4.gmnotes", + "GUID": "c40cb4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Watch this!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 5.437, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WavewornIdol.591284.gmnotes b/objects/AllPlayerCards.15bb07/WavewornIdol.591284.gmnotes new file mode 100644 index 00000000..66eb1b98 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WavewornIdol.591284.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "07179", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "wildIcons": 1, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/WavewornIdol.591284.json b/objects/AllPlayerCards.15bb07/WavewornIdol.591284.json new file mode 100644 index 00000000..dcba124b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WavewornIdol.591284.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 451112, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4511": { + "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_path": "AllPlayerCards.15bb07/WavewornIdol.591284.gmnotes", + "GUID": "591284", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Waveworn Idol", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.134, + "posY": 3.82, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Waylay.da207b.gmnotes b/objects/AllPlayerCards.15bb07/Waylay.da207b.gmnotes new file mode 100644 index 00000000..3e05053f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Waylay.da207b.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "03237", + "type": "Event", + "class": "Survivor", + "cost": 3, + "level": 0, + "traits": "Tactic.", + "permanent": false, + "weakness": false, + "agilityIcons": 2, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/Waylay.da207b.json b/objects/AllPlayerCards.15bb07/Waylay.da207b.json new file mode 100644 index 00000000..5376b83a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Waylay.da207b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368818, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Waylay.da207b.gmnotes", + "GUID": "da207b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Waylay", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.172, + "posY": 3.029, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Well-Maintained1.e454c3.gmnotes b/objects/AllPlayerCards.15bb07/Well-Maintained1.e454c3.gmnotes new file mode 100644 index 00000000..dd39f60a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Well-Maintained1.e454c3.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05152", + "type": "Event", + "class": "Guardian", + "cost": 0, + "level": 1, + "traits": "Upgrade.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Well-Maintained1.e454c3.json b/objects/AllPlayerCards.15bb07/Well-Maintained1.e454c3.json new file mode 100644 index 00000000..549332c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Well-Maintained1.e454c3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 278012, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Well-Maintained1.e454c3.gmnotes", + "GUID": "e454c3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Well-Maintained (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.151, + "posY": 4.064, + "posZ": -16.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WellConnected.66b7d5.gmnotes b/objects/AllPlayerCards.15bb07/WellConnected.66b7d5.gmnotes new file mode 100644 index 00000000..df99d537 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WellConnected.66b7d5.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05028", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 0, + "traits": "Condition.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/WellConnected.66b7d5.json b/objects/AllPlayerCards.15bb07/WellConnected.66b7d5.json new file mode 100644 index 00000000..6ba8688e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WellConnected.66b7d5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 527608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5276": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WellConnected.66b7d5.gmnotes", + "GUID": "66b7d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Well Connected", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.201, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WellConnected3.170127.gmnotes b/objects/AllPlayerCards.15bb07/WellConnected3.170127.gmnotes new file mode 100644 index 00000000..8768da01 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WellConnected3.170127.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "54006", + "type": "Asset", + "class": "Rogue", + "cost": 2, + "level": 3, + "traits": "Condition.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "Return to the Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/WellConnected3.170127.json b/objects/AllPlayerCards.15bb07/WellConnected3.170127.json new file mode 100644 index 00000000..1f9a4214 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WellConnected3.170127.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449526, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WellConnected3.170127.gmnotes", + "GUID": "170127", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Well Connected (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.125, + "posY": 3.88, + "posZ": -16.721, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WellPrepared2.eea4ef.gmnotes b/objects/AllPlayerCards.15bb07/WellPrepared2.eea4ef.gmnotes new file mode 100644 index 00000000..bdf9ba32 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WellPrepared2.eea4ef.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04151", + "type": "Asset", + "class": "Guardian", + "cost": 2, + "level": 2, + "traits": "Talent.", + "permanent": false, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/WellPrepared2.eea4ef.json b/objects/AllPlayerCards.15bb07/WellPrepared2.eea4ef.json new file mode 100644 index 00000000..1a14936f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WellPrepared2.eea4ef.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 226345, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2263": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WellPrepared2.eea4ef.gmnotes", + "GUID": "eea4ef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Well Prepared (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.172, + "posY": 3.028, + "posZ": -16.731, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdams.11bcb3.gmnotes b/objects/AllPlayerCards.15bb07/WendyAdams.11bcb3.gmnotes new file mode 100644 index 00000000..4fcc1725 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdams.11bcb3.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01005-r", + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 1, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdams.11bcb3.json b/objects/AllPlayerCards.15bb07/WendyAdams.11bcb3.json new file mode 100644 index 00000000..1c6344ac --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdams.11bcb3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5874": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108622/9BA9D571CE81D39DDED8F6F7573E8676964E7723/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800108004/768BB33829A836E2AB5E6775A22271BE77585D4A/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Urchin", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendyAdams.11bcb3.gmnotes", + "GUID": "11bcb3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 47.459, + "posY": 1.986, + "posZ": -116.22, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdams.15e40d.json b/objects/AllPlayerCards.15bb07/WendyAdams.15e40d.json new file mode 100644 index 00000000..a82b632e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdams.15e40d.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 258404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2584": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01005-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "15e40d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 28.754, + "posY": 3.371, + "posZ": -59.031, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdams.9b1e1f.json b/objects/AllPlayerCards.15bb07/WendyAdams.9b1e1f.json new file mode 100644 index 00000000..a8746deb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdams.9b1e1f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5871": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800341634/C8EF1EDA589007989C51031F8CD42B23956EA7CE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800340918/16F5E89C36494A9A7D4C191DFF376E340BAABD00/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"01005-revised-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "9b1e1f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 45.303, + "posY": 1.985, + "posZ": -99.982, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdams.fc1d17.gmnotes b/objects/AllPlayerCards.15bb07/WendyAdams.fc1d17.gmnotes new file mode 100644 index 00000000..074e67da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdams.fc1d17.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "01005", + "alternate_ids": [ + "01505" + ], + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 1, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdams.fc1d17.json b/objects/AllPlayerCards.15bb07/WendyAdams.fc1d17.json new file mode 100644 index 00000000..b180ff0d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdams.fc1d17.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5357": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Urchin", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendyAdams.fc1d17.gmnotes", + "GUID": "fc1d17", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.449, + "posY": 1.493, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.gmnotes b/objects/AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.gmnotes new file mode 100644 index 00000000..8b5f597e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01005-p", + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 1, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.json b/objects/AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.json new file mode 100644 index 00000000..bf1d908e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5358": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610857202/7BDF70F6A11E1F9779ED6AB2BBD6C8C33A930CDE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610856838/D7BEC8CBBE4F692DC2033065B210E0C1B0869BB1/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Urchin", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendyAdamsParallel.fd91ea.gmnotes", + "GUID": "fd91ea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams (Parallel)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.672, + "posY": 3.332, + "posZ": 7.626, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.gmnotes b/objects/AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.gmnotes new file mode 100644 index 00000000..c5334533 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01005-pb", + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 1, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.json b/objects/AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.json new file mode 100644 index 00000000..3cea146c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5358": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610857202/7BDF70F6A11E1F9779ED6AB2BBD6C8C33A930CDE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610856838/D7BEC8CBBE4F692DC2033065B210E0C1B0869BB1/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Urchin", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendyAdamsParallelBack.4232d9.gmnotes", + "GUID": "4232d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams (Parallel Back)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.798, + "posY": 3.299, + "posZ": 7.305, + "rotX": 2, + "rotY": 180, + "rotZ": 1, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.gmnotes b/objects/AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.gmnotes new file mode 100644 index 00000000..7a646c64 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01005-pf", + "type": "Investigator", + "class": "Survivor", + "traits": "Drifter.", + "willpowerIcons": 4, + "intellectIcons": 3, + "combatIcons": 1, + "agilityIcons": 4, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.json b/objects/AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.json new file mode 100644 index 00000000..c0bd17e4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 535801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5358": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610857202/7BDF70F6A11E1F9779ED6AB2BBD6C8C33A930CDE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610856838/D7BEC8CBBE4F692DC2033065B210E0C1B0869BB1/", + "NumHeight": 3, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Urchin", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendyAdamsParallelFront.61503e.gmnotes", + "GUID": "61503e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy Adams (Parallel Front)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.22, + "posY": 3.322, + "posZ": 8.844, + "rotX": 359, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendysAmulet.05d7d5.gmnotes b/objects/AllPlayerCards.15bb07/WendysAmulet.05d7d5.gmnotes new file mode 100644 index 00000000..828b8c4c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendysAmulet.05d7d5.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01514", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendysAmulet.05d7d5.json b/objects/AllPlayerCards.15bb07/WendysAmulet.05d7d5.json new file mode 100644 index 00000000..f8855941 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendysAmulet.05d7d5.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587213, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendysAmulet.05d7d5.gmnotes", + "GUID": "05d7d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy's Amulet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 48.559, + "posY": 1.986, + "posZ": -126.156, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendysAmulet.27b4ea.gmnotes b/objects/AllPlayerCards.15bb07/WendysAmulet.27b4ea.gmnotes new file mode 100644 index 00000000..3a7d25b9 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendysAmulet.27b4ea.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "01014", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "wildIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WendysAmulet.27b4ea.json b/objects/AllPlayerCards.15bb07/WendysAmulet.27b4ea.json new file mode 100644 index 00000000..00bc9eb0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendysAmulet.27b4ea.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5906": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendysAmulet.27b4ea.gmnotes", + "GUID": "27b4ea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy's Amulet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.714, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WendysAmulet.664b70.gmnotes b/objects/AllPlayerCards.15bb07/WendysAmulet.664b70.gmnotes new file mode 100644 index 00000000..3dcd3353 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendysAmulet.664b70.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "90039", + "type": "Asset", + "class": "Neutral", + "cost": 2, + "traits": "Item. Relic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 2, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/WendysAmulet.664b70.json b/objects/AllPlayerCards.15bb07/WendysAmulet.664b70.json new file mode 100644 index 00000000..631d3169 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WendysAmulet.664b70.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 536001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5360": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610861313/38FA9E4802C3B8E8FC2DB16E94E65A3FD60D92B9/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Advanced", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WendysAmulet.664b70.gmnotes", + "GUID": "664b70", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy's Amulet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.372, + "posY": 3.302, + "posZ": 6.698, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.gmnotes b/objects/AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.gmnotes new file mode 100644 index 00000000..78936752 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "84007", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "Standalone" +} diff --git a/objects/AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.json b/objects/AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.json new file mode 100644 index 00000000..5b0840e7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 534901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5349": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493212055041441/90F035BD69A7C5C6B6F43426DDDA3A09DFCBCBDF/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Madness.", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WhatHaveYouDone.2c76d9.gmnotes", + "GUID": "2c76d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "What Have You Done?", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 101.211, + "posY": 1.985, + "posZ": -15.649, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.gmnotes b/objects/AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.gmnotes new file mode 100644 index 00000000..e3683c0d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "07009", + "type": "Skill", + "class": "Neutral", + "traits": "Curse.", + "permanent": false, + "weakness": true, + "wildIcons": 1, + "negativeIcons": true, + "cycle": "The Innsmouth Conspiracy" +} diff --git a/objects/AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.json b/objects/AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.json new file mode 100644 index 00000000..edc314c2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 585903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5859": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WhispersfromtheDeep.dd4a25.gmnotes", + "GUID": "dd4a25", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Whispers from the Deep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.796, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WhittonGreene.3c5099.gmnotes b/objects/AllPlayerCards.15bb07/WhittonGreene.3c5099.gmnotes new file mode 100644 index 00000000..6f832e75 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhittonGreene.3c5099.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "60213", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 0, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/WhittonGreene.3c5099.json b/objects/AllPlayerCards.15bb07/WhittonGreene.3c5099.json new file mode 100644 index 00000000..7d63e5b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhittonGreene.3c5099.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hunter of Rare Books", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WhittonGreene.3c5099.gmnotes", + "GUID": "3c5099", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Whitton Greene", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.973, + "posY": 3.793, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WhittonGreene2.854c79.gmnotes b/objects/AllPlayerCards.15bb07/WhittonGreene2.854c79.gmnotes new file mode 100644 index 00000000..15dc314f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhittonGreene2.854c79.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60223", + "type": "Asset", + "class": "Seeker", + "cost": 4, + "level": 2, + "traits": "Ally. Miskatonic.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "intellectIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/WhittonGreene2.854c79.json b/objects/AllPlayerCards.15bb07/WhittonGreene2.854c79.json new file mode 100644 index 00000000..5d3d7861 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WhittonGreene2.854c79.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538821, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hunter of Rare Books", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WhittonGreene2.854c79.gmnotes", + "GUID": "854c79", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Whitton Greene (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.998, + "posY": 3.776, + "posZ": -16.694, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WilliamYorick.7e4c56.gmnotes b/objects/AllPlayerCards.15bb07/WilliamYorick.7e4c56.gmnotes new file mode 100644 index 00000000..7f9f687b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilliamYorick.7e4c56.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03005", + "type": "Investigator", + "class": "Survivor", + "traits": "Warden.", + "willpowerIcons": 3, + "intellectIcons": 2, + "combatIcons": 4, + "agilityIcons": 3, + "cycle": "The Path to Carcosa" +} diff --git a/objects/AllPlayerCards.15bb07/WilliamYorick.7e4c56.json b/objects/AllPlayerCards.15bb07/WilliamYorick.7e4c56.json new file mode 100644 index 00000000..0badc13e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilliamYorick.7e4c56.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271114, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2711": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Gravedigger", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WilliamYorick.7e4c56.gmnotes", + "GUID": "7e4c56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "William Yorick", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.94, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WilliamYorick.98d974.json b/objects/AllPlayerCards.15bb07/WilliamYorick.98d974.json new file mode 100644 index 00000000..1181f839 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilliamYorick.98d974.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2594": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"03005-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "98d974", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "William Yorick", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 2.133, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.gmnotes b/objects/AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.gmnotes new file mode 100644 index 00000000..1bec0598 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "60512", + "type": "Event", + "class": "Survivor", + "cost": 4, + "level": 0, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.json b/objects/AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.json new file mode 100644 index 00000000..51946c8a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 550810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5508": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WilltoSurvive.dc4a2c.gmnotes", + "GUID": "dc4a2c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Will to Survive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.062, + "posY": 3.866, + "posZ": -16.707, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WilltoSurvive3.0027f2.gmnotes b/objects/AllPlayerCards.15bb07/WilltoSurvive3.0027f2.gmnotes new file mode 100644 index 00000000..6fdce500 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilltoSurvive3.0027f2.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01085", + "type": "Event", + "class": "Survivor", + "cost": 4, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WilltoSurvive3.0027f2.json b/objects/AllPlayerCards.15bb07/WilltoSurvive3.0027f2.json new file mode 100644 index 00000000..8457ddf7 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilltoSurvive3.0027f2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368860, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WilltoSurvive3.0027f2.gmnotes", + "GUID": "0027f2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Will to Survive (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.717, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WilltoSurvive3.3959fa.gmnotes b/objects/AllPlayerCards.15bb07/WilltoSurvive3.3959fa.gmnotes new file mode 100644 index 00000000..5e95ce67 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilltoSurvive3.3959fa.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "01585", + "type": "Event", + "class": "Survivor", + "cost": 4, + "level": 3, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "wildIcons": 1, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WilltoSurvive3.3959fa.json b/objects/AllPlayerCards.15bb07/WilltoSurvive3.3959fa.json new file mode 100644 index 00000000..8ba4a45a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WilltoSurvive3.3959fa.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587216, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WilltoSurvive3.3959fa.gmnotes", + "GUID": "3959fa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Will to Survive (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.759, + "posY": 3.32, + "posZ": 7.672, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WindsofPower1.bcdfde.gmnotes b/objects/AllPlayerCards.15bb07/WindsofPower1.bcdfde.gmnotes new file mode 100644 index 00000000..73034998 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WindsofPower1.bcdfde.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08063", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 1, + "traits": "Spirit.", + "permanent": false, + "weakness": false, + "willpowerIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/WindsofPower1.bcdfde.json b/objects/AllPlayerCards.15bb07/WindsofPower1.bcdfde.json new file mode 100644 index 00000000..e2df740e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WindsofPower1.bcdfde.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379053, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WindsofPower1.bcdfde.gmnotes", + "GUID": "bcdfde", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Winds of Power (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.193, + "posY": 2.209, + "posZ": -16.735, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WingingIt.aa3984.gmnotes b/objects/AllPlayerCards.15bb07/WingingIt.aa3984.gmnotes new file mode 100644 index 00000000..f4e34541 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WingingIt.aa3984.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "04272", + "type": "Event", + "class": "Survivor", + "cost": 1, + "level": 0, + "traits": "Tactic. Improvised.", + "permanent": false, + "weakness": false, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/WingingIt.aa3984.json b/objects/AllPlayerCards.15bb07/WingingIt.aa3984.json new file mode 100644 index 00000000..b6aa4207 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WingingIt.aa3984.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4305": { + "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_path": "AllPlayerCards.15bb07/WingingIt.aa3984.gmnotes", + "GUID": "aa3984", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Winging It", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.407, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WinifredHabbamock.038599.json b/objects/AllPlayerCards.15bb07/WinifredHabbamock.038599.json new file mode 100644 index 00000000..153116e1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WinifredHabbamock.038599.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 274218, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2742": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846975/4726098952C64103F2C211D202FFDD40D9D988BB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093847742/6DF29C75A96B1D04C068D3AACAE25F9D2363BE9A/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"60301-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "038599", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Winifred Habbamock", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.233, + "posY": 1.986, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WinifredHabbamock.cd4028.gmnotes b/objects/AllPlayerCards.15bb07/WinifredHabbamock.cd4028.gmnotes new file mode 100644 index 00000000..71463f68 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WinifredHabbamock.cd4028.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "60301", + "type": "Investigator", + "class": "Rogue", + "traits": "Criminal.", + "willpowerIcons": 1, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 5, + "cycle": "Investigator Packs" +} diff --git a/objects/AllPlayerCards.15bb07/WinifredHabbamock.cd4028.json b/objects/AllPlayerCards.15bb07/WinifredHabbamock.cd4028.json new file mode 100644 index 00000000..1c7a6ca4 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WinifredHabbamock.cd4028.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 234902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2349": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887642390/2CC878F26205C80F4B8D69DE3A4433804A31AABF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907887640918/BF3A963B745EF2047ABDFC524AEE4EA0145A04F4/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Aviatrix", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WinifredHabbamock.cd4028.gmnotes", + "GUID": "cd4028", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Winifred Habbamock", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.635, + "posZ": -73.087, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WishEater.464ca1.gmnotes b/objects/AllPlayerCards.15bb07/WishEater.464ca1.gmnotes new file mode 100644 index 00000000..9a6e5e8b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WishEater.464ca1.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "06277", + "type": "Asset", + "class": "Guardian", + "traits": "Item. Relic. Blessed.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/WishEater.464ca1.json b/objects/AllPlayerCards.15bb07/WishEater.464ca1.json new file mode 100644 index 00000000..66498bcb --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WishEater.464ca1.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448937, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4489": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Jewel of the Gods", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WishEater.464ca1.gmnotes", + "GUID": "464ca1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wish Eater", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.182, + "posZ": -16.688, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Wither.d946d9.gmnotes b/objects/AllPlayerCards.15bb07/Wither.d946d9.gmnotes new file mode 100644 index 00000000..3fce2b8f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Wither.d946d9.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05157", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 0, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Wither.d946d9.json b/objects/AllPlayerCards.15bb07/Wither.d946d9.json new file mode 100644 index 00000000..cdea318f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Wither.d946d9.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 277511, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2775": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Wither.d946d9.gmnotes", + "GUID": "d946d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wither", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.096, + "posY": 3.684, + "posZ": -16.715, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Wither4.f57a6f.gmnotes b/objects/AllPlayerCards.15bb07/Wither4.f57a6f.gmnotes new file mode 100644 index 00000000..f17a53d8 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Wither4.f57a6f.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "05321", + "type": "Asset", + "class": "Mystic", + "cost": 2, + "level": 4, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Wither4.f57a6f.json b/objects/AllPlayerCards.15bb07/Wither4.f57a6f.json new file mode 100644 index 00000000..6fb8c4d6 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Wither4.f57a6f.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379619, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3796": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Wither4.f57a6f.gmnotes", + "GUID": "f57a6f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wither (4)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.765, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WoodenSledge.991640.gmnotes b/objects/AllPlayerCards.15bb07/WoodenSledge.991640.gmnotes new file mode 100644 index 00000000..3b028014 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WoodenSledge.991640.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08615", + "type": "Asset", + "class": "Neutral", + "cost": 0, + "traits": "Item. Expedition.", + "permanent": false, + "weakness": false, + "agilityIcons": 1, + "wildIcons": 2, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/WoodenSledge.991640.json b/objects/AllPlayerCards.15bb07/WoodenSledge.991640.json new file mode 100644 index 00000000..595862b1 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WoodenSledge.991640.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4503": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1858293462587822801/5E2DBBF49FB9A74CE0F4A953D8F4FECCBA479D11/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WoodenSledge.991640.gmnotes", + "GUID": "991640", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wooden Sledge", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 79.364, + "posY": 3.323, + "posZ": 8.084, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WordofCommand2.26853e.gmnotes b/objects/AllPlayerCards.15bb07/WordofCommand2.26853e.gmnotes new file mode 100644 index 00000000..4e0426d2 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WordofCommand2.26853e.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06202", + "type": "Event", + "class": "Mystic", + "cost": 2, + "level": 2, + "traits": "Spell.", + "permanent": false, + "weakness": false, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/WordofCommand2.26853e.json b/objects/AllPlayerCards.15bb07/WordofCommand2.26853e.json new file mode 100644 index 00000000..35dff03c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WordofCommand2.26853e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448030, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WordofCommand2.26853e.gmnotes", + "GUID": "26853e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Word of Command (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 5.543, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WordofWeal.5edfc2.gmnotes b/objects/AllPlayerCards.15bb07/WordofWeal.5edfc2.gmnotes new file mode 100644 index 00000000..821e596f --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WordofWeal.5edfc2.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09013", + "type": "Event", + "cost": 0, + "traits": "Pact.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/WordofWeal.5edfc2.json b/objects/AllPlayerCards.15bb07/WordofWeal.5edfc2.json new file mode 100644 index 00000000..2ba5fd57 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WordofWeal.5edfc2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379008, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WordofWeal.5edfc2.gmnotes", + "GUID": "5edfc2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Word of Weal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 15.343, + "posY": 2.21, + "posZ": 59.439, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WordofWoe.bb7174.gmnotes b/objects/AllPlayerCards.15bb07/WordofWoe.bb7174.gmnotes new file mode 100644 index 00000000..a52fd295 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WordofWoe.bb7174.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "09012", + "type": "Event", + "cost": 2, + "traits": "Pact.", + "permanent": false, + "weakness": false, + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/WordofWoe.bb7174.json b/objects/AllPlayerCards.15bb07/WordofWoe.bb7174.json new file mode 100644 index 00000000..47c98c4a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WordofWoe.bb7174.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379007, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WordofWoe.bb7174.gmnotes", + "GUID": "bb7174", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Word of Woe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 15.061, + "posY": 2.21, + "posZ": 59.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WorkingaHunch.07b7a1.gmnotes b/objects/AllPlayerCards.15bb07/WorkingaHunch.07b7a1.gmnotes new file mode 100644 index 00000000..aa3c80c5 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WorkingaHunch.07b7a1.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01537", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WorkingaHunch.07b7a1.json b/objects/AllPlayerCards.15bb07/WorkingaHunch.07b7a1.json new file mode 100644 index 00000000..62204a6a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WorkingaHunch.07b7a1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 587203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5872": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WorkingaHunch.07b7a1.gmnotes", + "GUID": "07b7a1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Working a Hunch", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 78.811, + "posY": 3.334, + "posZ": 7.665, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WorkingaHunch.eb6165.gmnotes b/objects/AllPlayerCards.15bb07/WorkingaHunch.eb6165.gmnotes new file mode 100644 index 00000000..1713f0da --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WorkingaHunch.eb6165.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "01037", + "type": "Event", + "class": "Seeker", + "cost": 2, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "intellectIcons": 2, + "cycle": "Core" +} diff --git a/objects/AllPlayerCards.15bb07/WorkingaHunch.eb6165.json b/objects/AllPlayerCards.15bb07/WorkingaHunch.eb6165.json new file mode 100644 index 00000000..054c6a90 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WorkingaHunch.eb6165.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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_path": "AllPlayerCards.15bb07/WorkingaHunch.eb6165.gmnotes", + "GUID": "eb6165", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Working a Hunch", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 4.062, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WoundedBystander.fb54d3.gmnotes b/objects/AllPlayerCards.15bb07/WoundedBystander.fb54d3.gmnotes new file mode 100644 index 00000000..557baa22 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WoundedBystander.fb54d3.gmnotes @@ -0,0 +1,16 @@ +{ + "id": "09007", + "type": "Asset", + "class": "Neutral", + "traits": "Ally. Bystander.", + "permanent": false, + "weakness": true, + "uses": [ + { + "count": 3, + "type": "Damage", + "token": "Damage" + } + ], + "cycle": "The Scarlet Keys" +} diff --git a/objects/AllPlayerCards.15bb07/WoundedBystander.fb54d3.json b/objects/AllPlayerCards.15bb07/WoundedBystander.fb54d3.json new file mode 100644 index 00000000..75c0273e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WoundedBystander.fb54d3.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379004, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119438903/90145E036353C9A97F52096A369A70BF7073BFB6/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "On Death's Doorstep", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WoundedBystander.fb54d3.gmnotes", + "GUID": "fb54d3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wounded Bystander", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.899, + "posY": 2.212, + "posZ": 59.615, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WrackedbyNightmares.97781f.gmnotes b/objects/AllPlayerCards.15bb07/WrackedbyNightmares.97781f.gmnotes new file mode 100644 index 00000000..8799459c --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WrackedbyNightmares.97781f.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "02015", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/WrackedbyNightmares.97781f.json b/objects/AllPlayerCards.15bb07/WrackedbyNightmares.97781f.json new file mode 100644 index 00000000..05faa64e --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WrackedbyNightmares.97781f.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371013, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3710": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WrackedbyNightmares.97781f.gmnotes", + "GUID": "97781f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wracked by Nightmares", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.132, + "posY": 4.182, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/WrittenintheStars.320bbe.gmnotes b/objects/AllPlayerCards.15bb07/WrittenintheStars.320bbe.gmnotes new file mode 100644 index 00000000..0077070b --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WrittenintheStars.320bbe.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "08034", + "type": "Event", + "class": "Seeker", + "cost": 1, + "level": 0, + "traits": "Insight.", + "permanent": false, + "weakness": false, + "wildIcons": 1, + "cycle": "Edge of the Earth" +} diff --git a/objects/AllPlayerCards.15bb07/WrittenintheStars.320bbe.json b/objects/AllPlayerCards.15bb07/WrittenintheStars.320bbe.json new file mode 100644 index 00000000..2d17948d --- /dev/null +++ b/objects/AllPlayerCards.15bb07/WrittenintheStars.320bbe.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3790": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/WrittenintheStars.320bbe.gmnotes", + "GUID": "320bbe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Written in the Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.99, + "posY": 3.821, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Yaotl1.284bbe.gmnotes b/objects/AllPlayerCards.15bb07/Yaotl1.284bbe.gmnotes new file mode 100644 index 00000000..6e5b3469 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Yaotl1.284bbe.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "04035", + "type": "Asset", + "class": "Survivor", + "cost": 3, + "level": 1, + "traits": "Ally. Wayfarer.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Yaotl1.284bbe.json b/objects/AllPlayerCards.15bb07/Yaotl1.284bbe.json new file mode 100644 index 00000000..1268fefa --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Yaotl1.284bbe.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 584811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5848": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Lost Son of Eztli", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Yaotl1.284bbe.gmnotes", + "GUID": "284bbe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Yaotl (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.135, + "posY": 3.753, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Yaztaroth.bd65dc.gmnotes b/objects/AllPlayerCards.15bb07/Yaztaroth.bd65dc.gmnotes new file mode 100644 index 00000000..736457ea --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Yaztaroth.bd65dc.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "98018", + "type": "Treachery", + "class": "Neutral", + "traits": "Curse. Pact.", + "permanent": false, + "weakness": true, + "cycle": "Promo" +} diff --git a/objects/AllPlayerCards.15bb07/Yaztaroth.bd65dc.json b/objects/AllPlayerCards.15bb07/Yaztaroth.bd65dc.json new file mode 100644 index 00000000..d0a56e26 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Yaztaroth.bd65dc.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 590201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5902": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Yaztaroth.bd65dc.gmnotes", + "GUID": "bd65dc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Yaztaroth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.113, + "posY": 3.945, + "posZ": -16.718, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Youhandlethisone.dcdcea.gmnotes b/objects/AllPlayerCards.15bb07/Youhandlethisone.dcdcea.gmnotes new file mode 100644 index 00000000..aa7654c0 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Youhandlethisone.dcdcea.gmnotes @@ -0,0 +1,13 @@ +{ + "id": "04028", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Trick.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Forgotten Age" +} diff --git a/objects/AllPlayerCards.15bb07/Youhandlethisone.dcdcea.json b/objects/AllPlayerCards.15bb07/Youhandlethisone.dcdcea.json new file mode 100644 index 00000000..fb7afd24 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Youhandlethisone.dcdcea.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3687": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Youhandlethisone.dcdcea.gmnotes", + "GUID": "dcdcea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"You handle this one!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.133, + "posY": 3.684, + "posZ": -16.723, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Youowemeone.d27d12.gmnotes b/objects/AllPlayerCards.15bb07/Youowemeone.d27d12.gmnotes new file mode 100644 index 00000000..73a6ad91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Youowemeone.d27d12.gmnotes @@ -0,0 +1,14 @@ +{ + "id": "05319", + "type": "Event", + "class": "Rogue", + "cost": 0, + "level": 0, + "traits": "Favor. Gambit.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "combatIcons": 1, + "agilityIcons": 1, + "cycle": "The Circle Undone" +} diff --git a/objects/AllPlayerCards.15bb07/Youowemeone.d27d12.json b/objects/AllPlayerCards.15bb07/Youowemeone.d27d12.json new file mode 100644 index 00000000..5787f07a --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Youowemeone.d27d12.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378018, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3780": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/Youowemeone.d27d12.gmnotes", + "GUID": "d27d12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"You owe me one!\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 9.079, + "posY": 3.73, + "posZ": -16.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/YourWorstNightmare.406ab2.gmnotes b/objects/AllPlayerCards.15bb07/YourWorstNightmare.406ab2.gmnotes new file mode 100644 index 00000000..73186058 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/YourWorstNightmare.406ab2.gmnotes @@ -0,0 +1,10 @@ +{ + "id": "06038", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/YourWorstNightmare.406ab2.json b/objects/AllPlayerCards.15bb07/YourWorstNightmare.406ab2.json new file mode 100644 index 00000000..ca3029d3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/YourWorstNightmare.406ab2.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/YourWorstNightmare.406ab2.gmnotes", + "GUID": "406ab2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Your Worst Nightmare", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 8.989, + "posY": 3.753, + "posZ": -16.692, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/Zeal.695bb7.gmnotes b/objects/AllPlayerCards.15bb07/Zeal.695bb7.gmnotes new file mode 100644 index 00000000..1f1e8fee --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Zeal.695bb7.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "06032", + "type": "Asset", + "class": "Survivor", + "cost": 1, + "traits": "Ally. Creature. Dreamlands.", + "permanent": false, + "weakness": false, + "intellectIcons": 1, + "agilityIcons": 1, + "cycle": "The Dream-Eaters" +} diff --git a/objects/AllPlayerCards.15bb07/Zeal.695bb7.json b/objects/AllPlayerCards.15bb07/Zeal.695bb7.json new file mode 100644 index 00000000..8f378f91 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/Zeal.695bb7.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440625, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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_path": "AllPlayerCards.15bb07/Zeal.695bb7.gmnotes", + "GUID": "695bb7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zeal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 9.167, + "posY": 3.181, + "posZ": -16.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ZebulonWhateley.6714b2.gmnotes b/objects/AllPlayerCards.15bb07/ZebulonWhateley.6714b2.gmnotes new file mode 100644 index 00000000..77fcda31 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZebulonWhateley.6714b2.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02217", + "type": "Asset", + "class": "Neutral", + "cost": 3, + "traits": "Ally. Dunwich.", + "permanent": false, + "weakness": false, + "willpowerIcons": 1, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ZebulonWhateley.6714b2.json b/objects/AllPlayerCards.15bb07/ZebulonWhateley.6714b2.json new file mode 100644 index 00000000..5430ef84 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZebulonWhateley.6714b2.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232949, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "Recalling Ancient Things", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ZebulonWhateley.6714b2.gmnotes", + "GUID": "6714b2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zebulon Whateley", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.972, + "posY": 3.8, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ZoeySamaras.98a0e1.gmnotes b/objects/AllPlayerCards.15bb07/ZoeySamaras.98a0e1.gmnotes new file mode 100644 index 00000000..e8f6c9ce --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZoeySamaras.98a0e1.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02001", + "type": "Investigator", + "class": "Guardian", + "traits": "Believer. Hunter.", + "willpowerIcons": 4, + "intellectIcons": 2, + "combatIcons": 4, + "agilityIcons": 2, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ZoeySamaras.98a0e1.json b/objects/AllPlayerCards.15bb07/ZoeySamaras.98a0e1.json new file mode 100644 index 00000000..527f2736 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZoeySamaras.98a0e1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4499": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737648/F371339538812F68E38AAC0D520C525250DAC5C0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627737050/3CFF9E3825033909543AD1CF843361D9243538EE/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Chef", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ZoeySamaras.98a0e1.gmnotes", + "GUID": "98a0e1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zoey Samaras", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 18.448, + "posY": 1.587, + "posZ": -73.088, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ZoeySamaras.ef75e7.json b/objects/AllPlayerCards.15bb07/ZoeySamaras.ef75e7.json new file mode 100644 index 00000000..e4c8dbc3 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZoeySamaras.ef75e7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 259105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2591": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/vB84qMp.jpg", + "FaceURL": "https://i.imgur.com/WPYBga4.jpg", + "NumHeight": 3, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"02001-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "ef75e7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zoey Samaras", + "SidewaysCard": false, + "Snap": false, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.232, + "posY": 1.851, + "posZ": -18.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/AllPlayerCards.15bb07/ZoeysCross.66d810.gmnotes b/objects/AllPlayerCards.15bb07/ZoeysCross.66d810.gmnotes new file mode 100644 index 00000000..14cd3c74 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZoeysCross.66d810.gmnotes @@ -0,0 +1,12 @@ +{ + "id": "02006", + "type": "Asset", + "class": "Neutral", + "cost": 1, + "traits": "Item. Charm.", + "permanent": false, + "weakness": false, + "combatIcons": 2, + "wildIcons": 1, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/AllPlayerCards.15bb07/ZoeysCross.66d810.json b/objects/AllPlayerCards.15bb07/ZoeysCross.66d810.json new file mode 100644 index 00000000..0de39388 --- /dev/null +++ b/objects/AllPlayerCards.15bb07/ZoeysCross.66d810.json @@ -0,0 +1,62 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3717": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes_path": "AllPlayerCards.15bb07/ZoeysCross.66d810.gmnotes", + "GUID": "66d810", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zoey's Cross", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard", + "Asset" + ], + "Tooltip": true, + "Transform": { + "posX": 8.971, + "posY": 4.114, + "posZ": -16.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ArkhamDBDeckImporter.a28140.json b/objects/ArkhamDBDeckImporter.a28140.json new file mode 100644 index 00000000..db6a8d3d --- /dev/null +++ b/objects/ArkhamDBDeckImporter.a28140.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/wDp1Woo.jpg", + "WidthScale": 0 + }, + "Description": "v5.2", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a28140", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"arkhamdb/DeckImporterMain\")", + "LuaScriptState_path": "ArkhamDBDeckImporter.a28140.luascriptstate", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "ArkhamDB Deck Importer", + "Snap": false, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -60.547, + "posY": 1.285, + "posZ": -63.942, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 6.59, + "scaleY": 1, + "scaleZ": 6.586387 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ArkhamDBDeckImporter.a28140.luascriptstate b/objects/ArkhamDBDeckImporter.a28140.luascriptstate new file mode 100644 index 00000000..9b55ad71 --- /dev/null +++ b/objects/ArkhamDBDeckImporter.a28140.luascriptstate @@ -0,0 +1 @@ +{"greenDeck":"","investigators":true,"loadNewest":true,"orangeDeck":"","private":true,"redDeck":"","whiteDeck":""} diff --git a/objects/ArkhamDeckCutter.445115.json b/objects/ArkhamDeckCutter.445115.json new file mode 100644 index 00000000..4398c92f --- /dev/null +++ b/objects/ArkhamDeckCutter.445115.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "445115", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"util/DeckCutter\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Checker_black", + "Nickname": "Arkham Deck Cutter", + "Snap": true, + "Sticky": true, + "Tags": [ + "arkham_setup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 77.159, + "posY": 1.297, + "posZ": 6.315, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.250000417, + "scaleY": 0.250000417, + "scaleZ": 0.250000417 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439.json b/objects/BarkhamHorror.308439.json new file mode 100644 index 00000000..6b6976f6 --- /dev/null +++ b/objects/BarkhamHorror.308439.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheMeddlingofMeowlathotep.d02940" + ], + "ContainedObjects_path": "BarkhamHorror.308439", + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://chry.me/tts/catlamp.unity3d", + "LoopingEffectIndex": 0, + "MaterialIndex": 0, + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "308439", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Assetbundle_Bag", + "Nickname": "Barkham Horror", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.488, + "posY": -1.229, + "posZ": -25.922, + "rotX": 0, + "rotY": 320, + "rotZ": 0, + "scaleX": 0.450000465, + "scaleY": 0.450000465, + "scaleZ": 0.450000465 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.json new file mode 100644 index 00000000..3a94f125 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.json @@ -0,0 +1,148 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "DogMonocle.041012", + "EncounterDeck.0646bf", + "Deck.070a78", + "Deck.0bd409", + "BarkHarrigan.0c97f0", + "SkidsODrool.1943ff", + "AgendaDeck.208ebc", + "Deck.31ee5d", + "KateWinthpup.3549e7", + "SpikedCollar.357610", + "CampaignGuide.36b4eb", + "Tailside.41fdc3", + "HiredDogs.44bc00", + "VelmasDoghouse.458f2b", + "Custom_Tile.499088", + "Meowsks.54092b", + "MuttskatonicUniversity.56fc9d", + "Custom_Tile.5b38c6", + "HairoftheDog.61c4c5", + "Custom_Tile.641694", + "KateWinthpup.673295", + "Custom_Tile.6b02f8", + "Custom_Tile.6ba06e", + "Custom_Tile.6be8b0", + "Duke.6c5b9f", + "Boneyard.6dec76", + "Slobbertown.6f663b", + "Custom_Tile.7234af", + "Duke.72c444", + "JacquelineCanine.823edd", + "OldShoe.87f6b9", + "StMarysAnimalHospital.8b87b3", + "Deck.937515", + "JacquelineCanine.94dde3", + "HowlofClyhfford.952924", + "Custom_Tile.97c745", + "BarkhamCityPound.98de77", + "ActDeck.9991d4", + "Custom_Tile.a3b604", + "Custom_Tile.a3b9ce", + "Set-aside.a45247", + "SkidsODrool.a6049c", + "Custom_Tile.aa4b2c", + "Custom_Tile.ab992b", + "Custom_Tile.b73127", + "Custom_Tile.b89737", + "BarkhamAsylum.c16b4e", + "Custom_Tile.c94046", + "Custom_Tile.ceb7d4", + "Custom_Tile.d0163a", + "Scenario.d41278", + "Beasttown.e61348", + "Snoutside.e87867", + "BarkHarrigan.eab8ff", + "Custom_Tile.eef566", + "Deck.efb4dd", + "Custom_Tile.efb516", + "TheMeddlingofMeowlathotep.f5db25" + ], + "ContainedObjects_path": "TheMeddlingofMeowlathotep.d02940", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297589870/7984397038C3BE7C7D329F9EE9335BE4DC8B4E91/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Barkham Horror", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d02940", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.luascriptstate", + "LuaScript_path": "BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "The Meddling of Meowlathotep", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.293, + "posY": 9.347, + "posZ": -28.055, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.luascriptstate b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.luascriptstate new file mode 100644 index 00000000..cab4ab30 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.luascriptstate @@ -0,0 +1 @@ +{"ml":{"041012":{"lock":false,"pos":{"x":12.2521696090698,"y":1.4815628528595,"z":11.9863443374634},"rot":{"x":359.920135498047,"y":269.999877929688,"z":0.016872700303793}},"0646bf":{"lock":false,"pos":{"x":-3.92764782905579,"y":1.74437856674194,"z":5.75713777542114},"rot":{"x":359.919738769531,"y":270.000030517578,"z":180.016815185547}},"070a78":{"lock":false,"pos":{"x":15.1499996185303,"y":1.49000000953674,"z":-0.0799999982118607},"rot":{"x":359.920013427734,"y":270.000183105469,"z":0.0168723799288273}},"0bd409":{"lock":false,"pos":{"x":15.1499996185303,"y":1.48540902137756,"z":-16.0799999237061},"rot":{"x":359.920135498047,"y":270.000305175781,"z":0.0168718285858631}},"0c97f0":{"lock":false,"pos":{"x":12.2700033187866,"y":1.48269641399384,"z":15.9200010299683},"rot":{"x":0.0168714057654142,"y":179.999954223633,"z":0.0798774659633636}},"1943ff":{"lock":false,"pos":{"x":9.85000038146973,"y":1.4813586473465,"z":-0.0800003558397293},"rot":{"x":359.920135498047,"y":269.999877929688,"z":0.0168734267354012}},"208ebc":{"lock":false,"pos":{"x":-2.72466015815735,"y":1.6159462928772,"z":0.373313426971436},"rot":{"x":0.0168960373848677,"y":179.956954956055,"z":0.0802430883049965}},"31ee5d":{"lock":false,"pos":{"x":15.1499996185303,"y":1.49000000953674,"z":7.92000007629395},"rot":{"x":359.920013427734,"y":270.000061035156,"z":0.0168756786733866}},"3549e7":{"lock":false,"pos":{"x":9.85000038146973,"y":1.48371434211731,"z":7.91999912261963},"rot":{"x":359.920135498047,"y":269.999633789063,"z":0.0168764851987362}},"357610":{"lock":false,"pos":{"x":12.2501697540283,"y":1.48392140865326,"z":19.986349105835},"rot":{"x":359.920135498047,"y":269.999816894531,"z":0.0168732907623053}},"36b4eb":{"lock":false,"pos":{"x":0.270093679428101,"y":1.48960697650909,"z":28.7769813537598},"rot":{"x":359.920135498047,"y":269.999938964844,"z":0.0168721694499254}},"41fdc3":{"lock":false,"pos":{"x":-23.6764469146729,"y":1.62806642055511,"z":-0.0300174467265606},"rot":{"x":359.920104980469,"y":269.999694824219,"z":0.0168400760740042}},"44bc00":{"lock":false,"pos":{"x":12.2500715255737,"y":1.47921013832092,"z":3.98633503913879},"rot":{"x":359.920135498047,"y":269.999969482422,"z":0.016873637214303}},"458f2b":{"lock":false,"pos":{"x":-17.1200523376465,"y":1.61444211006165,"z":-15.2800216674805},"rot":{"x":359.920104980469,"y":269.999877929688,"z":0.0168397892266512}},"499088":{"lock":false,"pos":{"x":-23.6764068603516,"y":1.61334455013275,"z":-3.83002400398254},"rot":{"x":0.0168244950473309,"y":180.010559082031,"z":0.0799428075551987}},"54092b":{"lock":false,"pos":{"x":-13.9964084625244,"y":1.65554821491241,"z":-0.180126652121544},"rot":{"x":359.920104980469,"y":270.000061035156,"z":180.016830444336}},"56fc9d":{"lock":false,"pos":{"x":-30.2241821289063,"y":1.63943040370941,"z":7.56998538970947},"rot":{"x":359.920104980469,"y":269.999725341797,"z":0.0168400164693594}},"5b38c6":{"lock":false,"pos":{"x":-20.2732715606689,"y":1.60632228851318,"z":-11.5783996582031},"rot":{"x":359.983154296875,"y":0.000181010706000961,"z":359.920104980469}},"61c4c5":{"lock":false,"pos":{"x":12.2505617141724,"y":1.47214221954346,"z":-20.013671875},"rot":{"x":359.920135498047,"y":269.999633789063,"z":0.0168726444244385}},"641694":{"lock":false,"pos":{"x":-20.0815486907959,"y":1.60840344429016,"z":-3.58654117584229},"rot":{"x":0.0684084892272949,"y":134.999557495117,"z":0.0445842370390892}},"673295":{"lock":false,"pos":{"x":12.2765111923218,"y":1.48033154010773,"z":7.92000293731689},"rot":{"x":0.016871377825737,"y":179.999938964844,"z":0.0798773169517517}},"6b02f8":{"lock":false,"pos":{"x":-33.4782867431641,"y":1.62927162647247,"z":3.85553073883057},"rot":{"x":359.983154296875,"y":5.7329405535711E-05,"z":359.920104980469}},"6ba06e":{"lock":false,"pos":{"x":-26.7825469970703,"y":1.61883640289307,"z":0.117903299629688},"rot":{"x":0.0798944383859634,"y":90.0002212524414,"z":359.983123779297}},"6be8b0":{"lock":false,"pos":{"x":-23.6764068603516,"y":1.61108767986298,"z":-11.5100345611572},"rot":{"x":0.0168246645480394,"y":180.010467529297,"z":0.0799442157149315}},"6c5b9f":{"lock":false,"pos":{"x":9.85000324249268,"y":1.47664725780487,"z":-16.0800075531006},"rot":{"x":359.920135498047,"y":270.010437011719,"z":0.016860157251358}},"6dec76":{"lock":false,"pos":{"x":-36.7731170654297,"y":1.64632892608643,"z":-0.0300179943442345},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168399456888437}},"6f663b":{"lock":false,"pos":{"x":-30.2242317199707,"y":1.63494277000427,"z":-7.70002508163452},"rot":{"x":359.920104980469,"y":269.999725341797,"z":0.0168399829417467}},"7234af":{"lock":false,"pos":{"x":-36.7731666564941,"y":1.63386726379395,"z":3.86005425453186},"rot":{"x":0.0168241951614618,"y":180.010726928711,"z":0.0799423828721046}},"72c444":{"lock":false,"pos":{"x":12.2745180130005,"y":1.47326719760895,"z":-16.0800037384033},"rot":{"x":0.016871377825737,"y":179.999755859375,"z":0.0798778459429741}},"823edd":{"lock":false,"pos":{"x":9.85000324249268,"y":1.47900295257568,"z":-8.08000183105469},"rot":{"x":359.920135498047,"y":269.999755859375,"z":0.0168739389628172}},"87f6b9":{"lock":false,"pos":{"x":12.2501745223999,"y":1.47449851036072,"z":-12.0136671066284},"rot":{"x":359.920135498047,"y":269.999816894531,"z":0.0168728269636631}},"8b87b3":{"lock":false,"pos":{"x":-36.7731437683105,"y":1.64856255054474,"z":7.56998252868652},"rot":{"x":359.920104980469,"y":269.999725341797,"z":0.0168400462716818}},"937515":{"lock":false,"pos":{"x":15.1499996185303,"y":1.49558484554291,"z":15.9200000762939},"rot":{"x":359.920013427734,"y":269.999816894531,"z":0.0168741084635258}},"94dde3":{"lock":false,"pos":{"x":12.2740049362183,"y":1.4756236076355,"z":-8.07999992370605},"rot":{"x":0.016871327534318,"y":180.000061035156,"z":0.0798767656087875}},"952924":{"lock":false,"pos":{"x":12.2496747970581,"y":1.47685492038727,"z":-4.01367044448853},"rot":{"x":359.920135498047,"y":269.999938964844,"z":0.0168727152049541}},"97c745":{"lock":false,"pos":{"x":-26.9488582611084,"y":1.61791956424713,"z":-3.79106402397156},"rot":{"x":359.983154296875,"y":359.992767333984,"z":359.920104980469}},"98de77":{"lock":false,"pos":{"x":-23.6765613555908,"y":1.62358474731445,"z":-15.2800130844116},"rot":{"x":359.920104980469,"y":269.999633789063,"z":0.0168402101844549}},"9991d4":{"lock":false,"pos":{"x":-2.68847703933716,"y":1.61430239677429,"z":-5.04854536056519},"rot":{"x":0.0168096069246531,"y":180.018661499023,"z":0.0802613347768784}},"a3b604":{"lock":false,"pos":{"x":-20.2402076721191,"y":1.60508036613464,"z":-15.6466379165649},"rot":{"x":0.0798944383859634,"y":90.0002670288086,"z":359.983123779297}},"a3b9ce":{"lock":false,"pos":{"x":-30.2241268157959,"y":1.62473499774933,"z":3.85997748374939},"rot":{"x":0.0168243143707514,"y":180.010665893555,"z":0.0799384042620659}},"a45247":{"lock":false,"pos":{"x":1.69637870788574,"y":1.55831694602966,"z":14.2788572311401},"rot":{"x":359.955139160156,"y":224.997924804688,"z":0.0686724856495857}},"a6049c":{"lock":false,"pos":{"x":12.2744064331055,"y":1.47797882556915,"z":-0.0799992084503174},"rot":{"x":0.0168714188039303,"y":180.000045776367,"z":0.0798778161406517}},"aa4b2c":{"lock":false,"pos":{"x":-20.4563217163086,"y":1.60770308971405,"z":-7.748703956604},"rot":{"x":0.0798945873975754,"y":89.9999389648438,"z":359.983123779297}},"ab992b":{"lock":false,"pos":{"x":-27.0462245941162,"y":1.61578059196472,"z":-11.5305461883545},"rot":{"x":0.0684082359075546,"y":134.999618530273,"z":0.0445832647383213}},"b73127":{"lock":false,"pos":{"x":-26.6622619628906,"y":1.61645436286926,"z":-7.41628074645996},"rot":{"x":0.0798943638801575,"y":90.0001525878906,"z":359.983123779297}},"b89737":{"lock":false,"pos":{"x":-30.2241230010986,"y":1.62247490882874,"z":-3.83002114295959},"rot":{"x":0.0168243553489447,"y":180.010681152344,"z":0.0799569264054298}},"c16b4e":{"lock":false,"pos":{"x":-17.1199989318848,"y":1.61666977405548,"z":-7.70001983642578},"rot":{"x":359.920104980469,"y":269.999877929688,"z":0.0168399959802628}},"c94046":{"lock":false,"pos":{"x":-33.4688339233398,"y":1.6303539276123,"z":7.58308696746826},"rot":{"x":0.0798943936824799,"y":89.9999771118164,"z":359.983123779297}},"ceb7d4":{"lock":false,"pos":{"x":-26.8105792999268,"y":1.62001419067383,"z":3.99276566505432},"rot":{"x":0.0684082061052322,"y":134.999557495117,"z":0.0445845611393452}},"d0163a":{"lock":false,"pos":{"x":-33.4151954650879,"y":1.62686562538147,"z":-4.03124570846558},"rot":{"x":0.0684084370732307,"y":134.999435424805,"z":0.0445839650928974}},"d41278":{"lock":false,"pos":{"x":-3.95589399337769,"y":1.59753930568695,"z":-10.4411849975586},"rot":{"x":359.919738769531,"y":269.999816894531,"z":0.0168373994529247}},"e61348":{"lock":false,"pos":{"x":-23.6765117645264,"y":1.62581241130829,"z":-7.70001935958862},"rot":{"x":359.920104980469,"y":269.999725341797,"z":0.0168399699032307}},"e87867":{"lock":false,"pos":{"x":-30.2241630554199,"y":1.6371967792511,"z":-0.0300170239061117},"rot":{"x":359.920104980469,"y":269.999877929688,"z":0.0168398097157478}},"eab8ff":{"lock":false,"pos":{"x":9.84999656677246,"y":1.48607003688812,"z":15.9200029373169},"rot":{"x":359.920135498047,"y":269.999481201172,"z":0.0168752484023571}},"eef566":{"lock":false,"pos":{"x":-33.4450149536133,"y":1.62811577320099,"z":0.0806871131062508},"rot":{"x":0.0798944979906082,"y":90.0002212524414,"z":359.983123779297}},"efb4dd":{"lock":false,"pos":{"x":15.1499996185303,"y":1.49000000953674,"z":-8.07999992370605},"rot":{"x":359.920013427734,"y":270.000183105469,"z":0.0168743338435888}},"efb516":{"lock":false,"pos":{"x":-17.1198806762695,"y":1.60194492340088,"z":-11.5100326538086},"rot":{"x":0.0168239641934633,"y":180.011001586914,"z":0.0799526497721672}},"f5db25":{"lock":false,"pos":{"x":-3.6761999130249,"y":1.58233964443207,"z":-14.5353908538818},"rot":{"x":359.919738769531,"y":269.999816894531,"z":0.016838077455759}}}} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.ttslua b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.ttslua new file mode 100644 index 00000000..54cc4e34 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940.ttslua @@ -0,0 +1,504 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end + diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4.json new file mode 100644 index 00000000..9d634407 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TheCatandtheMouse.87f443", + "NineLives.69fb83" + ], + "ContainedObjects_path": "ActDeck.9991d4", + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 538309, + 538308 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9991d4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Act Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.688, + "posY": 1.614, + "posZ": -5.049, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4/NineLives.69fb83.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4/NineLives.69fb83.json new file mode 100644 index 00000000..b76f7927 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4/NineLives.69fb83.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 1", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69fb83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nine Lives", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.057, + "posY": 1.622, + "posZ": -4.862, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4/TheCatandtheMouse.87f443.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4/TheCatandtheMouse.87f443.json new file mode 100644 index 00000000..2bbc2024 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/ActDeck.9991d4/TheCatandtheMouse.87f443.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 2", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87f443", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Cat and the Mouse", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.074, + "posY": 1.591, + "posZ": -4.737, + "rotX": 0, + "rotY": 179, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc.json new file mode 100644 index 00000000..9d9a9661 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "MeowlathotepsScheme.2dc786", + "OfCatsandDogs.35a3cd" + ], + "ContainedObjects_path": "AgendaDeck.208ebc", + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 538307, + 538306 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "208ebc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Agenda Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.616, + "posZ": 0.373, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc/MeowlathotepsScheme.2dc786.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc/MeowlathotepsScheme.2dc786.json new file mode 100644 index 00000000..abbe51f9 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc/MeowlathotepsScheme.2dc786.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 2", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2dc786", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Meowlathotep's Scheme", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.072, + "posY": 1.594, + "posZ": -4.166, + "rotX": 0, + "rotY": 183, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc/OfCatsandDogs.35a3cd.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc/OfCatsandDogs.35a3cd.json new file mode 100644 index 00000000..ed3be2b0 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/AgendaDeck.208ebc/OfCatsandDogs.35a3cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 1", + "DragSelectable": true, + "GMNotes": "", + "GUID": "35a3cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Of Cats and Dogs", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.095, + "posY": 1.636, + "posZ": -4.269, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkHarrigan.0c97f0.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkHarrigan.0c97f0.json new file mode 100644 index 00000000..bbbdaff2 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkHarrigan.0c97f0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Dog of War", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c97f0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bark Harrigan", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.27, + "posY": 1.483, + "posZ": 15.92, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkHarrigan.eab8ff.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkHarrigan.eab8ff.json new file mode 100644 index 00000000..9e006f71 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkHarrigan.eab8ff.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297415428/68FFE0FA245C2F1A72ADEC8EBBA0128B2109E03F/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297398338/55DA378B7A85123B0DBECF6E612DE294ECFD2D94/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eab8ff", + "Grid": false, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Bark Harrigan", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.85, + "posY": 1.486, + "posZ": 15.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkhamAsylum.c16b4e.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkhamAsylum.c16b4e.json new file mode 100644 index 00000000..9baf2031 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkhamAsylum.c16b4e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c16b4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Barkham Asylum", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 1.617, + "posZ": -7.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkhamCityPound.98de77.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkhamCityPound.98de77.json new file mode 100644 index 00000000..d9536fb0 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/BarkhamCityPound.98de77.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "98de77", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Barkham City Pound", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.624, + "posZ": -15.28, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Beasttown.e61348.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Beasttown.e61348.json new file mode 100644 index 00000000..b9fc7598 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Beasttown.e61348.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham. Central.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e61348", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Beasttown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.626, + "posZ": -7.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Boneyard.6dec76.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Boneyard.6dec76.json new file mode 100644 index 00000000..af87030f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Boneyard.6dec76.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6dec76", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Boneyard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.646, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/CampaignGuide.36b4eb.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/CampaignGuide.36b4eb.json new file mode 100644 index 00000000..cb360e77 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/CampaignGuide.36b4eb.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "http://cloud-3.steamusercontent.com/ugc/1626320456297582485/FD9DDA786EDAE5BAAA4D4F8474E89E5C9B328317/" + }, + "Description": "The Meddling of Meowlathotep", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36b4eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Campaign Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.27, + "posY": 1.49, + "posZ": 28.777, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 3, + "scaleY": 1, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.499088.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.499088.json new file mode 100644 index 00000000..0d06faaa --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.499088.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "499088", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.613, + "posZ": -3.83, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.5b38c6.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.5b38c6.json new file mode 100644 index 00000000..eb537339 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.5b38c6.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "335cdd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.8644981, + "posY": 1.60566175, + "posZ": -11.8849583, + "rotX": 0.0684105456, + "rotY": 134.999573, + "rotZ": 0.04458524, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.273, + "posY": 1.606, + "posZ": -11.578, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.641694.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.641694.json new file mode 100644 index 00000000..a4645c8c --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.641694.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "641694", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.082, + "posY": 1.608, + "posZ": -3.587, + "rotX": 0, + "rotY": 135, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6b02f8.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6b02f8.json new file mode 100644 index 00000000..87413af3 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6b02f8.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6b02f8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e6fc2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.3444481, + "posY": 1.629031, + "posZ": 3.672406, + "rotX": 0.06841481, + "rotY": 134.999954, + "rotZ": 0.0445902273, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.478, + "posY": 1.629, + "posZ": 3.856, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6ba06e.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6ba06e.json new file mode 100644 index 00000000..27761e57 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6ba06e.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ba06e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.783, + "posY": 1.619, + "posZ": 0.118, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6be8b0.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6be8b0.json new file mode 100644 index 00000000..cf96960b --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.6be8b0.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6be8b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.611, + "posZ": -11.51, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.7234af.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.7234af.json new file mode 100644 index 00000000..95af89b2 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.634, + "posZ": 3.86, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.97c745.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.97c745.json new file mode 100644 index 00000000..b56c2640 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.97c745.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "97c745", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "efa069", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.129076, + "posY": 1.618001, + "posZ": -4.367831, + "rotX": 0.06841063, + "rotY": 134.99968, + "rotZ": 0.04458575, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.949, + "posY": 1.618, + "posZ": -3.791, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.a3b604.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.a3b604.json new file mode 100644 index 00000000..4ffaecac --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.a3b604.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3b604", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.24, + "posY": 1.605, + "posZ": -15.647, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.a3b9ce.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.a3b9ce.json new file mode 100644 index 00000000..f326b639 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.a3b9ce.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3b9ce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.625, + "posZ": 3.86, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.aa4b2c.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.aa4b2c.json new file mode 100644 index 00000000..1f55556b --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.aa4b2c.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aa4b2c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.456, + "posY": 1.608, + "posZ": -7.749, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.ab992b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.ab992b.json new file mode 100644 index 00000000..59351055 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.ab992b.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab992b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.046, + "posY": 1.616, + "posZ": -11.531, + "rotX": 0, + "rotY": 135, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.b73127.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.b73127.json new file mode 100644 index 00000000..c68f7d1a --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.b73127.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b73127", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.662, + "posY": 1.616, + "posZ": -7.416, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.b89737.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.b89737.json new file mode 100644 index 00000000..0c783ba3 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.b89737.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b89737", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.622, + "posZ": -3.83, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.c94046.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.c94046.json new file mode 100644 index 00000000..b07b296c --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.c94046.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c94046", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.469, + "posY": 1.63, + "posZ": 7.583, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.ceb7d4.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.ceb7d4.json new file mode 100644 index 00000000..24c24895 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.ceb7d4.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ceb7d4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.811, + "posY": 1.62, + "posZ": 3.993, + "rotX": 0, + "rotY": 135, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.d0163a.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.d0163a.json new file mode 100644 index 00000000..dcf5a36a --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.d0163a.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d0163a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.415, + "posY": 1.627, + "posZ": -4.031, + "rotX": 0, + "rotY": 135, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.eef566.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.eef566.json new file mode 100644 index 00000000..1d4ba5e5 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.eef566.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eef566", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.445, + "posY": 1.628, + "posZ": 0.081, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.efb516.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.efb516.json new file mode 100644 index 00000000..4073f683 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Custom_Tile.efb516.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "efb516", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 1.602, + "posZ": -11.51, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78.json new file mode 100644 index 00000000..1ea01a9e --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Dogcatchers.99800f", + "TaketheWheel.ed4256" + ], + "ContainedObjects_path": "Deck.070a78", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537605, + 537604 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "070a78", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.15, + "posY": 1.491, + "posZ": -0.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78/Dogcatchers.99800f.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78/Dogcatchers.99800f.json new file mode 100644 index 00000000..8e8d8961 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78/Dogcatchers.99800f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "99800f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dogcatchers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.937, + "posY": 1.473, + "posZ": -0.144, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78/TaketheWheel.ed4256.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78/TaketheWheel.ed4256.json new file mode 100644 index 00000000..26bab013 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.070a78/TaketheWheel.ed4256.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed4256", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Take the Wheel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.232, + "posY": 1.514, + "posZ": 0.037, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409.json new file mode 100644 index 00000000..c47a4ea8 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "OutofDoggieTreats.197242", + "FriendlyHuman.448d3a" + ], + "ContainedObjects_path": "Deck.0bd409", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537609, + 537608 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0bd409", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.15, + "posY": 1.486, + "posZ": -16.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409/FriendlyHuman.448d3a.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409/FriendlyHuman.448d3a.json new file mode 100644 index 00000000..b3eccecd --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409/FriendlyHuman.448d3a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "I Guess His Name is \"Pete?\"", + "DragSelectable": true, + "GMNotes": "", + "GUID": "448d3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Friendly Human", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.128, + "posY": 1.5, + "posZ": -14.77, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409/OutofDoggieTreats.197242.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409/OutofDoggieTreats.197242.json new file mode 100644 index 00000000..ec1b7e5f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.0bd409/OutofDoggieTreats.197242.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "197242", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Out of Doggie Treats", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.945, + "posY": 1.468, + "posZ": -15.045, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d.json new file mode 100644 index 00000000..4b4ce03a --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "FoulOdor.bc4a74", + "FelineDiscombobulator.7031aa" + ], + "ContainedObjects_path": "Deck.31ee5d", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537603, + 537602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31ee5d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.15, + "posY": 1.493, + "posZ": 7.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d/FelineDiscombobulator.7031aa.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d/FelineDiscombobulator.7031aa.json new file mode 100644 index 00000000..4145ed1e --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d/FelineDiscombobulator.7031aa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "It Discombobulates Felines", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7031aa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feline Discombobulator", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.889, + "posY": 1.507, + "posZ": 8.303, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d/FoulOdor.bc4a74.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d/FoulOdor.bc4a74.json new file mode 100644 index 00000000..e2f96186 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.31ee5d/FoulOdor.bc4a74.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc4a74", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Foul Odor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.785, + "posY": 1.475, + "posZ": 8.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515.json new file mode 100644 index 00000000..a07d96af --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "MoreBarkThanBite.29bafb", + "CatlingGun.deea7a" + ], + "ContainedObjects_path": "Deck.937515", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537601, + 537600 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "937515", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.15, + "posY": 1.496, + "posZ": 15.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515/CatlingGun.deea7a.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515/CatlingGun.deea7a.json new file mode 100644 index 00000000..17a41f23 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515/CatlingGun.deea7a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "deea7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Catling Gun", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.156, + "posY": 1.508, + "posZ": 12.358, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515/MoreBarkThanBite.29bafb.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515/MoreBarkThanBite.29bafb.json new file mode 100644 index 00000000..1e766c22 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.937515/MoreBarkThanBite.29bafb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29bafb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "More Bark Than Bite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.114, + "posY": 1.476, + "posZ": 12.399, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd.json new file mode 100644 index 00000000..47187923 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "NoSenseofSpaceorTime.1e6cae", + "ChewToyofNightmares.bbf1af" + ], + "ContainedObjects_path": "Deck.efb4dd", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537607, + 537606 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "efb4dd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.15, + "posY": 1.489, + "posZ": -8.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd/ChewToyofNightmares.bbf1af.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd/ChewToyofNightmares.bbf1af.json new file mode 100644 index 00000000..d5d82415 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd/ChewToyofNightmares.bbf1af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Nightmares, I Tell You", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bbf1af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chew Toy of Nightmares", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.771, + "posY": 1.502, + "posZ": -7.662, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd/NoSenseofSpaceorTime.1e6cae.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd/NoSenseofSpaceorTime.1e6cae.json new file mode 100644 index 00000000..794c1601 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Deck.efb4dd/NoSenseofSpaceorTime.1e6cae.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e6cae", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "No Sense of Space or Time", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.858, + "posY": 1.471, + "posZ": -7.926, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/DogMonocle.041012.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/DogMonocle.041012.json new file mode 100644 index 00000000..ffcffad5 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/DogMonocle.041012.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "041012", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dog Monocle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.252, + "posY": 1.482, + "posZ": 11.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Duke.6c5b9f.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Duke.6c5b9f.json new file mode 100644 index 00000000..30dc42df --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Duke.6c5b9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297418037/4D5A108EA151DCE8910B962591DA6B256B2C2003/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297417896/1A29A45D1C5D089DB429F2A8FE10EFA912BB3B30/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c5b9f", + "Grid": false, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Duke", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.85, + "posY": 1.477, + "posZ": -16.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Duke.72c444.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Duke.72c444.json new file mode 100644 index 00000000..bd609757 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Duke.72c444.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Good Boy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "72c444", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Duke", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.275, + "posY": 1.473, + "posZ": -16.08, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf.json new file mode 100644 index 00000000..69226926 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf.json @@ -0,0 +1,118 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "StubbornCat.4512a4", + "EstrangedCat.593523", + "Rodent-Killer.d5e580", + "OrderCultist.4aec61", + "GazeoftheCeilingCat.a5455b", + "ScratchingPaws.640243", + "StubbornCat.173b96", + "EstrangedCat.593523", + "ScratchingPaws.640243", + "CatsintheMist.d2376d", + "HuntedbyByakats.188deb", + "ServantofDog-Sothoth.c44211", + "OnYourTail.75690e", + "EstrangedCat.58750b", + "SQUIRREL.d2a05a", + "OnYourTail.12dd89", + "MeowsksofMeowlathotep.906d54", + "MeowsksofMeowlathotep.0fa302", + "Rodent-Killer.9ae188", + "SQUIRREL.085963", + "ScratchingPaws.683523", + "CatsintheMist.f02d56", + "CatsintheMist.d2376d", + "ServantofDog-Sothoth.cd29bc", + "HuntedbyByakats.041647", + "MischiefandChaos.6843a4", + "GazeoftheCeilingCat.66c016", + "MischiefandChaos.170575" + ], + "ContainedObjects_path": "EncounterDeck.0646bf", + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 538534, + 538524, + 538525, + 538526, + 538536, + 538532, + 538534, + 538524, + 538532, + 538531, + 538529, + 538527, + 538530, + 538524, + 538528, + 538530, + 538533, + 538533, + 538525, + 538528, + 538532, + 538531, + 538531, + 538527, + 538529, + 538535, + 538536, + 538535 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0646bf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Encounter Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.744, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/CatsintheMist.d2376d.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/CatsintheMist.d2376d.json new file mode 100644 index 00000000..68406ad2 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/CatsintheMist.d2376d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538531, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Terror.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d2376d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cats in the Mist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.253, + "posY": 1.475, + "posZ": 8.409, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/CatsintheMist.f02d56.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/CatsintheMist.f02d56.json new file mode 100644 index 00000000..4efae8ed --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/CatsintheMist.f02d56.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538531, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Terror.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f02d56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cats in the Mist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.128, + "posY": 1.518, + "posZ": 8.668, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/EstrangedCat.58750b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/EstrangedCat.58750b.json new file mode 100644 index 00000000..89bd8a96 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/EstrangedCat.58750b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538524, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Creature.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "58750b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Estranged Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.353, + "posY": 1.52, + "posZ": 8.894, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/EstrangedCat.593523.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/EstrangedCat.593523.json new file mode 100644 index 00000000..8824643e --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/EstrangedCat.593523.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538524, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Creature.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "593523", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Estranged Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.353, + "posY": 1.547, + "posZ": 8.894, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/GazeoftheCeilingCat.66c016.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/GazeoftheCeilingCat.66c016.json new file mode 100644 index 00000000..8a60668d --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/GazeoftheCeilingCat.66c016.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538536, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Terror.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66c016", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gaze of the Ceiling Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.682, + "posY": 1.516, + "posZ": 10.111, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/GazeoftheCeilingCat.a5455b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/GazeoftheCeilingCat.a5455b.json new file mode 100644 index 00000000..c7941a25 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/GazeoftheCeilingCat.a5455b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538536, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Terror.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5455b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gaze of the Ceiling Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.578, + "posY": 1.475, + "posZ": 9.962, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/HuntedbyByakats.041647.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/HuntedbyByakats.041647.json new file mode 100644 index 00000000..4ac707aa --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/HuntedbyByakats.041647.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538529, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Scheme.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "041647", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hunted by Byakats", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.638, + "posY": 1.519, + "posZ": 9.461, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/HuntedbyByakats.188deb.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/HuntedbyByakats.188deb.json new file mode 100644 index 00000000..a3e1a66a --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/HuntedbyByakats.188deb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538529, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Scheme.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "188deb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hunted by Byakats", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.728, + "posY": 1.477, + "posZ": 9.232, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MeowsksofMeowlathotep.0fa302.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MeowsksofMeowlathotep.0fa302.json new file mode 100644 index 00000000..98459b8a --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MeowsksofMeowlathotep.0fa302.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538533, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Power.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa302", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Meowsks of Meowlathotep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.449, + "posY": 1.539, + "posZ": 9.816, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MeowsksofMeowlathotep.906d54.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MeowsksofMeowlathotep.906d54.json new file mode 100644 index 00000000..b8edbd83 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MeowsksofMeowlathotep.906d54.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538533, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Power.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "906d54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Meowsks of Meowlathotep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.529, + "posY": 1.476, + "posZ": 9.557, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MischiefandChaos.170575.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MischiefandChaos.170575.json new file mode 100644 index 00000000..5921c163 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MischiefandChaos.170575.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538535, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Scheme.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "170575", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mischief and Chaos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.278, + "posY": 1.475, + "posZ": 9.291, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MischiefandChaos.6843a4.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MischiefandChaos.6843a4.json new file mode 100644 index 00000000..375104aa --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/MischiefandChaos.6843a4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538535, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Scheme.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6843a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mischief and Chaos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.34, + "posY": 1.518, + "posZ": 9.344, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OnYourTail.12dd89.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OnYourTail.12dd89.json new file mode 100644 index 00000000..25f9c229 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OnYourTail.12dd89.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538530, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Scheme.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "12dd89", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On Your Tail", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.288, + "posY": 1.476, + "posZ": 8.775, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OnYourTail.75690e.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OnYourTail.75690e.json new file mode 100644 index 00000000..d17c9d06 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OnYourTail.75690e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538530, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Scheme.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "75690e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On Your Tail", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.482, + "posY": 1.52, + "posZ": 8.858, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OrderCultist.4aec61.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OrderCultist.4aec61.json new file mode 100644 index 00000000..beb13533 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/OrderCultist.4aec61.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538526, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Humanoid, sort of? Cultist, definitely.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4aec61", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Order Cultist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.916, + "posY": 1.798, + "posZ": 6.103, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/Rodent-Killer.9ae188.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/Rodent-Killer.9ae188.json new file mode 100644 index 00000000..932056a7 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/Rodent-Killer.9ae188.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538525, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Humanoid. Cultist.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9ae188", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rodent-Killer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.452, + "posY": 1.496, + "posZ": 7.44, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/Rodent-Killer.d5e580.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/Rodent-Killer.d5e580.json new file mode 100644 index 00000000..176c0045 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/Rodent-Killer.d5e580.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538525, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Humanoid. Cultist.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5e580", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rodent-Killer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.464, + "posY": 1.541, + "posZ": 7.441, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/SQUIRREL.085963.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/SQUIRREL.085963.json new file mode 100644 index 00000000..a856c6a9 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/SQUIRREL.085963.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538528, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Squirrel!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "085963", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "SQUIRREL!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.226, + "posY": 1.52, + "posZ": 9.212, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/SQUIRREL.d2a05a.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/SQUIRREL.d2a05a.json new file mode 100644 index 00000000..9b9fcacc --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/SQUIRREL.d2a05a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538528, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Squirrel!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d2a05a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "SQUIRREL!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.598, + "posY": 1.476, + "posZ": 8.837, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ScratchingPaws.640243.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ScratchingPaws.640243.json new file mode 100644 index 00000000..ca051bd5 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ScratchingPaws.640243.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538532, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hazard.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "640243", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scratching Paws", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.28, + "posY": 1.475, + "posZ": 8.46, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ScratchingPaws.683523.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ScratchingPaws.683523.json new file mode 100644 index 00000000..1f27015c --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ScratchingPaws.683523.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538532, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hazard.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "683523", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scratching Paws", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.469, + "posY": 1.518, + "posZ": 8.818, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ServantofDog-Sothoth.c44211.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ServantofDog-Sothoth.c44211.json new file mode 100644 index 00000000..a58a9d6d --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ServantofDog-Sothoth.c44211.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538527, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Monster. Catbomination.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c44211", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Servant of Dog-Sothoth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.056, + "posY": 1.507, + "posZ": 8.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ServantofDog-Sothoth.cd29bc.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ServantofDog-Sothoth.cd29bc.json new file mode 100644 index 00000000..90175eb7 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/ServantofDog-Sothoth.cd29bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538527, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Monster. Catbomination.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd29bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Servant of Dog-Sothoth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.32, + "posY": 1.475, + "posZ": 8.789, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/StubbornCat.173b96.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/StubbornCat.173b96.json new file mode 100644 index 00000000..77d4fe51 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/StubbornCat.173b96.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hazard.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "173b96", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.432, + "posY": 1.518, + "posZ": 9.537, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/StubbornCat.4512a4.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/StubbornCat.4512a4.json new file mode 100644 index 00000000..96ed80ac --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/EncounterDeck.0646bf/StubbornCat.4512a4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hazard.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4512a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Cat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.213, + "posY": 1.475, + "posZ": 9.519, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HairoftheDog.61c4c5.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HairoftheDog.61c4c5.json new file mode 100644 index 00000000..f9ab50d3 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HairoftheDog.61c4c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537615, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "61c4c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hair of the Dog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.251, + "posY": 1.472, + "posZ": -20.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HiredDogs.44bc00.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HiredDogs.44bc00.json new file mode 100644 index 00000000..61e19320 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HiredDogs.44bc00.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44bc00", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hired Dogs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.479, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HowlofClyhfford.952924.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HowlofClyhfford.952924.json new file mode 100644 index 00000000..e478151e --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/HowlofClyhfford.952924.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "952924", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Howl of Clyhf'ford", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.477, + "posZ": -4.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/JacquelineCanine.823edd.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/JacquelineCanine.823edd.json new file mode 100644 index 00000000..03688768 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/JacquelineCanine.823edd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297417563/86B887FDCC331D93213F3465D22477E66C11C169/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297417266/EB7D69CDFB4B40C56890C7B787992CA531786A8D/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "823edd", + "Grid": false, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Jacqueline Canine", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.85, + "posY": 1.479, + "posZ": -8.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/JacquelineCanine.94dde3.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/JacquelineCanine.94dde3.json new file mode 100644 index 00000000..4b6cf564 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/JacquelineCanine.94dde3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Paw Reader", + "DragSelectable": true, + "GMNotes": "", + "GUID": "94dde3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jacqueline Canine", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.274, + "posY": 1.476, + "posZ": -8.08, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/KateWinthpup.3549e7.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/KateWinthpup.3549e7.json new file mode 100644 index 00000000..59251686 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/KateWinthpup.3549e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297416208/2178189EC4327D27ECC17AAB215436AA86507AF4/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297416065/D6E80F5A27085251DBDA0BC5DADACC3A45110101/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3549e7", + "Grid": false, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Kate Winthpup", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.85, + "posY": 1.484, + "posZ": 7.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/KateWinthpup.673295.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/KateWinthpup.673295.json new file mode 100644 index 00000000..bc50ad8f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/KateWinthpup.673295.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Laboratory Labrador", + "DragSelectable": true, + "GMNotes": "", + "GUID": "673295", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kate Winthpup", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.277, + "posY": 1.48, + "posZ": 7.92, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b.json new file mode 100644 index 00000000..752d2ac3 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b.json @@ -0,0 +1,76 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "CatofTindalos.ce69cd", + "TheMewlingHunger.64feac", + "TheDwellerintheDeep.f4cd65", + "TheHisserintheDark.aef204", + "GHOSTCAT.e86d3b", + "CatRidingonaByakat.53c2ec", + "PouncerintheNight.94906b" + ], + "ContainedObjects_path": "Meowsks.54092b", + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 538518, + 538520, + 538519, + 538517, + 538521, + 538522, + 538523 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "54092b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Meowsks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.996, + "posY": 1.656, + "posZ": -0.18, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/CatRidingonaByakat.53c2ec.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/CatRidingonaByakat.53c2ec.json new file mode 100644 index 00000000..f12fe90f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/CatRidingonaByakat.53c2ec.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538522, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "It's Exactly What it Sounds Like", + "DragSelectable": true, + "GMNotes": "", + "GUID": "53c2ec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cat Riding on a Byakat", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.185, + "posY": 1.625, + "posZ": 14.396, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/CatofTindalos.ce69cd.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/CatofTindalos.ce69cd.json new file mode 100644 index 00000000..9f7cbca9 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/CatofTindalos.ce69cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538518, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Extradimensional Cat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ce69cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cat of Tindalos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.214, + "posY": 1.487, + "posZ": 15.304, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/GHOSTCAT.e86d3b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/GHOSTCAT.e86d3b.json new file mode 100644 index 00000000..b845933f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/GHOSTCAT.e86d3b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538521, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Cat That is Also a Ghost", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e86d3b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "GHOST CAT!", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.032, + "posY": 1.546, + "posZ": 14.179, + "rotX": 0, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/PouncerintheNight.94906b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/PouncerintheNight.94906b.json new file mode 100644 index 00000000..7339bbd0 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/PouncerintheNight.94906b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538523, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Nocturnal Hunting Cat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "94906b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pouncer in the Night", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.707, + "posY": 1.618, + "posZ": 14.15, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheDwellerintheDeep.f4cd65.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheDwellerintheDeep.f4cd65.json new file mode 100644 index 00000000..2d76e5bb --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheDwellerintheDeep.f4cd65.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538519, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Don't Ask How", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f4cd65", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Dweller in the Deep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.975, + "posY": 1.507, + "posZ": 16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheHisserintheDark.aef204.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheHisserintheDark.aef204.json new file mode 100644 index 00000000..fac7bdd8 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheHisserintheDark.aef204.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538517, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "The Cat That Came Back", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aef204", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hisser in the Dark", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.079, + "posY": 1.486, + "posZ": 13.112, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheMewlingHunger.64feac.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheMewlingHunger.64feac.json new file mode 100644 index 00000000..52ab627b --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Meowsks.54092b/TheMewlingHunger.64feac.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Capricious Twins", + "DragSelectable": true, + "GMNotes": "", + "GUID": "64feac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Mewling Hunger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.403, + "posY": 1.559, + "posZ": 15.6, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/MuttskatonicUniversity.56fc9d.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/MuttskatonicUniversity.56fc9d.json new file mode 100644 index 00000000..57c32ce1 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/MuttskatonicUniversity.56fc9d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56fc9d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Muttskatonic University", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.639, + "posZ": 7.57, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/OldShoe.87f6b9.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/OldShoe.87f6b9.json new file mode 100644 index 00000000..e2b31b61 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/OldShoe.87f6b9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537614, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87f6b9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Old Shoe", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.474, + "posZ": -12.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Scenario.d41278.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Scenario.d41278.json new file mode 100644 index 00000000..dc33cf9f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Scenario.d41278.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Meddling of Meowlathotep", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d41278", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Scenario", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.956, + "posY": 1.598, + "posZ": -10.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Set-aside.a45247.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Set-aside.a45247.json new file mode 100644 index 00000000..ddf08b8a --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Set-aside.a45247.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "Meowlathotep.4afd7f" + ], + "ContainedObjects_path": "Set-aside.a45247", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://i.imgur.com/yVhOLYs.jpg", + "MaterialIndex": 1, + "MeshURL": "https://paste.ee/r/ylQzQ", + "NormalURL": "http://i.imgur.com/f1ogHo6.jpg", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a45247", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Set-aside", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.696, + "posY": 1.558, + "posZ": 14.279, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Set-aside.a45247/Meowlathotep.4afd7f.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Set-aside.a45247/Meowlathotep.4afd7f.json new file mode 100644 index 00000000..4d6f418d --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Set-aside.a45247/Meowlathotep.4afd7f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538516, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5385": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Meowsenger of the Outer Gods", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4afd7f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Meowlathotep", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.697, + "posY": 3.663, + "posZ": 14.279, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SkidsODrool.1943ff.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SkidsODrool.1943ff.json new file mode 100644 index 00000000..266ef20c --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SkidsODrool.1943ff.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297416775/01D74E1F211ED12B6AB97E2C171FBF4BAD269E94/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297416623/C105E79E8FE67FCCE4ABADEB110F8C5E2A239447/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1943ff", + "Grid": false, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "\"Skids\" O'Drool", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.85, + "posY": 1.481, + "posZ": -0.08, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SkidsODrool.a6049c.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SkidsODrool.a6049c.json new file mode 100644 index 00000000..b2bca760 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SkidsODrool.a6049c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5383": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Pound Escapee", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6049c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Skids\" O'Drool", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.274, + "posY": 1.478, + "posZ": -0.08, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Slobbertown.6f663b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Slobbertown.6f663b.json new file mode 100644 index 00000000..bb4db21f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Slobbertown.6f663b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham. Central.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6f663b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Slobbertown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.635, + "posZ": -7.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Snoutside.e87867.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Snoutside.e87867.json new file mode 100644 index 00000000..862d5db2 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Snoutside.e87867.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham. Central.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e87867", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Snoutside", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.637, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SpikedCollar.357610.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SpikedCollar.357610.json new file mode 100644 index 00000000..18678186 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/SpikedCollar.357610.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537610, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297420931/3655DD579E6DE8FFA2C1E4D84DFDEA3B3957C28C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "357610", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Collar", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.484, + "posZ": 19.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/StMarysAnimalHospital.8b87b3.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/StMarysAnimalHospital.8b87b3.json new file mode 100644 index 00000000..3d243a49 --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/StMarysAnimalHospital.8b87b3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b87b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "St. Mary's Animal Hospital", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.649, + "posZ": 7.57, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Tailside.41fdc3.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Tailside.41fdc3.json new file mode 100644 index 00000000..cfa6cd3d --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/Tailside.41fdc3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham. Central.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "41fdc3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tailside", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.628, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.json new file mode 100644 index 00000000..86881c3b --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EcbhVuh.jpg/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/965354846165100486/3DC8FCEF364B30758B09EF96AF9458F2B8E64D56/", + "WidthScale": 0 + }, + "Description": "click to set chaos token difficulty", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f5db25", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "The Meddling of Meowlathotep", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.676, + "posY": 1.582, + "posZ": -14.535, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.2, + "scaleY": 1, + "scaleZ": 2.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.ttslua b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.ttslua new file mode 100644 index 00000000..6af5282e --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/TheMeddlingofMeowlathotep.f5db25.ttslua @@ -0,0 +1,22 @@ +name = 'Meowlathotep' + +function onLoad() + Global.call('createSetupButtons', {object=self, key=name}) +end + +function easyClick() + Global.call('fillContainer', {object=self, key=name, mode='easy'}) +end + +function normalClick() + Global.call('fillContainer', {object=self, key=name, mode='normal'}) +end + +function hardClick() + Global.call('fillContainer', {object=self, key=name, mode='hard'}) +end + +function expertClick() + Global.call('fillContainer', {object=self, key=name, mode='expert'}) +end + diff --git a/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/VelmasDoghouse.458f2b.json b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/VelmasDoghouse.458f2b.json new file mode 100644 index 00000000..f13f019f --- /dev/null +++ b/objects/BarkhamHorror.308439/TheMeddlingofMeowlathotep.d02940/VelmasDoghouse.458f2b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5384": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425566/B77EE34309147A71D3711BB06B0EA17E4152EB00/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297425383/1525B71690E98FAD7B4740D7DB1DA5722C094D3A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Barkham.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "458f2b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Velma's Doghouse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 1.614, + "posZ": -15.28, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5.json b/objects/BattleGoesOn.dd90c5.json new file mode 100644 index 00000000..14b7b96f --- /dev/null +++ b/objects/BattleGoesOn.dd90c5.json @@ -0,0 +1,143 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TaoismFlag.3ca139", + "BattleGoesOnPlayerCards.5b9142", + "SevenStars.621b3f", + "AncientCompass.ffcf21", + "Fulu.668b93", + "EscapingTongPass.196394", + "ProdigyHealing.a9d598", + "CanonicalTexts.23a0e7", + "MonumentalHistory.9341d5", + "InfantCare.321c5a", + "TreasureBowl.b041a2", + "ChangbanRecog.77d5c3", + "SkyLantern.13f8ae", + "OnaStreak.06ba48", + "EmptyFort.dde61c", + "MysteriousSuspense.91a0fc", + "StrawShoes.884c7e", + "ButchersHatchet.4225c0", + "SpikedMace.97f078", + "HistoricalNovel.a836d9", + "Survivorturntoken.3d2067", + "Survivorturntoken.488fe7", + "Survivorturntoken.1c4e12", + "CaoCao.6999ce", + "CaoCao.a9b4ce", + "starterdeckcards.a768fb", + "starterdeckcards.112830", + "LiuBei.ac8f35", + "LiuBei.d3dcdd", + "Survivorturntoken.5bbf47", + "Survivorturntoken.52e670", + "Survivorturntoken.909fa7", + "Turntoken.9725e1", + "Turntoken.e7550c", + "Turntoken.5de79f", + "SunQuan.bccf2a", + "SunQuan.2f9839", + "starterdeckcards.024a88", + "starterdeckcards.b2b405", + "NanHua.3bdb8f", + "NanHua.93d0b4", + "Survivorturntoken.585744", + "Survivorturntoken.197103", + "Survivorturntoken.f9f51a", + "Turntoken.104c1e", + "Turntoken.080508", + "Turntoken.68e686", + "ChenShou.763a27", + "Deck.d4c471", + "starterdeckcards.fd8d58" + ], + "ContainedObjects_path": "BattleGoesOn.dd90c5", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.7999996, + "SpecularColor": { + "b": 0.735294163, + "g": 0.735294163, + "r": 0.735294163 + }, + "SpecularIntensity": 5, + "SpecularSharpness": 8 + }, + "DiffuseURL": "https://i.imgur.com/F4W3qLq.jpg", + "MaterialIndex": 2, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "by The Popest", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd90c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "BattleGoesOn.dd90c5.luascriptstate", + "LuaScript_path": "BattleGoesOn.dd90c5.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Battle Goes On", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 36.691, + "posY": 1.481, + "posZ": -8.925, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.17743635, + "scaleY": 0.453221977, + "scaleZ": 2.38434219 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5.luascriptstate b/objects/BattleGoesOn.dd90c5.luascriptstate new file mode 100644 index 00000000..467e15ff --- /dev/null +++ b/objects/BattleGoesOn.dd90c5.luascriptstate @@ -0,0 +1 @@ +{"ml":{"024a88":{"lock":false,"pos":{"x":-26.3008,"y":1.2711,"z":-69.0611},"rot":{"x":359.9792,"y":89.9867,"z":359.9832}},"06ba48":{"lock":false,"pos":{"x":5.7548,"y":1.3231,"z":-63.0474},"rot":{"x":0.0208,"y":270.0127,"z":0.0168}},"080508":{"lock":false,"pos":{"x":-16.6234,"y":1.355,"z":-84.8014},"rot":{"x":0.0208,"y":269.9935,"z":0.0168}},"104c1e":{"lock":false,"pos":{"x":-16.6218,"y":1.3553,"z":-83.5247},"rot":{"x":0.0208,"y":269.9935,"z":0.0168}},"112830":{"lock":false,"pos":{"x":-26.3063,"y":1.2734,"z":-61.2118},"rot":{"x":359.9791,"y":89.8593,"z":359.9833}},"13f8ae":{"lock":false,"pos":{"x":5.7547,"y":1.3224,"z":-65.3523},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"196394":{"lock":false,"pos":{"x":9.3938,"y":1.3224,"z":-69.9524},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"197103":{"lock":false,"pos":{"x":-16.6228,"y":1.3573,"z":-76.9288},"rot":{"x":0.0208,"y":269.9872,"z":0.0168}},"1c4e12":{"lock":false,"pos":{"x":-16.6232,"y":1.3638,"z":-54.6039},"rot":{"x":0.0208,"y":270.0294,"z":0.0168}},"23a0e7":{"lock":false,"pos":{"x":9.3938,"y":1.321,"z":-74.5523},"rot":{"x":0.0208,"y":270.0085,"z":0.0168}},"2f9839":{"lock":false,"pos":{"x":-22.6157,"y":1.311,"z":-69.0756},"rot":{"x":0.0168,"y":179.993,"z":359.9792}},"321c5a":{"lock":false,"pos":{"x":5.7547,"y":1.3204,"z":-72.2523},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"3bdb8f":{"lock":false,"pos":{"x":-22.6157,"y":1.3087,"z":-76.946},"rot":{"x":0.0168,"y":179.9718,"z":359.9792}},"3d2067":{"lock":false,"pos":{"x":-16.6232,"y":1.3645,"z":-52.1352},"rot":{"x":0.0208,"y":270.0295,"z":0.0168}},"4225c0":{"lock":false,"pos":{"x":2.1095,"y":1.3197,"z":-69.9524},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"488fe7":{"lock":false,"pos":{"x":-16.6232,"y":1.3642,"z":-53.3736},"rot":{"x":0.0208,"y":270.0294,"z":0.0168}},"52e670":{"lock":false,"pos":{"x":-16.6233,"y":1.3619,"z":-61.2142},"rot":{"x":0.0208,"y":270.0109,"z":0.0168}},"585744":{"lock":false,"pos":{"x":-16.6235,"y":1.3576,"z":-75.6886},"rot":{"x":0.0208,"y":269.9872,"z":0.0168}},"5b9142":{"lock":false,"pos":{"x":5.7357,"y":1.3809,"z":-58.1501},"rot":{"x":359.9792,"y":89.999,"z":359.9832}},"5bbf47":{"lock":false,"pos":{"x":-16.6233,"y":1.3622,"z":-59.9842},"rot":{"x":0.0208,"y":270.0109,"z":0.0168}},"5de79f":{"lock":false,"pos":{"x":-16.6233,"y":1.3592,"z":-70.2738},"rot":{"x":0.0208,"y":269.9991,"z":0.0168}},"621b3f":{"lock":false,"pos":{"x":9.3938,"y":1.3244,"z":-63.0524},"rot":{"x":0.0208,"y":270.0085,"z":0.0168}},"668b93":{"lock":false,"pos":{"x":9.3938,"y":1.323,"z":-67.6524},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"68e686":{"lock":false,"pos":{"x":-16.6226,"y":1.3546,"z":-86.0018},"rot":{"x":0.0208,"y":269.9935,"z":0.0168}},"6999ce":{"lock":false,"pos":{"x":-19.3,"y":1.3168,"z":-53.4358},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"763a27":{"lock":false,"pos":{"x":-19.2998,"y":1.3076,"z":-84.8182},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"77d5c3":{"lock":false,"pos":{"x":5.7547,"y":1.321,"z":-69.9523},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"884c7e":{"lock":false,"pos":{"x":2.1095,"y":1.3204,"z":-67.6524},"rot":{"x":0.0208,"y":270.0085,"z":0.0168}},"909fa7":{"lock":false,"pos":{"x":-16.6232,"y":1.3615,"z":-62.4441},"rot":{"x":0.0208,"y":270.0107,"z":0.0168}},"91a0fc":{"lock":false,"pos":{"x":2.1095,"y":1.3211,"z":-65.3524},"rot":{"x":0.0208,"y":270.0085,"z":0.0168}},"9341d5":{"lock":false,"pos":{"x":5.7547,"y":1.3197,"z":-74.5523},"rot":{"x":0.0208,"y":270.0087,"z":0.0168}},"93d0b4":{"lock":false,"pos":{"x":-19.2936,"y":1.3099,"z":-76.9415},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"9725e1":{"lock":false,"pos":{"x":-16.6233,"y":1.3599,"z":-67.8038},"rot":{"x":0.0208,"y":269.9991,"z":0.0168}},"97f078":{"lock":false,"pos":{"x":2.1095,"y":1.319,"z":-72.2524},"rot":{"x":0.0208,"y":270.0085,"z":0.0168}},"a768fb":{"lock":false,"pos":{"x":-26.3006,"y":1.2757,"z":-53.4371},"rot":{"x":359.9792,"y":89.9837,"z":359.9832}},"a836d9":{"lock":false,"pos":{"x":2.1095,"y":1.3184,"z":-74.5525},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"a9b4ce":{"lock":false,"pos":{"x":-22.6139,"y":1.3156,"z":-53.4381},"rot":{"x":0.0168,"y":179.9562,"z":359.9792}},"a9d598":{"lock":false,"pos":{"x":9.3938,"y":1.3217,"z":-72.2524},"rot":{"x":0.0208,"y":270.0085,"z":0.0168}},"ac8f35":{"lock":false,"pos":{"x":-22.6169,"y":1.3133,"z":-61.241},"rot":{"x":0.0168,"y":180.0202,"z":359.9792}},"b041a2":{"lock":false,"pos":{"x":5.7547,"y":1.3217,"z":-67.6523},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"b2b405":{"lock":false,"pos":{"x":-26.3053,"y":1.2688,"z":-76.9457},"rot":{"x":359.9792,"y":89.9226,"z":359.9832}},"bccf2a":{"lock":false,"pos":{"x":-19.2959,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":270,"z":0.0168}},"d3dcdd":{"lock":false,"pos":{"x":-19.3001,"y":1.3145,"z":-61.2332},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"d4c471":{"lock":false,"pos":{"x":-22.6169,"y":1.3282,"z":-84.8185},"rot":{"x":0.0168,"y":179.9697,"z":359.9792}},"dde61c":{"lock":false,"pos":{"x":2.1103,"y":1.3217,"z":-63.0467},"rot":{"x":0.0208,"y":270.0043,"z":0.0168}},"e7550c":{"lock":false,"pos":{"x":-16.6235,"y":1.3596,"z":-69.0435},"rot":{"x":0.0208,"y":269.9992,"z":0.0168}},"f9f51a":{"lock":false,"pos":{"x":-16.6233,"y":1.3569,"z":-78.1588},"rot":{"x":0.0208,"y":269.9872,"z":0.0168}},"fd8d58":{"lock":false,"pos":{"x":-26.298,"y":1.2665,"z":-84.819},"rot":{"x":359.9792,"y":89.9734,"z":359.9832}},"ffcf21":{"lock":false,"pos":{"x":9.3938,"y":1.3237,"z":-65.3524},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}}}} diff --git a/objects/BattleGoesOn.dd90c5.ttslua b/objects/BattleGoesOn.dd90c5.ttslua new file mode 100644 index 00000000..d3a91c84 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/BattleGoesOn.dd90c5/AncientCompass.ffcf21.json b/objects/BattleGoesOn.dd90c5/AncientCompass.ffcf21.json new file mode 100644 index 00000000..e38eda69 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/AncientCompass.ffcf21.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ffcf21", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.394, + "posY": 1.324, + "posZ": -65.352, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/BattleGoesOnPlayerCards.5b9142.json b/objects/BattleGoesOn.dd90c5/BattleGoesOnPlayerCards.5b9142.json new file mode 100644 index 00000000..3e82aafd --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/BattleGoesOnPlayerCards.5b9142.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "You may purchase \u0026 include cards like you normally would. \nDuring setup, build a \"BGO\" deck using the 18 cards on the right, one copy of each. (Other players purchasing cards won't affect the deck) Everyone in play shares the same \"BGO\" deck. When a card from the \"BGO\" deck enters a play area, it's considered a part of that player's deck during this game. It will go into the player's discard pile once you discard it.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b9142", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "“Battle Goes On” Player Cards", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.736, + "posY": 1.381, + "posZ": -58.15, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/ButchersHatchet.4225c0.json b/objects/BattleGoesOn.dd90c5/ButchersHatchet.4225c0.json new file mode 100644 index 00000000..30834f29 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/ButchersHatchet.4225c0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4225c0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butcher's Hatchet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.11, + "posY": 1.32, + "posZ": -69.952, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/CanonicalTexts.23a0e7.json b/objects/BattleGoesOn.dd90c5/CanonicalTexts.23a0e7.json new file mode 100644 index 00000000..3ea20b8f --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/CanonicalTexts.23a0e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "23a0e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Canonical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.394, + "posY": 1.321, + "posZ": -74.552, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/CaoCao.6999ce.json b/objects/BattleGoesOn.dd90c5/CaoCao.6999ce.json new file mode 100644 index 00000000..a10b2245 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/CaoCao.6999ce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5916": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/MkXqO5J.jpg", + "FaceURL": "https://i.imgur.com/cxcVPn9.jpg", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Mini Card", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6999ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cao Cao", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.3, + "posY": 1.317, + "posZ": -53.436, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/CaoCao.a9b4ce.json b/objects/BattleGoesOn.dd90c5/CaoCao.a9b4ce.json new file mode 100644 index 00000000..b59ffa82 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/CaoCao.a9b4ce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Emperor Wu of Wei", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a9b4ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Cao Cao", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.614, + "posY": 1.316, + "posZ": -53.438, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/ChangbanRecog.77d5c3.json b/objects/BattleGoesOn.dd90c5/ChangbanRecog.77d5c3.json new file mode 100644 index 00000000..f34bf338 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/ChangbanRecog.77d5c3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "77d5c3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Changban Recog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.755, + "posY": 1.321, + "posZ": -69.952, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/ChenShou.763a27.json b/objects/BattleGoesOn.dd90c5/ChenShou.763a27.json new file mode 100644 index 00000000..50101654 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/ChenShou.763a27.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5916": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/MkXqO5J.jpg", + "FaceURL": "https://i.imgur.com/cxcVPn9.jpg", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Mini Card", + "DragSelectable": true, + "GMNotes": "", + "GUID": "763a27", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chen Shou", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.3, + "posY": 1.308, + "posZ": -84.818, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Deck.d4c471.json b/objects/BattleGoesOn.dd90c5/Deck.d4c471.json new file mode 100644 index 00000000..e9a745d4 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Deck.d4c471.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ChenShou-RogueSeeker.01b1e1", + "ChenShou-GuardianMythic.571676", + "ChenShou.9dd0d1" + ], + "ContainedObjects_path": "Deck.d4c471", + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 592506, + 592505, + 592504 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d4c471", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.617, + "posY": 1.328, + "posZ": -84.819, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou-GuardianMythic.571676.json b/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou-GuardianMythic.571676.json new file mode 100644 index 00000000..34e597a5 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou-GuardianMythic.571676.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Historian", + "DragSelectable": true, + "GMNotes": "", + "GUID": "571676", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chen Shou - Guardian / Mythic", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.724, + "posY": 1.34, + "posZ": -85.027, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou-RogueSeeker.01b1e1.json b/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou-RogueSeeker.01b1e1.json new file mode 100644 index 00000000..2350a006 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou-RogueSeeker.01b1e1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Historian", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01b1e1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chen Shou - Rogue / Seeker", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.617, + "posY": 1.306, + "posZ": -84.818, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou.9dd0d1.json b/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou.9dd0d1.json new file mode 100644 index 00000000..0be9f6da --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Deck.d4c471/ChenShou.9dd0d1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592504, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Skill Value Card", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9dd0d1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chen Shou", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.487, + "posY": 1.374, + "posZ": -84.963, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/EmptyFort.dde61c.json b/objects/BattleGoesOn.dd90c5/EmptyFort.dde61c.json new file mode 100644 index 00000000..c0ce063d --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/EmptyFort.dde61c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dde61c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Fort", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.11, + "posY": 1.322, + "posZ": -63.047, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/EscapingTongPass.196394.json b/objects/BattleGoesOn.dd90c5/EscapingTongPass.196394.json new file mode 100644 index 00000000..06174858 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/EscapingTongPass.196394.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "196394", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Escaping Tong Pass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.394, + "posY": 1.322, + "posZ": -69.952, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Fulu.668b93.json b/objects/BattleGoesOn.dd90c5/Fulu.668b93.json new file mode 100644 index 00000000..7b82a53b --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Fulu.668b93.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "668b93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fulu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.394, + "posY": 1.323, + "posZ": -67.652, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/HistoricalNovel.a836d9.json b/objects/BattleGoesOn.dd90c5/HistoricalNovel.a836d9.json new file mode 100644 index 00000000..f60f44a8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/HistoricalNovel.a836d9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a836d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Novel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.11, + "posY": 1.318, + "posZ": -74.552, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/InfantCare.321c5a.json b/objects/BattleGoesOn.dd90c5/InfantCare.321c5a.json new file mode 100644 index 00000000..e9fad068 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/InfantCare.321c5a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "321c5a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infant Care", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.755, + "posY": 1.32, + "posZ": -72.252, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/LiuBei.ac8f35.json b/objects/BattleGoesOn.dd90c5/LiuBei.ac8f35.json new file mode 100644 index 00000000..af545a34 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/LiuBei.ac8f35.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Humane Ruler", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ac8f35", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Liu Bei", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.617, + "posY": 1.313, + "posZ": -61.241, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/LiuBei.d3dcdd.json b/objects/BattleGoesOn.dd90c5/LiuBei.d3dcdd.json new file mode 100644 index 00000000..1f2df887 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/LiuBei.d3dcdd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5920": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/MkXqO5J.jpg", + "FaceURL": "https://i.imgur.com/cxcVPn9.jpg", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Mini Card", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d3dcdd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Liu Bei", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.3, + "posY": 1.314, + "posZ": -61.233, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/MonumentalHistory.9341d5.json b/objects/BattleGoesOn.dd90c5/MonumentalHistory.9341d5.json new file mode 100644 index 00000000..b1660b37 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/MonumentalHistory.9341d5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9341d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monumental History", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.755, + "posY": 1.32, + "posZ": -74.552, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/MysteriousSuspense.91a0fc.json b/objects/BattleGoesOn.dd90c5/MysteriousSuspense.91a0fc.json new file mode 100644 index 00000000..dc2e214e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/MysteriousSuspense.91a0fc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "91a0fc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Suspense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.11, + "posY": 1.321, + "posZ": -65.352, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/NanHua.3bdb8f.json b/objects/BattleGoesOn.dd90c5/NanHua.3bdb8f.json new file mode 100644 index 00000000..2709d130 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/NanHua.3bdb8f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Saint Hermit of the Southern Land", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3bdb8f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nan Hua", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.616, + "posY": 1.309, + "posZ": -76.946, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/NanHua.93d0b4.json b/objects/BattleGoesOn.dd90c5/NanHua.93d0b4.json new file mode 100644 index 00000000..b3f2c7b1 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/NanHua.93d0b4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5917": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/MkXqO5J.jpg", + "FaceURL": "https://i.imgur.com/cxcVPn9.jpg", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Mini Card", + "DragSelectable": true, + "GMNotes": "", + "GUID": "93d0b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nan Hua", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.294, + "posY": 1.31, + "posZ": -76.942, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/OnaStreak.06ba48.json b/objects/BattleGoesOn.dd90c5/OnaStreak.06ba48.json new file mode 100644 index 00000000..29dcaeb9 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/OnaStreak.06ba48.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "06ba48", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On a Streak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.755, + "posY": 1.323, + "posZ": -63.047, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/ProdigyHealing.a9d598.json b/objects/BattleGoesOn.dd90c5/ProdigyHealing.a9d598.json new file mode 100644 index 00000000..a3471de3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/ProdigyHealing.a9d598.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a9d598", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prodigy Healing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.394, + "posY": 1.322, + "posZ": -72.252, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/SevenStars.621b3f.json b/objects/BattleGoesOn.dd90c5/SevenStars.621b3f.json new file mode 100644 index 00000000..10f3e6e8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/SevenStars.621b3f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "621b3f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seven Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.394, + "posY": 1.324, + "posZ": -63.052, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/SkyLantern.13f8ae.json b/objects/BattleGoesOn.dd90c5/SkyLantern.13f8ae.json new file mode 100644 index 00000000..a9204791 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/SkyLantern.13f8ae.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "13f8ae", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sky Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.755, + "posY": 1.322, + "posZ": -65.352, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/SpikedMace.97f078.json b/objects/BattleGoesOn.dd90c5/SpikedMace.97f078.json new file mode 100644 index 00000000..1aaeb38a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/SpikedMace.97f078.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "97f078", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Mace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.11, + "posY": 1.319, + "posZ": -72.252, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/StrawShoes.884c7e.json b/objects/BattleGoesOn.dd90c5/StrawShoes.884c7e.json new file mode 100644 index 00000000..51c78723 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/StrawShoes.884c7e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "884c7e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Straw Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.11, + "posY": 1.32, + "posZ": -67.652, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/SunQuan.2f9839.json b/objects/BattleGoesOn.dd90c5/SunQuan.2f9839.json new file mode 100644 index 00000000..1e916af3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/SunQuan.2f9839.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5925": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/icgJdJQ.jpg", + "FaceURL": "https://i.imgur.com/VnGUaFg.jpg", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Young Monarch", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2f9839", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sun Quan", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.616, + "posY": 1.311, + "posZ": -69.076, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/SunQuan.bccf2a.json b/objects/BattleGoesOn.dd90c5/SunQuan.bccf2a.json new file mode 100644 index 00000000..a4124e4a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/SunQuan.bccf2a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 591902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5919": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/MkXqO5J.jpg", + "FaceURL": "https://i.imgur.com/cxcVPn9.jpg", + "NumHeight": 2, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Mini Card", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bccf2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sun Quan", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.296, + "posY": 1.312, + "posZ": -69.061, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.197103.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.197103.json new file mode 100644 index 00000000..96f3480e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.197103.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "197103", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.357, + "posZ": -76.929, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.1c4e12.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.1c4e12.json new file mode 100644 index 00000000..ce04dd7a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.1c4e12.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1c4e12", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.364, + "posZ": -54.604, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.3d2067.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.3d2067.json new file mode 100644 index 00000000..f5bd76e8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.3d2067.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3d2067", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.365, + "posZ": -52.135, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.488fe7.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.488fe7.json new file mode 100644 index 00000000..154074ad --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.488fe7.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "488fe7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.364, + "posZ": -53.374, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.52e670.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.52e670.json new file mode 100644 index 00000000..6a4a9857 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.52e670.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "52e670", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.362, + "posZ": -61.214, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.585744.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.585744.json new file mode 100644 index 00000000..5ecfad93 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.585744.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "585744", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.624, + "posY": 1.358, + "posZ": -75.689, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.5bbf47.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.5bbf47.json new file mode 100644 index 00000000..b27deb24 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.5bbf47.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bbf47", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.362, + "posZ": -59.984, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.909fa7.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.909fa7.json new file mode 100644 index 00000000..a7bdba31 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.909fa7.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "909fa7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.362, + "posZ": -62.444, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Survivorturntoken.f9f51a.json b/objects/BattleGoesOn.dd90c5/Survivorturntoken.f9f51a.json new file mode 100644 index 00000000..1ed8edb8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Survivorturntoken.f9f51a.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f9f51a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.357, + "posZ": -78.159, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/TaoismFlag.3ca139.json b/objects/BattleGoesOn.dd90c5/TaoismFlag.3ca139.json new file mode 100644 index 00000000..8c06bc71 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/TaoismFlag.3ca139.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592429, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "You found me!\n\nNow you may add the first copy of this card to your deck for free!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3ca139", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Taoism Flag", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.298, + "posY": 1.914, + "posZ": -45.39, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/TreasureBowl.b041a2.json b/objects/BattleGoesOn.dd90c5/TreasureBowl.b041a2.json new file mode 100644 index 00000000..0e34d2d9 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/TreasureBowl.b041a2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b041a2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Bowl", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.755, + "posY": 1.322, + "posZ": -67.652, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Turntoken.080508.json b/objects/BattleGoesOn.dd90c5/Turntoken.080508.json new file mode 100644 index 00000000..1a911e06 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Turntoken.080508.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "080508", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.355, + "posZ": -84.801, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Turntoken.104c1e.json b/objects/BattleGoesOn.dd90c5/Turntoken.104c1e.json new file mode 100644 index 00000000..e3873322 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Turntoken.104c1e.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "104c1e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.622, + "posY": 1.355, + "posZ": -83.525, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Turntoken.5de79f.json b/objects/BattleGoesOn.dd90c5/Turntoken.5de79f.json new file mode 100644 index 00000000..98f106e5 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Turntoken.5de79f.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5de79f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.359, + "posZ": -70.274, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Turntoken.68e686.json b/objects/BattleGoesOn.dd90c5/Turntoken.68e686.json new file mode 100644 index 00000000..3a16f55a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Turntoken.68e686.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68e686", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.355, + "posZ": -86.002, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Turntoken.9725e1.json b/objects/BattleGoesOn.dd90c5/Turntoken.9725e1.json new file mode 100644 index 00000000..f0bc9356 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Turntoken.9725e1.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9725e1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.623, + "posY": 1.36, + "posZ": -67.804, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/Turntoken.e7550c.json b/objects/BattleGoesOn.dd90c5/Turntoken.e7550c.json new file mode 100644 index 00000000..348f7de7 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/Turntoken.e7550c.json @@ -0,0 +1,55 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e7550c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Turn token", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.624, + "posY": 1.36, + "posZ": -69.044, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88.json new file mode 100644 index 00000000..24eb9bd5 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "ABattleGoesOndeck.5d2d7e", + "RiverofNoReturn.889fc6", + "SeamlessPlanning.0d6929" + ], + "ContainedObjects_path": "starterdeckcards.024a88", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "024a88", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "starter deck \u0026 cards", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.301, + "posY": 1.271, + "posZ": -69.061, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e.json new file mode 100644 index 00000000..0d6e6896 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e.json @@ -0,0 +1,98 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SevenStars.8a775d", + "AncientCompass.8f85af", + "Fulu.6223c5", + "EscapingTongPass.f60e82", + "ProdigyHealing.d71d31", + "CanonicalTexts.72e480", + "OnaStreak.840b9f", + "SkyLantern.17ecf7", + "TreasureBowl.ba93cc", + "ChangbanRecog.eaa1bc", + "InfantCare.4b3ed6", + "MonumentalHistory.d60bb0", + "EmptyFort.0d98cd", + "MysteriousSuspense.d776e7", + "StrawShoes.bcf3b0", + "ButchersHatchet.5bd99d", + "SpikedMace.0b3db4", + "HistoricalNovel.b9ec5e" + ], + "ContainedObjects_path": "ABattleGoesOndeck.5d2d7e", + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 592400, + 592401, + 592402, + 592403, + 592404, + 592405, + 592406, + 592407, + 592408, + 592409, + 592410, + 592411, + 592412, + 592413, + 592414, + 592415, + 592416, + 592417 + ], + "Description": "Everyone in play shares the same \"BGO\" deck. When a card from the \"BGO\" deck enters a play area, it's considered a part of that player's deck during this game. It will go into the player's discard pile once you discard it.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5d2d7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "A \"Battle Goes On\" deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.3, + "posY": 3.464, + "posZ": -69.061, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/AncientCompass.8f85af.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/AncientCompass.8f85af.json new file mode 100644 index 00000000..94d1ae16 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/AncientCompass.8f85af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f85af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.967, + "posY": 1.326, + "posZ": -77.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ButchersHatchet.5bd99d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ButchersHatchet.5bd99d.json new file mode 100644 index 00000000..218263c3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ButchersHatchet.5bd99d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd99d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butcher's Hatchet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.698, + "posY": 1.485, + "posZ": -77.117, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/CanonicalTexts.72e480.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/CanonicalTexts.72e480.json new file mode 100644 index 00000000..8aff5551 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/CanonicalTexts.72e480.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "72e480", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Canonical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.076, + "posY": 1.389, + "posZ": -77.051, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ChangbanRecog.eaa1bc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ChangbanRecog.eaa1bc.json new file mode 100644 index 00000000..3cc50e45 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ChangbanRecog.eaa1bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eaa1bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Changban Recog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.167, + "posY": 1.427, + "posZ": -77.081, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/EmptyFort.0d98cd.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/EmptyFort.0d98cd.json new file mode 100644 index 00000000..4b01c8d3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/EmptyFort.0d98cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d98cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Fort", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.292, + "posY": 1.451, + "posZ": -77.372, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/EscapingTongPass.f60e82.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/EscapingTongPass.f60e82.json new file mode 100644 index 00000000..c4fafe95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/EscapingTongPass.f60e82.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f60e82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Escaping Tong Pass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.514, + "posY": 1.37, + "posZ": -76.519, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/Fulu.6223c5.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/Fulu.6223c5.json new file mode 100644 index 00000000..2ab69846 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/Fulu.6223c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6223c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fulu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.034, + "posY": 1.36, + "posZ": -77.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/HistoricalNovel.b9ec5e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/HistoricalNovel.b9ec5e.json new file mode 100644 index 00000000..055bd583 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/HistoricalNovel.b9ec5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9ec5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Novel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.036, + "posY": 1.504, + "posZ": -77.327, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/InfantCare.4b3ed6.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/InfantCare.4b3ed6.json new file mode 100644 index 00000000..a4287cfa --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/InfantCare.4b3ed6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b3ed6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infant Care", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.68, + "posY": 1.437, + "posZ": -77.177, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/MonumentalHistory.d60bb0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/MonumentalHistory.d60bb0.json new file mode 100644 index 00000000..e07ce281 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/MonumentalHistory.d60bb0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d60bb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monumental History", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.573, + "posY": 1.448, + "posZ": -76.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/MysteriousSuspense.d776e7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/MysteriousSuspense.d776e7.json new file mode 100644 index 00000000..bcdf16bd --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/MysteriousSuspense.d776e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d776e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Suspense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.891, + "posY": 1.466, + "posZ": -77.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/OnaStreak.840b9f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/OnaStreak.840b9f.json new file mode 100644 index 00000000..13bd24d8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/OnaStreak.840b9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840b9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On a Streak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.272, + "posY": 1.399, + "posZ": -77.832, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ProdigyHealing.d71d31.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ProdigyHealing.d71d31.json new file mode 100644 index 00000000..d0f8ff95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/ProdigyHealing.d71d31.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d71d31", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prodigy Healing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.931, + "posY": 1.379, + "posZ": -77.757, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SevenStars.8a775d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SevenStars.8a775d.json new file mode 100644 index 00000000..4b90101e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SevenStars.8a775d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a775d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seven Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.292, + "posZ": -77.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SkyLantern.17ecf7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SkyLantern.17ecf7.json new file mode 100644 index 00000000..6b26e44a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SkyLantern.17ecf7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17ecf7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sky Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.692, + "posY": 1.409, + "posZ": -77.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SpikedMace.0b3db4.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SpikedMace.0b3db4.json new file mode 100644 index 00000000..ac210791 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/SpikedMace.0b3db4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b3db4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Mace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.569, + "posY": 1.494, + "posZ": -77.639, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/StrawShoes.bcf3b0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/StrawShoes.bcf3b0.json new file mode 100644 index 00000000..5ff42069 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/StrawShoes.bcf3b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bcf3b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Straw Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.544, + "posY": 1.475, + "posZ": -77.333, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/TreasureBowl.ba93cc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/TreasureBowl.ba93cc.json new file mode 100644 index 00000000..f1af0ec3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/ABattleGoesOndeck.5d2d7e/TreasureBowl.ba93cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba93cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Bowl", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.618, + "posY": 1.418, + "posZ": -78.056, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/RiverofNoReturn.889fc6.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/RiverofNoReturn.889fc6.json new file mode 100644 index 00000000..3b253f29 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/RiverofNoReturn.889fc6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592424, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Sun Quan Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "889fc6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "River of No Return", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.838, + "posY": 3.372, + "posZ": -69.603, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/SeamlessPlanning.0d6929.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/SeamlessPlanning.0d6929.json new file mode 100644 index 00000000..c33de25f --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.024a88/SeamlessPlanning.0d6929.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592423, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Sun Quan Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d6929", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seamless Planning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.491, + "posY": 3.372, + "posZ": -69.41, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830.json new file mode 100644 index 00000000..1a9e8b7c --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "ABattleGoesOndeck.bc1f8d", + "ShedaTear.8d963e", + "PeachGardenOath.03cf28" + ], + "ContainedObjects_path": "starterdeckcards.112830", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "112830", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "starter deck \u0026 cards", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.306, + "posY": 1.273, + "posZ": -61.212, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d.json new file mode 100644 index 00000000..b5b5ad1f --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d.json @@ -0,0 +1,98 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SevenStars.8a775d", + "AncientCompass.8f85af", + "Fulu.6223c5", + "EscapingTongPass.f60e82", + "ProdigyHealing.d71d31", + "CanonicalTexts.72e480", + "OnaStreak.840b9f", + "SkyLantern.17ecf7", + "TreasureBowl.ba93cc", + "ChangbanRecog.eaa1bc", + "InfantCare.4b3ed6", + "MonumentalHistory.d60bb0", + "EmptyFort.0d98cd", + "MysteriousSuspense.d776e7", + "StrawShoes.bcf3b0", + "ButchersHatchet.5bd99d", + "SpikedMace.0b3db4", + "HistoricalNovel.b9ec5e" + ], + "ContainedObjects_path": "ABattleGoesOndeck.bc1f8d", + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 592400, + 592401, + 592402, + 592403, + 592404, + 592405, + 592406, + 592407, + 592408, + 592409, + 592410, + 592411, + 592412, + 592413, + 592414, + 592415, + 592416, + 592417 + ], + "Description": "Everyone in play shares the same \"BGO\" deck. When a card from the \"BGO\" deck enters a play area, it's considered a part of that player's deck during this game. It will go into the player's discard pile once you discard it.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc1f8d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "A \"Battle Goes On\" deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.3, + "posY": 3.466, + "posZ": -61.241, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/AncientCompass.8f85af.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/AncientCompass.8f85af.json new file mode 100644 index 00000000..94d1ae16 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/AncientCompass.8f85af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f85af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.967, + "posY": 1.326, + "posZ": -77.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ButchersHatchet.5bd99d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ButchersHatchet.5bd99d.json new file mode 100644 index 00000000..218263c3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ButchersHatchet.5bd99d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd99d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butcher's Hatchet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.698, + "posY": 1.485, + "posZ": -77.117, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/CanonicalTexts.72e480.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/CanonicalTexts.72e480.json new file mode 100644 index 00000000..8aff5551 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/CanonicalTexts.72e480.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "72e480", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Canonical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.076, + "posY": 1.389, + "posZ": -77.051, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ChangbanRecog.eaa1bc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ChangbanRecog.eaa1bc.json new file mode 100644 index 00000000..3cc50e45 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ChangbanRecog.eaa1bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eaa1bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Changban Recog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.167, + "posY": 1.427, + "posZ": -77.081, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/EmptyFort.0d98cd.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/EmptyFort.0d98cd.json new file mode 100644 index 00000000..4b01c8d3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/EmptyFort.0d98cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d98cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Fort", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.292, + "posY": 1.451, + "posZ": -77.372, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/EscapingTongPass.f60e82.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/EscapingTongPass.f60e82.json new file mode 100644 index 00000000..c4fafe95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/EscapingTongPass.f60e82.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f60e82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Escaping Tong Pass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.514, + "posY": 1.37, + "posZ": -76.519, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/Fulu.6223c5.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/Fulu.6223c5.json new file mode 100644 index 00000000..2ab69846 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/Fulu.6223c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6223c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fulu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.034, + "posY": 1.36, + "posZ": -77.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/HistoricalNovel.b9ec5e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/HistoricalNovel.b9ec5e.json new file mode 100644 index 00000000..055bd583 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/HistoricalNovel.b9ec5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9ec5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Novel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.036, + "posY": 1.504, + "posZ": -77.327, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/InfantCare.4b3ed6.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/InfantCare.4b3ed6.json new file mode 100644 index 00000000..a4287cfa --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/InfantCare.4b3ed6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b3ed6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infant Care", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.68, + "posY": 1.437, + "posZ": -77.177, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/MonumentalHistory.d60bb0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/MonumentalHistory.d60bb0.json new file mode 100644 index 00000000..e07ce281 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/MonumentalHistory.d60bb0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d60bb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monumental History", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.573, + "posY": 1.448, + "posZ": -76.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/MysteriousSuspense.d776e7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/MysteriousSuspense.d776e7.json new file mode 100644 index 00000000..bcdf16bd --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/MysteriousSuspense.d776e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d776e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Suspense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.891, + "posY": 1.466, + "posZ": -77.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/OnaStreak.840b9f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/OnaStreak.840b9f.json new file mode 100644 index 00000000..13bd24d8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/OnaStreak.840b9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840b9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On a Streak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.272, + "posY": 1.399, + "posZ": -77.832, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ProdigyHealing.d71d31.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ProdigyHealing.d71d31.json new file mode 100644 index 00000000..d0f8ff95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/ProdigyHealing.d71d31.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d71d31", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prodigy Healing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.931, + "posY": 1.379, + "posZ": -77.757, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SevenStars.8a775d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SevenStars.8a775d.json new file mode 100644 index 00000000..4b90101e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SevenStars.8a775d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a775d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seven Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.292, + "posZ": -77.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SkyLantern.17ecf7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SkyLantern.17ecf7.json new file mode 100644 index 00000000..6b26e44a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SkyLantern.17ecf7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17ecf7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sky Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.692, + "posY": 1.409, + "posZ": -77.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SpikedMace.0b3db4.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SpikedMace.0b3db4.json new file mode 100644 index 00000000..ac210791 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/SpikedMace.0b3db4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b3db4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Mace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.569, + "posY": 1.494, + "posZ": -77.639, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/StrawShoes.bcf3b0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/StrawShoes.bcf3b0.json new file mode 100644 index 00000000..5ff42069 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/StrawShoes.bcf3b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bcf3b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Straw Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.544, + "posY": 1.475, + "posZ": -77.333, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/TreasureBowl.ba93cc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/TreasureBowl.ba93cc.json new file mode 100644 index 00000000..f1af0ec3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ABattleGoesOndeck.bc1f8d/TreasureBowl.ba93cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba93cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Bowl", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.618, + "posY": 1.418, + "posZ": -78.056, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/PeachGardenOath.03cf28.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/PeachGardenOath.03cf28.json new file mode 100644 index 00000000..09b2cfd3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/PeachGardenOath.03cf28.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592421, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Liu Bei Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "03cf28", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Peach Garden Oath", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.7, + "posY": 3.374, + "posZ": -60.643, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ShedaTear.8d963e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ShedaTear.8d963e.json new file mode 100644 index 00000000..7b052a91 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.112830/ShedaTear.8d963e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592422, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Liu Bei Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8d963e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shed a Tear", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.037, + "posY": 3.374, + "posZ": -61.066, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb.json new file mode 100644 index 00000000..5a626ac5 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb.json @@ -0,0 +1,80 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "ABattleGoesOndeck.ab2bad", + "ChronicHeadache.1c134f", + "ProudAspirations.e8d9ba", + "ShadowRunner.d65904" + ], + "ContainedObjects_path": "starterdeckcards.a768fb", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a768fb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "starter deck \u0026 cards", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.301, + "posY": 1.276, + "posZ": -53.437, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad.json new file mode 100644 index 00000000..aa00efc1 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad.json @@ -0,0 +1,98 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SevenStars.8a775d", + "AncientCompass.8f85af", + "Fulu.6223c5", + "EscapingTongPass.f60e82", + "ProdigyHealing.d71d31", + "CanonicalTexts.72e480", + "OnaStreak.840b9f", + "SkyLantern.17ecf7", + "TreasureBowl.ba93cc", + "ChangbanRecog.eaa1bc", + "InfantCare.4b3ed6", + "MonumentalHistory.d60bb0", + "EmptyFort.0d98cd", + "MysteriousSuspense.d776e7", + "StrawShoes.bcf3b0", + "ButchersHatchet.5bd99d", + "SpikedMace.0b3db4", + "HistoricalNovel.b9ec5e" + ], + "ContainedObjects_path": "ABattleGoesOndeck.ab2bad", + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 592400, + 592401, + 592402, + 592403, + 592404, + 592405, + 592406, + 592407, + 592408, + 592409, + 592410, + 592411, + 592412, + 592413, + 592414, + 592415, + 592416, + 592417 + ], + "Description": "Everyone in play shares the same \"BGO\" deck. When a card from the \"BGO\" deck enters a play area, it's considered a part of that player's deck during this game. It will go into the player's discard pile once you discard it.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab2bad", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "A \"Battle Goes On\" deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.3, + "posY": 3.468, + "posZ": -53.437, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/AncientCompass.8f85af.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/AncientCompass.8f85af.json new file mode 100644 index 00000000..94d1ae16 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/AncientCompass.8f85af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f85af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.967, + "posY": 1.326, + "posZ": -77.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ButchersHatchet.5bd99d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ButchersHatchet.5bd99d.json new file mode 100644 index 00000000..218263c3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ButchersHatchet.5bd99d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd99d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butcher's Hatchet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.698, + "posY": 1.485, + "posZ": -77.117, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/CanonicalTexts.72e480.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/CanonicalTexts.72e480.json new file mode 100644 index 00000000..8aff5551 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/CanonicalTexts.72e480.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "72e480", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Canonical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.076, + "posY": 1.389, + "posZ": -77.051, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ChangbanRecog.eaa1bc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ChangbanRecog.eaa1bc.json new file mode 100644 index 00000000..3cc50e45 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ChangbanRecog.eaa1bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eaa1bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Changban Recog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.167, + "posY": 1.427, + "posZ": -77.081, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/EmptyFort.0d98cd.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/EmptyFort.0d98cd.json new file mode 100644 index 00000000..4b01c8d3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/EmptyFort.0d98cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d98cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Fort", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.292, + "posY": 1.451, + "posZ": -77.372, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/EscapingTongPass.f60e82.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/EscapingTongPass.f60e82.json new file mode 100644 index 00000000..c4fafe95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/EscapingTongPass.f60e82.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f60e82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Escaping Tong Pass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.514, + "posY": 1.37, + "posZ": -76.519, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/Fulu.6223c5.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/Fulu.6223c5.json new file mode 100644 index 00000000..2ab69846 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/Fulu.6223c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6223c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fulu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.034, + "posY": 1.36, + "posZ": -77.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/HistoricalNovel.b9ec5e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/HistoricalNovel.b9ec5e.json new file mode 100644 index 00000000..055bd583 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/HistoricalNovel.b9ec5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9ec5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Novel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.036, + "posY": 1.504, + "posZ": -77.327, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/InfantCare.4b3ed6.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/InfantCare.4b3ed6.json new file mode 100644 index 00000000..a4287cfa --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/InfantCare.4b3ed6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b3ed6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infant Care", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.68, + "posY": 1.437, + "posZ": -77.177, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/MonumentalHistory.d60bb0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/MonumentalHistory.d60bb0.json new file mode 100644 index 00000000..e07ce281 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/MonumentalHistory.d60bb0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d60bb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monumental History", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.573, + "posY": 1.448, + "posZ": -76.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/MysteriousSuspense.d776e7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/MysteriousSuspense.d776e7.json new file mode 100644 index 00000000..bcdf16bd --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/MysteriousSuspense.d776e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d776e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Suspense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.891, + "posY": 1.466, + "posZ": -77.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/OnaStreak.840b9f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/OnaStreak.840b9f.json new file mode 100644 index 00000000..13bd24d8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/OnaStreak.840b9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840b9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On a Streak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.272, + "posY": 1.399, + "posZ": -77.832, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ProdigyHealing.d71d31.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ProdigyHealing.d71d31.json new file mode 100644 index 00000000..d0f8ff95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/ProdigyHealing.d71d31.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d71d31", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prodigy Healing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.931, + "posY": 1.379, + "posZ": -77.757, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SevenStars.8a775d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SevenStars.8a775d.json new file mode 100644 index 00000000..4b90101e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SevenStars.8a775d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a775d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seven Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.292, + "posZ": -77.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SkyLantern.17ecf7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SkyLantern.17ecf7.json new file mode 100644 index 00000000..6b26e44a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SkyLantern.17ecf7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17ecf7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sky Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.692, + "posY": 1.409, + "posZ": -77.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SpikedMace.0b3db4.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SpikedMace.0b3db4.json new file mode 100644 index 00000000..ac210791 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/SpikedMace.0b3db4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b3db4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Mace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.569, + "posY": 1.494, + "posZ": -77.639, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/StrawShoes.bcf3b0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/StrawShoes.bcf3b0.json new file mode 100644 index 00000000..5ff42069 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/StrawShoes.bcf3b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bcf3b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Straw Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.544, + "posY": 1.475, + "posZ": -77.333, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/TreasureBowl.ba93cc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/TreasureBowl.ba93cc.json new file mode 100644 index 00000000..f1af0ec3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ABattleGoesOndeck.ab2bad/TreasureBowl.ba93cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba93cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Bowl", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.618, + "posY": 1.418, + "posZ": -78.056, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ChronicHeadache.1c134f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ChronicHeadache.1c134f.json new file mode 100644 index 00000000..4247309d --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ChronicHeadache.1c134f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592420, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Cao Cao Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1c134f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronic Headache", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.017, + "posY": 3.376, + "posZ": -54.037, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ProudAspirations.e8d9ba.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ProudAspirations.e8d9ba.json new file mode 100644 index 00000000..47b05631 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ProudAspirations.e8d9ba.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Cao Cao Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e8d9ba", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Proud Aspirations", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.49, + "posY": 3.376, + "posZ": -53.589, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ShadowRunner.d65904.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ShadowRunner.d65904.json new file mode 100644 index 00000000..68ae0fab --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.a768fb/ShadowRunner.d65904.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Cao Cao Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d65904", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shadow Runner", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.601, + "posY": 3.377, + "posZ": -53.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405.json new file mode 100644 index 00000000..7e507e23 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "ABattleGoesOndeck.907f2f", + "BattleGoesOn.c86631", + "EssentialArtsofPeace.4dc7fa" + ], + "ContainedObjects_path": "starterdeckcards.b2b405", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2b405", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "starter deck \u0026 cards", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.305, + "posY": 1.269, + "posZ": -76.946, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f.json new file mode 100644 index 00000000..997939cc --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f.json @@ -0,0 +1,98 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SevenStars.8a775d", + "AncientCompass.8f85af", + "Fulu.6223c5", + "EscapingTongPass.f60e82", + "ProdigyHealing.d71d31", + "CanonicalTexts.72e480", + "OnaStreak.840b9f", + "SkyLantern.17ecf7", + "TreasureBowl.ba93cc", + "ChangbanRecog.eaa1bc", + "InfantCare.4b3ed6", + "MonumentalHistory.d60bb0", + "EmptyFort.0d98cd", + "MysteriousSuspense.d776e7", + "StrawShoes.bcf3b0", + "ButchersHatchet.5bd99d", + "SpikedMace.0b3db4", + "HistoricalNovel.b9ec5e" + ], + "ContainedObjects_path": "ABattleGoesOndeck.907f2f", + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 592400, + 592401, + 592402, + 592403, + 592404, + 592405, + 592406, + 592407, + 592408, + 592409, + 592410, + 592411, + 592412, + 592413, + 592414, + 592415, + 592416, + 592417 + ], + "Description": "Everyone in play shares the same \"BGO\" deck. When a card from the \"BGO\" deck enters a play area, it's considered a part of that player's deck during this game. It will go into the player's discard pile once you discard it.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "907f2f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "A \"Battle Goes On\" deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.3, + "posY": 3.461, + "posZ": -76.946, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/AncientCompass.8f85af.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/AncientCompass.8f85af.json new file mode 100644 index 00000000..94d1ae16 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/AncientCompass.8f85af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f85af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.967, + "posY": 1.326, + "posZ": -77.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ButchersHatchet.5bd99d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ButchersHatchet.5bd99d.json new file mode 100644 index 00000000..218263c3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ButchersHatchet.5bd99d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd99d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butcher's Hatchet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.698, + "posY": 1.485, + "posZ": -77.117, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/CanonicalTexts.72e480.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/CanonicalTexts.72e480.json new file mode 100644 index 00000000..8aff5551 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/CanonicalTexts.72e480.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "72e480", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Canonical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.076, + "posY": 1.389, + "posZ": -77.051, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ChangbanRecog.eaa1bc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ChangbanRecog.eaa1bc.json new file mode 100644 index 00000000..3cc50e45 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ChangbanRecog.eaa1bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eaa1bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Changban Recog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.167, + "posY": 1.427, + "posZ": -77.081, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/EmptyFort.0d98cd.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/EmptyFort.0d98cd.json new file mode 100644 index 00000000..4b01c8d3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/EmptyFort.0d98cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d98cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Fort", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.292, + "posY": 1.451, + "posZ": -77.372, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/EscapingTongPass.f60e82.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/EscapingTongPass.f60e82.json new file mode 100644 index 00000000..c4fafe95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/EscapingTongPass.f60e82.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f60e82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Escaping Tong Pass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.514, + "posY": 1.37, + "posZ": -76.519, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/Fulu.6223c5.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/Fulu.6223c5.json new file mode 100644 index 00000000..2ab69846 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/Fulu.6223c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6223c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fulu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.034, + "posY": 1.36, + "posZ": -77.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/HistoricalNovel.b9ec5e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/HistoricalNovel.b9ec5e.json new file mode 100644 index 00000000..055bd583 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/HistoricalNovel.b9ec5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9ec5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Novel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.036, + "posY": 1.504, + "posZ": -77.327, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/InfantCare.4b3ed6.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/InfantCare.4b3ed6.json new file mode 100644 index 00000000..a4287cfa --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/InfantCare.4b3ed6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b3ed6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infant Care", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.68, + "posY": 1.437, + "posZ": -77.177, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/MonumentalHistory.d60bb0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/MonumentalHistory.d60bb0.json new file mode 100644 index 00000000..e07ce281 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/MonumentalHistory.d60bb0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d60bb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monumental History", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.573, + "posY": 1.448, + "posZ": -76.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/MysteriousSuspense.d776e7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/MysteriousSuspense.d776e7.json new file mode 100644 index 00000000..bcdf16bd --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/MysteriousSuspense.d776e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d776e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Suspense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.891, + "posY": 1.466, + "posZ": -77.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/OnaStreak.840b9f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/OnaStreak.840b9f.json new file mode 100644 index 00000000..13bd24d8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/OnaStreak.840b9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840b9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On a Streak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.272, + "posY": 1.399, + "posZ": -77.832, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ProdigyHealing.d71d31.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ProdigyHealing.d71d31.json new file mode 100644 index 00000000..d0f8ff95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/ProdigyHealing.d71d31.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d71d31", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prodigy Healing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.931, + "posY": 1.379, + "posZ": -77.757, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SevenStars.8a775d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SevenStars.8a775d.json new file mode 100644 index 00000000..4b90101e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SevenStars.8a775d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a775d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seven Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.292, + "posZ": -77.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SkyLantern.17ecf7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SkyLantern.17ecf7.json new file mode 100644 index 00000000..6b26e44a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SkyLantern.17ecf7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17ecf7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sky Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.692, + "posY": 1.409, + "posZ": -77.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SpikedMace.0b3db4.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SpikedMace.0b3db4.json new file mode 100644 index 00000000..ac210791 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/SpikedMace.0b3db4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b3db4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Mace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.569, + "posY": 1.494, + "posZ": -77.639, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/StrawShoes.bcf3b0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/StrawShoes.bcf3b0.json new file mode 100644 index 00000000..5ff42069 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/StrawShoes.bcf3b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bcf3b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Straw Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.544, + "posY": 1.475, + "posZ": -77.333, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/TreasureBowl.ba93cc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/TreasureBowl.ba93cc.json new file mode 100644 index 00000000..f1af0ec3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/ABattleGoesOndeck.907f2f/TreasureBowl.ba93cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba93cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Bowl", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.618, + "posY": 1.418, + "posZ": -78.056, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/BattleGoesOn.c86631.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/BattleGoesOn.c86631.json new file mode 100644 index 00000000..067e18bb --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/BattleGoesOn.c86631.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592426, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Nan Hua Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c86631", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Battle Goes On", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.138, + "posY": 3.37, + "posZ": -77.345, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/EssentialArtsofPeace.4dc7fa.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/EssentialArtsofPeace.4dc7fa.json new file mode 100644 index 00000000..b18f422a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.b2b405/EssentialArtsofPeace.4dc7fa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592425, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Nan Hua Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4dc7fa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Essential Arts of Peace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.74, + "posY": 3.37, + "posZ": -76.263, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58.json new file mode 100644 index 00000000..935e37ee --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "ABattleGoesOndeck.6fb32b", + "JustaDream.9ee779", + "ThroughItAll.c6ffb1" + ], + "ContainedObjects_path": "starterdeckcards.fd8d58", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fd8d58", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "starter deck \u0026 cards", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.806, + "posY": 1.886, + "posZ": -5.806, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b.json new file mode 100644 index 00000000..a63040e5 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b.json @@ -0,0 +1,98 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SevenStars.8a775d", + "AncientCompass.8f85af", + "Fulu.6223c5", + "EscapingTongPass.f60e82", + "ProdigyHealing.d71d31", + "CanonicalTexts.72e480", + "OnaStreak.840b9f", + "SkyLantern.17ecf7", + "TreasureBowl.ba93cc", + "ChangbanRecog.eaa1bc", + "InfantCare.4b3ed6", + "MonumentalHistory.d60bb0", + "EmptyFort.0d98cd", + "MysteriousSuspense.d776e7", + "StrawShoes.bcf3b0", + "ButchersHatchet.5bd99d", + "SpikedMace.0b3db4", + "HistoricalNovel.b9ec5e" + ], + "ContainedObjects_path": "ABattleGoesOndeck.6fb32b", + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 592400, + 592401, + 592402, + 592403, + 592404, + 592405, + 592406, + 592407, + 592408, + 592409, + 592410, + 592411, + 592412, + 592413, + 592414, + 592415, + 592416, + 592417 + ], + "Description": "Everyone in play shares the same \"BGO\" deck. When a card from the \"BGO\" deck enters a play area, it's considered a part of that player's deck during this game. It will go into the player's discard pile once you discard it.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6fb32b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "A \"Battle Goes On\" deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.3, + "posY": 3.459, + "posZ": -84.818, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/AncientCompass.8f85af.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/AncientCompass.8f85af.json new file mode 100644 index 00000000..94d1ae16 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/AncientCompass.8f85af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f85af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ancient Compass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.967, + "posY": 1.326, + "posZ": -77.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ButchersHatchet.5bd99d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ButchersHatchet.5bd99d.json new file mode 100644 index 00000000..218263c3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ButchersHatchet.5bd99d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd99d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Butcher's Hatchet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.698, + "posY": 1.485, + "posZ": -77.117, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/CanonicalTexts.72e480.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/CanonicalTexts.72e480.json new file mode 100644 index 00000000..8aff5551 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/CanonicalTexts.72e480.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "72e480", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Canonical Texts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.076, + "posY": 1.389, + "posZ": -77.051, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ChangbanRecog.eaa1bc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ChangbanRecog.eaa1bc.json new file mode 100644 index 00000000..3cc50e45 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ChangbanRecog.eaa1bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592409, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eaa1bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Changban Recog", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.167, + "posY": 1.427, + "posZ": -77.081, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/EmptyFort.0d98cd.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/EmptyFort.0d98cd.json new file mode 100644 index 00000000..4b01c8d3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/EmptyFort.0d98cd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d98cd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Empty Fort", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.292, + "posY": 1.451, + "posZ": -77.372, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/EscapingTongPass.f60e82.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/EscapingTongPass.f60e82.json new file mode 100644 index 00000000..c4fafe95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/EscapingTongPass.f60e82.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f60e82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Escaping Tong Pass", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.514, + "posY": 1.37, + "posZ": -76.519, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/Fulu.6223c5.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/Fulu.6223c5.json new file mode 100644 index 00000000..2ab69846 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/Fulu.6223c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6223c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fulu", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.034, + "posY": 1.36, + "posZ": -77.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/HistoricalNovel.b9ec5e.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/HistoricalNovel.b9ec5e.json new file mode 100644 index 00000000..055bd583 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/HistoricalNovel.b9ec5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9ec5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Novel", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.036, + "posY": 1.504, + "posZ": -77.327, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/InfantCare.4b3ed6.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/InfantCare.4b3ed6.json new file mode 100644 index 00000000..a4287cfa --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/InfantCare.4b3ed6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b3ed6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Infant Care", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.68, + "posY": 1.437, + "posZ": -77.177, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/MonumentalHistory.d60bb0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/MonumentalHistory.d60bb0.json new file mode 100644 index 00000000..e07ce281 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/MonumentalHistory.d60bb0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d60bb0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monumental History", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.573, + "posY": 1.448, + "posZ": -76.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/MysteriousSuspense.d776e7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/MysteriousSuspense.d776e7.json new file mode 100644 index 00000000..bcdf16bd --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/MysteriousSuspense.d776e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d776e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mysterious Suspense", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.891, + "posY": 1.466, + "posZ": -77.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/OnaStreak.840b9f.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/OnaStreak.840b9f.json new file mode 100644 index 00000000..13bd24d8 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/OnaStreak.840b9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840b9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On a Streak", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.272, + "posY": 1.399, + "posZ": -77.832, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ProdigyHealing.d71d31.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ProdigyHealing.d71d31.json new file mode 100644 index 00000000..d0f8ff95 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/ProdigyHealing.d71d31.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d71d31", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Prodigy Healing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.931, + "posY": 1.379, + "posZ": -77.757, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SevenStars.8a775d.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SevenStars.8a775d.json new file mode 100644 index 00000000..4b90101e --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SevenStars.8a775d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a775d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seven Stars", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.292, + "posZ": -77.308, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SkyLantern.17ecf7.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SkyLantern.17ecf7.json new file mode 100644 index 00000000..6b26e44a --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SkyLantern.17ecf7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17ecf7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sky Lantern", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.692, + "posY": 1.409, + "posZ": -77.931, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SpikedMace.0b3db4.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SpikedMace.0b3db4.json new file mode 100644 index 00000000..ac210791 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/SpikedMace.0b3db4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b3db4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiked Mace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.569, + "posY": 1.494, + "posZ": -77.639, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/StrawShoes.bcf3b0.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/StrawShoes.bcf3b0.json new file mode 100644 index 00000000..5ff42069 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/StrawShoes.bcf3b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bcf3b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Straw Shoes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.544, + "posY": 1.475, + "posZ": -77.333, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/TreasureBowl.ba93cc.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/TreasureBowl.ba93cc.json new file mode 100644 index 00000000..f1af0ec3 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ABattleGoesOndeck.6fb32b/TreasureBowl.ba93cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba93cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Treasure Bowl", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.618, + "posY": 1.418, + "posZ": -78.056, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/JustaDream.9ee779.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/JustaDream.9ee779.json new file mode 100644 index 00000000..4f6741ec --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/JustaDream.9ee779.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592428, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Chen Shou Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9ee779", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Just a Dream?", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.708, + "posY": 3.367, + "posZ": -84.563, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ThroughItAll.c6ffb1.json b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ThroughItAll.c6ffb1.json new file mode 100644 index 00000000..69337992 --- /dev/null +++ b/objects/BattleGoesOn.dd90c5/starterdeckcards.fd8d58/ThroughItAll.c6ffb1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592427, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5924": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "https://i.imgur.com/566aMnO.jpg", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "A Chen Shou Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c6ffb1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through It All", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -25.325, + "posY": 3.367, + "posZ": -84.591, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlessCurseTokenManager.5933fb.json b/objects/BlessCurseTokenManager.5933fb.json new file mode 100644 index 00000000..b9ce8da0 --- /dev/null +++ b/objects/BlessCurseTokenManager.5933fb.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": true, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1557640258613050317/0CB60FE3464788DAE2A650900DD84734934E5020/", + "WidthScale": 0 + }, + "Description": "See Notebook for Instructions", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5933fb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"tokens/BlessCurseManager\")", + "LuaScriptState": "{\"Bless\":8,\"Curse\":0}", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Bless/Curse Token Manager", + "Snap": true, + "Sticky": true, + "Tags": [ + "displacement_excluded" + ], + "Tooltip": true, + "Transform": { + "posX": -47.62, + "posY": 1.598, + "posZ": 0, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6836529, + "scaleY": 1, + "scaleZ": 0.6836529 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b.json b/objects/Blesstokens.afa06b.json new file mode 100644 index 00000000..5bf4f364 --- /dev/null +++ b/objects/Blesstokens.afa06b.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.b2b7be", + "Custom_Tile.b2b7be", + "Custom_Tile.09aa04", + "Custom_Tile.90e57c", + "Custom_Tile.5ca99d", + "Custom_Tile.b2b7be", + "Custom_Tile.bc1c12", + "Custom_Tile.e9c4f9", + "Custom_Tile.eb0b16", + "Custom_Tile.eb0b16" + ], + "ContainedObjects_path": "Blesstokens.afa06b", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778623873/C9EF4B44CE708DFC5A804FF2912C9F9B47323287/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "afa06b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Bless tokens", + "Snap": true, + "Sticky": true, + "Tags": [ + "displacement_excluded" + ], + "Tooltip": true, + "Transform": { + "posX": 2.842, + "posY": 1.644, + "posZ": -11.239, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 0.7, + "scaleY": 0.7, + "scaleZ": 0.7 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.09aa04.json b/objects/Blesstokens.afa06b/Custom_Tile.09aa04.json new file mode 100644 index 00000000..dcd65874 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.09aa04.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "09aa04", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.465, + "posY": 1.694, + "posZ": -26.93, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.5ca99d.json b/objects/Blesstokens.afa06b/Custom_Tile.5ca99d.json new file mode 100644 index 00000000..a7256d48 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.5ca99d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5ca99d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.465, + "posY": 1.709, + "posZ": -26.93, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.90e57c.json b/objects/Blesstokens.afa06b/Custom_Tile.90e57c.json new file mode 100644 index 00000000..eba3c002 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.90e57c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "90e57c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.465, + "posY": 1.706, + "posZ": -26.93, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.b2b7be.json b/objects/Blesstokens.afa06b/Custom_Tile.b2b7be.json new file mode 100644 index 00000000..f875b6a1 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.b2b7be.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2b7be", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.465, + "posY": 1.703, + "posZ": -26.93, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.bc1c12.json b/objects/Blesstokens.afa06b/Custom_Tile.bc1c12.json new file mode 100644 index 00000000..656c76d6 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.bc1c12.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc1c12", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.465, + "posY": 1.688, + "posZ": -26.93, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.e9c4f9.json b/objects/Blesstokens.afa06b/Custom_Tile.e9c4f9.json new file mode 100644 index 00000000..44d0fd02 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.e9c4f9.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e9c4f9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.465, + "posY": 1.697, + "posZ": -26.93, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Blesstokens.afa06b/Custom_Tile.eb0b16.json b/objects/Blesstokens.afa06b/Custom_Tile.eb0b16.json new file mode 100644 index 00000000..c01939c4 --- /dev/null +++ b/objects/Blesstokens.afa06b/Custom_Tile.eb0b16.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb0b16", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -45.934, + "posY": 1.814, + "posZ": 4.076, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.402b5e.json b/objects/BlockRectangle.402b5e.json new file mode 100644 index 00000000..52787ce2 --- /dev/null +++ b/objects/BlockRectangle.402b5e.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "402b5e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.964, + "posY": 1.344, + "posZ": 72.908, + "rotX": 0, + "rotY": 90, + "rotZ": 270, + "scaleX": 0.09185542, + "scaleY": 0.112469524, + "scaleZ": 0.840644836 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.40dbd9.json b/objects/BlockRectangle.40dbd9.json new file mode 100644 index 00000000..a05c88a6 --- /dev/null +++ b/objects/BlockRectangle.40dbd9.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "40dbd9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 62.28, + "posY": 1.472, + "posZ": -70.618, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.09185542, + "scaleY": 0.112466812, + "scaleZ": 24.3591213 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.598e49.json b/objects/BlockRectangle.598e49.json new file mode 100644 index 00000000..fca2cf18 --- /dev/null +++ b/objects/BlockRectangle.598e49.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "598e49", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 62.564, + "posY": 1.349, + "posZ": 70.535, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.09185542, + "scaleY": 0.112467624, + "scaleZ": 22.9546661 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.612072.json b/objects/BlockRectangle.612072.json new file mode 100644 index 00000000..598627ce --- /dev/null +++ b/objects/BlockRectangle.612072.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "612072", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.308, + "posZ": 60.353, + "rotX": 0, + "rotY": 90, + "rotZ": 270, + "scaleX": 0.09185584, + "scaleY": 0.112469375, + "scaleZ": 1.78281033 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.8008a9.json b/objects/BlockRectangle.8008a9.json new file mode 100644 index 00000000..57fe383d --- /dev/null +++ b/objects/BlockRectangle.8008a9.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8008a9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.929, + "posY": 1.316, + "posZ": 70.541, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.09185542, + "scaleY": 0.112467624, + "scaleZ": 22.9546661 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.976c46.json b/objects/BlockRectangle.976c46.json new file mode 100644 index 00000000..d2460a89 --- /dev/null +++ b/objects/BlockRectangle.976c46.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "976c46", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.775, + "posY": 1.356, + "posZ": -69.984, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.09185542, + "scaleY": 0.112467624, + "scaleZ": 22.9546661 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.b7af15.json b/objects/BlockRectangle.b7af15.json new file mode 100644 index 00000000..133a3cc3 --- /dev/null +++ b/objects/BlockRectangle.b7af15.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b7af15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.257, + "posY": 1.351, + "posZ": -70.291, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.09185542, + "scaleY": 0.112467624, + "scaleZ": 22.9546661 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/BlockRectangle.e679ba.json b/objects/BlockRectangle.e679ba.json new file mode 100644 index 00000000..e5d79fd4 --- /dev/null +++ b/objects/BlockRectangle.e679ba.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e679ba", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "BlockRectangle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.186, + "posY": 1.316, + "posZ": 70.539, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.09185542, + "scaleY": 0.112467624, + "scaleZ": 22.9546661 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f.json b/objects/Bonded.c5261f.json new file mode 100644 index 00000000..9c4ac66c --- /dev/null +++ b/objects/Bonded.c5261f.json @@ -0,0 +1,87 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "GuardianoftheCrystallizer.100e24", + "Augur.143e38", + "Bloodlust.14c7e0", + "WishEater.20570c", + "PendantoftheQueen.29f699", + "TheStarsAreRight.406a2b", + "UnboundBeast.4a8eef", + "Blood-Rite.4cc413", + "Hope.4da36d", + "Zeal.506382", + "EssenceoftheDream.6ad46b", + "SoothingMelody.6ced1f", + "DreamParasite.cb91bd", + "Dream-Gate.fa4c1e" + ], + "ContainedObjects_path": "Bonded.c5261f", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/784110538847770224/4D6AB235B353C755559B14FF6B92C257DBEC075B/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c5261f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState_path": "Bonded.c5261f.luascriptstate", + "LuaScript_path": "Bonded.c5261f.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Bonded", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.801, + "posY": 1.38, + "posZ": 91.603, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f.luascriptstate b/objects/Bonded.c5261f.luascriptstate new file mode 100644 index 00000000..af39a669 --- /dev/null +++ b/objects/Bonded.c5261f.luascriptstate @@ -0,0 +1 @@ +{"ml":{"100e24":{"lock":false,"pos":{"x":-33.8782,"y":1.3296,"z":69.509},"rot":{"x":0.0208,"y":269.9948,"z":0.0168}},"143e38":{"lock":false,"pos":{"x":-33.8782,"y":1.3269,"z":60.3088},"rot":{"x":0.0208,"y":269.9949,"z":0.0168}},"14c7e0":{"lock":false,"pos":{"x":-33.8782,"y":1.333,"z":81.009},"rot":{"x":0.0208,"y":269.9948,"z":0.0168}},"20570c":{"lock":false,"pos":{"x":-33.8782,"y":1.3337,"z":83.309},"rot":{"x":0.0208,"y":269.9898,"z":0.0168}},"29f699":{"lock":false,"pos":{"x":-33.8782,"y":1.3323,"z":78.709},"rot":{"x":0.0208,"y":269.9948,"z":0.0168}},"406a2b":{"lock":false,"pos":{"x":-33.8782,"y":1.3303,"z":71.809},"rot":{"x":0.0208,"y":269.9946,"z":0.0168}},"4a8eef":{"lock":false,"pos":{"x":-33.8782,"y":1.329,"z":67.209},"rot":{"x":0.0208,"y":269.9872,"z":0.0168}},"4cc413":{"lock":false,"pos":{"x":-33.8782,"y":1.3316,"z":76.409},"rot":{"x":0.0208,"y":269.9948,"z":0.0168}},"4da36d":{"lock":false,"pos":{"x":-33.8782,"y":1.3276,"z":62.6088},"rot":{"x":0.0208,"y":269.9948,"z":0.0168}},"506382":{"lock":false,"pos":{"x":-33.8782,"y":1.3283,"z":64.909},"rot":{"x":0.0208,"y":269.9948,"z":0.0168}},"6ad46b":{"lock":false,"pos":{"x":-33.8782,"y":1.331,"z":74.109},"rot":{"x":0.0208,"y":269.9683,"z":0.0168}},"6ced1f":{"lock":false,"pos":{"x":-33.8782,"y":1.3343,"z":85.609},"rot":{"x":0.0208,"y":269.9947,"z":0.0168}},"cb91bd":{"lock":false,"pos":{"x":-33.8782,"y":1.3263,"z":58.0087},"rot":{"x":0.0208,"y":270.021,"z":0.0168}},"fa4c1e":{"lock":false,"pos":{"x":-33.8782,"y":1.2675,"z":55.7088},"rot":{"x":0.0208,"y":270,"z":0.0168}}}} diff --git a/objects/Bonded.c5261f.ttslua b/objects/Bonded.c5261f.ttslua new file mode 100644 index 00000000..15cbe9c6 --- /dev/null +++ b/objects/Bonded.c5261f.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/Bonded.c5261f/Augur.143e38.json b/objects/Bonded.c5261f/Augur.143e38.json new file mode 100644 index 00000000..79252c3b --- /dev/null +++ b/objects/Bonded.c5261f/Augur.143e38.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440626, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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": "143e38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Augur", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.264, + "posZ": 60.309, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/Blood-Rite.4cc413.json b/objects/Bonded.c5261f/Blood-Rite.4cc413.json new file mode 100644 index 00000000..83df8b14 --- /dev/null +++ b/objects/Bonded.c5261f/Blood-Rite.4cc413.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 848021, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8480": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4cc413", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Blood-Rite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.269, + "posZ": 76.409, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/Bloodlust.14c7e0.json b/objects/Bonded.c5261f/Bloodlust.14c7e0.json new file mode 100644 index 00000000..02151988 --- /dev/null +++ b/objects/Bonded.c5261f/Bloodlust.14c7e0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449225, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4492": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Treachery", + "DragSelectable": true, + "GMNotes": "", + "GUID": "14c7e0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bloodlust", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.27, + "posZ": 81.009, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/Dream-Gate.fa4c1e.json b/objects/Bonded.c5261f/Dream-Gate.fa4c1e.json new file mode 100644 index 00000000..359ee1f1 --- /dev/null +++ b/objects/Bonded.c5261f/Dream-Gate.fa4c1e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 541109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5411": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107869050061525/A759DF697FFB26F0F5B75E116A923E33F88FCA7B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fa4c1e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream-Gate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.263, + "posZ": 55.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/DreamParasite.cb91bd.json b/objects/Bonded.c5261f/DreamParasite.cb91bd.json new file mode 100644 index 00000000..f8458f31 --- /dev/null +++ b/objects/Bonded.c5261f/DreamParasite.cb91bd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448736, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4487": { + "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": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cb91bd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dream Parasite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.263, + "posZ": 58.009, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/EssenceoftheDream.6ad46b.json b/objects/Bonded.c5261f/EssenceoftheDream.6ad46b.json new file mode 100644 index 00000000..540b3542 --- /dev/null +++ b/objects/Bonded.c5261f/EssenceoftheDream.6ad46b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379929, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3799": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ad46b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Essence of the Dream", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.268, + "posZ": 74.109, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/GuardianoftheCrystallizer.100e24.json b/objects/Bonded.c5261f/GuardianoftheCrystallizer.100e24.json new file mode 100644 index 00000000..bf46e78d --- /dev/null +++ b/objects/Bonded.c5261f/GuardianoftheCrystallizer.100e24.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440723, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "100e24", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guardian of the Crystallizer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.267, + "posZ": 69.509, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/Hope.4da36d.json b/objects/Bonded.c5261f/Hope.4da36d.json new file mode 100644 index 00000000..7c462be0 --- /dev/null +++ b/objects/Bonded.c5261f/Hope.4da36d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440624, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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": "4da36d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hope", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.265, + "posZ": 62.609, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/PendantoftheQueen.29f699.json b/objects/Bonded.c5261f/PendantoftheQueen.29f699.json new file mode 100644 index 00000000..349b358f --- /dev/null +++ b/objects/Bonded.c5261f/PendantoftheQueen.29f699.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449327, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4493": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Of Nothing at All", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29f699", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pendant of the Queen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.269, + "posZ": 78.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/SoothingMelody.6ced1f.json b/objects/Bonded.c5261f/SoothingMelody.6ced1f.json new file mode 100644 index 00000000..fda83517 --- /dev/null +++ b/objects/Bonded.c5261f/SoothingMelody.6ced1f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378621, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3786": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ced1f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Soothing Melody", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.271, + "posZ": 85.609, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/TheStarsAreRight.406a2b.json b/objects/Bonded.c5261f/TheStarsAreRight.406a2b.json new file mode 100644 index 00000000..ffcefa45 --- /dev/null +++ b/objects/Bonded.c5261f/TheStarsAreRight.406a2b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449423, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4494": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "406a2b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Stars Are Right", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.267, + "posZ": 71.809, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/UnboundBeast.4a8eef.json b/objects/Bonded.c5261f/UnboundBeast.4a8eef.json new file mode 100644 index 00000000..3257f247 --- /dev/null +++ b/objects/Bonded.c5261f/UnboundBeast.4a8eef.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449136, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4491": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Monster. Extradimensional. Tindalos.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a8eef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unbound Beast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.266, + "posZ": 67.209, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/WishEater.20570c.json b/objects/Bonded.c5261f/WishEater.20570c.json new file mode 100644 index 00000000..6b18707a --- /dev/null +++ b/objects/Bonded.c5261f/WishEater.20570c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448937, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4489": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Jewel of the Gods", + "DragSelectable": true, + "GMNotes": "", + "GUID": "20570c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wish Eater", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.271, + "posZ": 83.309, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Bonded.c5261f/Zeal.506382.json b/objects/Bonded.c5261f/Zeal.506382.json new file mode 100644 index 00000000..85ef49d6 --- /dev/null +++ b/objects/Bonded.c5261f/Zeal.506382.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440625, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4406": { + "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": "506382", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zeal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.878, + "posY": 1.265, + "posZ": 64.909, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079.json b/objects/ChaosBag.fea079.json new file mode 100644 index 00000000..192cec38 --- /dev/null +++ b/objects/ChaosBag.fea079.json @@ -0,0 +1,92 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "0.90356c", + "-4.8e06b9", + "0.b8dc75", + "-1.6633aa", + "1.6e0c0d", + "Cultist.370e96", + "ElderSign.957602", + "Tablet.6ca146", + "Skull.238252", + "-3.6f16f0", + "-1.15e190", + "Skull.25f01b", + "Auto-fail.17e7c4", + "-1.b08198", + "-2.e30eb1", + "-2.540149" + ], + "ContainedObjects_path": "ChaosBag.fea079", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127933035/B199A5F515A8F3ED7E06780D3723285C02ADE085/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Chaos Bag", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fea079", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "require(\"chaosbag/ChaosBag\")", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Chaos Bag", + "Snap": true, + "Sticky": true, + "Tags": [ + "chaos_bag" + ], + "Tooltip": true, + "Transform": { + "posX": 1.598, + "posY": 1.587, + "posZ": -13.746, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-1.15e190.json b/objects/ChaosBag.fea079/-1.15e190.json new file mode 100644 index 00000000..ceb51ab3 --- /dev/null +++ b/objects/ChaosBag.fea079/-1.15e190.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "15e190", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-1.6633aa.json b/objects/ChaosBag.fea079/-1.6633aa.json new file mode 100644 index 00000000..54faa11c --- /dev/null +++ b/objects/ChaosBag.fea079/-1.6633aa.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6633aa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-1.b08198.json b/objects/ChaosBag.fea079/-1.b08198.json new file mode 100644 index 00000000..c827c44b --- /dev/null +++ b/objects/ChaosBag.fea079/-1.b08198.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b08198", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-2.540149.json b/objects/ChaosBag.fea079/-2.540149.json new file mode 100644 index 00000000..9275259f --- /dev/null +++ b/objects/ChaosBag.fea079/-2.540149.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "540149", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 4.619, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-2.e30eb1.json b/objects/ChaosBag.fea079/-2.e30eb1.json new file mode 100644 index 00000000..7de19346 --- /dev/null +++ b/objects/ChaosBag.fea079/-2.e30eb1.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e30eb1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 6.256, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-3.6f16f0.json b/objects/ChaosBag.fea079/-3.6f16f0.json new file mode 100644 index 00000000..792a923e --- /dev/null +++ b/objects/ChaosBag.fea079/-3.6f16f0.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/yfs8gHq.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6f16f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/-4.8e06b9.json b/objects/ChaosBag.fea079/-4.8e06b9.json new file mode 100644 index 00000000..961b8df5 --- /dev/null +++ b/objects/ChaosBag.fea079/-4.8e06b9.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/qrgGQRD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8e06b9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-4", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/0.90356c.json b/objects/ChaosBag.fea079/0.90356c.json new file mode 100644 index 00000000..bbf2521f --- /dev/null +++ b/objects/ChaosBag.fea079/0.90356c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "90356c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/0.b8dc75.json b/objects/ChaosBag.fea079/0.b8dc75.json new file mode 100644 index 00000000..53dab1a5 --- /dev/null +++ b/objects/ChaosBag.fea079/0.b8dc75.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b8dc75", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/1.6e0c0d.json b/objects/ChaosBag.fea079/1.6e0c0d.json new file mode 100644 index 00000000..82927036 --- /dev/null +++ b/objects/ChaosBag.fea079/1.6e0c0d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/uIx8jbY.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6e0c0d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "+1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/Auto-fail.17e7c4.json b/objects/ChaosBag.fea079/Auto-fail.17e7c4.json new file mode 100644 index 00000000..0688eeb6 --- /dev/null +++ b/objects/ChaosBag.fea079/Auto-fail.17e7c4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/lns4fhz.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17e7c4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Auto-fail", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 7.894, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/Cultist.370e96.json b/objects/ChaosBag.fea079/Cultist.370e96.json new file mode 100644 index 00000000..b013dbec --- /dev/null +++ b/objects/ChaosBag.fea079/Cultist.370e96.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/VzhJJaH.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "370e96", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Cultist", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/ElderSign.957602.json b/objects/ChaosBag.fea079/ElderSign.957602.json new file mode 100644 index 00000000..198c7834 --- /dev/null +++ b/objects/ChaosBag.fea079/ElderSign.957602.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/nEmqjmj.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "957602", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Sign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/Skull.238252.json b/objects/ChaosBag.fea079/Skull.238252.json new file mode 100644 index 00000000..ca9ca87e --- /dev/null +++ b/objects/ChaosBag.fea079/Skull.238252.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "238252", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 7.075, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/Skull.25f01b.json b/objects/ChaosBag.fea079/Skull.25f01b.json new file mode 100644 index 00000000..40057a39 --- /dev/null +++ b/objects/ChaosBag.fea079/Skull.25f01b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "25f01b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 5.437, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBag.fea079/Tablet.6ca146.json b/objects/ChaosBag.fea079/Tablet.6ca146.json new file mode 100644 index 00000000..93cba5f4 --- /dev/null +++ b/objects/ChaosBag.fea079/Tablet.6ca146.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/1plY463.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ca146", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tablet", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": 8.712, + "posZ": 0, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosBagStatTracker.766620.json b/objects/ChaosBagStatTracker.766620.json new file mode 100644 index 00000000..4a279b19 --- /dev/null +++ b/objects/ChaosBagStatTracker.766620.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.87451, + "g": 0.87451, + "r": 0.87451 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/SBE8GR5.png", + "WidthScale": 0 + }, + "Description": "Only tracks tokens that actually hit the playmat.\n\nAll credit goes to TadGH!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "766620", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"chaosbag/ChaosBagStatTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Chaos Bag Stat Tracker", + "Snap": true, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": 4.194, + "posY": 1.621, + "posZ": -16.596, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.4, + "scaleY": 1, + "scaleZ": 0.4 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418.json b/objects/ChaosTokenReserve.106418.json new file mode 100644 index 00000000..e28c4561 --- /dev/null +++ b/objects/ChaosTokenReserve.106418.json @@ -0,0 +1,92 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Frost.b2b7be", + "Curse.16a9a7", + "Bless.8e3aab", + "ElderSign.0b1aca", + "Auto-Fail.e31821", + "ElderThing.38609c", + "Tablet.1a1506", + "Cultist.7d6103", + "Skull.cc8bbb", + "-8.298b5f", + "-7.81a1d7", + "-6.2460df", + "-5.1df0a5", + "-4.984eec", + "-3.a7a9cb", + "-2.8af600", + "-1.b644d2", + "0.0a8592", + "1.a15273" + ], + "ContainedObjects_path": "ChaosTokenReserve.106418", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127875098/FDA724CE3F0F9C62A141C0B33CAB238C40EDEE32/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Chaos Bag", + "DragSelectable": true, + "GMNotes": "", + "GUID": "106418", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Chaos Token Reserve", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.635, + "posY": 1.452, + "posZ": -22.525, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-1.b644d2.json b/objects/ChaosTokenReserve.106418/-1.b644d2.json new file mode 100644 index 00000000..d98de784 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-1.b644d2.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b644d2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.789, + "posY": 5.218, + "posZ": -31.25, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-2.8af600.json b/objects/ChaosTokenReserve.106418/-2.8af600.json new file mode 100644 index 00000000..38c9c8b2 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-2.8af600.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8af600", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.182, + "posY": 5.219, + "posZ": -31.924, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-3.a7a9cb.json b/objects/ChaosTokenReserve.106418/-3.a7a9cb.json new file mode 100644 index 00000000..2d5b4d3d --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-3.a7a9cb.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/yfs8gHq.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a7a9cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.464, + "posY": 3.444, + "posZ": -28.086, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-4.984eec.json b/objects/ChaosTokenReserve.106418/-4.984eec.json new file mode 100644 index 00000000..362562be --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-4.984eec.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/qrgGQRD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "984eec", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-4", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.399, + "posY": 3.444, + "posZ": -28.851, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-5.1df0a5.json b/objects/ChaosTokenReserve.106418/-5.1df0a5.json new file mode 100644 index 00000000..e4f27357 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-5.1df0a5.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/3Ym1IeG.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1df0a5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-5", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.236, + "posY": 3.444, + "posZ": -29.085, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-6.2460df.json b/objects/ChaosTokenReserve.106418/-6.2460df.json new file mode 100644 index 00000000..9194aa81 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-6.2460df.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/c9qdSzS.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2460df", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-6", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.304, + "posY": 3.443, + "posZ": -30.5, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-7.81a1d7.json b/objects/ChaosTokenReserve.106418/-7.81a1d7.json new file mode 100644 index 00000000..646bc50b --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-7.81a1d7.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/4WRD42n.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "81a1d7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-7", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.133, + "posY": 3.446, + "posZ": -27.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/-8.298b5f.json b/objects/ChaosTokenReserve.106418/-8.298b5f.json new file mode 100644 index 00000000..66518b61 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/-8.298b5f.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/9t3rPTQ.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "298b5f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-8", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.119, + "posY": 3.446, + "posZ": -28.34, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/0.0a8592.json b/objects/ChaosTokenReserve.106418/0.0a8592.json new file mode 100644 index 00000000..0e94035d --- /dev/null +++ b/objects/ChaosTokenReserve.106418/0.0a8592.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0a8592", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.78, + "posY": 8.487, + "posZ": -28.693, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/1.a15273.json b/objects/ChaosTokenReserve.106418/1.a15273.json new file mode 100644 index 00000000..8223f642 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/1.a15273.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/uIx8jbY.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a15273", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "+1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.505, + "posY": 8.454, + "posZ": -28.951, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Auto-Fail.e31821.json b/objects/ChaosTokenReserve.106418/Auto-Fail.e31821.json new file mode 100644 index 00000000..c0d32e93 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Auto-Fail.e31821.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/lns4fhz.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e31821", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Auto-Fail", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.654, + "posY": 3.447, + "posZ": -29.38, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Bless.8e3aab.json b/objects/ChaosTokenReserve.106418/Bless.8e3aab.json new file mode 100644 index 00000000..cf2b3dcf --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Bless.8e3aab.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8e3aab", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Bless", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 22.545, + "posY": 3.45, + "posZ": -27.077, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Cultist.7d6103.json b/objects/ChaosTokenReserve.106418/Cultist.7d6103.json new file mode 100644 index 00000000..91e6a7b7 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Cultist.7d6103.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/VzhJJaH.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7d6103", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Cultist", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.403, + "posY": 3.445, + "posZ": -29.87, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Curse.16a9a7.json b/objects/ChaosTokenReserve.106418/Curse.16a9a7.json new file mode 100644 index 00000000..c4e882a1 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Curse.16a9a7.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.44425, + "g": 0.00387, + "r": 0.27072 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16a9a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Curse", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 22.651, + "posY": 3.449, + "posZ": -27.771, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/ElderSign.0b1aca.json b/objects/ChaosTokenReserve.106418/ElderSign.0b1aca.json new file mode 100644 index 00000000..6e65b9ae --- /dev/null +++ b/objects/ChaosTokenReserve.106418/ElderSign.0b1aca.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/nEmqjmj.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b1aca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Sign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.833, + "posY": 3.447, + "posZ": -30.132, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/ElderThing.38609c.json b/objects/ChaosTokenReserve.106418/ElderThing.38609c.json new file mode 100644 index 00000000..f8675e85 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/ElderThing.38609c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "38609c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.817, + "posY": 3.448, + "posZ": -28.107, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Frost.b2b7be.json b/objects/ChaosTokenReserve.106418/Frost.b2b7be.json new file mode 100644 index 00000000..4810f581 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Frost.b2b7be.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.04894, + "g": 0.32859, + "r": 0.37456 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1858293462583104677/195F93C063A8881B805CE2FD4767A9718B27B6AE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2b7be", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Frost", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.354, + "posY": 2.408, + "posZ": -75.738, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Skull.cc8bbb.json b/objects/ChaosTokenReserve.106418/Skull.cc8bbb.json new file mode 100644 index 00000000..118c5635 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Skull.cc8bbb.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc8bbb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.814, + "posY": 3.446, + "posZ": -29.037, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ChaosTokenReserve.106418/Tablet.1a1506.json b/objects/ChaosTokenReserve.106418/Tablet.1a1506.json new file mode 100644 index 00000000..76855228 --- /dev/null +++ b/objects/ChaosTokenReserve.106418/Tablet.1a1506.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/1plY463.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1a1506", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tablet", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.721, + "posY": 3.448, + "posZ": -26.779, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6.json b/objects/ClueCounterSwapper.d919d6.json new file mode 100644 index 00000000..8bd480b9 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6.json @@ -0,0 +1,78 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.99217, + "r": 1 + }, + "ContainedObjects_order": [ + "Doomcounter.19768a", + "Resources.3f22e5", + "Resources.4111de", + "Resources.891403", + "Resources.db85d6" + ], + "ContainedObjects_path": "ClueCounterSwapper.d919d6", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1179328606460871995/F2AFA106E788BB456C6F9134CE7A7B14D510F973/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Counter mode courtesy of tadgh's clue counter mod: https://steamcommunity.com/sharedfiles/filedetails/?id=2115363630", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d919d6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"util/ClueCounterSwapper\")", + "LuaScriptState_path": "ClueCounterSwapper.d919d6.luascriptstate", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Clue Counter Swapper", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -50.5, + "posY": 1.581, + "posZ": 0, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.420461982, + "scaleY": 0.008194907, + "scaleZ": 0.367155 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6.luascriptstate b/objects/ClueCounterSwapper.d919d6.luascriptstate new file mode 100644 index 00000000..4fc9d2ca --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6.luascriptstate @@ -0,0 +1 @@ +{"ml":{"19768a":{"lock":true,"pos":{"x":-5.3639,"y":1.6575,"z":-5.1003},"rot":{"x":359.9197,"y":270.0688,"z":0.0167}},"3f22e5":{"lock":true,"pos":{"x":-59.3181,"y":1.64,"z":-17.674},"rot":{"x":359.9201,"y":269.9747,"z":0.0169}},"4111de":{"lock":true,"pos":{"x":-23.81,"y":1.5885,"z":-30.9272},"rot":{"x":0.0169,"y":180.0104,"z":0.0799}},"891403":{"lock":true,"pos":{"x":-31.9109,"y":1.5644,"z":30.9195},"rot":{"x":359.9831,"y":359.9875,"z":359.9201}},"db85d6":{"lock":true,"pos":{"x":-59.439,"y":1.6367,"z":9.472},"rot":{"x":359.9201,"y":269.9797,"z":0.0169}}}} diff --git a/objects/ClueCounterSwapper.d919d6/Doomcounter.19768a.json b/objects/ClueCounterSwapper.d919d6/Doomcounter.19768a.json new file mode 100644 index 00000000..f48f9893 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Doomcounter.19768a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.87451, + "g": 0.87451, + "r": 0.87451 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "19768a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "[true,0]", + "LuaScript_path": "ClueCounterSwapper.d919d6/Doomcounter.19768a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Doom counter\n", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -5.364, + "posY": 1.658, + "posZ": -5.1, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.4159334, + "scaleY": 1, + "scaleZ": 0.4159334 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6/Doomcounter.19768a.ttslua b/objects/ClueCounterSwapper.d919d6/Doomcounter.19768a.ttslua new file mode 100644 index 00000000..02a4919c --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Doomcounter.19768a.ttslua @@ -0,0 +1,132 @@ +MIN_VALUE = -99 +MAX_VALUE = 999 + +function onload(saved_data) + light_mode = false + val = 0 + + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + light_mode = loaded_data[1] + val = loaded_data[2] + end + + createAll() +end + +function updateSave() + local data_to_save = {light_mode, val} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function createAll() + s_color = {0.5, 0.5, 0.5, 95} + + if light_mode then + f_color = {1,1,1,95} + else + f_color = {0,0,0,100} + end + + + + self.createButton({ + label=tostring(val), + click_function="add_subtract", + function_owner=self, + position={0,0.05,0}, + height=600, + width=1000, + alignment = 3, + scale={x=1.5, y=1.5, z=1.5}, + font_size=600, + font_color=f_color, + color={0,0,0,0} + }) + + + + + if light_mode then + lightButtonText = "[ Set dark ]" + else + lightButtonText = "[ Set light ]" + end + +end + +function removeAll() + self.removeInput(0) + self.removeInput(1) + self.removeButton(0) + self.removeButton(1) + self.removeButton(2) +end + +function reloadAll() + removeAll() + createAll() + + updateSave() +end + +function swap_fcolor(_obj, _color, alt_click) + light_mode = not light_mode + reloadAll() +end + +function swap_align(_obj, _color, alt_click) + center_mode = not center_mode + reloadAll() +end + +function editName(_obj, _string, value) + self.setName(value) + setTooltips() +end + +function add_subtract(_obj, _color, alt_click) + mod = alt_click and -1 or 1 + new_value = math.min(math.max(val + mod, MIN_VALUE), MAX_VALUE) + if val ~= new_value then + val = new_value + updateVal() + updateSave() + end +end + +function updateVal() + + self.editButton({ + index = 0, + label = tostring(val), + + }) +end + +function reset_val() + val = 0 + updateVal() + updateSave() +end + +function setTooltips() + self.editInput({ + index = 0, + value = self.getName(), + tooltip = ttText + }) + self.editButton({ + index = 0, + value = tostring(val), + tooltip = ttText + }) +end + +function null() +end + +function keepSample(_obj, _string, value) + reloadAll() +end diff --git a/objects/ClueCounterSwapper.d919d6/Resources.3f22e5.json b/objects/ClueCounterSwapper.d919d6/Resources.3f22e5.json new file mode 100644 index 00000000..90d1181f --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.3f22e5.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/784129913444610342/7903BA89870C1656A003FD69C79BFA99BD1AAC24/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3f22e5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "[true,0]", + "LuaScript_path": "ClueCounterSwapper.d919d6/Resources.3f22e5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -59.318, + "posY": 1.64, + "posZ": -17.674, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6/Resources.3f22e5.ttslua b/objects/ClueCounterSwapper.d919d6/Resources.3f22e5.ttslua new file mode 100644 index 00000000..cd22f422 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.3f22e5.ttslua @@ -0,0 +1,132 @@ +MIN_VALUE = -99 +MAX_VALUE = 999 + +function onload(saved_data) + light_mode = true + val = 0 + + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + light_mode = loaded_data[1] + val = loaded_data[2] + end + + createAll() +end + +function updateSave() + local data_to_save = {light_mode, val} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function createAll() + s_color = {0,0,0,100} + + if light_mode then + f_color = {1,1,1,100} + else + f_color = {0,0,0,100} + end + + + + self.createButton({ + label=tostring(val), + click_function="add_subtract", + function_owner=self, + position={0,0.05,0.1}, + height=600, + width=1000, + alignment = 3, + scale={x=1.5, y=1.5, z=1.5}, + font_size=600, + font_color=f_color, + color={1,1,1,0} + }) + + + + + if light_mode then + lightButtonText = "[ Set dark ]" + else + lightButtonText = "[ Set light ]" + end + +end + +function removeAll() + self.removeInput(0) + self.removeInput(1) + self.removeButton(0) + self.removeButton(1) + self.removeButton(2) +end + +function reloadAll() + removeAll() + createAll() + + updateSave() +end + +function swap_fcolor(_obj, _color, alt_click) + light_mode = not light_mode + reloadAll() +end + +function swap_align(_obj, _color, alt_click) + center_mode = not center_mode + reloadAll() +end + +function editName(_obj, _string, value) + self.setName(value) + setTooltips() +end + +function add_subtract(_obj, _color, alt_click) + mod = alt_click and -1 or 1 + new_value = math.min(math.max(val + mod, MIN_VALUE), MAX_VALUE) + if val ~= new_value then + val = new_value + updateVal() + updateSave() + end +end + +function updateVal() + + self.editButton({ + index = 0, + label = tostring(val), + + }) +end + +function reset_val() + val = 0 + updateVal() + updateSave() +end + +function setTooltips() + self.editInput({ + index = 0, + value = self.getName(), + tooltip = ttText + }) + self.editButton({ + index = 0, + value = tostring(val), + tooltip = ttText + }) +end + +function null() +end + +function keepSample(_obj, _string, value) + reloadAll() +end diff --git a/objects/ClueCounterSwapper.d919d6/Resources.4111de.json b/objects/ClueCounterSwapper.d919d6/Resources.4111de.json new file mode 100644 index 00000000..7fc2b441 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.4111de.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/784129913444610342/7903BA89870C1656A003FD69C79BFA99BD1AAC24/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4111de", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "[true,0]", + "LuaScript_path": "ClueCounterSwapper.d919d6/Resources.4111de.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -23.81, + "posY": 1.589, + "posZ": -30.927, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6/Resources.4111de.ttslua b/objects/ClueCounterSwapper.d919d6/Resources.4111de.ttslua new file mode 100644 index 00000000..cd22f422 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.4111de.ttslua @@ -0,0 +1,132 @@ +MIN_VALUE = -99 +MAX_VALUE = 999 + +function onload(saved_data) + light_mode = true + val = 0 + + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + light_mode = loaded_data[1] + val = loaded_data[2] + end + + createAll() +end + +function updateSave() + local data_to_save = {light_mode, val} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function createAll() + s_color = {0,0,0,100} + + if light_mode then + f_color = {1,1,1,100} + else + f_color = {0,0,0,100} + end + + + + self.createButton({ + label=tostring(val), + click_function="add_subtract", + function_owner=self, + position={0,0.05,0.1}, + height=600, + width=1000, + alignment = 3, + scale={x=1.5, y=1.5, z=1.5}, + font_size=600, + font_color=f_color, + color={1,1,1,0} + }) + + + + + if light_mode then + lightButtonText = "[ Set dark ]" + else + lightButtonText = "[ Set light ]" + end + +end + +function removeAll() + self.removeInput(0) + self.removeInput(1) + self.removeButton(0) + self.removeButton(1) + self.removeButton(2) +end + +function reloadAll() + removeAll() + createAll() + + updateSave() +end + +function swap_fcolor(_obj, _color, alt_click) + light_mode = not light_mode + reloadAll() +end + +function swap_align(_obj, _color, alt_click) + center_mode = not center_mode + reloadAll() +end + +function editName(_obj, _string, value) + self.setName(value) + setTooltips() +end + +function add_subtract(_obj, _color, alt_click) + mod = alt_click and -1 or 1 + new_value = math.min(math.max(val + mod, MIN_VALUE), MAX_VALUE) + if val ~= new_value then + val = new_value + updateVal() + updateSave() + end +end + +function updateVal() + + self.editButton({ + index = 0, + label = tostring(val), + + }) +end + +function reset_val() + val = 0 + updateVal() + updateSave() +end + +function setTooltips() + self.editInput({ + index = 0, + value = self.getName(), + tooltip = ttText + }) + self.editButton({ + index = 0, + value = tostring(val), + tooltip = ttText + }) +end + +function null() +end + +function keepSample(_obj, _string, value) + reloadAll() +end diff --git a/objects/ClueCounterSwapper.d919d6/Resources.891403.json b/objects/ClueCounterSwapper.d919d6/Resources.891403.json new file mode 100644 index 00000000..a4b6ba76 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.891403.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/784129913444610342/7903BA89870C1656A003FD69C79BFA99BD1AAC24/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "891403", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "[true,0]", + "LuaScript_path": "ClueCounterSwapper.d919d6/Resources.891403.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -31.911, + "posY": 1.564, + "posZ": 30.92, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6/Resources.891403.ttslua b/objects/ClueCounterSwapper.d919d6/Resources.891403.ttslua new file mode 100644 index 00000000..cd22f422 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.891403.ttslua @@ -0,0 +1,132 @@ +MIN_VALUE = -99 +MAX_VALUE = 999 + +function onload(saved_data) + light_mode = true + val = 0 + + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + light_mode = loaded_data[1] + val = loaded_data[2] + end + + createAll() +end + +function updateSave() + local data_to_save = {light_mode, val} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function createAll() + s_color = {0,0,0,100} + + if light_mode then + f_color = {1,1,1,100} + else + f_color = {0,0,0,100} + end + + + + self.createButton({ + label=tostring(val), + click_function="add_subtract", + function_owner=self, + position={0,0.05,0.1}, + height=600, + width=1000, + alignment = 3, + scale={x=1.5, y=1.5, z=1.5}, + font_size=600, + font_color=f_color, + color={1,1,1,0} + }) + + + + + if light_mode then + lightButtonText = "[ Set dark ]" + else + lightButtonText = "[ Set light ]" + end + +end + +function removeAll() + self.removeInput(0) + self.removeInput(1) + self.removeButton(0) + self.removeButton(1) + self.removeButton(2) +end + +function reloadAll() + removeAll() + createAll() + + updateSave() +end + +function swap_fcolor(_obj, _color, alt_click) + light_mode = not light_mode + reloadAll() +end + +function swap_align(_obj, _color, alt_click) + center_mode = not center_mode + reloadAll() +end + +function editName(_obj, _string, value) + self.setName(value) + setTooltips() +end + +function add_subtract(_obj, _color, alt_click) + mod = alt_click and -1 or 1 + new_value = math.min(math.max(val + mod, MIN_VALUE), MAX_VALUE) + if val ~= new_value then + val = new_value + updateVal() + updateSave() + end +end + +function updateVal() + + self.editButton({ + index = 0, + label = tostring(val), + + }) +end + +function reset_val() + val = 0 + updateVal() + updateSave() +end + +function setTooltips() + self.editInput({ + index = 0, + value = self.getName(), + tooltip = ttText + }) + self.editButton({ + index = 0, + value = tostring(val), + tooltip = ttText + }) +end + +function null() +end + +function keepSample(_obj, _string, value) + reloadAll() +end diff --git a/objects/ClueCounterSwapper.d919d6/Resources.db85d6.json b/objects/ClueCounterSwapper.d919d6/Resources.db85d6.json new file mode 100644 index 00000000..6e478a41 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.db85d6.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/784129913444610342/7903BA89870C1656A003FD69C79BFA99BD1AAC24/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "db85d6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "[true,0]", + "LuaScript_path": "ClueCounterSwapper.d919d6/Resources.db85d6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -59.439, + "posY": 1.637, + "posZ": 9.472, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ClueCounterSwapper.d919d6/Resources.db85d6.ttslua b/objects/ClueCounterSwapper.d919d6/Resources.db85d6.ttslua new file mode 100644 index 00000000..cd22f422 --- /dev/null +++ b/objects/ClueCounterSwapper.d919d6/Resources.db85d6.ttslua @@ -0,0 +1,132 @@ +MIN_VALUE = -99 +MAX_VALUE = 999 + +function onload(saved_data) + light_mode = true + val = 0 + + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + light_mode = loaded_data[1] + val = loaded_data[2] + end + + createAll() +end + +function updateSave() + local data_to_save = {light_mode, val} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function createAll() + s_color = {0,0,0,100} + + if light_mode then + f_color = {1,1,1,100} + else + f_color = {0,0,0,100} + end + + + + self.createButton({ + label=tostring(val), + click_function="add_subtract", + function_owner=self, + position={0,0.05,0.1}, + height=600, + width=1000, + alignment = 3, + scale={x=1.5, y=1.5, z=1.5}, + font_size=600, + font_color=f_color, + color={1,1,1,0} + }) + + + + + if light_mode then + lightButtonText = "[ Set dark ]" + else + lightButtonText = "[ Set light ]" + end + +end + +function removeAll() + self.removeInput(0) + self.removeInput(1) + self.removeButton(0) + self.removeButton(1) + self.removeButton(2) +end + +function reloadAll() + removeAll() + createAll() + + updateSave() +end + +function swap_fcolor(_obj, _color, alt_click) + light_mode = not light_mode + reloadAll() +end + +function swap_align(_obj, _color, alt_click) + center_mode = not center_mode + reloadAll() +end + +function editName(_obj, _string, value) + self.setName(value) + setTooltips() +end + +function add_subtract(_obj, _color, alt_click) + mod = alt_click and -1 or 1 + new_value = math.min(math.max(val + mod, MIN_VALUE), MAX_VALUE) + if val ~= new_value then + val = new_value + updateVal() + updateSave() + end +end + +function updateVal() + + self.editButton({ + index = 0, + label = tostring(val), + + }) +end + +function reset_val() + val = 0 + updateVal() + updateSave() +end + +function setTooltips() + self.editInput({ + index = 0, + value = self.getName(), + tooltip = ttText + }) + self.editButton({ + index = 0, + value = tostring(val), + tooltip = ttText + }) +end + +function null() +end + +function keepSample(_obj, _string, value) + reloadAll() +end diff --git a/objects/Cluetokens.11e0cf.json b/objects/Cluetokens.11e0cf.json new file mode 100644 index 00000000..81c5e92d --- /dev/null +++ b/objects/Cluetokens.11e0cf.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Cluetokens.11e0cf", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192501/B768FB57878814EB243CF25C4DFCD7C7CDFF3AC1/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11e0cf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Clue tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.857, + "posY": 1.675, + "posZ": -8.856, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.11e0cf/Custom_Tile.a3fb6c.json b/objects/Cluetokens.11e0cf/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..81db7639 --- /dev/null +++ b/objects/Cluetokens.11e0cf/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.595, + "posY": 1.779, + "posZ": -8.511, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.31fa39.json b/objects/Cluetokens.31fa39.json new file mode 100644 index 00000000..856ada33 --- /dev/null +++ b/objects/Cluetokens.31fa39.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Cluetokens.31fa39", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192501/B768FB57878814EB243CF25C4DFCD7C7CDFF3AC1/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31fa39", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Clue tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -56.972, + "posY": 1.641, + "posZ": -1.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 0.8, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.31fa39/Custom_Tile.a3fb6c.json b/objects/Cluetokens.31fa39/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..a6c301ef --- /dev/null +++ b/objects/Cluetokens.31fa39/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -55.495, + "posY": 1.722, + "posZ": -1.639, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.3b2550.json b/objects/Cluetokens.3b2550.json new file mode 100644 index 00000000..e5cdc8d5 --- /dev/null +++ b/objects/Cluetokens.3b2550.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Cluetokens.3b2550", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192501/B768FB57878814EB243CF25C4DFCD7C7CDFF3AC1/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3b2550", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Clue tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -42.227, + "posY": 1.611, + "posZ": -31.182, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 0.8, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.3b2550/Custom_Tile.a3fb6c.json b/objects/Cluetokens.3b2550/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..5b2a78f7 --- /dev/null +++ b/objects/Cluetokens.3b2550/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -41.932, + "posY": 1.695, + "posZ": -31.367, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.fae2f6.json b/objects/Cluetokens.fae2f6.json new file mode 100644 index 00000000..b5340f1f --- /dev/null +++ b/objects/Cluetokens.fae2f6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Cluetokens.fae2f6", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192501/B768FB57878814EB243CF25C4DFCD7C7CDFF3AC1/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fae2f6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Clue tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.101, + "posY": 1.632, + "posZ": 31.207, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 0.8, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cluetokens.fae2f6/Custom_Tile.a3fb6c.json b/objects/Cluetokens.fae2f6/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..bdbad42b --- /dev/null +++ b/objects/Cluetokens.fae2f6/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.326, + "posY": 1.716, + "posZ": 31.203, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Combat.19026b.json b/objects/Combat.19026b.json new file mode 100644 index 00000000..c60a40c0 --- /dev/null +++ b/objects/Combat.19026b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/YBjxze6.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "19026b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Combat", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -34.137, + "posY": 1.585, + "posZ": 19.236, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Combat.9136c6.json b/objects/Combat.9136c6.json new file mode 100644 index 00000000..a0b18809 --- /dev/null +++ b/objects/Combat.9136c6.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/YBjxze6.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9136c6", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Combat", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.642, + "posY": 1.6, + "posZ": 7.29, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Combat.93a48b.json b/objects/Combat.93a48b.json new file mode 100644 index 00000000..b8e41559 --- /dev/null +++ b/objects/Combat.93a48b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/YBjxze6.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "93a48b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Combat", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -17.326, + "posY": 1.55, + "posZ": -19.216, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Combat.b661a6.json b/objects/Combat.b661a6.json new file mode 100644 index 00000000..a6e0a378 --- /dev/null +++ b/objects/Combat.b661a6.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/YBjxze6.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b661a6", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Combat", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.641, + "posY": 1.591, + "posZ": -24.179, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/CommandManager.a0b1de.json b/objects/CommandManager.a0b1de.json new file mode 100644 index 00000000..826e3f6a --- /dev/null +++ b/objects/CommandManager.a0b1de.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0b1de", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "", + "LuaScript_path": "CommandManager.a0b1de.ttslua", + "MeasureMovement": false, + "Name": "Checker_black", + "Nickname": "Command Manager", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.06, + "posY": 1.296, + "posZ": 9.378, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.250000417, + "scaleY": 0.250000417, + "scaleZ": 0.250000417 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/CommandManager.a0b1de.ttslua b/objects/CommandManager.a0b1de.ttslua new file mode 100644 index 00000000..3d4c4583 --- /dev/null +++ b/objects/CommandManager.a0b1de.ttslua @@ -0,0 +1,287 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-22 6:36 a.m. +--- + +---@class CommandTableEntry +---@field public object TTSObject +---@field public runOn ArkhamImport_Command_RunDirectives +local CommandTableEntry = {} + +---@type table +local commands = {} + +---@type table +local found_commands = {} + +---@type table +local command_state + +local function load_commands() + local command_objects = getObjectsWithTag("import_command") + + for _, object in ipairs(command_objects) do + commands[object:getVar("command_name")] = { + object = object, + runOn = object:getTable("runOn") + } + end +end + +---@param configuration ArkhamImportConfiguration +---@param message string +---@return ArkhamImport_CommandManager_InitializationResults +local function build_error(configuration, message) + return { + configuration = configuration, + is_successful = false, + error_message = message + } +end + +---@param source table +---@param updates table +local function merge_tables(source, updates) + for key, _ in pairs(source) do + local update = updates[key] + if update~=nil then + source[key] = update + end + end +end + +---@param instruction TTSObject +---@param initialization_state any +---@param arguments string[] +---@return ArkhamImport_CommandManager_InitializationResults|nil +local function run_instruction(instruction, initialization_state, arguments) + ---@type ArkhamImport_Command_DescriptionInstructionResults + local result = instruction:call("do_instruction", { + configuration = initialization_state.configuration, + command_state = initialization_state.command_state, + arguments = arguments + }) + + if (not result) or type(result)~="table" then + return build_error(initialization_state.configuration, table.concat({"Command \"", instruction:getName(), "\" did not return a table from do_instruction call. Type \"", type(result), "\" was returned."})) + end + + if not result.is_successful then + return build_error(result.configuration, result.error_message) + end + + merge_tables(initialization_state, result) +end + +---@param description string +---@param initialization_state table +---@return ArkhamImport_CommandManager_InitializationResults|nil +local function initialize_instructions(description, initialization_state) + for _, instruction in ipairs(parse(description)) do + local command = commands[instruction.command] + + if command==nil then + return build_error(initialization_state.configuration, table.concat({ "Could not find command \"", command, "\"."})) + end + + found_commands[instruction.command] = true + + if command.runOn.instructions then + local error = run_instruction(command.object, initialization_state, instruction.arguments) + if error then return error end + end + end +end + +---@param parameters ArkhamImport_CommandManager_InitializationArguments +---@return table +local function create_initialize_state(parameters) + return { + configuration = parameters.configuration, + command_state = {} + } +end + +---@param parameters ArkhamImport_CommandManager_InitializationArguments +---@return ArkhamImport_CommandManager_InitializationResults +function initialize(parameters) + found_commands = {} + load_commands() + + local initialization_state = create_initialize_state(parameters) + + local error = initialize_instructions(parameters.description, initialization_state) + if error then return error end + + command_state = initialization_state.command_state + + return { + configuration = initialization_state.configuration, + is_successful = true + } +end + +---@param parameters ArkhamImport_CommandManager_HandlerArguments +---@return table +local function create_handler_state(parameters) + return { + card = parameters.card, + handled = false, + zone = parameters.zone, + command_state = command_state + }, + { + configuration = parameters.configuration, + source_guid = parameters.source_guid + } +end + +---@param card ArkhamImportCard +---@param zone = string[] +---@param handled boolean +---@param error_message string +---@return ArkhamImport_CommandManager_HandlerResults +local function create_handler_error(card, zone, handled, error_message) + return { + handled = handled, + card = card, + zone = zone, + is_successful = false, + error_message = error_message + } +end + +---@param handler TTSObject +---@param handler_state table +---@param handler_constants table +---@return ArkhamImport_CommandManager_HandlerResults|nil +local function call_handler(handler, handler_state, handler_constants) + ---@type ArkhamImport_CommandManager_HandlerResults + local results = handler:call("handle_card", { + configuration = handler_constants.configuration, + source_guid = handler_constants.source_guid, + card = handler_state.card, + zone = handler_state.zone, + command_state = handler_state.command_state, + }) + + if not results.is_successful then return create_handler_error(results.card, results.zone, results.handled, results.error_message) end + + merge_tables(handler_state, results) + command_state = handler_state.command_state +end + +---@param handler_state table +---@param handler_constants table +---@return ArkhamImport_CommandManager_HandlerResults|nil +local function run_handlers(handler_state, handler_constants) + for command_name, _ in pairs(found_commands) do + local command = commands[command_name] + if command.runOn.handlers then + local error = call_handler(command.object, handler_state, handler_constants) + if error then return error end + + if (handler_state.handled) then return end + end + end +end + +---@param parameters ArkhamImport_CommandManager_HandlerArguments +---@return ArkhamImport_CommandManager_HandlerResults +function handle(parameters) + local handler_state, handler_constants = create_handler_state(parameters) + + local error = run_handlers(handler_state, handler_constants) + if error then return error end + + return { + handled = handler_state.handled, + card = handler_state.card, + zone = handler_state.zone, + is_successful = true + } +end + +---@param description string +---@return ArkhamImportCommandParserResult[] +function parse(description) + local input = description + + if #input<=4 then return {} end + + ---@type string + local current, l1, l2, l3 = "", "", "", "" + + local concat = table.concat + + local function advance() + current, l1, l2, l3 = l1, l2, l3, input:sub(1,1) + input = input:sub(2) + end + + local function advance_all() + current, l1, l2, l3 = input:sub(1,1), input:sub(2,2), input:sub(3,3), input:sub(4,4) + input = input:sub(5) + end + + advance_all() + + ---@type ArkhamImportCommandParserResult[] + local results = {} + + ---@type string + local command + + ---@type string[] + local arguments = {} + + ---@type string + local separator + + ---@type string[] + local result = {} + + while #current>0 do + if current=="<" and l1=="?" and l2 == "?" then + command = nil + arguments = {} + separator = l3 + result = {} + + advance_all() + elseif current == "?" and l1 == "?" and l2 == ">" then + if not command then + table.insert(results, { + command = concat(result), + arguments = {} + }) + else + table.insert(arguments, concat(result)) + table.insert(results, { + command = command, + arguments = arguments + }) + end + + separator = nil + current, l1, l2, l3 = l3, input:sub(1,1), input:sub(2,2), input:sub(3,3) + input = input:sub(4) + elseif current == separator then + if not command then + command = concat(result) + else + table.insert(arguments, concat(result)) + end + result = {} + advance() + else + if separator~=nil then + table.insert(result, current) + end + advance() + end + end + + return results +end diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7.json new file mode 100644 index 00000000..d0c76180 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7.json @@ -0,0 +1,94 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "WeirdWestCustomInvestigators.58ddca", + "TouhouProjectInvestigators.c5c294", + "StrangeAeonsCustomInvestigators.d78bd2", + "SignatureReplacements.b06fd9", + "TheShadowsofArkhamPlayerCards.2e5eef", + "RabbitHoleExpansion.b7ff06", + "PokemonEldritchEditionCustomInvestigators.1fb7ce", + "NightmarePack-EN.e32a71", + "MaximillionPegasusCustomInvestigator.4608c8", + "MassEffectInvestigators.b82c6f", + "LolaHayesRework.197f36", + "KaimonogatariPlayercards.64ad17", + "IdolThoughtsCustomInvestigators.991ff9", + "TheGhostsOfOnigawaInvestigatorExpansion.c19cfa", + "GenderSwappedInvestigators.33272e", + "FortuneorFolly-ParallelRexMurphySet.7fa06f", + "ElspethBaudinCustomInvestigator.84c153", + "DontStarveInvestigators.2e69d0", + "DeltaGreenConvergenceCustomInvestigators.84be1d", + "CartoonInvestigators.524fbc", + "ArtifactExpansion13.2f8332" + ], + "ContainedObjects_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1597044073919513962/49846EAC1BFF6C62218A7933D1754ED37F4C72C8/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed4ca7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Community-Created Player Cards/Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.338, + "posY": 1.295, + "posZ": -86.776, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.json new file mode 100644 index 00000000..4690feef --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1799728983834465397/5B8C8FFC332DCC1F09FEA1617F0F3446F06821DB/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Mint Tea Fan", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_artifact.json", + "GUID": "2f8332", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Artifact Expansion 1.3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.314, + "posY": 2.001, + "posZ": -85.687, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.luascriptstate new file mode 100644 index 00000000..f333c023 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0cd655":{"lock":false,"pos":{"x":6.757,"y":1.3065,"z":-74.3312},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"1370f5":{"lock":false,"pos":{"x":6.757,"y":1.3098,"z":-63.0812},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"9887f9":{"lock":false,"pos":{"x":37.0815,"y":1.4527,"z":-38.1001},"rot":{"x":359.9181,"y":269.9817,"z":0.017}},"bc9bc6":{"lock":false,"pos":{"x":6.6076,"y":1.3136,"z":-50.0096},"rot":{"x":0.0208,"y":270.0268,"z":0.0168}},"defb26":{"lock":false,"pos":{"x":6.757,"y":1.3082,"z":-68.7062},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"ec74df":{"lock":false,"pos":{"x":6.757,"y":1.3115,"z":-57.4562},"rot":{"x":0.0208,"y":270.0008,"z":0.0168}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ArtifactExpansion13.2f8332.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.json new file mode 100644 index 00000000..4fd33277 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1785092789057549667/7230A58735443DF70B24F5BAFD93B4FBBC1B28D7/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_cartoon_funtime.json", + "GUID": "524fbc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Cartoon Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.455, + "posY": 2.001, + "posZ": -86.802, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.luascriptstate new file mode 100644 index 00000000..1befe88d --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.luascriptstate @@ -0,0 +1 @@ +{"ml":{"04945b":{"lock":false,"pos":{"x":-19.6592,"y":1.3154,"z":-57.5937},"rot":{"x":0.0208,"y":269.9937,"z":0.0168}},"0636ab":{"lock":false,"pos":{"x":-25.9113,"y":1.2681,"z":-79.7757},"rot":{"x":359.9792,"y":90.0033,"z":359.9832}},"123caa":{"lock":false,"pos":{"x":-22.4528,"y":1.3058,"z":-86.9656},"rot":{"x":0.0208,"y":270.0191,"z":0.0168}},"14bef8":{"lock":false,"pos":{"x":-22.5761,"y":1.3166,"z":-50.0492},"rot":{"x":0.0208,"y":270.0168,"z":0.0168}},"20ff4c":{"lock":false,"pos":{"x":-25.7759,"y":1.2746,"z":-57.6721},"rot":{"x":359.9792,"y":90.0001,"z":359.9832}},"27a0b8":{"lock":false,"pos":{"x":-19.5361,"y":1.3069,"z":-86.8433},"rot":{"x":0.0208,"y":269.9789,"z":0.0168}},"287b34":{"lock":false,"pos":{"x":-22.2417,"y":1.3059,"z":-86.9506},"rot":{"x":0.0208,"y":270.0191,"z":0.0168}},"33566f":{"lock":false,"pos":{"x":-22.594,"y":1.3121,"z":-65.4763},"rot":{"x":0.0208,"y":270.0115,"z":0.0168}},"3446fd":{"lock":false,"pos":{"x":-22.5687,"y":1.3143,"z":-57.8367},"rot":{"x":0.0208,"y":270.017,"z":0.0168}},"46d9c7":{"lock":false,"pos":{"x":-19.6502,"y":1.3131,"z":-65.5617},"rot":{"x":0.0208,"y":270.0117,"z":0.0168}},"5b6db3":{"lock":false,"pos":{"x":-22.4189,"y":1.3144,"z":-57.5627},"rot":{"x":0.0208,"y":270.017,"z":0.0168}},"7200cf":{"lock":false,"pos":{"x":-25.8249,"y":1.266,"z":-86.9147},"rot":{"x":359.9792,"y":89.9983,"z":359.9832}},"73d2da":{"lock":false,"pos":{"x":-25.9665,"y":1.2702,"z":-72.4131},"rot":{"x":359.9792,"y":89.9862,"z":359.9832}},"7b0461":{"lock":false,"pos":{"x":-19.5429,"y":1.3178,"z":-49.6959},"rot":{"x":0.0208,"y":270.003,"z":0.0168}},"8a8776":{"lock":false,"pos":{"x":-19.639,"y":1.3112,"z":-71.9966},"rot":{"x":0.0208,"y":269.9857,"z":0.0168}},"948d48":{"lock":false,"pos":{"x":-22.5272,"y":1.3166,"z":-50.0108},"rot":{"x":0.0208,"y":269.9997,"z":0.0168}},"9ad519":{"lock":false,"pos":{"x":-22.5767,"y":1.3101,"z":-72.195},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"9ceaf0":{"lock":false,"pos":{"x":-25.6646,"y":1.2769,"z":-50.1079},"rot":{"x":359.9792,"y":89.9992,"z":359.9832}},"a99c28":{"lock":false,"pos":{"x":-22.5172,"y":1.3102,"z":-72.038},"rot":{"x":0.0208,"y":270.0114,"z":0.0168}},"bccab4":{"lock":false,"pos":{"x":-22.2837,"y":1.3081,"z":-79.3587},"rot":{"x":0.0208,"y":270.0239,"z":0.0168}},"c1f881":{"lock":false,"pos":{"x":-22.497,"y":1.308,"z":-79.5444},"rot":{"x":0.0208,"y":270.0158,"z":0.0168}},"d213c3":{"lock":false,"pos":{"x":-19.3052,"y":1.3092,"z":-79.339},"rot":{"x":0.0208,"y":270.0067,"z":0.0168}},"dc27c7":{"lock":false,"pos":{"x":-25.8464,"y":1.2723,"z":-65.495},"rot":{"x":359.9792,"y":89.9999,"z":359.9832}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/CartoonInvestigators.524fbc.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.json new file mode 100644 index 00000000..8c43afd0 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142900469/BDA1068C5A88459AE805540FE05B8092C4F8F392/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_delta_green_convergence.json", + "GUID": "84be1d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Delta Green Convergence Custom Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.849, + "posY": 2.001, + "posZ": -87.567, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.luascriptstate new file mode 100644 index 00000000..b2e534a6 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.luascriptstate @@ -0,0 +1 @@ +{"ml":{"03052d":{"lock":false,"pos":{"x":-16.6400871276855,"y":1.31545794010162,"z":-61.2309913635254},"rot":{"x":0.0208080485463142,"y":270.002471923828,"z":0.0167713277041912}},"0d7398":{"lock":false,"pos":{"x":-19.2936096191406,"y":1.30989539623261,"z":-76.9415588378906},"rot":{"x":0.0208107028156519,"y":269.995147705078,"z":0.0167693216353655}},"171e82":{"lock":false,"pos":{"x":-22.6169109344482,"y":1.32333660125732,"z":-84.8184967041016},"rot":{"x":0.0208145696669817,"y":269.982055664063,"z":0.0167649257928133}},"359a15":{"lock":false,"pos":{"x":-16.6400699615479,"y":1.31775295734406,"z":-53.3904228210449},"rot":{"x":0.0208138208836317,"y":269.982574462891,"z":0.0167645756155252}},"37589e":{"lock":false,"pos":{"x":-22.6139087677002,"y":1.33252322673798,"z":-53.4381332397461},"rot":{"x":0.0208039656281471,"y":270.015686035156,"z":0.0167767275124788}},"498a00":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.31316554546356,"z":-69.0603103637695},"rot":{"x":0.0208092965185642,"y":270.000244140625,"z":0.0167721156030893}},"597c69":{"lock":false,"pos":{"x":-16.6395988464355,"y":1.31085801124573,"z":-76.9456481933594},"rot":{"x":0.0208100099116564,"y":269.999908447266,"z":0.01677231118083}},"6e601f":{"lock":false,"pos":{"x":-19.3000774383545,"y":1.31449115276337,"z":-61.2332534790039},"rot":{"x":0.0208101477473974,"y":269.995147705078,"z":0.0167695451527834}},"74db2c":{"lock":false,"pos":{"x":-16.6402435302734,"y":1.30855345726013,"z":-84.8182067871094},"rot":{"x":0.0208147522062063,"y":269.981872558594,"z":0.0167650897055864}},"76d8e1":{"lock":false,"pos":{"x":-19.2997856140137,"y":1.30758762359619,"z":-84.8181838989258},"rot":{"x":0.0208103209733963,"y":269.995147705078,"z":0.0167695097625256}},"acefbf":{"lock":false,"pos":{"x":-19.3000202178955,"y":1.31677353382111,"z":-53.4358367919922},"rot":{"x":0.0208102278411388,"y":269.995147705078,"z":0.0167693123221397}},"c45c7a":{"lock":false,"pos":{"x":-22.6156978607178,"y":1.32794523239136,"z":-69.0756225585938},"rot":{"x":0.0208086371421814,"y":269.999908447266,"z":0.0167715176939964}},"eb9311":{"lock":false,"pos":{"x":-22.6169662475586,"y":1.33023798465729,"z":-61.2413864135742},"rot":{"x":0.0208078268915415,"y":270.002685546875,"z":0.016772011294961}},"f1b636":{"lock":false,"pos":{"x":-22.615758895874,"y":1.3256413936615,"z":-76.9460372924805},"rot":{"x":0.0208090450614691,"y":269.999298095703,"z":0.0167714692652225}},"f64ead":{"lock":false,"pos":{"x":-19.2958679199219,"y":1.31220149993896,"z":-69.0606918334961},"rot":{"x":0.0208100024610758,"y":269.995178222656,"z":0.0167694520205259}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DeltaGreenConvergenceCustomInvestigators.84be1d.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.json new file mode 100644 index 00000000..8d2256bc --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1646593716898209387/B827263B809A6C8E1042BDF1C8D33E58458C2EF4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_dont_starve.json", + "GUID": "2e69d0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Don't Starve Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.978, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.luascriptstate new file mode 100644 index 00000000..7f2efd13 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.luascriptstate @@ -0,0 +1 @@ +{"ml":{"049651":{"lock":false,"pos":{"x":-39.9984016418457,"y":1.30796504020691,"z":-57.847900390625},"rot":{"x":0.0208088103681803,"y":269.999420166016,"z":0.0167709793895483}},"05534d":{"lock":false,"pos":{"x":-40.433277130127,"y":1.30174255371094,"z":-78.5659561157227},"rot":{"x":0.0208085998892784,"y":270.000030517578,"z":0.0167712327092886}},"0b4057":{"lock":false,"pos":{"x":-54.2104759216309,"y":1.29435074329376,"z":-86.7248611450195},"rot":{"x":0.0208057351410389,"y":270.009887695313,"z":0.0167745146900415}},"0de265":{"lock":false,"pos":{"x":-50.5162010192871,"y":1.30271863937378,"z":-62.7216987609863},"rot":{"x":0.0208138264715672,"y":269.981567382813,"z":0.0167644713073969}},"10aa14":{"lock":false,"pos":{"x":-40.0200996398926,"y":1.3072521686554,"z":-60.2564010620117},"rot":{"x":0.0208086967468262,"y":269.999725341797,"z":0.0167712494730949}},"144811":{"lock":false,"pos":{"x":-50.831672668457,"y":1.29631996154785,"z":-84.1897583007813},"rot":{"x":0.0208147037774324,"y":269.978698730469,"z":0.0167634543031454}},"16e931":{"lock":false,"pos":{"x":-54.2816009521484,"y":1.32870221138,"z":-60.0937995910645},"rot":{"x":0.0208068005740643,"y":270.006652832031,"z":0.0167733412235975}},"181416":{"lock":false,"pos":{"x":-47.2076797485352,"y":1.29929566383362,"z":-78.5202560424805},"rot":{"x":0.0208087675273418,"y":269.999847412109,"z":0.0167711023241282}},"208789":{"lock":false,"pos":{"x":-46.9576988220215,"y":1.30474603176117,"z":-60.2104988098145},"rot":{"x":0.0208103526383638,"y":269.993927001953,"z":0.0167688690125942}},"23d08a":{"lock":false,"pos":{"x":-43.5625,"y":1.30455183982849,"z":-65.0863037109375},"rot":{"x":0.0208085887134075,"y":270.000183105469,"z":0.0167711470276117}},"2ab220":{"lock":false,"pos":{"x":-54.1502075195313,"y":1.29681360721588,"z":-78.3857879638672},"rot":{"x":0.0208087991923094,"y":270.000122070313,"z":0.0167712289839983}},"2e6779":{"lock":false,"pos":{"x":-40.3589744567871,"y":1.29947459697723,"z":-86.4064559936523},"rot":{"x":0.0208109170198441,"y":269.992004394531,"z":0.0167681444436312}},"374e9c":{"lock":false,"pos":{"x":-50.3554992675781,"y":1.30513906478882,"z":-54.6520004272461},"rot":{"x":0.0208085868507624,"y":269.999969482422,"z":0.0167713407427073}},"3b7f5e":{"lock":false,"pos":{"x":-46.8041000366211,"y":1.30546891689301,"z":-57.9314002990723},"rot":{"x":0.0208088327199221,"y":269.999969482422,"z":0.0167714394629002}},"415ff5":{"lock":false,"pos":{"x":-54.3089752197266,"y":1.31680154800415,"z":-84.2695617675781},"rot":{"x":0.0208021737635136,"y":270.023040771484,"z":0.0167790465056896}},"4506c2":{"lock":false,"pos":{"x":-53.8877983093262,"y":1.30392014980316,"z":-54.4329986572266},"rot":{"x":0.0208087544888258,"y":269.999969482422,"z":0.0167711414396763}},"4eef97":{"lock":false,"pos":{"x":-46.9905014038086,"y":1.30403566360474,"z":-62.5960998535156},"rot":{"x":0.0208025723695755,"y":270.020385742188,"z":0.016778577119112}},"5244b7":{"lock":false,"pos":{"x":-47.1529731750488,"y":1.29834735393524,"z":-81.8277587890625},"rot":{"x":0.0208089258521795,"y":270.000457763672,"z":0.0167709905654192}},"6006fa":{"lock":false,"pos":{"x":-54.1425323486328,"y":1.29582250118256,"z":-81.781364440918},"rot":{"x":0.0208027269691229,"y":270.020263671875,"z":0.0167777054011822}},"6187b2":{"lock":false,"pos":{"x":-47.2170753479004,"y":1.29763412475586,"z":-84.1847610473633},"rot":{"x":0.0208086259663105,"y":270.000274658203,"z":0.0167711470276117}},"682335":{"lock":false,"pos":{"x":-54.2879981994629,"y":1.30139410495758,"z":-62.5666007995605},"rot":{"x":0.0208084508776665,"y":270.000030517578,"z":0.0167711470276117}},"6f5590":{"lock":false,"pos":{"x":-43.7762794494629,"y":1.30053281784058,"z":-78.5510559082031},"rot":{"x":0.0208086557686329,"y":270,"z":0.0167711842805147}},"70de23":{"lock":false,"pos":{"x":-50.7880744934082,"y":1.29562640190125,"z":-86.6133575439453},"rot":{"x":0.0208112765103579,"y":269.990905761719,"z":0.0167677998542786}},"8d7ecb":{"lock":false,"pos":{"x":-47.2175750732422,"y":1.29692459106445,"z":-86.6082611083984},"rot":{"x":0.0208085309714079,"y":270.000244140625,"z":0.0167712103575468}},"8e009f":{"lock":false,"pos":{"x":-43.7559013366699,"y":1.3065721988678,"z":-57.9441986083984},"rot":{"x":0.0208087880164385,"y":269.999633789063,"z":0.0167710371315479}},"93503f":{"lock":false,"pos":{"x":-50.5890769958496,"y":1.29805994033813,"z":-78.546760559082},"rot":{"x":0.0208088085055351,"y":269.999938964844,"z":0.0167711973190308}},"a067d0":{"lock":false,"pos":{"x":-40.1133995056152,"y":1.30650424957275,"z":-62.6950988769531},"rot":{"x":0.0208086110651493,"y":269.999755859375,"z":0.0167712140828371}},"a96330":{"lock":false,"pos":{"x":-50.5937004089355,"y":1.30409467220306,"z":-57.9240989685059},"rot":{"x":0.0208087433129549,"y":270.000122070313,"z":0.0167710352689028}},"aea08f":{"lock":false,"pos":{"x":-50.5124015808105,"y":1.30345153808594,"z":-60.2220993041992},"rot":{"x":0.0208103451877832,"y":269.993713378906,"z":0.01676887832582}},"b54d99":{"lock":false,"pos":{"x":-43.7377738952637,"y":1.29892361164093,"z":-84.0963592529297},"rot":{"x":0.0208086259663105,"y":270.000061035156,"z":0.0167712867259979}},"b679ff":{"lock":false,"pos":{"x":-50.6292724609375,"y":1.29708194732666,"z":-81.8374557495117},"rot":{"x":0.02080905623734,"y":270.000183105469,"z":0.0167706366628408}},"ba6a4f":{"lock":false,"pos":{"x":-43.7175750732422,"y":1.29820847511292,"z":-86.5645599365234},"rot":{"x":0.0208099484443665,"y":269.995758056641,"z":0.0167698338627815}},"c91bbc":{"lock":false,"pos":{"x":-39.9734992980957,"y":1.30901253223419,"z":-54.2999000549316},"rot":{"x":0.0208084303885698,"y":270.000366210938,"z":0.016771299764514}},"c96866":{"lock":false,"pos":{"x":-43.6356010437012,"y":1.30764770507813,"z":-54.418701171875},"rot":{"x":0.0208086762577295,"y":270,"z":0.0167712662369013}},"c972bd":{"lock":false,"pos":{"x":-53.9467010498047,"y":1.30288803577423,"z":-57.8862991333008},"rot":{"x":0.020808694884181,"y":270.000030517578,"z":0.0167707893997431}},"d4879a":{"lock":false,"pos":{"x":-40.2654724121094,"y":1.30021071434021,"z":-84.0074615478516},"rot":{"x":0.0208088830113411,"y":269.998901367188,"z":0.0167706571519375}},"dab2b7":{"lock":false,"pos":{"x":-43.6455993652344,"y":1.30521702766418,"z":-62.7103004455566},"rot":{"x":0.0208085291087627,"y":270,"z":0.0167709551751614}},"dd39cd":{"lock":false,"pos":{"x":-43.7768745422363,"y":1.29958915710449,"z":-81.7739562988281},"rot":{"x":0.0208089090883732,"y":270.000183105469,"z":0.0167705938220024}},"dfc083":{"lock":false,"pos":{"x":-43.4954986572266,"y":1.30599534511566,"z":-60.2380981445313},"rot":{"x":0.0208085048943758,"y":270,"z":0.0167709179222584}},"e7003e":{"lock":false,"pos":{"x":-40.5401725769043,"y":1.30076205730438,"z":-81.7831573486328},"rot":{"x":0.020809093490243,"y":270.000213623047,"z":0.0167709477245808}},"ea2ee7":{"lock":false,"pos":{"x":-46.9766998291016,"y":1.30641329288483,"z":-54.4903984069824},"rot":{"x":0.020808657631278,"y":270,"z":0.0167710781097412}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/DontStarveInvestigators.2e69d0.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.json new file mode 100644 index 00000000..e092e1de --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655599785039299268/52DB5C3A0E600D6AECB0B851ECF90C5B3D016421/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Donelloth. As Seen in Bad Blood!", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_elspeth_baudin.json", + "GUID": "84c153", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Elspeth Baudin Custom Investigator", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.963, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.luascriptstate new file mode 100644 index 00000000..83d372fd --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1b6773":{"lock":false,"pos":{"x":-19.5467624664307,"y":1.31306660175323,"z":-65.7938537597656},"rot":{"x":0.0208032466471195,"y":270.018371582031,"z":0.0167777892202139}},"41424c":{"lock":false,"pos":{"x":-22.5805168151855,"y":1.31255412101746,"z":-63.7807502746582},"rot":{"x":0.020810954272747,"y":269.991149902344,"z":0.0167674999684095}},"647b40":{"lock":false,"pos":{"x":-22.6028251647949,"y":1.31024301052094,"z":-71.6484832763672},"rot":{"x":0.0208107922226191,"y":269.991149902344,"z":0.016767431050539}},"9a67bf":{"lock":false,"pos":{"x":-22.6425685882568,"y":1.30951547622681,"z":-74.0846176147461},"rot":{"x":0.0208108704537153,"y":269.9912109375,"z":0.0167674385011196}},"9e4397":{"lock":false,"pos":{"x":-22.5964412689209,"y":1.31179511547089,"z":-66.3536529541016},"rot":{"x":0.0208110846579075,"y":269.99072265625,"z":0.0167671237140894}},"d467b7":{"lock":false,"pos":{"x":-19.7298603057861,"y":1.31206059455872,"z":-69.0034790039063},"rot":{"x":0.0207998398691416,"y":270.028869628906,"z":0.0167793389409781}},"dd312f":{"lock":false,"pos":{"x":-19.5082302093506,"y":1.31121933460236,"z":-72.1525039672852},"rot":{"x":0.0167680606245995,"y":179.991668701172,"z":359.979187011719}},"e43300":{"lock":false,"pos":{"x":-22.6156921386719,"y":1.31099140644073,"z":-69.0756149291992},"rot":{"x":0.0208105240017176,"y":269.993041992188,"z":0.0167687423527241}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/ElspethBaudinCustomInvestigator.84c153.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.json new file mode 100644 index 00000000..e19d4a22 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1746802526940892011/A775E42F9014CD75B091D7D060012681E58B906E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Davi", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_fortune_or_folly_parallel_rex.json", + "GUID": "7fa06f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Fortune or Folly - Parallel Rex Murphy Set", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.978, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate new file mode 100644 index 00000000..deccef1a --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0f3a96":{"lock":false,"pos":{"x":-34.2316,"y":1.6326,"z":11.6933},"rot":{"x":359.9554,"y":224.9998,"z":0.0684}},"22a929":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":270,"z":0.0168}},"24e42d":{"lock":false,"pos":{"x":-36.7734,"y":1.6418,"z":-15.28},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"2c6d3b":{"lock":false,"pos":{"x":-30.2242,"y":1.6417,"z":15.19},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"2dfd79":{"lock":false,"pos":{"x":-36.7731,"y":1.6361,"z":11.46},"rot":{"x":0.0168,"y":180,"z":0.0799}},"3359db":{"lock":false,"pos":{"x":-32.8963,"y":1.624,"z":-11.1805},"rot":{"x":359.9316,"y":314.9998,"z":359.9554}},"360107":{"lock":false,"pos":{"x":-4.244,"y":1.6416,"z":15.0067},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"392d3e":{"lock":false,"pos":{"x":-36.7731,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":269.9977,"z":0.0168}},"3943d5":{"lock":false,"pos":{"x":-4.0346,"y":1.4838,"z":-23.4806},"rot":{"x":359.9316,"y":315.0011,"z":359.9554}},"3a4050":{"lock":false,"pos":{"x":-27.2281,"y":1.6228,"z":11.3825},"rot":{"x":359.9316,"y":315.0001,"z":359.9554}},"3b60c1":{"lock":false,"pos":{"x":-30.2243,"y":1.6258,"z":7.57},"rot":{"x":359.9201,"y":270.0091,"z":0.0169}},"41625c":{"lock":false,"pos":{"x":-12.2031,"y":1.6162,"z":14.0413},"rot":{"x":359.9201,"y":270.0175,"z":0.0168}},"4fe831":{"lock":false,"pos":{"x":-33.3589,"y":1.6235,"z":-15.1968},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"551d28":{"lock":false,"pos":{"x":2.454,"y":1.4721,"z":-32.3421},"rot":{"x":359.9316,"y":315.0011,"z":359.9554}},"5c0e2e":{"lock":false,"pos":{"x":0.2701,"y":1.4896,"z":28.7803},"rot":{"x":359.9201,"y":269.9994,"z":0.0169}},"62791a":{"lock":false,"pos":{"x":-27.001,"y":1.6202,"z":3.6619},"rot":{"x":359.9554,"y":225,"z":0.0684}},"7234af":{"lock":false,"pos":{"x":-33.4277,"y":1.6269,"z":-3.8532},"rot":{"x":359.9554,"y":224.9966,"z":0.0684}},"83d7bb":{"lock":false,"pos":{"x":-4.2243,"y":1.4816,"z":-31.8957},"rot":{"x":359.9316,"y":315.0004,"z":359.9554}},"8984ad":{"lock":false,"pos":{"x":-23.6768,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":270.0192,"z":0.0168}},"899c2c":{"lock":false,"pos":{"x":-36.7733,"y":1.6508,"z":15.19},"rot":{"x":359.9201,"y":270,"z":0.0168}},"93422e":{"lock":false,"pos":{"x":-12.0801,"y":1.6416,"z":10.7578},"rot":{"x":0.0168,"y":180,"z":0.0799}},"9c140b":{"lock":false,"pos":{"x":-26.7676,"y":1.6177,"z":-3.8214},"rot":{"x":359.9316,"y":314.9779,"z":359.9554}},"9c6651":{"lock":false,"pos":{"x":-30.2218,"y":1.6213,"z":-7.699},"rot":{"x":359.9203,"y":269.5397,"z":0.0175}},"a45247":{"lock":false,"pos":{"x":1.6961,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"b6b9b7":{"lock":false,"pos":{"x":-36.7732,"y":1.6441,"z":-7.7},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"c150be":{"lock":false,"pos":{"x":-23.6765,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"c27718":{"lock":false,"pos":{"x":-36.7732,"y":1.6294,"z":-11.51},"rot":{"x":0.0168,"y":180,"z":0.08}},"c7e9e3":{"lock":false,"pos":{"x":-12.1603,"y":1.631,"z":7.0481},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"cc135d":{"lock":false,"pos":{"x":-33.7965,"y":1.6331,"z":15.3121},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"d1bf92":{"lock":false,"pos":{"x":-3.9276,"y":1.7444,"z":5.7577},"rot":{"x":359.9197,"y":269.9985,"z":180.0168}},"d28cd1":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"d32960":{"lock":false,"pos":{"x":-2.6886,"y":1.6143,"z":-5.0485},"rot":{"x":0.0168,"y":180,"z":0.0803}},"d51f74":{"lock":false,"pos":{"x":-12.3273,"y":1.642,"z":10.8057},"rot":{"x":0.0169,"y":179.9845,"z":0.0799}},"d5f792":{"lock":false,"pos":{"x":-33.2551,"y":1.6289,"z":3.6656},"rot":{"x":359.9316,"y":315.0002,"z":359.9554}},"d9882d":{"lock":false,"pos":{"x":-27.011,"y":1.6157,"z":-11.771},"rot":{"x":359.9554,"y":225.0001,"z":0.0684}},"e1e1c3":{"lock":false,"pos":{"x":-2.7247,"y":1.599,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"e8fcf0":{"lock":false,"pos":{"x":-30.2243,"y":1.6327,"z":-15.28},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"ec4a81":{"lock":false,"pos":{"x":2.8296,"y":1.4739,"z":-24.3652},"rot":{"x":359.9316,"y":315.0031,"z":359.9554}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.json new file mode 100644 index 00000000..0615bcfd --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1597044073919531303/A7A92208CADC509C2546E65242ADDC8EF88FEAB8/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By /u/corpboy", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_gender_swapped.json", + "GUID": "33272e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Gender Swapped Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.978, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.luascriptstate new file mode 100644 index 00000000..0cdd570d --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.luascriptstate @@ -0,0 +1 @@ +{"ml":{"169f5f":{"lock":false,"pos":{"x":-19.3000202178955,"y":1.35298359394073,"z":-53.4358367919922},"rot":{"x":0.02080955542624,"y":270.001556396484,"z":0.0167712271213531}},"1abe52":{"lock":false,"pos":{"x":-19.2997913360596,"y":1.34861159324646,"z":-84.8181838989258},"rot":{"x":0.020808843895793,"y":270.000122070313,"z":0.0167707651853561}},"23ea9a":{"lock":false,"pos":{"x":-16.6402473449707,"y":1.3495774269104,"z":-84.8182144165039},"rot":{"x":0.0208143834024668,"y":269.999816894531,"z":0.0167734380811453}},"260c46":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.34937584400177,"z":-69.0603103637695},"rot":{"x":0.0208140630275011,"y":270.000244140625,"z":0.0167755950242281}},"6b77d7":{"lock":false,"pos":{"x":-16.8499145507813,"y":1.30698132514954,"z":-91.5999984741211},"rot":{"x":0.0208082087337971,"y":270.000122070313,"z":0.0167680568993092}},"6be340":{"lock":false,"pos":{"x":-19.3000755310059,"y":1.35551571846008,"z":-61.2332572937012},"rot":{"x":0.0208098944276571,"y":269.999114990234,"z":0.0167708061635494}},"77ba63":{"lock":false,"pos":{"x":-22.6157627105713,"y":1.3086873292923,"z":-76.946044921875},"rot":{"x":0.0208086930215359,"y":270.000091552734,"z":0.0167710520327091}},"7c3d2e":{"lock":false,"pos":{"x":-19.293607711792,"y":1.35573351383209,"z":-76.9415588378906},"rot":{"x":0.0208112671971321,"y":269.999816894531,"z":0.0167707577347755}},"7d5120":{"lock":false,"pos":{"x":-22.6139030456543,"y":1.31556940078735,"z":-53.4381294250488},"rot":{"x":0.0208085980266333,"y":270.000030517578,"z":180.01676940918}},"981000":{"lock":false,"pos":{"x":-16.6400699615479,"y":1.35396289825439,"z":-53.3904228210449},"rot":{"x":0.0208099316805601,"y":270.000030517578,"z":0.0167689602822065}},"b5091c":{"lock":false,"pos":{"x":-26.3147144317627,"y":1.30734384059906,"z":-76.9476318359375},"rot":{"x":0.0208098907023668,"y":269.99560546875,"z":0.0167696326971054}},"c61dd3":{"lock":false,"pos":{"x":-16.6400871276855,"y":1.3564817905426,"z":-61.2309913635254},"rot":{"x":0.0208104159682989,"y":269.999847412109,"z":0.0167675204575062}},"d8bab9":{"lock":false,"pos":{"x":-19.2999992370605,"y":1.32235062122345,"z":-91.5984573364258},"rot":{"x":0.0208081062883139,"y":270.000061035156,"z":0.0167712885886431}},"e22086":{"lock":false,"pos":{"x":-16.6396045684814,"y":1.35669600963593,"z":-76.9456558227539},"rot":{"x":0.0208145752549171,"y":269.999847412109,"z":0.0167776327580214}},"eff7e4":{"lock":false,"pos":{"x":-19.2958831787109,"y":1.3484114408493,"z":-69.0607070922852},"rot":{"x":0.0208063907921314,"y":270.008483886719,"z":0.016773846000433}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/GenderSwappedInvestigators.33272e.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.json new file mode 100644 index 00000000..5d7e28a0 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1011563111884720834/103D38A8FBBFA64EB66439667F8775B15FC679C9/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_idol_thoughts.json", + "GUID": "991ff9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Idol Thoughts Custom Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -21.835, + "posY": 1.973, + "posZ": 81.635, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.luascriptstate new file mode 100644 index 00000000..e88241e7 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.luascriptstate @@ -0,0 +1 @@ +{"ml":{"057e04":{"lock":false,"pos":{"x":-16.6395988464355,"y":1.31085813045502,"z":-76.9456481933594},"rot":{"x":0.0208098888397217,"y":269.999450683594,"z":0.0167720001190901}},"06fcb2":{"lock":false,"pos":{"x":-22.6157550811768,"y":1.3256413936615,"z":-76.9460372924805},"rot":{"x":0.020808782428503,"y":270.000274658203,"z":0.0167717132717371}},"08ab92":{"lock":false,"pos":{"x":-19.2936096191406,"y":1.30989539623261,"z":-76.9415512084961},"rot":{"x":0.0208085216581821,"y":270.000030517578,"z":0.0167711414396763}},"212311":{"lock":false,"pos":{"x":-22.6156845092773,"y":1.32794523239136,"z":-69.0756072998047},"rot":{"x":0.0208083000034094,"y":269.999816894531,"z":0.0167704597115517}},"3c216d":{"lock":false,"pos":{"x":-16.6402435302734,"y":1.30855345726013,"z":-84.8182067871094},"rot":{"x":0.0208111256361008,"y":269.999206542969,"z":0.0167727693915367}},"55809d":{"lock":false,"pos":{"x":-19.3000640869141,"y":1.31449115276337,"z":-61.2332420349121},"rot":{"x":0.0208084266632795,"y":269.999938964844,"z":0.0167710799723864}},"600e41":{"lock":false,"pos":{"x":-22.6139163970947,"y":1.33252322673798,"z":-53.4381370544434},"rot":{"x":0.0208081752061844,"y":270.001251220703,"z":0.0167707018554211}},"6011c1":{"lock":false,"pos":{"x":-22.61696434021,"y":1.33023798465729,"z":-61.2413864135742},"rot":{"x":0.0208087377250195,"y":269.999908447266,"z":0.016770888119936}},"6e7ea8":{"lock":false,"pos":{"x":-19.295877456665,"y":1.31220149993896,"z":-69.0607070922852},"rot":{"x":0.0208094604313374,"y":270,"z":0.0167710334062576}},"b1256b":{"lock":false,"pos":{"x":-16.6400871276855,"y":1.31545794010162,"z":-61.2309913635254},"rot":{"x":0.0208090264350176,"y":269.998779296875,"z":0.0167700741440058}},"c72bdd":{"lock":false,"pos":{"x":-16.6400699615479,"y":1.31775283813477,"z":-53.3904228210449},"rot":{"x":0.0208091754466295,"y":269.999816894531,"z":0.0167703349143267}},"d2913a":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.31316590309143,"z":-69.0603103637695},"rot":{"x":0.020810903981328,"y":270,"z":0.0167728774249554}},"ecaa8c":{"lock":false,"pos":{"x":-19.2997856140137,"y":1.30758762359619,"z":-84.8181838989258},"rot":{"x":0.0208093598484993,"y":270,"z":0.0167709905654192}},"f89508":{"lock":false,"pos":{"x":-19.3000202178955,"y":1.31677353382111,"z":-53.4358367919922},"rot":{"x":0.0208089053630829,"y":270.000122070313,"z":0.0167711284011602}},"f9d436":{"lock":false,"pos":{"x":-22.6169204711914,"y":1.32333660125732,"z":-84.8185119628906},"rot":{"x":0.0208087246865034,"y":270.000030517578,"z":0.0167713966220617}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/IdolThoughtsCustomInvestigators.991ff9.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.json new file mode 100644 index 00000000..e990d08c --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1644335793265681039/FD6A85925D62077C37F89B6AD082D15D90244D13/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "version 1.5", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_kaimonogatari.json", + "GUID": "64ad17", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Kaimonogatari Player cards", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.685, + "posY": 2.827, + "posZ": -108.225, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.luascriptstate new file mode 100644 index 00000000..d2f3f773 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00b7d1":{"lock":false,"pos":{"x":-0.7817,"y":1.2838,"z":87.0133},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"03a35e":{"lock":false,"pos":{"x":-8.9869,"y":1.283,"z":94.4496},"rot":{"x":0.0208,"y":270.0348,"z":0.0168}},"03bf91":{"lock":false,"pos":{"x":-8.987,"y":1.2763,"z":71.4496},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"040cf6":{"lock":false,"pos":{"x":19.4901,"y":1.2959,"z":92.0494},"rot":{"x":0.0208,"y":269.9989,"z":0.0168}},"0441cb":{"lock":false,"pos":{"x":-8.9837,"y":1.2729,"z":59.9495},"rot":{"x":0.0208,"y":269.9796,"z":0.0168}},"0a6180":{"lock":false,"pos":{"x":-5.4322,"y":1.2843,"z":94.4496},"rot":{"x":0.0208,"y":270.0153,"z":0.0168}},"0cb1df":{"lock":false,"pos":{"x":15.5652,"y":1.2891,"z":73.8366},"rot":{"x":0.0208,"y":270.0189,"z":0.0168}},"0cbe7d":{"lock":false,"pos":{"x":-19.3011,"y":1.3122,"z":-69.0606},"rot":{"x":0.0206,"y":270.5735,"z":0.017}},"0fd66c":{"lock":false,"pos":{"x":15.5652,"y":1.2925,"z":85.3358},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"0fd992":{"lock":false,"pos":{"x":-19.3151,"y":1.3336,"z":-55.1488},"rot":{"x":0.0208,"y":270.0051,"z":0.9269}},"133340":{"lock":false,"pos":{"x":-5.4322,"y":1.2776,"z":71.4496},"rot":{"x":0.0208,"y":270.0128,"z":0.0168}},"1483d9":{"lock":false,"pos":{"x":-1.8791,"y":1.2849,"z":92.1617},"rot":{"x":0.0208,"y":269.9772,"z":0.0168}},"166196":{"lock":false,"pos":{"x":-0.7817,"y":1.2771,"z":64.0133},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"16c15b":{"lock":false,"pos":{"x":-7.879,"y":1.2629,"z":70.9133},"rot":{"x":0.0208,"y":270.0198,"z":0.0168}},"1a7b02":{"lock":false,"pos":{"x":-4.3259,"y":1.2798,"z":77.8253},"rot":{"x":0.0208,"y":270.0033,"z":0.0168}},"1bd191":{"lock":false,"pos":{"x":-11.4337,"y":1.2779,"z":80.1133},"rot":{"x":0.0208,"y":270.0249,"z":0.0168}},"1be073":{"lock":false,"pos":{"x":-11.4337,"y":1.3032,"z":75.5133},"rot":{"x":0.0208,"y":270,"z":0.0168}},"1be35a":{"lock":false,"pos":{"x":-16.6402,"y":1.3086,"z":-84.8182},"rot":{"x":0.0168,"y":180.0001,"z":359.9792}},"1c6b3a":{"lock":false,"pos":{"x":5.6423,"y":1.2829,"z":76.0596},"rot":{"x":0.0208,"y":269.9926,"z":0.0168}},"1c87fe":{"lock":false,"pos":{"x":-5.4322,"y":1.2816,"z":85.2496},"rot":{"x":0.0208,"y":270.0196,"z":0.0168}},"202a96":{"lock":false,"pos":{"x":-1.8791,"y":1.2829,"z":85.2616},"rot":{"x":0.0208,"y":269.9774,"z":0.0168}},"21ced3":{"lock":false,"pos":{"x":-19.3034,"y":1.3168,"z":-53.4359},"rot":{"x":0.0209,"y":270.0017,"z":0.0163}},"2450c5":{"lock":false,"pos":{"x":5.6423,"y":1.2802,"z":66.8594},"rot":{"x":0.0208,"y":270.0025,"z":0.0168}},"24581f":{"lock":false,"pos":{"x":-4.3259,"y":1.2758,"z":64.0253},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"273674":{"lock":false,"pos":{"x":-22.6157,"y":1.3087,"z":-76.946},"rot":{"x":0.0208,"y":270.0039,"z":0.0168}},"27aba8":{"lock":false,"pos":{"x":-4.3259,"y":1.2785,"z":73.2253},"rot":{"x":0.0208,"y":270.0192,"z":0.0168}},"27ba20":{"lock":false,"pos":{"x":-5.4322,"y":1.2796,"z":78.3496},"rot":{"x":0.0208,"y":269.9618,"z":0.0168}},"27ed55":{"lock":false,"pos":{"x":-16.6401,"y":1.3178,"z":-53.3904},"rot":{"x":0.0168,"y":180.0039,"z":359.9792}},"2848ab":{"lock":false,"pos":{"x":-1.8791,"y":1.2842,"z":89.8616},"rot":{"x":0.0208,"y":269.9774,"z":0.0168}},"2872fc":{"lock":false,"pos":{"x":1.7635,"y":1.2782,"z":64.5743},"rot":{"x":0.0208,"y":270.0121,"z":0.0168}},"28e0b4":{"lock":false,"pos":{"x":5.6424,"y":1.2809,"z":69.1595},"rot":{"x":0.0208,"y":269.978,"z":0.0168}},"2a2c03":{"lock":false,"pos":{"x":-0.7817,"y":1.2777,"z":66.3133},"rot":{"x":0.0208,"y":270.0127,"z":0.0168}},"2a9a02":{"lock":false,"pos":{"x":10.8335,"y":1.3194,"z":70.1049},"rot":{"x":0.0208,"y":269.9723,"z":0.0168}},"2b5584":{"lock":false,"pos":{"x":25.9535,"y":1.2989,"z":94.3343},"rot":{"x":0.0208,"y":269.9986,"z":0.0168}},"2cf882":{"lock":false,"pos":{"x":-0.7817,"y":1.2798,"z":73.2133},"rot":{"x":0.0208,"y":270.0112,"z":0.0168}},"2d8ecc":{"lock":false,"pos":{"x":5.6423,"y":1.2796,"z":64.5596},"rot":{"x":0.0208,"y":269.9966,"z":0.0168}},"2fecde":{"lock":false,"pos":{"x":-22.6169,"y":1.3064,"z":-84.8185},"rot":{"x":0.0208,"y":270.0159,"z":0.0168}},"30c749":{"lock":false,"pos":{"x":-1.8791,"y":1.2789,"z":71.4616},"rot":{"x":0.0208,"y":269.9828,"z":0.0168}},"31c14d":{"lock":false,"pos":{"x":-4.3259,"y":1.2812,"z":82.4253},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"320094":{"lock":false,"pos":{"x":-8.987,"y":1.2776,"z":76.0496},"rot":{"x":0.0208,"y":270.0482,"z":0.0168}},"3450cc":{"lock":false,"pos":{"x":15.5652,"y":1.2952,"z":94.5358},"rot":{"x":0.0208,"y":270,"z":0.0168}},"345d3c":{"lock":false,"pos":{"x":5.6423,"y":1.2816,"z":71.4596},"rot":{"x":0.0208,"y":269.9965,"z":0.0168}},"363a78":{"lock":false,"pos":{"x":-5.4322,"y":1.2789,"z":76.0496},"rot":{"x":0.0208,"y":270.0044,"z":0.0168}},"36dbe9":{"lock":false,"pos":{"x":-12.6031,"y":1.2803,"z":89.8237},"rot":{"x":0.0208,"y":269.9794,"z":0.0168}},"3b3d81":{"lock":false,"pos":{"x":15.5652,"y":1.2932,"z":87.6358},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"3c12da":{"lock":false,"pos":{"x":12.7277,"y":1.2928,"z":89.9201},"rot":{"x":0.0208,"y":269.9804,"z":0.0168}},"3d079d":{"lock":false,"pos":{"x":-1.8791,"y":1.2809,"z":78.3616},"rot":{"x":0.0208,"y":269.9798,"z":0.0168}},"3e5de2":{"lock":false,"pos":{"x":1.7635,"y":1.2802,"z":71.4743},"rot":{"x":0.0208,"y":270,"z":0.0168}},"3ff589":{"lock":false,"pos":{"x":-5.429,"y":1.2742,"z":59.9495},"rot":{"x":0.0208,"y":270.0281,"z":0.0168}},"416008":{"lock":false,"pos":{"x":-4.3259,"y":1.2832,"z":89.3253},"rot":{"x":0.0208,"y":270.0187,"z":0.0168}},"4402a1":{"lock":false,"pos":{"x":-22.6179,"y":1.3461,"z":-53.4373},"rot":{"x":1.1625,"y":269.9696,"z":0.0168}},"47bdc1":{"lock":false,"pos":{"x":-8.987,"y":1.2743,"z":64.5497},"rot":{"x":0.0208,"y":270.0215,"z":0.0168}},"47ddb0":{"lock":false,"pos":{"x":22.669,"y":1.295,"z":85.135},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"488fce":{"lock":false,"pos":{"x":-8.987,"y":1.2783,"z":78.3496},"rot":{"x":0.0208,"y":270.0379,"z":0.0168}},"4c56c4":{"lock":false,"pos":{"x":25.9535,"y":1.2962,"z":85.1343},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"519e24":{"lock":false,"pos":{"x":1.7638,"y":1.2869,"z":94.475},"rot":{"x":0.0208,"y":270.0354,"z":0.0168}},"55769f":{"lock":false,"pos":{"x":-1.8791,"y":1.2795,"z":73.7616},"rot":{"x":0.0208,"y":269.9561,"z":0.0168}},"58bf2c":{"lock":false,"pos":{"x":-5.4322,"y":1.2823,"z":87.5496},"rot":{"x":0.0208,"y":269.9702,"z":0.0168}},"592017":{"lock":false,"pos":{"x":-1.8791,"y":1.2802,"z":76.0616},"rot":{"x":0.0208,"y":269.972,"z":0.0168}},"5925a5":{"lock":false,"pos":{"x":5.6423,"y":1.2782,"z":59.9594},"rot":{"x":0.0208,"y":269.9965,"z":0.0168}},"595894":{"lock":false,"pos":{"x":-12.6025,"y":1.2817,"z":94.4237},"rot":{"x":0.0208,"y":269.99,"z":0.0168}},"599b2e":{"lock":false,"pos":{"x":5.6423,"y":1.2836,"z":78.3596},"rot":{"x":0.0208,"y":269.9924,"z":0.0168}},"5a02fe":{"lock":false,"pos":{"x":-4.3259,"y":1.2825,"z":87.0253},"rot":{"x":0.0208,"y":270.0186,"z":0.0168}},"5a418b":{"lock":false,"pos":{"x":-11.4337,"y":1.2752,"z":70.9133},"rot":{"x":0.0168,"y":179.9918,"z":359.9792}},"5a4b91":{"lock":false,"pos":{"x":-12.603,"y":1.279,"z":85.2172},"rot":{"x":0.0208,"y":269.9775,"z":0.0168}},"5a7432":{"lock":false,"pos":{"x":-16.6403,"y":1.3132,"z":-69.0603},"rot":{"x":0.0168,"y":179.9955,"z":359.9792}},"5c2d70":{"lock":false,"pos":{"x":-12.603,"y":1.2797,"z":87.5237},"rot":{"x":0.0208,"y":269.9663,"z":0.0168}},"5d6157":{"lock":false,"pos":{"x":12.4059,"y":1.2933,"z":92.1521},"rot":{"x":0.0208,"y":269.9875,"z":0.0168}},"5df58d":{"lock":false,"pos":{"x":-16.6396,"y":1.3109,"z":-76.9456},"rot":{"x":0.0168,"y":180,"z":359.9792}},"5ff3e1":{"lock":false,"pos":{"x":-11.4337,"y":1.2786,"z":82.4133},"rot":{"x":0.0208,"y":270.0186,"z":0.0168}},"60af01":{"lock":false,"pos":{"x":-16.6401,"y":1.3155,"z":-61.231},"rot":{"x":0.0168,"y":179.9924,"z":359.9792}},"62d7b6":{"lock":false,"pos":{"x":22.669,"y":1.2964,"z":89.735},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"65091e":{"lock":false,"pos":{"x":-5.4322,"y":1.2829,"z":89.8496},"rot":{"x":0.0208,"y":270.0009,"z":0.0168}},"6793a3":{"lock":false,"pos":{"x":-8.9869,"y":1.2796,"z":82.9496},"rot":{"x":0.0208,"y":270.0181,"z":0.0168}},"67ffbf":{"lock":false,"pos":{"x":-26.3001,"y":1.3119,"z":-61.241},"rot":{"x":0.0208,"y":269.9922,"z":0.0168}},"69aef7":{"lock":false,"pos":{"x":-19.2507,"y":1.3294,"z":-86.424},"rot":{"x":0.159,"y":270.0175,"z":0.9902}},"6cd869":{"lock":false,"pos":{"x":-8.9931,"y":1.2749,"z":66.8824},"rot":{"x":0.0208,"y":269.9902,"z":0.0168}},"71abe6":{"lock":false,"pos":{"x":-5.4322,"y":1.2803,"z":80.6496},"rot":{"x":0.0208,"y":269.9639,"z":0.0168}},"729701":{"lock":false,"pos":{"x":-1.8791,"y":1.2822,"z":82.9616},"rot":{"x":0.0208,"y":269.9788,"z":0.0168}},"74493a":{"lock":false,"pos":{"x":-0.7817,"y":1.2852,"z":91.6133},"rot":{"x":0.0208,"y":270.019,"z":0.0168}},"74658f":{"lock":false,"pos":{"x":-11.4337,"y":1.2813,"z":91.6133},"rot":{"x":0.0208,"y":270.0141,"z":0.0168}},"769e65":{"lock":false,"pos":{"x":-5.4322,"y":1.2809,"z":82.9496},"rot":{"x":0.0208,"y":270.0154,"z":0.0168}},"7970d2":{"lock":false,"pos":{"x":-5.4321,"y":1.2749,"z":62.2497},"rot":{"x":0.0208,"y":270.0382,"z":0.0168}},"7a29a7":{"lock":false,"pos":{"x":-0.7817,"y":1.2811,"z":77.8133},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"7ce81c":{"lock":false,"pos":{"x":19.4901,"y":1.2966,"z":94.3494},"rot":{"x":0.0208,"y":269.9988,"z":0.0168}},"7cf799":{"lock":false,"pos":{"x":5.6423,"y":1.2843,"z":80.6596},"rot":{"x":0.0208,"y":269.9926,"z":0.0168}},"7cf99b":{"lock":false,"pos":{"x":-11.4337,"y":1.2806,"z":89.3133},"rot":{"x":0.0208,"y":270.0039,"z":0.0168}},"7d3855":{"lock":false,"pos":{"x":5.6428,"y":1.2876,"z":92.1596},"rot":{"x":0.0208,"y":270.0381,"z":0.0168}},"7d4931":{"lock":false,"pos":{"x":1.7635,"y":1.2795,"z":69.1743},"rot":{"x":0.0208,"y":270.0142,"z":0.0168}},"805888":{"lock":false,"pos":{"x":-26.3002,"y":1.3097,"z":-69.0606},"rot":{"x":0.0208,"y":270.0825,"z":0.0168}},"8249b7":{"lock":false,"pos":{"x":15.5652,"y":1.2918,"z":83.0358},"rot":{"x":0.0208,"y":269.9907,"z":0.0168}},"830efe":{"lock":false,"pos":{"x":-19.3021,"y":1.3145,"z":-61.2332},"rot":{"x":0.0208,"y":269.8826,"z":0.0167}},"85cbad":{"lock":false,"pos":{"x":1.7635,"y":1.2862,"z":92.1743},"rot":{"x":0.0208,"y":270.0354,"z":0.0168}},"88c948":{"lock":false,"pos":{"x":-1.8791,"y":1.2782,"z":69.1616},"rot":{"x":0.0208,"y":269.9563,"z":0.0168}},"8a2863":{"lock":false,"pos":{"x":-8.9869,"y":1.2817,"z":89.8496},"rot":{"x":0.0208,"y":269.9993,"z":0.0168}},"8ab0aa":{"lock":false,"pos":{"x":1.7635,"y":1.2809,"z":73.7744},"rot":{"x":0.0208,"y":270,"z":0.0168}},"8adb9e":{"lock":false,"pos":{"x":-0.7817,"y":1.2845,"z":89.3133},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"8bc00c":{"lock":false,"pos":{"x":12.7277,"y":1.2915,"z":85.3209},"rot":{"x":0.0208,"y":269.9714,"z":0.0168}},"8cd646":{"lock":false,"pos":{"x":15.5652,"y":1.2938,"z":89.9358},"rot":{"x":0.0208,"y":269.9993,"z":0.0168}},"8df09a":{"lock":false,"pos":{"x":-19.3032,"y":1.3076,"z":-84.8182},"rot":{"x":0.0209,"y":269.8336,"z":0.0167}},"8ec9e8":{"lock":false,"pos":{"x":-26.3,"y":1.3142,"z":-53.4369},"rot":{"x":0.0208,"y":270.0057,"z":0.0168}},"90adc7":{"lock":false,"pos":{"x":-8.9868,"y":1.2736,"z":62.2497},"rot":{"x":0.0208,"y":269.9756,"z":0.0168}},"9284f6":{"lock":false,"pos":{"x":12.7274,"y":1.2941,"z":94.5185},"rot":{"x":0.0208,"y":269.9738,"z":0.0168}},"92a8c8":{"lock":false,"pos":{"x":-8.9869,"y":1.281,"z":87.5496},"rot":{"x":0.0208,"y":269.9668,"z":0.0168}},"9663f1":{"lock":false,"pos":{"x":5.6423,"y":1.287,"z":89.8596},"rot":{"x":0.0208,"y":269.9928,"z":0.0168}},"96fb56":{"lock":false,"pos":{"x":-19.3331,"y":1.3285,"z":-78.5001},"rot":{"x":0.0188,"y":270.002,"z":1.0175}},"98d59a":{"lock":false,"pos":{"x":1.7635,"y":1.2849,"z":87.5744},"rot":{"x":0.0208,"y":270.0286,"z":0.0168}},"99751d":{"lock":false,"pos":{"x":19.4901,"y":1.2952,"z":89.7494},"rot":{"x":0.0208,"y":269.999,"z":0.0168}},"9d7db7":{"lock":false,"pos":{"x":5.6423,"y":1.2823,"z":73.7596},"rot":{"x":0.0208,"y":269.9927,"z":0.0168}},"a03156":{"lock":false,"pos":{"x":19.5868,"y":1.2508,"z":69.6144},"rot":{"x":359.9792,"y":89.9929,"z":359.9832}},"a311eb":{"lock":false,"pos":{"x":12.4068,"y":1.294,"z":94.5291},"rot":{"x":0.0208,"y":270.0088,"z":0.0168}},"a4ca98":{"lock":false,"pos":{"x":5.6429,"y":1.2883,"z":94.4596},"rot":{"x":0.0208,"y":269.9978,"z":0.0168}},"a4d6ce":{"lock":false,"pos":{"x":12.7274,"y":1.2921,"z":87.6185},"rot":{"x":0.0208,"y":269.9931,"z":0.0168}},"a50220":{"lock":false,"pos":{"x":-8.9869,"y":1.2803,"z":85.2496},"rot":{"x":0.0208,"y":270.0254,"z":0.0168}},"aa4203":{"lock":false,"pos":{"x":5.6423,"y":1.2856,"z":85.2596},"rot":{"x":0.0208,"y":269.9926,"z":0.0168}},"ab19ea":{"lock":false,"pos":{"x":-0.7817,"y":1.2825,"z":82.4133},"rot":{"x":0.0208,"y":270.0214,"z":0.0168}},"acf78b":{"lock":false,"pos":{"x":15.5652,"y":1.2898,"z":76.1357},"rot":{"x":0.0208,"y":270.0255,"z":0.0168}},"af287c":{"lock":false,"pos":{"x":-4.3259,"y":1.2819,"z":84.7253},"rot":{"x":0.0208,"y":270.0006,"z":0.0168}},"b1ab4a":{"lock":false,"pos":{"x":25.9535,"y":1.2975,"z":89.7342},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"b3612e":{"lock":false,"pos":{"x":-0.7817,"y":1.2804,"z":75.5133},"rot":{"x":0.0208,"y":270.0006,"z":0.0168}},"bb2d8c":{"lock":false,"pos":{"x":-1.8791,"y":1.2816,"z":80.6616},"rot":{"x":0.0208,"y":269.9734,"z":0.0168}},"bbd9b9":{"lock":false,"pos":{"x":19.4901,"y":1.2939,"z":85.1494},"rot":{"x":0.0208,"y":269.9991,"z":0.0168}},"bea40c":{"lock":false,"pos":{"x":-11.4337,"y":1.2799,"z":87.0133},"rot":{"x":0.0208,"y":270.0187,"z":0.0168}},"bed1c4":{"lock":false,"pos":{"x":-4.3259,"y":1.2765,"z":66.3253},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"bf1297":{"lock":false,"pos":{"x":-22.6157,"y":1.311,"z":-69.0756},"rot":{"x":0.0208,"y":270.0037,"z":0.0168}},"c0e8e4":{"lock":false,"pos":{"x":12.7274,"y":1.2935,"z":92.2185},"rot":{"x":0.0208,"y":269.9789,"z":0.0168}},"c25061":{"lock":false,"pos":{"x":9.221,"y":1.2896,"z":94.5498},"rot":{"x":0.0208,"y":269.985,"z":0.0168}},"c48fc3":{"lock":false,"pos":{"x":-8.987,"y":1.279,"z":80.6496},"rot":{"x":0.0208,"y":270.0384,"z":0.0168}},"c53e8d":{"lock":false,"pos":{"x":-5.4322,"y":1.2782,"z":73.7496},"rot":{"x":0.0208,"y":269.9773,"z":0.0168}},"c6ef37":{"lock":false,"pos":{"x":25.9413,"y":1.2982,"z":92.0275},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"c821e9":{"lock":false,"pos":{"x":5.6423,"y":1.285,"z":82.9596},"rot":{"x":0.0208,"y":270.0027,"z":0.0168}},"c9c916":{"lock":false,"pos":{"x":1.7635,"y":1.2788,"z":66.8742},"rot":{"x":0.0208,"y":270.0125,"z":0.0168}},"ca55a3":{"lock":false,"pos":{"x":5.6423,"y":1.2863,"z":87.5596},"rot":{"x":0.0208,"y":270.0103,"z":0.0168}},"cad5d5":{"lock":false,"pos":{"x":-0.7817,"y":1.2831,"z":84.7133},"rot":{"x":0.0208,"y":270.0192,"z":0.0168}},"cc2723":{"lock":false,"pos":{"x":-0.7817,"y":1.2784,"z":68.6133},"rot":{"x":0.0208,"y":270.0134,"z":0.0168}},"ce6e77":{"lock":false,"pos":{"x":22.669,"y":1.2957,"z":87.435},"rot":{"x":0.0208,"y":269.9996,"z":0.0168}},"cf1b06":{"lock":false,"pos":{"x":-26.3002,"y":1.3073,"z":-76.9456},"rot":{"x":0.0208,"y":270.0413,"z":0.0168}},"d40f7c":{"lock":false,"pos":{"x":22.669,"y":1.297,"z":92.035},"rot":{"x":0.0208,"y":269.9996,"z":0.0168}},"d490f4":{"lock":false,"pos":{"x":-1.8791,"y":1.2856,"z":94.4616},"rot":{"x":0.0208,"y":269.9772,"z":0.0168}},"d49971":{"lock":false,"pos":{"x":-8.987,"y":1.2749,"z":66.8496},"rot":{"x":0.0208,"y":270.0309,"z":0.0168}},"d8c089":{"lock":false,"pos":{"x":1.7635,"y":1.2829,"z":80.6744},"rot":{"x":0.0208,"y":270.0127,"z":0.0168}},"d90685":{"lock":false,"pos":{"x":-5.4322,"y":1.2836,"z":92.1496},"rot":{"x":0.0208,"y":270.0153,"z":0.0168}},"d921bc":{"lock":false,"pos":{"x":15.5652,"y":1.2945,"z":92.2358},"rot":{"x":0.0208,"y":270,"z":0.0168}},"dabd8d":{"lock":false,"pos":{"x":-8.9869,"y":1.2823,"z":92.1496},"rot":{"x":0.0208,"y":270.0178,"z":0.0168}},"db5369":{"lock":false,"pos":{"x":1.7635,"y":1.2842,"z":85.2744},"rot":{"x":0.0208,"y":269.9992,"z":0.0168}},"dba2a6":{"lock":false,"pos":{"x":-5.4323,"y":1.2762,"z":66.8496},"rot":{"x":0.0208,"y":269.9579,"z":0.0168}},"dda3dc":{"lock":false,"pos":{"x":-26.2996,"y":1.305,"z":-84.818},"rot":{"x":0.0208,"y":270.0212,"z":0.0168}},"ddcdcc":{"lock":false,"pos":{"x":25.9559,"y":1.2969,"z":87.4343},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"dedfbb":{"lock":false,"pos":{"x":22.669,"y":1.2977,"z":94.335},"rot":{"x":0.0208,"y":269.9993,"z":0.0168}},"df828a":{"lock":false,"pos":{"x":15.565,"y":1.2905,"z":78.4206},"rot":{"x":0.0208,"y":269.9646,"z":0.0168}},"e10b00":{"lock":false,"pos":{"x":-0.7817,"y":1.2791,"z":70.9133},"rot":{"x":0.0208,"y":270.0049,"z":0.0168}},"e1f933":{"lock":false,"pos":{"x":-1.8791,"y":1.2775,"z":66.8616},"rot":{"x":0.0208,"y":269.9755,"z":0.0168}},"e4f0d2":{"lock":false,"pos":{"x":15.5652,"y":1.2911,"z":80.7358},"rot":{"x":0.0208,"y":269.9763,"z":0.0168}},"e5ebfc":{"lock":false,"pos":{"x":-5.4323,"y":1.2769,"z":69.1496},"rot":{"x":0.0208,"y":270.0253,"z":0.0168}},"e94aa3":{"lock":false,"pos":{"x":9.1791,"y":1.2889,"z":92.162},"rot":{"x":0.0208,"y":269.9738,"z":0.0168}},"e9746a":{"lock":false,"pos":{"x":-8.9914,"y":1.283,"z":94.459},"rot":{"x":0.0208,"y":270,"z":0.0168}},"e9d7dc":{"lock":false,"pos":{"x":-1.8791,"y":1.2762,"z":62.2617},"rot":{"x":0.0208,"y":269.9798,"z":0.0168}},"ee3b9e":{"lock":false,"pos":{"x":-4.3259,"y":1.2839,"z":91.6253},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"f20025":{"lock":false,"pos":{"x":1.7635,"y":1.2856,"z":89.8744},"rot":{"x":0.0208,"y":270.0287,"z":0.0168}},"f424b5":{"lock":false,"pos":{"x":-19.2956,"y":1.3099,"z":-76.9414},"rot":{"x":0.0208,"y":269.9008,"z":0.0167}},"f52130":{"lock":false,"pos":{"x":19.4901,"y":1.2945,"z":87.4494},"rot":{"x":0.0208,"y":269.9991,"z":0.0168}},"f5d683":{"lock":false,"pos":{"x":-8.9869,"y":1.2769,"z":73.7496},"rot":{"x":0.0208,"y":270.0284,"z":0.0168}},"f5dde8":{"lock":false,"pos":{"x":-12.6025,"y":1.281,"z":92.1235},"rot":{"x":0.0208,"y":269.9702,"z":0.0168}},"f67bb7":{"lock":false,"pos":{"x":-1.8791,"y":1.2768,"z":64.5617},"rot":{"x":0.0208,"y":269.975,"z":0.0168}},"f81d7c":{"lock":false,"pos":{"x":-8.987,"y":1.2756,"z":69.1496},"rot":{"x":0.0208,"y":270.034,"z":0.0168}},"f91daf":{"lock":false,"pos":{"x":1.7635,"y":1.2836,"z":82.9744},"rot":{"x":0.0208,"y":270.0137,"z":0.0168}},"facdd4":{"lock":false,"pos":{"x":1.7635,"y":1.2815,"z":76.0744},"rot":{"x":0.0208,"y":270.0117,"z":0.0168}},"fc5916":{"lock":false,"pos":{"x":5.6423,"y":1.2789,"z":62.2596},"rot":{"x":0.0208,"y":269.9967,"z":0.0168}},"fd5d1b":{"lock":false,"pos":{"x":-5.4323,"y":1.2755,"z":64.5497},"rot":{"x":0.0208,"y":270.0133,"z":0.0168}},"fd989b":{"lock":false,"pos":{"x":1.7635,"y":1.2822,"z":78.3744},"rot":{"x":0.0208,"y":270.0119,"z":0.0168}},"fe6cd0":{"lock":false,"pos":{"x":-11.4337,"y":1.2793,"z":84.7133},"rot":{"x":0.0208,"y":270.0186,"z":0.0168}},"feac86":{"lock":false,"pos":{"x":-1.8791,"y":1.2836,"z":87.5616},"rot":{"x":0.0208,"y":269.9852,"z":0.0168}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.ttslua new file mode 100644 index 00000000..17b71b4e --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/KaimonogatariPlayercards.64ad17.ttslua @@ -0,0 +1,23 @@ +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.json new file mode 100644 index 00000000..f2ae86a6 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.json @@ -0,0 +1,85 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0.34902, + "g": 0.34902, + "r": 0.35294 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754686449895663371/D5D8A1205E220C2ED2D0CA50705FBADE82C053BF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Mint Tea Fan", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_lola_hayes_rework.json", + "GUID": "197f36", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Lola Hayes Rework", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.926, + "posY": 1.973, + "posZ": -99.815, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.luascriptstate new file mode 100644 index 00000000..aea45380 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.luascriptstate @@ -0,0 +1 @@ +{"ml":{"019d9e":{"lock":false,"pos":{"x":3.92140078544617,"y":1.32441914081573,"z":-56.127498626709},"rot":{"x":0.0208084993064404,"y":269.999938964844,"z":0.0167712345719337}},"01a7a5":{"lock":false,"pos":{"x":3.91159749031067,"y":1.32307767868042,"z":-60.6982879638672},"rot":{"x":0.0208089128136635,"y":269.999206542969,"z":0.0167708117514849}},"08377f":{"lock":false,"pos":{"x":26.8402538299561,"y":1.29663562774658,"z":-54.9671783447266},"rot":{"x":0.0208043605089188,"y":270.015258789063,"z":0.0167764481157064}},"092130":{"lock":false,"pos":{"x":6.99819850921631,"y":1.31993222236633,"z":-75.2736968994141},"rot":{"x":0.0208056177943945,"y":270.010589599609,"z":0.0167749170213938}},"0b0905":{"lock":false,"pos":{"x":32.6690406799316,"y":1.29989576339722,"z":-51.0611038208008},"rot":{"x":0.0208149328827858,"y":269.978942871094,"z":0.0167632307857275}},"1da0bd":{"lock":false,"pos":{"x":28.7816009521484,"y":1.29809892177582,"z":-52.3765258789063},"rot":{"x":0.0208087395876646,"y":269.999755859375,"z":0.0167710147798061}},"1dae6f":{"lock":false,"pos":{"x":3.83579897880554,"y":1.31878364086151,"z":-75.2736968994141},"rot":{"x":0.0208085812628269,"y":270.000152587891,"z":0.0167712830007076}},"201fbe":{"lock":false,"pos":{"x":26.8402519226074,"y":1.29891097545624,"z":-47.1935005187988},"rot":{"x":0.0208149291574955,"y":269.979064941406,"z":0.0167632326483727}},"20afe9":{"lock":false,"pos":{"x":10.4299983978271,"y":1.32745599746704,"z":-53.8278999328613},"rot":{"x":0.0208123754709959,"y":269.986633300781,"z":0.0167661476880312}},"277df0":{"lock":false,"pos":{"x":31.3143997192383,"y":1.34831249713898,"z":-76.6369018554688},"rot":{"x":359.979187011719,"y":90,"z":359.983215332031}},"28fa8c":{"lock":false,"pos":{"x":26.8402538299561,"y":1.29701471328735,"z":-53.6715660095215},"rot":{"x":0.0208039134740829,"y":270.016815185547,"z":0.0167769882827997}},"2af612":{"lock":false,"pos":{"x":32.5227279663086,"y":1.29066693782806,"z":-82.408088684082},"rot":{"x":0.0208140984177589,"y":269.982452392578,"z":0.0167647134512663}},"2c10a3":{"lock":false,"pos":{"x":7.19640207290649,"y":1.32562005519867,"z":-56.0881004333496},"rot":{"x":0.0208084769546986,"y":270.000122070313,"z":0.0167713537812233}},"2cad41":{"lock":false,"pos":{"x":3.94159936904907,"y":1.32711923122406,"z":-46.9281005859375},"rot":{"x":0.0208085831254721,"y":270,"z":0.0167712792754173}},"2e8dc6":{"lock":false,"pos":{"x":13.6491098403931,"y":1.32728123664856,"z":-58.4188995361328},"rot":{"x":0.0208083242177963,"y":270.000640869141,"z":0.0167717356234789}},"2ec821":{"lock":false,"pos":{"x":16.9171943664551,"y":1.29402875900269,"z":-51.5610733032227},"rot":{"x":0.0208087023347616,"y":270.000091552734,"z":0.0167712494730949}},"354f96":{"lock":false,"pos":{"x":16.9165992736816,"y":1.29269909858704,"z":-56.1026000976563},"rot":{"x":0.0208089090883732,"y":269.998504638672,"z":0.0167705900967121}},"372afe":{"lock":false,"pos":{"x":30.7249565124512,"y":1.29994642734528,"z":-48.4757537841797},"rot":{"x":0.0208044350147247,"y":270.014526367188,"z":0.0167762991040945}},"3d460f":{"lock":false,"pos":{"x":16.9165992736816,"y":1.29202950000763,"z":-58.3900985717773},"rot":{"x":0.0208089165389538,"y":269.998596191406,"z":0.0167706254869699}},"3fc00d":{"lock":false,"pos":{"x":30.724967956543,"y":1.29805028438568,"z":-54.9538269042969},"rot":{"x":0.0208147000521421,"y":269.98046875,"z":0.0167639553546906}},"46aed1":{"lock":false,"pos":{"x":7.19505834579468,"y":1.3242734670639,"z":-60.686767578125},"rot":{"x":0.0208175051957369,"y":269.969879150391,"z":0.0167601872235537}},"4f6abf":{"lock":false,"pos":{"x":10.4300022125244,"y":1.32812559604645,"z":-51.5404014587402},"rot":{"x":0.0208125319331884,"y":269.986633300781,"z":0.0167664457112551}},"50de30":{"lock":false,"pos":{"x":16.9101371765137,"y":1.29136097431183,"z":-60.6665916442871},"rot":{"x":0.0208124779164791,"y":269.986663818359,"z":0.016766257584095}},"538240":{"lock":false,"pos":{"x":7.19639539718628,"y":1.32628977298737,"z":-53.8004989624023},"rot":{"x":0.0208128653466702,"y":269.984405517578,"z":0.0167652033269405}},"53cd6f":{"lock":false,"pos":{"x":32.6690406799316,"y":1.30103349685669,"z":-47.1742553710938},"rot":{"x":0.0208085309714079,"y":269.999938964844,"z":0.0167711097747087}},"567067":{"lock":false,"pos":{"x":24.8910350799561,"y":1.29668068885803,"z":-52.3944778442383},"rot":{"x":0.0208133831620216,"y":269.983703613281,"z":0.0167649667710066}},"5887cc":{"lock":false,"pos":{"x":10.4299983978271,"y":1.32678639888763,"z":-56.1153984069824},"rot":{"x":0.0208130050450563,"y":269.984985351563,"z":0.0167658366262913}},"59a93c":{"lock":false,"pos":{"x":32.6690406799316,"y":1.29875802993774,"z":-54.9479560852051},"rot":{"x":0.0208092629909515,"y":269.998657226563,"z":0.0167708080261946}},"5c93be":{"lock":false,"pos":{"x":26.8402538299561,"y":1.2973940372467,"z":-52.3759536743164},"rot":{"x":0.0208149068057537,"y":269.979309082031,"z":0.0167634282261133}},"5eed1b":{"lock":false,"pos":{"x":13.6441516876221,"y":1.32661664485931,"z":-60.683422088623},"rot":{"x":0.0208079162985086,"y":270.001403808594,"z":0.0167719349265099}},"610887":{"lock":false,"pos":{"x":3.94160103797913,"y":1.32578003406525,"z":-51.503101348877},"rot":{"x":0.0208084210753441,"y":270.000061035156,"z":0.016771275550127}},"6119f3":{"lock":false,"pos":{"x":7.81915473937988,"y":1.31534194946289,"z":-91.9738616943359},"rot":{"x":0.0208124257624149,"y":269.985778808594,"z":0.0167659912258387}},"61f8a6":{"lock":false,"pos":{"x":24.8910350799561,"y":1.29592227935791,"z":-54.9857063293457},"rot":{"x":0.0208087246865034,"y":269.999755859375,"z":0.0167709402740002}},"6930e1":{"lock":false,"pos":{"x":32.6690406799316,"y":1.30065429210663,"z":-48.4698715209961},"rot":{"x":0.0208149123936892,"y":269.978820800781,"z":0.0167637094855309}},"6eae6f":{"lock":false,"pos":{"x":24.8910350799561,"y":1.2978184223175,"z":-48.5076332092285},"rot":{"x":0.020815022289753,"y":269.979156494141,"z":0.016763512045145}},"702b7f":{"lock":false,"pos":{"x":28.7816009521484,"y":1.29847812652588,"z":-51.0809097290039},"rot":{"x":0.0208148676902056,"y":269.979949951172,"z":0.0167637690901756}},"728070":{"lock":false,"pos":{"x":28.7816009521484,"y":1.29771971702576,"z":-53.6721382141113},"rot":{"x":0.0208141338080168,"y":269.981689453125,"z":0.0167641006410122}},"747a1a":{"lock":false,"pos":{"x":13.6926002502441,"y":1.32997536659241,"z":-49.268798828125},"rot":{"x":0.0208126474171877,"y":269.985595703125,"z":0.0167661849409342}},"7b8100":{"lock":false,"pos":{"x":28.7816028594971,"y":1.29734039306641,"z":-54.9677543640137},"rot":{"x":0.020811952650547,"y":269.988464355469,"z":0.0167668182402849}},"7f7f75":{"lock":false,"pos":{"x":6.22623920440674,"y":1.37304794788361,"z":-85.519287109375},"rot":{"x":359.979187011719,"y":89.9835586547852,"z":359.983245849609}},"83355d":{"lock":false,"pos":{"x":3.92138838768005,"y":1.32374942302704,"z":-58.4151992797852},"rot":{"x":0.0208090972155333,"y":269.998596191406,"z":0.0167706105858088}},"8504ab":{"lock":false,"pos":{"x":10.4300117492676,"y":1.32611680030823,"z":-58.4029006958008},"rot":{"x":0.0208083558827639,"y":270.000610351563,"z":0.0167714022099972}},"865252":{"lock":false,"pos":{"x":7.19640111923218,"y":1.32695925235748,"z":-51.5130004882813},"rot":{"x":0.0208086855709553,"y":269.999542236328,"z":0.0167709346860647}},"8bc619":{"lock":false,"pos":{"x":3.94160294532776,"y":1.32644963264465,"z":-49.2155990600586},"rot":{"x":0.0208084024488926,"y":269.999938964844,"z":0.0167711675167084}},"8dd1fd":{"lock":false,"pos":{"x":28.7816009521484,"y":1.29885733127594,"z":-49.7852935791016},"rot":{"x":0.0208091344684362,"y":269.999725341797,"z":0.0167706590145826}},"8deccc":{"lock":false,"pos":{"x":6.99819993972778,"y":1.31926262378693,"z":-77.5612030029297},"rot":{"x":0.0208084024488926,"y":270,"z":0.0167710911482573}},"8f0604":{"lock":false,"pos":{"x":7.19640207290649,"y":1.32495045661926,"z":-58.3755989074707},"rot":{"x":0.0208088997751474,"y":269.998352050781,"z":0.0167705584317446}},"93db19":{"lock":false,"pos":{"x":16.9171943664551,"y":1.29469835758209,"z":-49.2735748291016},"rot":{"x":0.02080905623734,"y":269.998504638672,"z":0.0167706962674856}},"94d024":{"lock":false,"pos":{"x":26.8402538299561,"y":1.29815244674683,"z":-49.784725189209},"rot":{"x":0.0208147242665291,"y":269.978881835938,"z":0.0167635474354029}},"96dc11":{"lock":false,"pos":{"x":24.8910350799561,"y":1.29630148410797,"z":-53.6900901794434},"rot":{"x":0.0208086483180523,"y":269.999603271484,"z":0.0167705751955509}},"97cea6":{"lock":false,"pos":{"x":16.9165992736816,"y":1.29336869716644,"z":-53.8151016235352},"rot":{"x":0.0208126399666071,"y":269.985687255859,"z":0.0167660601437092}},"9bff41":{"lock":false,"pos":{"x":7.19640207290649,"y":1.3282984495163,"z":-46.9379997253418},"rot":{"x":0.0208085980266333,"y":270.000122070313,"z":0.0167712979018688}},"a05b8d":{"lock":false,"pos":{"x":16.4209995269775,"y":1.3429182767868,"z":-76.586799621582},"rot":{"x":359.979187011719,"y":90,"z":359.983215332031}},"a10a31":{"lock":false,"pos":{"x":32.6513633728027,"y":1.29770743846893,"z":-58.5151557922363},"rot":{"x":0.0208142809569836,"y":269.981781005859,"z":0.016764285042882}},"a55c84":{"lock":false,"pos":{"x":26.8402538299561,"y":1.29777324199677,"z":-51.0803375244141},"rot":{"x":0.0208055581897497,"y":270.010009765625,"z":0.0167748406529427}},"a5a5fd":{"lock":false,"pos":{"x":30.7249565124512,"y":1.29956722259521,"z":-49.771369934082},"rot":{"x":0.0208145193755627,"y":269.979766845703,"z":0.0167634915560484}},"a60082":{"lock":false,"pos":{"x":28.7816009521484,"y":1.29961585998535,"z":-47.1940612792969},"rot":{"x":0.0208147093653679,"y":269.97900390625,"z":0.0167633593082428}},"a9e612":{"lock":false,"pos":{"x":16.9171943664551,"y":1.29536783695221,"z":-46.9860725402832},"rot":{"x":0.0208084620535374,"y":270.000244140625,"z":0.0167713891714811}},"aa5286":{"lock":false,"pos":{"x":13.6491022109985,"y":1.32795083522797,"z":-56.1313018798828},"rot":{"x":0.0208085123449564,"y":270.000091552734,"z":0.0167715921998024}},"ac8f67":{"lock":false,"pos":{"x":3.81709909439087,"y":1.3211362361908,"z":-67.2136001586914},"rot":{"x":0.0208126436918974,"y":269.985717773438,"z":0.0167659427970648}},"acc5be":{"lock":false,"pos":{"x":7.48732423782349,"y":1.32246577739716,"z":-67.2249984741211},"rot":{"x":0.020813025534153,"y":269.985778808594,"z":0.0167660154402256}},"b102c3":{"lock":false,"pos":{"x":13.6926012039185,"y":1.3306450843811,"z":-46.981201171875},"rot":{"x":0.0208125654608011,"y":269.98583984375,"z":0.0167661607265472}},"b45739":{"lock":false,"pos":{"x":30.7249660491943,"y":1.30032575130463,"z":-47.1801376342773},"rot":{"x":0.02080905623734,"y":270.000061035156,"z":0.0167709086090326}},"b4fc98":{"lock":false,"pos":{"x":24.8910350799561,"y":1.29819762706757,"z":-47.2120208740234},"rot":{"x":0.0208149868994951,"y":269.979248046875,"z":0.0167633313685656}},"b811d0":{"lock":false,"pos":{"x":16.9150009155273,"y":1.28909361362457,"z":-68.4179992675781},"rot":{"x":0.0208075027912855,"y":270.003295898438,"z":0.0167724974453449}},"bb0dc0":{"lock":false,"pos":{"x":13.6490983963013,"y":1.32929003238678,"z":-51.5563011169434},"rot":{"x":0.0208124667406082,"y":269.985534667969,"z":0.0167663432657719}},"bb684e":{"lock":false,"pos":{"x":3.8357982635498,"y":1.31811416149139,"z":-77.5612030029297},"rot":{"x":0.0208063647150993,"y":270.007354736328,"z":0.0167737249284983}},"bb9641":{"lock":false,"pos":{"x":3.94159889221191,"y":1.32511055469513,"z":-53.790599822998},"rot":{"x":0.0208086203783751,"y":269.999969482422,"z":0.0167711712419987}},"be227d":{"lock":false,"pos":{"x":26.8402538299561,"y":1.29853177070618,"z":-48.4891090393066},"rot":{"x":0.02081498503685,"y":269.97900390625,"z":0.016763050109148}},"c04c67":{"lock":false,"pos":{"x":32.6513633728027,"y":1.29732823371887,"z":-59.8107566833496},"rot":{"x":0.0208146143704653,"y":269.979461669922,"z":0.0167633686214685}},"c5fe5b":{"lock":false,"pos":{"x":30.7249565124512,"y":1.29918801784515,"z":-51.0669860839844},"rot":{"x":0.0208047740161419,"y":270.014007568359,"z":0.0167763773351908}},"c7e3cf":{"lock":false,"pos":{"x":30.7249565124512,"y":1.29880881309509,"z":-52.3625946044922},"rot":{"x":0.0208084918558598,"y":270.000427246094,"z":0.0167708285152912}},"c95de1":{"lock":false,"pos":{"x":32.6690406799316,"y":1.29951655864716,"z":-52.3567237854004},"rot":{"x":0.0208088513463736,"y":269.999328613281,"z":0.0167709048837423}},"d3d7fb":{"lock":false,"pos":{"x":32.6690406799316,"y":1.29913723468781,"z":-53.6523399353027},"rot":{"x":0.0208129361271858,"y":269.984558105469,"z":0.0167655125260353}},"d45a1d":{"lock":false,"pos":{"x":5.17509365081787,"y":1.31438422203064,"z":-91.9651794433594},"rot":{"x":0.0208127330988646,"y":269.985626220703,"z":0.0167658533900976}},"d9a805":{"lock":false,"pos":{"x":7.19639825820923,"y":1.32762885093689,"z":-49.2254981994629},"rot":{"x":0.0208087023347616,"y":269.999694824219,"z":0.0167710371315479}},"dc6a2c":{"lock":false,"pos":{"x":16.9150009155273,"y":1.28976321220398,"z":-66.130500793457},"rot":{"x":0.0208083242177963,"y":270.000732421875,"z":0.0167713966220617}},"ddccf9":{"lock":false,"pos":{"x":10.4736061096191,"y":1.32881104946136,"z":-49.2528991699219},"rot":{"x":0.0208082422614098,"y":270.001403808594,"z":0.016771525144577}},"e0bf2d":{"lock":false,"pos":{"x":10.4073534011841,"y":1.32543790340424,"z":-60.6943244934082},"rot":{"x":0.0208086799830198,"y":269.999328613281,"z":0.0167710985988379}},"e26ddc":{"lock":false,"pos":{"x":24.8910350799561,"y":1.29705989360809,"z":-51.0988616943359},"rot":{"x":0.020803939551115,"y":270.015869140625,"z":0.0167766232043505}},"e4377f":{"lock":false,"pos":{"x":10.4736051559448,"y":1.32948064804077,"z":-46.9654006958008},"rot":{"x":0.0208081118762493,"y":270.001190185547,"z":0.0167714916169643}},"e86c65":{"lock":false,"pos":{"x":13.6491022109985,"y":1.32862043380737,"z":-53.8437995910645},"rot":{"x":0.0208083298057318,"y":270.000091552734,"z":0.0167714711278677}},"ebc4d9":{"lock":false,"pos":{"x":28.7816009521484,"y":1.29923665523529,"z":-48.4896774291992},"rot":{"x":0.0208099763840437,"y":269.996398925781,"z":0.0167694985866547}},"ef116e":{"lock":false,"pos":{"x":30.7249565124512,"y":1.29842948913574,"z":-53.6582107543945},"rot":{"x":0.0208144132047892,"y":269.979614257813,"z":0.0167637132108212}},"f317ac":{"lock":false,"pos":{"x":32.6690406799316,"y":1.30027496814728,"z":-49.7654914855957},"rot":{"x":0.0208088606595993,"y":269.999816894531,"z":0.0167711395770311}},"fa142f":{"lock":false,"pos":{"x":24.8910350799561,"y":1.29743921756744,"z":-49.8032493591309},"rot":{"x":0.0208056848496199,"y":270.010162353516,"z":0.0167747549712658}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/LolaHayesRework.197f36.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.json new file mode 100644 index 00000000..f500c0be --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1667985852037525429/FFCBAFD8EF7EFD1127F4482DF01FFD8AE9638B4D/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_mass_effect.json", + "GUID": "b82c6f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mass Effect Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.962, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.luascriptstate new file mode 100644 index 00000000..c74c6b74 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.luascriptstate @@ -0,0 +1 @@ +{"ml":{"08d3e3":{"lock":false,"pos":{"x":13.7846,"y":1.1313,"z":-49.5292},"rot":{"x":0.0208,"y":270.0289,"z":0.0168}},"0bb6e8":{"lock":false,"pos":{"x":10.0417,"y":1.3206,"z":-76.9242},"rot":{"x":0.0208,"y":270,"z":0.0168}},"0ccbc7":{"lock":false,"pos":{"x":1.8744,"y":1.3711,"z":-86.5372},"rot":{"x":359.9789,"y":90.0433,"z":359.9843}},"17f1f6":{"lock":false,"pos":{"x":13.7266,"y":1.3242,"z":-69.0544},"rot":{"x":0.0208,"y":269.9988,"z":0.0168}},"1850a0":{"lock":false,"pos":{"x":10.1154,"y":1.13,"z":-49.5287},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"1a4d37":{"lock":false,"pos":{"x":13.727,"y":1.3219,"z":-76.9246},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"2b6cc2":{"lock":false,"pos":{"x":2.5928,"y":1.3179,"z":-76.9188},"rot":{"x":0.0208,"y":270,"z":0.0168}},"31a747":{"lock":false,"pos":{"x":6.2777,"y":1.3215,"z":-69.0494},"rot":{"x":0.0208,"y":270,"z":0.0168}},"4fd5ba":{"lock":false,"pos":{"x":13.7264,"y":1.3288,"z":-53.4163},"rot":{"x":0.0208,"y":269.9996,"z":0.0168}},"513d5a":{"lock":false,"pos":{"x":10.0422,"y":1.3274,"z":-53.4154},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"547fe6":{"lock":false,"pos":{"x":13.7252,"y":1.3265,"z":-61.2201},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"570e85":{"lock":false,"pos":{"x":2.6965,"y":1.1181,"z":-80.8667},"rot":{"x":0.0208,"y":270.0195,"z":0.0168}},"60fa35":{"lock":false,"pos":{"x":6.3792,"y":1.1263,"z":-57.3239},"rot":{"x":0.0208,"y":270.0177,"z":0.0168}},"6d5e35":{"lock":false,"pos":{"x":13.7587,"y":1.1267,"z":-65.2426},"rot":{"x":0.0208,"y":270.0178,"z":0.0168}},"6fd13b":{"lock":false,"pos":{"x":2.5897,"y":1.1204,"z":-72.9237},"rot":{"x":0.0208,"y":270.0206,"z":0.0168}},"71818d":{"lock":false,"pos":{"x":6.3664,"y":1.1286,"z":-49.5291},"rot":{"x":0.0208,"y":270.0194,"z":0.0168}},"80b260":{"lock":false,"pos":{"x":2.62,"y":1.1272,"z":-49.5292},"rot":{"x":0.0208,"y":270.0222,"z":0.0168}},"80fbd7":{"lock":false,"pos":{"x":13.8384,"y":1.1221,"z":-80.8671},"rot":{"x":0.0208,"y":270.0192,"z":0.0168}},"821d26":{"lock":false,"pos":{"x":6.2777,"y":1.3192,"z":-76.9192},"rot":{"x":0.0208,"y":270.0001,"z":0.0167}},"828364":{"lock":false,"pos":{"x":6.2797,"y":1.3261,"z":-53.4113},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"858c12":{"lock":false,"pos":{"x":10.1694,"y":1.1208,"z":-80.8667},"rot":{"x":0.0208,"y":270.0009,"z":0.0168}},"87c700":{"lock":false,"pos":{"x":2.5934,"y":1.3202,"z":-69.0337},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"8c43cc":{"lock":false,"pos":{"x":6.2767,"y":1.3169,"z":-84.7916},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"8d56c2":{"lock":false,"pos":{"x":13.7254,"y":1.3196,"z":-84.7972},"rot":{"x":0.0208,"y":270.0055,"z":0.0168}},"947614":{"lock":false,"pos":{"x":13.7557,"y":1.1244,"z":-72.9234},"rot":{"x":0.0208,"y":270.0186,"z":0.0168}},"9db582":{"lock":false,"pos":{"x":6.2766,"y":1.3238,"z":-61.2146},"rot":{"x":0.0208,"y":270,"z":0.0168}},"b0675e":{"lock":false,"pos":{"x":2.5933,"y":1.3224,"z":-61.2141},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"b6b587":{"lock":false,"pos":{"x":2.5939,"y":1.1226,"z":-65.2427},"rot":{"x":0.0208,"y":270.021,"z":0.0168}},"b6e8bc":{"lock":false,"pos":{"x":6.336,"y":1.1217,"z":-72.9236},"rot":{"x":0.0208,"y":270.0179,"z":0.0168}},"b9aa5d":{"lock":false,"pos":{"x":10.0851,"y":1.1231,"z":-72.923},"rot":{"x":0.0208,"y":270.0019,"z":0.0168}},"bced27":{"lock":false,"pos":{"x":10.1282,"y":1.1277,"z":-57.3233},"rot":{"x":0.0208,"y":270.0015,"z":0.0168}},"be4e02":{"lock":false,"pos":{"x":10.0425,"y":1.3183,"z":-84.7966},"rot":{"x":0.0208,"y":270,"z":0.0168}},"c1cdf9":{"lock":false,"pos":{"x":6.3705,"y":1.124,"z":-65.2395},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"c75ea5":{"lock":false,"pos":{"x":10.0417,"y":1.3252,"z":-61.2201},"rot":{"x":0.0208,"y":270,"z":0.0168}},"daf913":{"lock":false,"pos":{"x":10.0419,"y":1.3229,"z":-69.0393},"rot":{"x":0.0208,"y":270,"z":0.0168}},"dc76bd":{"lock":false,"pos":{"x":0.1399,"y":1.4643,"z":-89.6423},"rot":{"x":0.0186,"y":270.0274,"z":0.0196}},"e82a8b":{"lock":false,"pos":{"x":10.0893,"y":1.1254,"z":-65.2422},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"ed77db":{"lock":false,"pos":{"x":2.6329,"y":1.125,"z":-57.3239},"rot":{"x":0.0208,"y":270.0218,"z":0.0168}},"f36d20":{"lock":false,"pos":{"x":2.5934,"y":1.3247,"z":-53.4101},"rot":{"x":0.0208,"y":269.9967,"z":0.0168}},"fc82f2":{"lock":false,"pos":{"x":13.7976,"y":1.129,"z":-57.3239},"rot":{"x":0.0208,"y":270.0198,"z":0.0168}},"fe3578":{"lock":false,"pos":{"x":6.4201,"y":1.1194,"z":-80.8671},"rot":{"x":0.0208,"y":270.0186,"z":0.0168}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MassEffectInvestigators.b82c6f.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.json new file mode 100644 index 00000000..2d4bbe8e --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1684870715280907223/1E9DE758F089D7F880ADC8CA594F9AA938743F8B/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Game#0398", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_maximillion_pegasus.json", + "GUID": "4608c8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Maximillion Pegasus Custom Investigator", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.963, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.luascriptstate new file mode 100644 index 00000000..9d1c38f0 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"043636":{"lock":false,"pos":{"x":-19.2958831787109,"y":1.31220149993896,"z":-69.0607070922852},"rot":{"x":0.0208086650818586,"y":270,"z":0.0167712047696114}},"38e58a":{"lock":false,"pos":{"x":-22.6156921386719,"y":1.31099140644073,"z":-69.0756149291992},"rot":{"x":0.0208094250410795,"y":269.999908447266,"z":0.0167717207223177}},"728c1e":{"lock":false,"pos":{"x":-26.3002033233643,"y":1.34105360507965,"z":-69.0606002807617},"rot":{"x":0.0208094790577888,"y":270.003631591797,"z":0.016773009672761}},"e1aefa":{"lock":false,"pos":{"x":-16.6402912139893,"y":1.31316602230072,"z":-69.0602951049805},"rot":{"x":0.0208082552999258,"y":270.000030517578,"z":0.0167675074189901}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/MaximillionPegasusCustomInvestigator.4608c8.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.json new file mode 100644 index 00000000..756f4266 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.4999999, + "SpecularColor": { + "b": 0.735294163, + "g": 0.735294163, + "r": 0.735294163 + }, + "SpecularIntensity": 0.3, + "SpecularSharpness": 8 + }, + "DiffuseURL": "https://i.imgur.com/ftafgpa.pnghttps://i.imgur.com/ftafgpa.png", + "MaterialIndex": 2, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "by The Popest", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_nightmare_town.json", + "GUID": "e32a71", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Nightmare Pack - EN", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -45.871, + "posY": 1.973, + "posZ": -114.771, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.39590466, + "scaleY": 0.2905503, + "scaleZ": 1.52854741 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.luascriptstate new file mode 100644 index 00000000..a9fdf561 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0088ba":{"lock":false,"pos":{"x":-6.92639875411987,"y":97.6375579833984,"z":2.96812868118286},"rot":{"x":359.5029296875,"y":180.023330688477,"z":0.330624610185623}},"0195d3":{"lock":false,"pos":{"x":-5.3164,"y":1.7026,"z":0.3783},"rot":{"x":359.9197,"y":270.0199,"z":0.0168}},"02dd21":{"lock":false,"pos":{"x":-26.2999973297119,"y":1.27566242218018,"z":-53.4368362426758},"rot":{"x":359.979156494141,"y":89.9969024658203,"z":359.983245849609}},"0745af":{"lock":false,"pos":{"x":-16.6232299804688,"y":1.3615038394928,"z":-62.4441375732422},"rot":{"x":0.0208165217190981,"y":269.999938964844,"z":0.0167675279080868}},"0be33e":{"lock":false,"pos":{"x":-19.2455997467041,"y":1.29233181476593,"z":-90.5261001586914},"rot":{"x":0.0208136830478907,"y":269.986114501953,"z":0.0167653951793909}},"0de2c4":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35992407798767,"z":-67.8206024169922},"rot":{"x":0.0208164416253567,"y":269.999755859375,"z":0.0167678892612457}},"0f241b":{"lock":false,"pos":{"x":-22.6168975830078,"y":1.3063827753067,"z":-84.8184967041016},"rot":{"x":0.016771724447608,"y":179.999954223633,"z":359.979187011719}},"11dbe4":{"lock":false,"pos":{"x":-19.3039,"y":1.294,"z":-84.8224},"rot":{"x":0.0208,"y":269.9865,"z":0.0168}},"1842b6":{"lock":false,"pos":{"x":-26.3059005737305,"y":1.27565884590149,"z":-53.4418983459473},"rot":{"x":359.979187011719,"y":90.0104064941406,"z":359.983215332031}},"19a0c4":{"lock":false,"pos":{"x":-19.30419921875,"y":1.30316603183746,"z":-53.4401016235352},"rot":{"x":0.0208098273724318,"y":270.000091552734,"z":0.0167705342173576}},"1a160c":{"lock":false,"pos":{"x":-22.1548,"y":1.3655,"z":-53.4315},"rot":{"x":0.02,"y":270.018,"z":0.0165}},"1aebf8":{"lock":false,"pos":{"x":-26.3001308441162,"y":1.27108907699585,"z":-69.0606002807617},"rot":{"x":359.979156494141,"y":89.9996719360352,"z":359.983245849609}},"1b0fdd":{"lock":false,"pos":{"x":-16.5254249572754,"y":1.35332095623016,"z":-90.5208129882813},"rot":{"x":359.983215332031,"y":3.27318957715761E-05,"z":0.0208062957972288}},"1dee2f":{"lock":false,"pos":{"x":-6.90673065185547,"y":97.6462097167969,"z":1.91000008583069},"rot":{"x":359.501251220703,"y":180.003860473633,"z":0.333155572414398}},"1f8fcf":{"lock":false,"pos":{"x":-16.6235466003418,"y":1.35957205295563,"z":-69.0435256958008},"rot":{"x":0.0208160616457462,"y":270.00048828125,"z":0.0167686101049185}},"226716":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35920107364655,"z":-70.2906036376953},"rot":{"x":0.0208164621144533,"y":269.999572753906,"z":0.0167677756398916}},"24660b":{"lock":false,"pos":{"x":-16.6233291625977,"y":1.36415886878967,"z":-53.3736343383789},"rot":{"x":0.0208165738731623,"y":270.000305175781,"z":0.0167682748287916}},"2a0151":{"lock":false,"pos":{"x":-26.29958152771,"y":1.26647675037384,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.0002746582031,"z":359.983215332031}},"2d7917":{"lock":false,"pos":{"x":-22.6168994903564,"y":1.31328415870667,"z":-61.2414016723633},"rot":{"x":0.016771299764514,"y":179.999923706055,"z":359.979187011719}},"307044":{"lock":false,"pos":{"x":-16.6401996612549,"y":1.3549485206604,"z":-84.8181991577148},"rot":{"x":0.0208103768527508,"y":270.022247314453,"z":0.016776017844677}},"3b2bad":{"lock":false,"pos":{"x":-22.6207008361816,"y":1.31328284740448,"z":-61.2412986755371},"rot":{"x":0.0208657011389732,"y":269.805206298828,"z":0.0167002454400063}},"3c3607":{"lock":false,"pos":{"x":-16.6233367919922,"y":1.36186385154724,"z":-61.2142333984375},"rot":{"x":0.0208165049552917,"y":269.99951171875,"z":0.0167678613215685}},"3ddfeb":{"lock":false,"pos":{"x":-16.6394004821777,"y":1.35459744930267,"z":-86.0186004638672},"rot":{"x":0.0208164379000664,"y":269.999572753906,"z":0.0167675726115704}},"3f0e28":{"lock":false,"pos":{"x":-19.2959003448486,"y":1.31220149993896,"z":-69.0606994628906},"rot":{"x":0.0208025686442852,"y":270.020874023438,"z":0.0167785324156284}},"41bfc7":{"lock":false,"pos":{"x":-16.640100479126,"y":1.3618528842926,"z":-61.2309989929199},"rot":{"x":0.0208135135471821,"y":270.010925292969,"z":0.0167720373719931}},"437a37":{"lock":false,"pos":{"x":-22.6156997680664,"y":1.30868768692017,"z":-76.9459991455078},"rot":{"x":0.0208149589598179,"y":269.979187011719,"z":0.0167635623365641}},"4722e6":{"lock":false,"pos":{"x":-26.3049983978271,"y":1.2733747959137,"z":-61.2458000183105},"rot":{"x":359.979156494141,"y":89.9815063476563,"z":359.983245849609}},"4ad11b":{"lock":false,"pos":{"x":-16.6396007537842,"y":1.357253074646,"z":-76.9456024169922},"rot":{"x":0.0208168551325798,"y":269.999694824219,"z":0.0167679917067289}},"4d0a50":{"lock":false,"pos":{"x":-22.613899230957,"y":1.31556940078735,"z":-53.4380989074707},"rot":{"x":0.0167713351547718,"y":179.999938964844,"z":359.979187011719}},"4f37be":{"lock":false,"pos":{"x":-19.3001,"y":1.3145,"z":-61.2334},"rot":{"x":0.0208,"y":270,"z":0.0168}},"51f42c":{"lock":false,"pos":{"x":-22.6139,"y":1.3156,"z":-53.4381},"rot":{"x":0.0208,"y":270.018,"z":0.0166}},"543164":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35956108570099,"z":-69.060302734375},"rot":{"x":0.0208166968077421,"y":269.999481201172,"z":0.0167676880955696}},"5c7b14":{"lock":false,"pos":{"x":-26.3050994873047,"y":1.27108597755432,"z":-69.0654067993164},"rot":{"x":359.979187011719,"y":90.010009765625,"z":359.983215332031}},"607bc5":{"lock":false,"pos":{"x":-22.621000289917,"y":1.30638003349304,"z":-84.8227005004883},"rot":{"x":0.0208084154874086,"y":270.001800537109,"z":0.0167717579752207}},"6330da":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36378788948059,"z":-54.6207008361816},"rot":{"x":0.0208167098462582,"y":270.000457763672,"z":0.0167684089392424}},"698808":{"lock":false,"pos":{"x":-26.3044986724854,"y":1.26647329330444,"z":-84.8228073120117},"rot":{"x":359.979156494141,"y":90,"z":359.983215332031}},"69f0d8":{"lock":false,"pos":{"x":-22.617992401123,"y":1.33252048492432,"z":-53.4420967102051},"rot":{"x":0.0208107884973288,"y":269.996887207031,"z":0.0167698599398136}},"6d91e6":{"lock":false,"pos":{"x":-19.2978000640869,"y":1.29628801345825,"z":-76.94580078125},"rot":{"x":0.0208093039691448,"y":270,"z":0.0167701654136181}},"7069c2":{"lock":false,"pos":{"x":-16.6233425140381,"y":1.3569039106369,"z":-78.1588287353516},"rot":{"x":0.020816657692194,"y":270.000732421875,"z":0.0167684201151133}},"709107":{"lock":false,"pos":{"x":-9.4013557434082,"y":97.5541839599609,"z":7.28238010406494},"rot":{"x":359.660949707031,"y":269.990417480469,"z":359.491882324219}},"73bbe6":{"lock":false,"pos":{"x":-6.95197439193726,"y":97.6284790039063,"z":4.007155418396},"rot":{"x":359.502532958984,"y":180.026397705078,"z":0.33254799246788}},"757716":{"lock":false,"pos":{"x":-16.6233501434326,"y":1.35993504524231,"z":-67.803825378418},"rot":{"x":0.0208157859742641,"y":270.00048828125,"z":0.0167686063796282}},"767abd":{"lock":false,"pos":{"x":-11.8665,"y":14.5262,"z":4.6576},"rot":{"x":0.0801,"y":90,"z":359.9514}},"778482":{"lock":false,"pos":{"x":-19.3043,"y":1.3009,"z":-61.2375},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"779aa6":{"lock":false,"pos":{"x":-16.638500213623,"y":1.35532283782959,"z":-83.5414962768555},"rot":{"x":0.0208173394203186,"y":269.998016357422,"z":0.0167670622467995}},"7ae4a4":{"lock":false,"pos":{"x":-16.6233386993408,"y":1.36222386360168,"z":-59.9842376708984},"rot":{"x":0.0208168067038059,"y":269.999603271484,"z":0.0167678035795689}},"7c476f":{"lock":false,"pos":{"x":-16.5496215820313,"y":1.35362160205841,"z":-89.4637145996094},"rot":{"x":359.983215332031,"y":-2.15352629311383E-05,"z":0.0208078436553478}},"7d0121":{"lock":false,"pos":{"x":-16.6235332489014,"y":1.35762691497803,"z":-75.6886291503906},"rot":{"x":0.0208214167505503,"y":269.981994628906,"z":0.0167614575475454}},"808696":{"lock":false,"pos":{"x":-19.3001003265381,"y":1.31449115276337,"z":-61.2332000732422},"rot":{"x":0.0208018757402897,"y":270.022583007813,"z":0.0167793910950422}},"810d82":{"lock":false,"pos":{"x":-19.2997989654541,"y":1.3075875043869,"z":-84.8181991577148},"rot":{"x":0.0208041854202747,"y":270.022644042969,"z":0.0167822297662497}},"8a01b9":{"lock":false,"pos":{"x":-19.2936000823975,"y":1.30989551544189,"z":-76.9414978027344},"rot":{"x":0.020802179351449,"y":270.023406982422,"z":0.0167793575674295}},"90165e":{"lock":false,"pos":{"x":-16.6233406066895,"y":1.36379873752594,"z":-54.6039276123047},"rot":{"x":0.0208164323121309,"y":270.000213623047,"z":0.016768142580986}},"91d56f":{"lock":false,"pos":{"x":-19.2936,"y":1.3099,"z":-76.9416},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"928835":{"lock":false,"pos":{"x":-19.2998,"y":1.3076,"z":-84.8182},"rot":{"x":0.0208,"y":270,"z":0.0168}},"9c5af7":{"lock":false,"pos":{"x":-26.3050975799561,"y":1.26877748966217,"z":-76.9504089355469},"rot":{"x":359.979156494141,"y":90,"z":359.983215332031}},"9e80b9":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36414813995361,"z":-53.3903999328613},"rot":{"x":0.0208209455013275,"y":269.983947753906,"z":0.0167623087763786}},"a01c9b":{"lock":false,"pos":{"x":-19.2999992370605,"y":1.31677353382111,"z":-53.4357986450195},"rot":{"x":0.0208026729524136,"y":270.021057128906,"z":0.0167783722281456}},"a52a3a":{"lock":false,"pos":{"x":-16.6228427886963,"y":1.35726404190063,"z":-76.9288330078125},"rot":{"x":0.02081648260355,"y":270.00048828125,"z":0.0167677849531174}},"aaf149":{"lock":false,"pos":{"x":-22.6139,"y":1.3325,"z":-53.438},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"b6b36e":{"lock":false,"pos":{"x":-16.6233329772949,"y":1.35921192169189,"z":-70.2738342285156},"rot":{"x":0.0208173170685768,"y":269.998687744141,"z":0.0167677458375692}},"b95256":{"lock":false,"pos":{"x":-19.2959,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"bde4a6":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36451041698456,"z":-52.1520004272461},"rot":{"x":0.020816758275032,"y":269.999816894531,"z":0.0167679078876972}},"be44cf":{"lock":false,"pos":{"x":-16.6268348693848,"y":1.35460567474365,"z":-86.0060272216797},"rot":{"x":0.0208113081753254,"y":270.017486572266,"z":0.0167743507772684}},"bfb635":{"lock":false,"pos":{"x":-26.3001384735107,"y":1.26878118515015,"z":-76.9456481933594},"rot":{"x":359.979156494141,"y":89.9997406005859,"z":359.983215332031}},"c1bb90":{"lock":false,"pos":{"x":-16.6234188079834,"y":1.35495948791504,"z":-84.8014526367188},"rot":{"x":0.0208165608346462,"y":270.000305175781,"z":0.0167681518942118}},"ce1ca7":{"lock":false,"pos":{"x":-9.40235042572021,"y":97.6034851074219,"z":3.199223279953},"rot":{"x":359.660064697266,"y":269.992919921875,"z":359.493011474609}},"cf0fa6":{"lock":false,"pos":{"x":-16.6233367919922,"y":1.36452126502991,"z":-52.1352310180664},"rot":{"x":0.0208160765469074,"y":270.000213623047,"z":0.0167679488658905}},"cfcb92":{"lock":false,"pos":{"x":-26.2994804382324,"y":1.27337789535522,"z":-61.2407188415527},"rot":{"x":359.979156494141,"y":90,"z":359.983245849609}},"d6fdbf":{"lock":false,"pos":{"x":-16.6399993896484,"y":1.36149287223816,"z":-62.4608993530273},"rot":{"x":0.0208269897848368,"y":269.965240478516,"z":0.0167553834617138}},"d92dda":{"lock":false,"pos":{"x":-22.6156997680664,"y":1.30868768692017,"z":-76.9459991455078},"rot":{"x":0.0167711619287729,"y":179.999893188477,"z":359.979187011719}},"d9fb86":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35689294338226,"z":-78.1755981445313},"rot":{"x":0.0208139065653086,"y":270.008666992188,"z":0.0167710781097412}},"db82b2":{"lock":false,"pos":{"x":-19.3001,"y":1.2986,"z":-69.0649},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"ddb016":{"lock":false,"pos":{"x":-22.6156997680664,"y":1.31099140644073,"z":-69.0755996704102},"rot":{"x":0.0167711619287729,"y":179.999893188477,"z":359.979187011719}},"de216f":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36221301555634,"z":-60.0009994506836},"rot":{"x":0.0208135861903429,"y":270.010711669922,"z":0.0167716089636087}},"e04b48":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35761606693268,"z":-75.7053985595703},"rot":{"x":0.0208202619105577,"y":269.987365722656,"z":0.0167635194957256}},"e4c465":{"lock":false,"pos":{"x":-16.6260395050049,"y":1.35533106327057,"z":-83.5289001464844},"rot":{"x":0.020870653912425,"y":269.815185546875,"z":0.0167007204145193}},"e6c6ea":{"lock":false,"pos":{"x":-22.6138916015625,"y":1.33252322673798,"z":-53.4379997253418},"rot":{"x":0.0208101626485586,"y":269.99951171875,"z":0.0167707949876785}},"eb67db":{"lock":false,"pos":{"x":-22.619800567627,"y":1.31098866462708,"z":-69.0798034667969},"rot":{"x":0.0208089426159859,"y":270,"z":0.0167712215334177}},"ee2ffa":{"lock":false,"pos":{"x":-22.6136,"y":1.3325,"z":-53.4377},"rot":{"x":0.0208,"y":270.0079,"z":0.0168}},"f94edc":{"lock":false,"pos":{"x":-19.3,"y":1.3168,"z":-53.4358},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"f9adc0":{"lock":false,"pos":{"x":-22.6197929382324,"y":1.32563877105713,"z":-76.9501953125},"rot":{"x":0.0208151005208492,"y":269.97607421875,"z":0.0167624745517969}},"fed3c5":{"lock":false,"pos":{"x":-16.523323059082,"y":1.35301625728607,"z":-91.5646133422852},"rot":{"x":359.983215332031,"y":5.10707141074818E-05,"z":0.0208062138408422}},"ff3f4e":{"lock":false,"pos":{"x":-22.63450050354,"y":1.30471432209015,"z":-90.496696472168},"rot":{"x":0.02080880664289,"y":270.000091552734,"z":0.0167712885886431}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/NightmarePack-EN.e32a71.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.json new file mode 100644 index 00000000..0e9fcadb --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1597043896926982160/40A0068DAB05395205E184765110430CAADDA2CF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_pokemon_eldritch_edition.json", + "GUID": "1fb7ce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Pokemon: Eldritch Edition Custom Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.963, + "posZ": 81.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.luascriptstate new file mode 100644 index 00000000..b1998bef --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.luascriptstate @@ -0,0 +1 @@ +{"ml":{"02dd21":{"lock":false,"pos":{"x":-26.2999973297119,"y":1.27566242218018,"z":-53.4368362426758},"rot":{"x":359.979156494141,"y":89.9969024658203,"z":359.983245849609}},"0de2c4":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35992407798767,"z":-67.8206024169922},"rot":{"x":0.0208164416253567,"y":269.999755859375,"z":0.0167678892612457}},"0f241b":{"lock":false,"pos":{"x":-22.6168975830078,"y":1.3063827753067,"z":-84.8184967041016},"rot":{"x":0.016771724447608,"y":179.999954223633,"z":359.979187011719}},"1aebf8":{"lock":false,"pos":{"x":-26.3001308441162,"y":1.27108907699585,"z":-69.0606002807617},"rot":{"x":359.979156494141,"y":89.9996719360352,"z":359.983245849609}},"226716":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35920107364655,"z":-70.2906036376953},"rot":{"x":0.0208164621144533,"y":269.999572753906,"z":0.0167677756398916}},"2a0151":{"lock":false,"pos":{"x":-26.29958152771,"y":1.26647675037384,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.0002746582031,"z":359.983215332031}},"2d7917":{"lock":false,"pos":{"x":-22.6168994903564,"y":1.31328415870667,"z":-61.2414016723633},"rot":{"x":0.016771299764514,"y":179.999923706055,"z":359.979187011719}},"307044":{"lock":false,"pos":{"x":-16.6401996612549,"y":1.3549485206604,"z":-84.8181991577148},"rot":{"x":0.0208103768527508,"y":270.022247314453,"z":0.016776017844677}},"3ddfeb":{"lock":false,"pos":{"x":-16.6394004821777,"y":1.35459744930267,"z":-86.0186004638672},"rot":{"x":0.0208164379000664,"y":269.999572753906,"z":0.0167675726115704}},"3f0e28":{"lock":false,"pos":{"x":-19.2959003448486,"y":1.31220149993896,"z":-69.0606994628906},"rot":{"x":0.0208025686442852,"y":270.020874023438,"z":0.0167785324156284}},"41bfc7":{"lock":false,"pos":{"x":-16.640100479126,"y":1.3618528842926,"z":-61.2309989929199},"rot":{"x":0.0208135135471821,"y":270.010925292969,"z":0.0167720373719931}},"4ad11b":{"lock":false,"pos":{"x":-16.6396007537842,"y":1.357253074646,"z":-76.9456024169922},"rot":{"x":0.0208168551325798,"y":269.999694824219,"z":0.0167679917067289}},"4d0a50":{"lock":false,"pos":{"x":-22.613899230957,"y":1.31556940078735,"z":-53.4380989074707},"rot":{"x":0.0167713351547718,"y":179.999938964844,"z":359.979187011719}},"543164":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35956108570099,"z":-69.060302734375},"rot":{"x":0.0208166968077421,"y":269.999481201172,"z":0.0167676880955696}},"6330da":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36378788948059,"z":-54.6207008361816},"rot":{"x":0.0208167098462582,"y":270.000457763672,"z":0.0167684089392424}},"779aa6":{"lock":false,"pos":{"x":-16.638500213623,"y":1.35532283782959,"z":-83.5414962768555},"rot":{"x":0.0208173394203186,"y":269.998016357422,"z":0.0167670622467995}},"808696":{"lock":false,"pos":{"x":-19.3001003265381,"y":1.31449115276337,"z":-61.2332000732422},"rot":{"x":0.0208018757402897,"y":270.022583007813,"z":0.0167793910950422}},"810d82":{"lock":false,"pos":{"x":-19.2997989654541,"y":1.3075875043869,"z":-84.8181991577148},"rot":{"x":0.0208041854202747,"y":270.022644042969,"z":0.0167822297662497}},"8a01b9":{"lock":false,"pos":{"x":-19.2936000823975,"y":1.30989551544189,"z":-76.9414978027344},"rot":{"x":0.020802179351449,"y":270.023406982422,"z":0.0167793575674295}},"9e80b9":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36414813995361,"z":-53.3903999328613},"rot":{"x":0.0208209455013275,"y":269.983947753906,"z":0.0167623087763786}},"a01c9b":{"lock":false,"pos":{"x":-19.2999992370605,"y":1.31677353382111,"z":-53.4357986450195},"rot":{"x":0.0208026729524136,"y":270.021057128906,"z":0.0167783722281456}},"bde4a6":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36451041698456,"z":-52.1520004272461},"rot":{"x":0.020816758275032,"y":269.999816894531,"z":0.0167679078876972}},"bfb635":{"lock":false,"pos":{"x":-26.3001384735107,"y":1.26878118515015,"z":-76.9456481933594},"rot":{"x":359.979156494141,"y":89.9997406005859,"z":359.983215332031}},"cfcb92":{"lock":false,"pos":{"x":-26.2994804382324,"y":1.27337789535522,"z":-61.2407188415527},"rot":{"x":359.979156494141,"y":90,"z":359.983245849609}},"d6fdbf":{"lock":false,"pos":{"x":-16.6399993896484,"y":1.36149287223816,"z":-62.4608993530273},"rot":{"x":0.0208269897848368,"y":269.965240478516,"z":0.0167553834617138}},"d92dda":{"lock":false,"pos":{"x":-22.6156997680664,"y":1.30868768692017,"z":-76.9459991455078},"rot":{"x":0.0167711619287729,"y":179.999893188477,"z":359.979187011719}},"d9fb86":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35689294338226,"z":-78.1755981445313},"rot":{"x":0.0208139065653086,"y":270.008666992188,"z":0.0167710781097412}},"ddb016":{"lock":false,"pos":{"x":-22.6156997680664,"y":1.31099140644073,"z":-69.0755996704102},"rot":{"x":0.0167711619287729,"y":179.999893188477,"z":359.979187011719}},"de216f":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36221301555634,"z":-60.0009994506836},"rot":{"x":0.0208135861903429,"y":270.010711669922,"z":0.0167716089636087}},"e04b48":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35761606693268,"z":-75.7053985595703},"rot":{"x":0.0208202619105577,"y":269.987365722656,"z":0.0167635194957256}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/PokemonEldritchEditionCustomInvestigators.1fb7ce.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.json new file mode 100644 index 00000000..61e1e988 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1862800022614300553/046FEA88FB8D4DB6BE0AC9898149058EF32BFD0A/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Mint Tea Fan", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_rabbit_hole.json", + "GUID": "b7ff06", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rabbit Hole Expansion", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.314, + "posY": 1.973, + "posZ": -114.792, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.luascriptstate new file mode 100644 index 00000000..4cdc280a --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00dd71":{"lock":false,"pos":{"x":-26.2173,"y":1.3086,"z":-72.6577},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"02c883":{"lock":false,"pos":{"x":32.9852867126465,"y":1.29030799865723,"z":-84.2082672119141},"rot":{"x":0.0208085179328918,"y":269.999694824219,"z":0.0167710538953543}},"02fc01":{"lock":false,"pos":{"x":40.2900657653809,"y":1.29565036296844,"z":-75.0199737548828},"rot":{"x":0.0208079405128956,"y":270.002380371094,"z":0.016771974042058}},"04b54a":{"lock":false,"pos":{"x":32.9853057861328,"y":1.28963470458984,"z":-86.5082473754883},"rot":{"x":0.0208087041974068,"y":269.999176025391,"z":0.0167708452790976}},"099880":{"lock":false,"pos":{"x":52.9442138671875,"y":1.30697846412659,"z":-52.020336151123},"rot":{"x":0.0208041202276945,"y":270.0146484375,"z":0.0167763698846102}},"0a5bc6":{"lock":false,"pos":{"x":32.9852905273438,"y":1.30107951164246,"z":-47.4095573425293},"rot":{"x":0.0208172313868999,"y":269.969665527344,"z":0.0167601872235537}},"0d6af3":{"lock":false,"pos":{"x":32.9853057861328,"y":1.29300093650818,"z":-75.0083694458008},"rot":{"x":0.0208143349736929,"y":269.979888916016,"z":0.0167639516294003}},"10020b":{"lock":false,"pos":{"x":40.2900772094727,"y":1.30238282680511,"z":-52.0199775695801},"rot":{"x":0.0208036676049232,"y":270.016662597656,"z":0.0167774055153131}},"19633b":{"lock":false,"pos":{"x":58.0997085571289,"y":1.29873728752136,"z":-86.5708847045898},"rot":{"x":0.0208085551857948,"y":269.999694824219,"z":0.0167710352689028}},"1dae6f":{"lock":false,"pos":{"x":49.278491973877,"y":1.29555189609528,"z":-86.5086517333984},"rot":{"x":0.0208086501806974,"y":269.999603271484,"z":0.0167709235101938}},"1f94f7":{"lock":false,"pos":{"x":52.9442329406738,"y":1.30832493305206,"z":-47.4203338623047},"rot":{"x":0.020806897431612,"y":270.005187988281,"z":0.016773022711277}},"23c1b4":{"lock":false,"pos":{"x":-16.8891,"y":1.349,"z":-70.5804},"rot":{"x":0.0208,"y":269.9834,"z":0.0168}},"267a1b":{"lock":false,"pos":{"x":52.9442253112793,"y":1.30159246921539,"z":-70.4201965332031},"rot":{"x":0.0208076927810907,"y":270.002288818359,"z":0.0167718902230263}},"268843":{"lock":false,"pos":{"x":25.6118,"y":1.4599,"z":-36.9581},"rot":{"x":359.9201,"y":270.0034,"z":0.0169}},"269ab3":{"lock":false,"pos":{"x":29.3400764465332,"y":1.29369676113129,"z":-68.1084594726563},"rot":{"x":0.020807845517993,"y":270.002258300781,"z":0.016771798953414}},"2be496":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30161106586456,"z":-65.8086547851563},"rot":{"x":0.0208078343421221,"y":270.002349853516,"z":0.0167720001190901}},"2cb6e7":{"lock":false,"pos":{"x":32.969612121582,"y":1.28895890712738,"z":-88.7976989746094},"rot":{"x":0.0208085589110851,"y":270,"z":0.0167711675167084}},"2f3aba":{"lock":false,"pos":{"x":32.9852867126465,"y":1.2923276424408,"z":-77.3083038330078},"rot":{"x":0.0208077318966389,"y":270.002258300781,"z":0.0167720075696707}},"337650":{"lock":false,"pos":{"x":49.2784957885742,"y":1.29622519016266,"z":-84.2086486816406},"rot":{"x":0.0208088215440512,"y":269.999420166016,"z":0.0167708713561296}},"33eb6e":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30632376670837,"z":-49.7088050842285},"rot":{"x":0.0208075325936079,"y":270.003967285156,"z":0.0167726073414087}},"340ad1":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30699694156647,"z":-47.4087791442871},"rot":{"x":0.020807271823287,"y":270.003662109375,"z":0.0167726241052151}},"349045":{"lock":false,"pos":{"x":29.3400764465332,"y":1.29100382328033,"z":-77.3084869384766},"rot":{"x":0.0208077188581228,"y":270.00244140625,"z":0.0167720038443804}},"3752df":{"lock":false,"pos":{"x":52.9442253112793,"y":1.29889953136444,"z":-79.620231628418},"rot":{"x":0.0208082459867001,"y":270.001159667969,"z":0.016771487891674}},"395a86":{"lock":false,"pos":{"x":-26.2173,"y":1.308,"z":-74.9452},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"3d228c":{"lock":false,"pos":{"x":40.290111541748,"y":1.2922842502594,"z":-86.519889831543},"rot":{"x":0.0208086185157299,"y":269.999420166016,"z":0.0167709197849035}},"3d5eba":{"lock":false,"pos":{"x":32.9853057861328,"y":1.29434740543365,"z":-70.4082565307617},"rot":{"x":0.0208110846579075,"y":269.991394042969,"z":0.0167681761085987}},"3e7287":{"lock":false,"pos":{"x":32.9853057861328,"y":1.29502069950104,"z":-68.1082534790039},"rot":{"x":0.020812900736928,"y":269.984924316406,"z":0.0167657155543566}},"3f0180":{"lock":false,"pos":{"x":29.3400592803955,"y":1.29908239841461,"z":-49.7096290588379},"rot":{"x":0.0208098068833351,"y":269.99609375,"z":0.0167696662247181}},"412cf1":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30295753479004,"z":-61.2087898254395},"rot":{"x":0.0208124928176403,"y":269.986267089844,"z":0.0167661942541599}},"41ee84":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29297626018524,"z":-79.608268737793},"rot":{"x":0.0208076797425747,"y":270.002807617188,"z":0.0167722273617983}},"43ad41":{"lock":false,"pos":{"x":52.9441375732422,"y":1.29755306243896,"z":-84.2202224731445},"rot":{"x":0.0208086110651493,"y":269.999877929688,"z":0.016771350055933}},"43c2c3":{"lock":false,"pos":{"x":52.9442291259766,"y":1.30293905735016,"z":-65.8201904296875},"rot":{"x":0.0208077672868967,"y":270.00244140625,"z":0.0167718306183815}},"459f81":{"lock":false,"pos":{"x":45.6394691467285,"y":1.29759645462036,"z":-75.0087127685547},"rot":{"x":0.0208079051226377,"y":270.002746582031,"z":0.0167721528559923}},"4634ae":{"lock":false,"pos":{"x":40.2742729187012,"y":1.29160833358765,"z":-88.8093566894531},"rot":{"x":0.0208088494837284,"y":269.999267578125,"z":0.0167710669338703}},"465927":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30363082885742,"z":-58.9087753295898},"rot":{"x":0.0208077151328325,"y":270.002380371094,"z":0.0167719814926386}},"473c08":{"lock":false,"pos":{"x":52.9442253112793,"y":1.29957282543182,"z":-77.3202285766602},"rot":{"x":0.0208078902214766,"y":270.002258300781,"z":0.0167719908058643}},"48009b":{"lock":false,"pos":{"x":45.6394691467285,"y":1.29423034191132,"z":-86.5085906982422},"rot":{"x":0.0208089146763086,"y":269.999267578125,"z":0.0167709197849035}},"487284":{"lock":false,"pos":{"x":36.6086502075195,"y":1.29028046131134,"z":-88.7977523803711},"rot":{"x":0.0208086613565683,"y":269.9990234375,"z":0.0167708974331617}},"4b6428":{"lock":false,"pos":{"x":58.0996742248535,"y":1.30479645729065,"z":-65.8708190917969},"rot":{"x":0.0208076778799295,"y":270.002380371094,"z":0.0167720541357994}},"4c0584":{"lock":false,"pos":{"x":33.201171875,"y":1.28776490688324,"z":-93.1638031005859},"rot":{"x":0.0208169016987085,"y":269.971801757813,"z":0.0167610067874193}},"4d182c":{"lock":false,"pos":{"x":58.0995712280273,"y":1.29941058158875,"z":-84.270866394043},"rot":{"x":0.0208090059459209,"y":269.999145507813,"z":0.0167708732187748}},"4d5596":{"lock":false,"pos":{"x":58.0996742248535,"y":1.3021035194397,"z":-75.0709533691406},"rot":{"x":0.0208080522716045,"y":270.001251220703,"z":0.0167717095464468}},"4f1c7e":{"lock":false,"pos":{"x":32.9853057861328,"y":1.29569387435913,"z":-65.8082504272461},"rot":{"x":0.0208077598363161,"y":270.002380371094,"z":0.0167720690369606}},"5cbb02":{"lock":false,"pos":{"x":58.0996894836426,"y":1.3074893951416,"z":-56.6709594726563},"rot":{"x":0.0208077803254128,"y":270.002288818359,"z":0.016772024333477}},"5ccbc7":{"lock":false,"pos":{"x":32.9852867126465,"y":1.29771363735199,"z":-58.9083366394043},"rot":{"x":0.0208077672868967,"y":270.002349853516,"z":0.0167721454054117}},"5db5fb":{"lock":false,"pos":{"x":58.099681854248,"y":1.31018245220184,"z":-47.4709625244141},"rot":{"x":0.0208116956055164,"y":269.989166259766,"z":0.0167670231312513}},"5ff300":{"lock":false,"pos":{"x":45.6394691467285,"y":1.29490351676941,"z":-84.2085876464844},"rot":{"x":0.0208088960498571,"y":269.999053955078,"z":0.0167708117514849}},"639ceb":{"lock":false,"pos":{"x":36.624340057373,"y":1.29364931583405,"z":-77.3083343505859},"rot":{"x":0.0208080504089594,"y":270.001586914063,"z":0.0167716555297375}},"68fe73":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30093789100647,"z":-68.1086578369141},"rot":{"x":0.0208076797425747,"y":270.002410888672,"z":0.0167721286416054}},"6bbf22":{"lock":false,"pos":{"x":40.2900543212891,"y":1.2976701259613,"z":-68.1198654174805},"rot":{"x":0.0208079926669598,"y":270.002349853516,"z":0.0167719889432192}},"70235c":{"lock":false,"pos":{"x":29.3400764465332,"y":1.29840910434723,"z":-52.0096168518066},"rot":{"x":0.0208064876496792,"y":270.007263183594,"z":0.0167736392468214}},"75f24b":{"lock":false,"pos":{"x":58.099681854248,"y":1.30950915813446,"z":-49.7709503173828},"rot":{"x":0.0208070166409016,"y":270.004638671875,"z":0.0167729146778584}},"788f24":{"lock":false,"pos":{"x":40.2899627685547,"y":1.29295754432678,"z":-84.2198944091797},"rot":{"x":0.0208088979125023,"y":269.998901367188,"z":0.016770713031292}},"7cb35b":{"lock":false,"pos":{"x":40.2900505065918,"y":1.29430389404297,"z":-79.6199035644531},"rot":{"x":0.0208076313138008,"y":270.002807617188,"z":0.0167723186314106}},"7d5da5":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29432249069214,"z":-75.0083999633789},"rot":{"x":0.0208078008145094,"y":270.00244140625,"z":0.0167720336467028}},"7ea4af":{"lock":false,"pos":{"x":32.9853057861328,"y":1.30040621757507,"z":-49.709545135498},"rot":{"x":0.0208124816417694,"y":269.987060546875,"z":0.016766419634223}},"7f2a9e":{"lock":false,"pos":{"x":32.9852867126465,"y":1.29973292350769,"z":-52.0095558166504},"rot":{"x":0.0208073686808348,"y":270.004211425781,"z":0.0167726278305054}},"7fd726":{"lock":false,"pos":{"x":52.9442329406738,"y":1.30495870113373,"z":-58.9203338623047},"rot":{"x":0.0208077188581228,"y":270.002380371094,"z":0.0167720317840576}},"83824b":{"lock":false,"pos":{"x":-26.2173,"y":1.3093,"z":-70.3702},"rot":{"x":0.0208,"y":270.0191,"z":0.0168}},"886a80":{"lock":false,"pos":{"x":40.2900695800781,"y":1.29497718811035,"z":-77.3198776245117},"rot":{"x":0.0208077095448971,"y":270.002380371094,"z":0.0167721137404442}},"8b4374":{"lock":false,"pos":{"x":36.6243591308594,"y":1.2956690788269,"z":-70.4082870483398},"rot":{"x":0.0208064690232277,"y":270.007598876953,"z":0.0167738925665617}},"8b8aa1":{"lock":false,"pos":{"x":29.3400764465332,"y":1.2930234670639,"z":-70.4084625244141},"rot":{"x":0.0208078846335411,"y":270.002380371094,"z":0.0167720504105091}},"911810":{"lock":false,"pos":{"x":52.9284477233887,"y":1.29620397090912,"z":-88.809684753418},"rot":{"x":0.0208090245723724,"y":269.998962402344,"z":0.0167707987129688}},"97fcaf":{"lock":false,"pos":{"x":40.2900695800781,"y":1.29699695110321,"z":-70.4198455810547},"rot":{"x":0.0208094101399183,"y":269.996856689453,"z":0.0167702175676823}},"98fdce":{"lock":false,"pos":{"x":40.2901344299316,"y":1.30373060703278,"z":-47.415901184082},"rot":{"x":0.0208132360130548,"y":269.983825683594,"z":0.0167652443051338}},"9c599b":{"lock":false,"pos":{"x":29.6464405059814,"y":1.28647398948669,"z":-93.163818359375},"rot":{"x":0.0208141412585974,"y":269.98095703125,"z":0.0167641583830118}},"9d3cb8":{"lock":false,"pos":{"x":40.2900276184082,"y":1.30305814743042,"z":-49.7128028869629},"rot":{"x":0.020798534154892,"y":270.034362792969,"z":0.0167835876345634}},"9d50cf":{"lock":false,"pos":{"x":36.6243591308594,"y":1.296342253685,"z":-68.108283996582},"rot":{"x":0.0208082608878613,"y":270.000854492188,"z":0.0167714674025774}},"9f71b2":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30565047264099,"z":-52.0087585449219},"rot":{"x":0.020803464576602,"y":270.017059326172,"z":0.016777329146862}},"9facb8":{"lock":false,"pos":{"x":49.2785148620605,"y":1.29757165908813,"z":-79.6086196899414},"rot":{"x":0.0208079144358635,"y":270.00244140625,"z":0.0167720317840576}},"9feaf2":{"lock":false,"pos":{"x":29.3400802612305,"y":1.29975557327271,"z":-47.4096183776855},"rot":{"x":0.0208071246743202,"y":270.004577636719,"z":0.0167729370296001}},"a06986":{"lock":false,"pos":{"x":-16.8891,"y":1.3493,"z":-69.5747},"rot":{"x":0.0208,"y":269.989,"z":0.0168}},"a46c2b":{"lock":false,"pos":{"x":29.3400764465332,"y":1.29706299304962,"z":-56.6083946228027},"rot":{"x":0.0208078809082508,"y":270.002349853516,"z":0.0167719107121229}},"a6306e":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30430400371552,"z":-56.608772277832},"rot":{"x":0.0208077989518642,"y":270.002380371094,"z":0.0167720001190901}},"a8db40":{"lock":false,"pos":{"x":45.6394691467285,"y":1.30298244953156,"z":-56.6086692810059},"rot":{"x":0.0208078250288963,"y":270.002349853516,"z":0.0167721584439278}},"a9a0c8":{"lock":false,"pos":{"x":49.2628059387207,"y":1.29487609863281,"z":-88.7981033325195},"rot":{"x":0.0208089780062437,"y":269.998779296875,"z":0.0167707093060017}},"ad0691":{"lock":false,"pos":{"x":40.2900619506836,"y":1.30103635787964,"z":-56.6199951171875},"rot":{"x":0.0208078436553478,"y":270.002380371094,"z":0.0167722105979919}},"ad7249":{"lock":false,"pos":{"x":-26.2173,"y":1.31,"z":-68.0826},"rot":{"x":0.0208,"y":269.9904,"z":0.0168}},"ad95fd":{"lock":false,"pos":{"x":36.6243591308594,"y":1.3017281293869,"z":-49.7084465026855},"rot":{"x":0.0208177231252193,"y":269.96923828125,"z":0.0167600549757481}},"b06863":{"lock":false,"pos":{"x":-19.2959,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":269.9965,"z":0.0168}},"b0dd94":{"lock":false,"pos":{"x":40.2900695800781,"y":1.29968988895416,"z":-61.2199897766113},"rot":{"x":0.0208128429949284,"y":269.986083984375,"z":0.0167661905288696}},"b221a7":{"lock":false,"pos":{"x":29.3400592803955,"y":1.29436993598938,"z":-65.808479309082},"rot":{"x":0.0208077821880579,"y":270.002380371094,"z":0.0167720317840576}},"b3d984":{"lock":false,"pos":{"x":36.624340057373,"y":1.30105495452881,"z":-52.0084228515625},"rot":{"x":0.0208045300096273,"y":270.013397216797,"z":0.0167760979384184}},"b47adf":{"lock":false,"pos":{"x":58.0996742248535,"y":1.30412328243256,"z":-68.1708221435547},"rot":{"x":0.0208166688680649,"y":269.972290039063,"z":0.0167610011994839}},"b826dd":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30026459693909,"z":-70.4086456298828},"rot":{"x":0.020807733759284,"y":270.002532958984,"z":0.0167719628661871}},"bae0d4":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29701554775238,"z":-65.8082809448242},"rot":{"x":0.020808219909668,"y":270.000854492188,"z":0.0167713537812233}},"bb7677":{"lock":false,"pos":{"x":-22.6157,"y":1.311,"z":-69.0756},"rot":{"x":0.0208,"y":270.0023,"z":0.0168}},"bf9817":{"lock":false,"pos":{"x":36.624340057373,"y":1.29903519153595,"z":-58.9084396362305},"rot":{"x":0.0208145510405302,"y":269.979431152344,"z":0.0167637746781111}},"c24c0f":{"lock":false,"pos":{"x":26.107120513916,"y":1.28520059585571,"z":-93.1228866577148},"rot":{"x":0.020803477615118,"y":270.016937255859,"z":0.0167773775756359}},"c27ee4":{"lock":false,"pos":{"x":52.9442367553711,"y":1.30563199520111,"z":-56.6203308105469},"rot":{"x":0.0208133868873119,"y":269.9833984375,"z":0.0167651195079088}},"c6629b":{"lock":false,"pos":{"x":52.944221496582,"y":1.30024600028992,"z":-75.0203247070313},"rot":{"x":0.0208077225834131,"y":270.002410888672,"z":0.0167720802128315}},"c9bc29":{"lock":false,"pos":{"x":-16.8891,"y":1.3496,"z":-68.5691},"rot":{"x":0.0208,"y":270.0074,"z":0.0168}},"cc9f3e":{"lock":false,"pos":{"x":52.944206237793,"y":1.30428540706635,"z":-61.2203483581543},"rot":{"x":0.0208137333393097,"y":269.982269287109,"z":0.0167646743357182}},"ccd2d7":{"lock":false,"pos":{"x":29.3400802612305,"y":1.29638969898224,"z":-58.9083938598633},"rot":{"x":0.0208111088722944,"y":269.991333007813,"z":0.0167681202292442}},"d5060d":{"lock":false,"pos":{"x":32.9852867126465,"y":1.2916544675827,"z":-79.6082611083984},"rot":{"x":0.0208071451634169,"y":270.004455566406,"z":0.016772773116827}},"d5a551":{"lock":false,"pos":{"x":58.0996742248535,"y":1.3014303445816,"z":-77.3708572387695},"rot":{"x":0.0208079069852829,"y":270.002288818359,"z":0.0167720541357994}},"d7edae":{"lock":false,"pos":{"x":41.3516998291016,"y":1.43921434879303,"z":-32.6269416809082},"rot":{"x":359.920135498047,"y":270.003204345703,"z":0.0168775394558907}},"d92dde":{"lock":false,"pos":{"x":40.2900581359863,"y":1.30036306381226,"z":-58.9199981689453},"rot":{"x":0.0208116788417101,"y":269.988830566406,"z":0.0167670734226704}},"dc8ab9":{"lock":false,"pos":{"x":29.3400592803955,"y":1.29167699813843,"z":-75.0085983276367},"rot":{"x":0.0208077263087034,"y":270.002380371094,"z":0.0167721174657345}},"dd5a8d":{"lock":false,"pos":{"x":29.3400764465332,"y":1.29571652412415,"z":-61.2084007263184},"rot":{"x":0.0208144672214985,"y":269.979370117188,"z":0.0167636964470148}},"e10da6":{"lock":false,"pos":{"x":36.624340057373,"y":1.29095637798309,"z":-86.50830078125},"rot":{"x":0.0208088885992765,"y":269.998687744141,"z":0.016770800575614}},"e338d7":{"lock":false,"pos":{"x":-26.2173,"y":1.3113,"z":-63.5077},"rot":{"x":0.0208,"y":270.0022,"z":0.0168}},"e4fc98":{"lock":false,"pos":{"x":32.9853057861328,"y":1.29704034328461,"z":-61.2083282470703},"rot":{"x":0.0208131168037653,"y":269.984497070313,"z":0.016765546053648}},"e5bd5d":{"lock":false,"pos":{"x":49.2784957885742,"y":1.29891812801361,"z":-75.0087738037109},"rot":{"x":0.0208078045397997,"y":270.002319335938,"z":0.0167719461023808}},"e618ab":{"lock":false,"pos":{"x":36.624340057373,"y":1.29162955284119,"z":-84.2082977294922},"rot":{"x":0.0208089463412762,"y":269.998657226563,"z":0.0167708601802588}},"e7c879":{"lock":false,"pos":{"x":49.2784957885742,"y":1.29824483394623,"z":-77.3086853027344},"rot":{"x":0.0208076257258654,"y":270.00244140625,"z":0.0167721770703793}},"e910b0":{"lock":false,"pos":{"x":-16.8891,"y":1.3499,"z":-67.5635},"rot":{"x":0.0208,"y":269.9978,"z":0.0168}},"e969d6":{"lock":false,"pos":{"x":36.624340057373,"y":1.29836189746857,"z":-61.2084426879883},"rot":{"x":0.0208120793104172,"y":269.987731933594,"z":0.0167666524648666}},"ebc809":{"lock":false,"pos":{"x":-26.2173,"y":1.3106,"z":-65.7951},"rot":{"x":0.0208,"y":269.9984,"z":0.0168}},"ed565f":{"lock":false,"pos":{"x":52.9442481994629,"y":1.29687976837158,"z":-86.520263671875},"rot":{"x":0.0208090785890818,"y":269.998687744141,"z":0.0167706850916147}},"ef4d67":{"lock":false,"pos":{"x":32.9852867126465,"y":1.29838681221008,"z":-56.6083335876465},"rot":{"x":0.0208145845681429,"y":269.979370117188,"z":0.0167634636163712}},"f328e1":{"lock":false,"pos":{"x":52.9442367553711,"y":1.30765187740326,"z":-49.7196083068848},"rot":{"x":0.0208082105964422,"y":270.001281738281,"z":0.0167715921998024}},"f883a7":{"lock":false,"pos":{"x":40.2900733947754,"y":1.29834342002869,"z":-65.8198394775391},"rot":{"x":0.0208077020943165,"y":270.002410888672,"z":0.0167720913887024}},"f8e834":{"lock":false,"pos":{"x":36.624340057373,"y":1.29970848560333,"z":-56.6084365844727},"rot":{"x":0.0208153408020735,"y":269.976440429688,"z":0.016762575134635}},"f9302c":{"lock":false,"pos":{"x":40.2985038757324,"y":1.2903425693512,"z":-93.1637954711914},"rot":{"x":0.0208130273967981,"y":269.984436035156,"z":0.0167654659599066}},"f93232":{"lock":false,"pos":{"x":29.3400592803955,"y":1.28898406028748,"z":-84.2084732055664},"rot":{"x":0.0208086147904396,"y":269.999938964844,"z":0.0167710352689028}},"fa6c1a":{"lock":false,"pos":{"x":36.7542610168457,"y":1.28905892372131,"z":-93.1517944335938},"rot":{"x":0.0208184327930212,"y":269.96630859375,"z":0.0167590919882059}},"faed96":{"lock":false,"pos":{"x":36.6243591308594,"y":1.30240142345428,"z":-47.4084205627441},"rot":{"x":0.0208073873072863,"y":270.004211425781,"z":0.0167727507650852}},"fde4dd":{"lock":false,"pos":{"x":52.9442291259766,"y":1.30226576328278,"z":-68.1201934814453},"rot":{"x":0.0208078939467669,"y":270.002471923828,"z":0.0167719721794128}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/RabbitHoleExpansion.b7ff06.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.json new file mode 100644 index 00000000..f94fd6a7 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.json @@ -0,0 +1,85 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0.34902, + "g": 0.34902, + "r": 0.35294 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754686449895581106/83D855A76FC7568415189A03882317685F6B55EE/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Mint Tea Fan", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_replacements.json", + "GUID": "b06fd9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Signature Replacements", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.34, + "posY": 1.973, + "posZ": -111.047, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.luascriptstate new file mode 100644 index 00000000..b938df2f --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.luascriptstate @@ -0,0 +1 @@ +{"ml":{"098d30":{"lock":false,"pos":{"x":6.9713,"y":1.3044,"z":-81.9249},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"62d0d7":{"lock":false,"pos":{"x":6.9713,"y":1.3104,"z":-61.2247},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"7da10d":{"lock":false,"pos":{"x":6.9713,"y":1.3064,"z":-75.0248},"rot":{"x":0.0208,"y":270,"z":0.0168}},"9ad488":{"lock":false,"pos":{"x":6.9713,"y":1.3084,"z":-68.1247},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"a93c12":{"lock":false,"pos":{"x":17.4327,"y":1.3008,"z":-54.6873},"rot":{"x":359.7432,"y":269.9996,"z":0.0168}},"c96f3f":{"lock":false,"pos":{"x":25.599,"y":1.4603,"z":-35.711},"rot":{"x":359.9201,"y":270.0024,"z":0.0169}},"ec74df":{"lock":false,"pos":{"x":6.9713,"y":1.3124,"z":-54.3247},"rot":{"x":0.0208,"y":270,"z":0.0168}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/SignatureReplacements.b06fd9.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.json new file mode 100644 index 00000000..2bc2a817 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142947772/120E2BA8DF8C4E2AAC9E059FA046CC3A6229ECDF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_strange_aeons.json", + "GUID": "d78bd2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Strange Aeons Custom Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.434, + "posY": 2.826, + "posZ": -101.73, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.luascriptstate new file mode 100644 index 00000000..12f29d5b --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.luascriptstate @@ -0,0 +1 @@ +{"ml":{"089a45":{"lock":false,"pos":{"x":-19.2959,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"0d2913":{"lock":false,"pos":{"x":-19.2998,"y":1.3076,"z":-84.8182},"rot":{"x":0.0208,"y":270,"z":0.0168}},"1f4db7":{"lock":false,"pos":{"x":-19.3,"y":1.4902,"z":-91.0572},"rot":{"x":0.0208,"y":270,"z":0.0168}},"23d41e":{"lock":false,"pos":{"x":-19.3,"y":1.32,"z":-47.118},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"29cf64":{"lock":false,"pos":{"x":-19.2936,"y":1.3099,"z":-76.9416},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"3465a5":{"lock":false,"pos":{"x":-19.3,"y":1.3168,"z":-53.4358},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"3aa40a":{"lock":false,"pos":{"x":-19.3001,"y":1.3145,"z":-61.2333},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"3f56a4":{"lock":false,"pos":{"x":-22.6169,"y":1.3282,"z":-84.8185},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"55c805":{"lock":false,"pos":{"x":-22.6158,"y":1.3305,"z":-76.946},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"7634fc":{"lock":false,"pos":{"x":-22.61,"y":1.34,"z":-47.12},"rot":{"x":0.0208,"y":269.9998,"z":0.0168}},"8d39b5":{"lock":false,"pos":{"x":-22.6157,"y":1.3328,"z":-69.0756},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"a57210":{"lock":false,"pos":{"x":-22.6139,"y":1.3373,"z":-53.4381},"rot":{"x":0.0208,"y":270,"z":0.0168}},"ff2949":{"lock":false,"pos":{"x":-22.617,"y":1.3351,"z":-61.2414},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/StrangeAeonsCustomInvestigators.d78bd2.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.json new file mode 100644 index 00000000..2a1bd236 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://dl.airtable.com/.attachmentThumbnails/e9dd0f33f26dcf0a628d962e0806de04/b41b19e1", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "https://arkham.cards", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_onigawa.json", + "GUID": "c19cfa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Ghosts Of Onigawa (Investigator Expansion)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -47.192, + "posY": 2.828, + "posZ": -121.341, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.960666358, + "scaleY": 0.268319339, + "scaleZ": 0.960666358 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheGhostsOfOnigawaInvestigatorExpansion.c19cfa.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.json new file mode 100644 index 00000000..066d1df4 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1697282751257289223/D03666A291CC5705A3656865488583FF4AB762B4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_shadows_of_arkham.json", + "GUID": "2e5eef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Shadows of Arkham Player Cards", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 3.27, + "posZ": -93.318, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.luascriptstate new file mode 100644 index 00000000..16c514f0 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00ec68":{"lock":false,"position":{"x":52.9890174865723,"y":1.29333806037903,"z":-93.6057357788086},"rotation":{"x":0.0199895389378071,"y":269.998107910156,"z":0.0199991464614868}},"0316b8":{"lock":false,"position":{"x":53.2300033569336,"y":1.30450367927551,"z":78.6399993896484},"rotation":{"x":0.0199890565127134,"y":269.999969482422,"z":0.0199999362230301}},"037bc1":{"lock":false,"position":{"x":58.3800010681152,"y":1.30066311359406,"z":62.4900016784668},"rotation":{"x":0.0199890714138746,"y":270.000061035156,"z":0.0200001243501902}},"046176":{"lock":false,"position":{"x":58.3800010681152,"y":1.31029713153839,"z":90.0899963378906},"rotation":{"x":0.0199889130890369,"y":270.000061035156,"z":0.0199998635798693}},"07d486":{"lock":false,"position":{"x":-19.3082790374756,"y":1.30661237239838,"z":-84.7379150390625},"rotation":{"x":0.0199892167001963,"y":270,"z":0.0199996847659349}},"084441":{"lock":false,"position":{"x":49.2799987792969,"y":1.30174660682678,"z":-65.8099975585938},"rotation":{"x":0.0199889466166496,"y":270.000030517578,"z":0.0199998766183853}},"0b7b88":{"lock":false,"position":{"x":32.9900016784668,"y":1.29445779323578,"z":-70.4100036621094},"rotation":{"x":0.0199888814240694,"y":270.000030517578,"z":0.0199998747557402}},"0be9f3":{"lock":false,"position":{"x":40.2900009155273,"y":1.30422675609589,"z":-49.7200012207031},"rotation":{"x":0.0199888404458761,"y":270.000030517578,"z":0.0199997909367085}},"0cebea":{"lock":false,"position":{"x":37.4199981689453,"y":1.29899501800537,"z":78.6600036621094},"rotation":{"x":0.0199889577925205,"y":269.999938964844,"z":0.0199999120086432}},"0ffb49":{"lock":false,"position":{"x":36.620002746582,"y":1.29251289367676,"z":-79.6100006103516},"rotation":{"x":0.0199891477823257,"y":270,"z":0.0199997574090958}},"180ad1":{"lock":false,"position":{"x":58.379997253418,"y":1.29745161533356,"z":53.2899971008301},"rotation":{"x":0.0199890490621328,"y":269.999969482422,"z":0.0200000181794167}},"1cbd7b":{"lock":false,"position":{"x":49.5600051879883,"y":1.30001544952393,"z":69.4499969482422},"rotation":{"x":0.0199890844523907,"y":269.999938964844,"z":0.0199999641627073}},"1cd8ab":{"lock":false,"position":{"x":32.9900016784668,"y":1.29124653339386,"z":-79.6100006103516},"rotation":{"x":0.0199889782816172,"y":270,"z":0.0199996642768383}},"1cde85":{"lock":false,"position":{"x":40.9600028991699,"y":1.30183231830597,"z":83.25},"rotation":{"x":0.0199889782816172,"y":269.999938964844,"z":0.0199997965246439}},"1f2d61":{"lock":false,"position":{"x":52.9399948120117,"y":1.30382287502289,"z":-63.5199928283691},"rotation":{"x":0.0199888907372952,"y":269.999969482422,"z":0.0199997611343861}},"20032d":{"lock":false,"position":{"x":40.9599990844727,"y":1.29460656642914,"z":62.5499992370605},"rotation":{"x":0.0199888497591019,"y":270,"z":0.019999835640192}},"24ceaa":{"lock":false,"position":{"x":40.2900009155273,"y":1.2953953742981,"z":-75.0199966430664},"rotation":{"x":0.0199888348579407,"y":270,"z":0.0199998505413532}},"254e1c":{"lock":false,"position":{"x":49.560001373291,"y":1.30483257770538,"z":83.25},"rotation":{"x":0.0199889410287142,"y":270.000030517578,"z":0.0200001746416092}},"27c7a8":{"lock":false,"position":{"x":52.9400024414063,"y":1.30783712863922,"z":-52.0199966430664},"rotation":{"x":0.0199888460338116,"y":270,"z":0.0199999995529652}},"27f23d":{"lock":false,"position":{"x":40.9599761962891,"y":1.28978943824768,"z":48.7499160766602},"rotation":{"x":0.0199898928403854,"y":269.996948242188,"z":0.019998911768198}},"2802c1":{"lock":false,"position":{"x":40.2900009155273,"y":1.29298686981201,"z":-81.9199981689453},"rotation":{"x":0.0199889708310366,"y":270,"z":0.0199997909367085}},"2b4ccd":{"lock":false,"position":{"x":58.3794555664063,"y":1.30306661128998,"z":69.3763885498047},"rotation":{"x":0.019983533769846,"y":270.015502929688,"z":0.0200053323060274}},"2c6a8e":{"lock":false,"position":{"x":33.8600006103516,"y":1.29212963581085,"z":62.5499992370605},"rotation":{"x":0.0199890900403261,"y":270,"z":0.0199998486787081}},"2d49cf":{"lock":false,"position":{"x":53.2300033569336,"y":1.30370080471039,"z":76.3399963378906},"rotation":{"x":0.0199890248477459,"y":269.999938964844,"z":0.0199999548494816}},"2f5e39":{"lock":false,"position":{"x":40.2899971008301,"y":1.29619824886322,"z":-72.7200088500977},"rotation":{"x":0.0199888180941343,"y":270,"z":0.0199999939650297}},"3282d4":{"lock":false,"position":{"x":36.620002746582,"y":1.29492139816284,"z":-72.7099990844727},"rotation":{"x":0.0199890546500683,"y":270,"z":0.0199999008327723}},"361151":{"lock":false,"position":{"x":-19.2999992370605,"y":1.3175402879715,"z":-53.439998626709},"rotation":{"x":0.019978741183877,"y":270.030609130859,"z":0.0200103744864464}},"377f65":{"lock":false,"position":{"x":25.5706024169922,"y":1.29965567588806,"z":92.3952865600586},"rotation":{"x":0.0199942197650671,"y":269.984924316406,"z":0.0199946351349354}},"384dfa":{"lock":false,"position":{"x":58.3800048828125,"y":1.31110000610352,"z":92.3899993896484},"rotation":{"x":0.0199889671057463,"y":269.999938964844,"z":0.0199998449534178}},"3ae6c4":{"lock":false,"position":{"x":40.9599990844727,"y":1.29380369186401,"z":60.25},"rotation":{"x":0.0199888423085213,"y":270,"z":0.0199998654425144}},"3b983b":{"lock":false,"position":{"x":-19.2918758392334,"y":1.31209874153137,"z":-69.0368881225586},"rotation":{"x":0.0199905168265104,"y":269.996307373047,"z":0.019998399540782}},"427789":{"lock":false,"position":{"x":-22.6200008392334,"y":1.31092262268066,"z":-69.0800018310547},"rotation":{"x":0.0199892036616802,"y":269.999877929688,"z":0.0199997294694185}},"463ad7":{"lock":false,"position":{"x":49.2799949645996,"y":1.30495798587799,"z":-56.6100044250488},"rotation":{"x":0.0199889857321978,"y":270,"z":0.0199998263269663}},"4a3cb4":{"lock":false,"position":{"x":53.2300033569336,"y":1.30851793289185,"z":90.1399993896484},"rotation":{"x":0.0199890285730362,"y":269.999938964844,"z":0.0199999492615461}},"4a92af":{"lock":false,"position":{"x":40.9599990844727,"y":1.29300093650818,"z":57.9500007629395},"rotation":{"x":0.0199889596551657,"y":270,"z":0.0199998430907726}},"4b4086":{"lock":false,"position":{"x":58.3254814147949,"y":1.51360487937927,"z":42.2086868286133},"rotation":{"x":9.23278457776178E-06,"y":269.997741699219,"z":1.04533889100367E-07}},"4b880b":{"lock":false,"position":{"x":52.9400024414063,"y":1.30302000045776,"z":-65.8199996948242},"rotation":{"x":0.0199885722249746,"y":270.000793457031,"z":0.0200000759214163}},"4b9cb9":{"lock":false,"position":{"x":41.0037727355957,"y":1.28888833522797,"z":46.1245384216309},"rotation":{"x":0.019988689571619,"y":270.000671386719,"z":0.0200000945478678}},"4d49f7":{"lock":false,"position":{"x":37.4199981689453,"y":1.29176950454712,"z":57.9599990844727},"rotation":{"x":0.0199888795614243,"y":270,"z":0.0200000703334808}},"50cc1a":{"lock":false,"position":{"x":32.9899978637695,"y":1.28883790969849,"z":-86.510009765625},"rotation":{"x":0.0199888162314892,"y":270.000030517578,"z":0.0200000032782555}},"51d058":{"lock":false,"position":{"x":-22.6099987030029,"y":1.31638550758362,"z":-53.4399948120117},"rotation":{"x":0.0199892148375511,"y":269.999877929688,"z":0.0199998188763857}},"51e6f7":{"lock":false,"position":{"x":36.598518371582,"y":1.2876660823822,"z":-93.4732894897461},"rotation":{"x":0.0199889671057463,"y":269.999938964844,"z":0.0200000815093517}},"54a1c3":{"lock":false,"position":{"x":40.2900009155273,"y":1.30502963066101,"z":-47.4199981689453},"rotation":{"x":0.0199889913201332,"y":270.000030517578,"z":0.0199998654425144}},"55f7ad":{"lock":false,"position":{"x":52.939998626709,"y":1.30864000320435,"z":-49.7200012207031},"rotation":{"x":0.019989000633359,"y":270,"z":0.0199998654425144}},"56a480":{"lock":false,"position":{"x":40.2899971008301,"y":1.29700112342834,"z":-70.4200057983398},"rotation":{"x":0.0199890546500683,"y":270,"z":0.0199998579919338}},"58391c":{"lock":false,"position":{"x":58.0999984741211,"y":1.31122553348541,"z":-47.4700012207031},"rotation":{"x":0.0199897903949022,"y":269.9970703125,"z":0.0199989173561335}},"5a45af":{"lock":false,"position":{"x":58.0999984741211,"y":1.29918277263641,"z":-81.9700012207031},"rotation":{"x":0.0199890248477459,"y":270.000030517578,"z":0.0199997220188379}},"5b57aa":{"lock":false,"position":{"x":40.9600028991699,"y":1.29862082004547,"z":74.0500030517578},"rotation":{"x":0.0199890341609716,"y":269.999938964844,"z":0.0199998673051596}},"608e80":{"lock":false,"position":{"x":58.1001319885254,"y":1.30801498889923,"z":-56.6675224304199},"rotation":{"x":0.0199854355305433,"y":270.01025390625,"z":0.020003417506814}},"60cad6":{"lock":false,"position":{"x":58.370002746582,"y":1.29582846164703,"z":48.6500015258789},"rotation":{"x":0.0199897009879351,"y":269.997650146484,"z":0.0199992582201958}},"6199c4":{"lock":false,"position":{"x":40.2899971008301,"y":1.29940962791443,"z":-63.52001953125},"rotation":{"x":0.019988814368844,"y":270,"z":0.019999897107482}},"6296e1":{"lock":false,"position":{"x":36.6099967956543,"y":1.28930139541626,"z":-88.8000106811523},"rotation":{"x":0.0199889745563269,"y":270.000061035156,"z":0.019999697804451}},"64e584":{"lock":false,"position":{"x":45.9799957275391,"y":1.30358362197876,"z":83.2499923706055},"rotation":{"x":0.0199889298528433,"y":270.000061035156,"z":0.0199998896569014}},"69243f":{"lock":false,"position":{"x":-22.6200008392334,"y":1.30542838573456,"z":-84.8199996948242},"rotation":{"x":0.0199893899261951,"y":269.999877929688,"z":0.0199998654425144}},"695e58":{"lock":false,"position":{"x":36.6199951171875,"y":1.29732990264893,"z":-65.8100051879883},"rotation":{"x":0.0199890527874231,"y":270,"z":0.0199998524039984}},"6b88b1":{"lock":false,"position":{"x":49.2800025939941,"y":1.30736660957336,"z":-49.7099952697754},"rotation":{"x":0.0199889950454235,"y":269.999938964844,"z":0.0199998300522566}},"6ca16c":{"lock":false,"position":{"x":49.560001373291,"y":1.30563545227051,"z":85.5500030517578},"rotation":{"x":0.0199889410287142,"y":270,"z":0.0199998021125793}},"6d003a":{"lock":false,"position":{"x":-22.6199989318848,"y":1.31365931034088,"z":-61.2399978637695},"rotation":{"x":0.0199891235679388,"y":269.999877929688,"z":0.0199997890740633}},"6e58a2":{"lock":false,"position":{"x":45.9800033569336,"y":1.30438649654388,"z":85.5500030517578},"rotation":{"x":0.0199888721108437,"y":269.999938964844,"z":0.0200000405311584}},"6fc778":{"lock":false,"position":{"x":36.6199989318848,"y":1.29171001911163,"z":-81.9100036621094},"rotation":{"x":0.0199888665229082,"y":270.000030517578,"z":0.0199997052550316}},"6fd7e8":{"lock":false,"position":{"x":58.0999946594238,"y":1.30319702625275,"z":-70.4700088500977},"rotation":{"x":0.0199889298528433,"y":270,"z":0.0199999194592237}},"6fe6b0":{"lock":false,"position":{"x":40.2899971008301,"y":1.29138112068176,"z":-86.5200042724609},"rotation":{"x":0.0199888497591019,"y":270,"z":0.0200000405311584}},"70e3b0":{"lock":false,"position":{"x":53.2299995422363,"y":1.30691230297089,"z":85.5400009155273},"rotation":{"x":0.0199889615178108,"y":269.999969482422,"z":0.0199999772012234}},"7114ca":{"lock":false,"position":{"x":36.6199951171875,"y":1.30054140090942,"z":-56.6100044250488},"rotation":{"x":0.0199888497591019,"y":270,"z":0.0199999287724495}},"7141a7":{"lock":false,"position":{"x":40.9600028991699,"y":1.2994236946106,"z":76.3499984741211},"rotation":{"x":0.019988851621747,"y":270,"z":0.0199999567121267}},"756f99":{"lock":false,"position":{"x":49.560001373291,"y":1.30322682857513,"z":78.6500015258789},"rotation":{"x":0.019988976418972,"y":270,"z":0.0200000368058681}},"75b89c":{"lock":false,"position":{"x":49.2800025939941,"y":1.30816948413849,"z":-47.4099960327148},"rotation":{"x":0.0199861433357,"y":270.007598876953,"z":0.020002568140626}},"76f23d":{"lock":false,"position":{"x":53.2299995422363,"y":1.30048942565918,"z":67.1399993896484},"rotation":{"x":0.0199889130890369,"y":270,"z":0.0200000330805779}},"770882":{"lock":false,"position":{"x":40.2899971008301,"y":1.2986067533493,"z":-65.8200225830078},"rotation":{"x":0.0199889186769724,"y":270,"z":0.0199999790638685}},"773624":{"lock":false,"position":{"x":53.2300109863281,"y":1.30289804935455,"z":74.0402526855469},"rotation":{"x":0.019988315179944,"y":270.001586914063,"z":0.0200003776699305}},"778a96":{"lock":false,"position":{"x":40.9598579406738,"y":1.30424046516418,"z":90.1491775512695},"rotation":{"x":0.019989512860775,"y":269.999938964844,"z":0.02000049687922}},"779fd0":{"lock":false,"position":{"x":37.4200019836426,"y":1.30381226539612,"z":92.4599990844727},"rotation":{"x":0.0199889428913593,"y":269.999877929688,"z":0.0199997518211603}},"77b826":{"lock":false,"position":{"x":37.4199981689453,"y":1.29257225990295,"z":60.2599983215332},"rotation":{"x":0.0199889149516821,"y":270,"z":0.0200002063065767}},"7a2e26":{"lock":false,"position":{"x":49.2799987792969,"y":1.30254948139191,"z":-63.5099983215332},"rotation":{"x":0.019988851621747,"y":270.000732421875,"z":0.020000271499157}},"7c7931":{"lock":false,"position":{"x":-25.8119049072266,"y":1.30920231342316,"z":-70.8182373046875},"rotation":{"x":0.0199853219091892,"y":270.0107421875,"z":0.0200036633759737}},"7ff457":{"lock":false,"position":{"x":-25.8259696960449,"y":1.33209419250488,"z":-67.5839462280273},"rotation":{"x":0.0199849028140306,"y":270.011932373047,"z":0.0200038161128759}},"81a6e1":{"lock":false,"position":{"x":-25.863733291626,"y":1.30753016471863,"z":-75.5568389892578},"rotation":{"x":0.0199889112263918,"y":269.999694824219,"z":0.0199999287724495}},"847b3d":{"lock":false,"position":{"x":40.2900009155273,"y":1.29378974437714,"z":-79.620002746582},"rotation":{"x":0.0199889149516821,"y":270,"z":0.0199999324977398}},"84f5d6":{"lock":false,"position":{"x":36.6199951171875,"y":1.29010426998138,"z":-86.510009765625},"rotation":{"x":0.0199888981878757,"y":270,"z":0.0199999623000622}},"860f3c":{"lock":false,"position":{"x":-26.045352935791,"y":1.30354130268097,"z":-86.8024368286133},"rotation":{"x":0.0199937485158443,"y":269.986572265625,"z":0.0199953615665436}},"89dd2b":{"lock":false,"position":{"x":58.3900032043457,"y":1.2990608215332,"z":57.8900032043457},"rotation":{"x":0.0199890565127134,"y":270,"z":0.0200000386685133}},"8b681a":{"lock":false,"position":{"x":5.53419923782349,"y":1.33791208267212,"z":72.7426147460938},"rotation":{"x":359.980010986328,"y":89.992546081543,"z":359.980010986328}},"8b9844":{"lock":false,"position":{"x":25.5706005096436,"y":1.29885721206665,"z":90.1077499389648},"rotation":{"x":0.0199910085648298,"y":269.994018554688,"z":0.0199977327138186}},"8c7658":{"lock":false,"position":{"x":49.2641258239746,"y":1.29203510284424,"z":-93.61572265625},"rotation":{"x":0.019987940788269,"y":270.002502441406,"z":0.0200008489191532}},"8cdefb":{"lock":false,"position":{"x":33.8418960571289,"y":1.29453921318054,"z":69.4711685180664},"rotation":{"x":0.0199848040938377,"y":270.011749267578,"z":0.0200043004006147}},"8d8e9d":{"lock":false,"position":{"x":49.6114349365234,"y":1.30248034000397,"z":76.4601821899414},"rotation":{"x":0.0199729725718498,"y":270.045928955078,"z":0.0200158730149269}},"8e2e9c":{"lock":false,"position":{"x":52.9399948120117,"y":1.29579436779022,"z":-86.5200042724609},"rotation":{"x":0.0199889522045851,"y":270.000061035156,"z":0.0199999958276749}},"9040da":{"lock":false,"position":{"x":37.4199981689453,"y":1.29498076438904,"z":67.1600036621094},"rotation":{"x":0.01998888887465,"y":270,"z":0.0199998095631599}},"92173a":{"lock":false,"position":{"x":40.2900047302246,"y":1.30342388153076,"z":-52.0199966430664},"rotation":{"x":0.0199889540672302,"y":270,"z":0.0199998710304499}},"95cac6":{"lock":false,"position":{"x":49.2799949645996,"y":1.30014097690582,"z":-70.4100112915039},"rotation":{"x":0.0199887398630381,"y":270,"z":0.0199999324977398}},"96217c":{"lock":false,"position":{"x":-25.9478569030762,"y":1.31202936172485,"z":-62.5836143493652},"rotation":{"x":0.019984308630228,"y":270.013763427734,"z":0.0200045593082905}},"96cbfb":{"lock":false,"position":{"x":58.0999984741211,"y":1.29998564720154,"z":-79.6699981689453},"rotation":{"x":0.0199890434741974,"y":270.000030517578,"z":0.0199999138712883}},"9794d9":{"lock":false,"position":{"x":52.939998626709,"y":1.30542850494385,"z":-58.9199981689453},"rotation":{"x":0.0199899319559336,"y":269.997253417969,"z":0.019998911768198}},"9ab6ec":{"lock":false,"position":{"x":52.939998626709,"y":1.30061149597168,"z":-72.7200012207031},"rotation":{"x":0.0199889615178108,"y":270.000061035156,"z":0.0200000870972872}},"9bd52b":{"lock":false,"position":{"x":52.939998626709,"y":1.30944287776947,"z":-47.4199981689453},"rotation":{"x":0.0199889428913593,"y":270.000030517578,"z":0.019999835640192}},"9bfe46":{"lock":false,"position":{"x":53.2099990844727,"y":1.29406309127808,"z":48.75},"rotation":{"x":0.0199889931827784,"y":270,"z":0.0199998896569014}},"9d1e7f":{"lock":false,"position":{"x":-19.2818336486816,"y":1.3093523979187,"z":-76.9148406982422},"rotation":{"x":0.0199888311326504,"y":270.001007080078,"z":0.020000284537673}},"9d7ea2":{"lock":false,"position":{"x":52.939998626709,"y":1.30623137950897,"z":-56.6199989318848},"rotation":{"x":0.019989987835288,"y":269.997314453125,"z":0.0199990179389715}},"9d9325":{"lock":false,"position":{"x":36.6199989318848,"y":1.29572427272797,"z":-70.4100036621094},"rotation":{"x":0.0199888944625854,"y":270.000061035156,"z":0.0200000405311584}},"9f7f04":{"lock":false,"position":{"x":37.4199981689453,"y":1.29337513446808,"z":62.560001373291},"rotation":{"x":0.0199891049414873,"y":270,"z":0.0199999343603849}},"a01cdf":{"lock":false,"position":{"x":37.4200019836426,"y":1.30140364170074,"z":85.5599975585938},"rotation":{"x":0.0199888423085213,"y":269.999969482422,"z":0.0199998095631599}},"a30199":{"lock":false,"position":{"x":49.560001373291,"y":1.30804395675659,"z":92.4499969482422},"rotation":{"x":0.0199890043586493,"y":270.000030517578,"z":0.0199999455362558}},"aa6e09":{"lock":false,"position":{"x":40.9600028991699,"y":1.3026350736618,"z":85.5500030517578},"rotation":{"x":0.0199889969080687,"y":269.999938964844,"z":0.0199998710304499}},"ab9bbb":{"lock":false,"position":{"x":40.9599990844727,"y":1.29701519012451,"z":69.4499969482422},"rotation":{"x":0.0199888106435537,"y":270.000030517578,"z":0.0199999678879976}},"ad03f0":{"lock":false,"position":{"x":-22.6199989318848,"y":1.30817544460297,"z":-76.9499969482422},"rotation":{"x":0.0199892818927765,"y":269.999877929688,"z":0.019999798387289}},"ad9546":{"lock":false,"position":{"x":36.6199951171875,"y":1.2997385263443,"z":-58.9100036621094},"rotation":{"x":0.0199887491762638,"y":270,"z":0.0199999324977398}},"aee7f5":{"lock":false,"position":{"x":53.2299995422363,"y":1.29888379573822,"z":62.5400009155273},"rotation":{"x":0.0199876055121422,"y":270.004028320313,"z":0.020001370459795}},"b02709":{"lock":false,"position":{"x":7.71186399459839,"y":1.27614212036133,"z":86.3208999633789},"rotation":{"x":0.0400094911456108,"y":270.001373291016,"z":0.0200004633516073}},"b0eee0":{"lock":false,"position":{"x":53.2299995422363,"y":1.3012923002243,"z":69.4400024414063},"rotation":{"x":0.0199890024960041,"y":270,"z":0.0200000703334808}},"b1597a":{"lock":false,"position":{"x":58.379997253418,"y":1.30628287792206,"z":78.5899887084961},"rotation":{"x":0.0199889522045851,"y":270,"z":0.0199997089803219}},"b21f05":{"lock":false,"position":{"x":52.939998626709,"y":1.30141425132751,"z":-70.4199981689453},"rotation":{"x":0.0199947394430637,"y":269.983703613281,"z":0.0199943017214537}},"b38ed5":{"lock":false,"position":{"x":36.620002746582,"y":1.29411852359772,"z":-75.0100021362305},"rotation":{"x":0.0199889410287142,"y":270,"z":0.0199998822063208}},"b66a7d":{"lock":false,"position":{"x":12.3254795074463,"y":1.28831422328949,"z":73.1418762207031},"rotation":{"x":0.0199928712099791,"y":270.002166748047,"z":0.0200013890862465}},"bc5495":{"lock":false,"position":{"x":-25.8703365325928,"y":1.31469368934631,"z":-55.0283317565918},"rotation":{"x":0.0199836567044258,"y":270.015075683594,"z":0.0200051311403513}},"bd9272":{"lock":false,"position":{"x":40.2700004577637,"y":1.29057478904724,"z":-88.8099975585938},"rotation":{"x":0.0199889149516821,"y":270.000030517578,"z":0.0199999082833529}},"bdae2a":{"lock":false,"position":{"x":53.2300033569336,"y":1.30932080745697,"z":92.4400024414063},"rotation":{"x":0.0199889373034239,"y":269.999938964844,"z":0.0199998822063208}},"bf10b7":{"lock":false,"position":{"x":53.2299995422363,"y":1.2980809211731,"z":60.2400016784668},"rotation":{"x":0.019997775554657,"y":269.974517822266,"z":0.019990861415863}},"c022a5":{"lock":false,"position":{"x":58.379997253418,"y":1.29825448989868,"z":55.5899963378906},"rotation":{"x":0.019989101216197,"y":270,"z":0.0200001448392868}},"c61276":{"lock":false,"position":{"x":40.9599990844727,"y":1.29621231555939,"z":67.1500015258789},"rotation":{"x":0.0199887827038765,"y":270,"z":0.0199998337775469}},"c68875":{"lock":false,"position":{"x":58.1000022888184,"y":1.30560553073883,"z":-63.569995880127},"rotation":{"x":0.0199887491762638,"y":270.000030517578,"z":0.0199999455362558}},"cb8f72":{"lock":false,"position":{"x":49.5600051879883,"y":1.2992125749588,"z":67.1500015258789},"rotation":{"x":0.0199891608208418,"y":269.999816894531,"z":0.0199998822063208}},"cdaca2":{"lock":false,"position":{"x":37.4199981689453,"y":1.29819214344025,"z":76.3600006103516},"rotation":{"x":0.0199891142547131,"y":270,"z":0.0199999343603849}},"cddffe":{"lock":false,"position":{"x":37.4200019836426,"y":1.3030092716217,"z":90.1600036621094},"rotation":{"x":0.0199888814240694,"y":269.999847412109,"z":0.0199998188763857}},"d4cf15":{"lock":false,"position":{"x":40.2186698913574,"y":1.28893339633942,"z":-93.4611511230469},"rotation":{"x":0.0199874341487885,"y":270.004272460938,"z":0.0200016312301159}},"da1495":{"lock":false,"position":{"x":-26.0381469726563,"y":1.32164466381073,"z":-83.5166168212891},"rotation":{"x":0.019985293969512,"y":270.01123046875,"z":0.0200037676841021}},"da681d":{"lock":false,"position":{"x":40.9600067138672,"y":1.3268084526062,"z":78.6500091552734},"rotation":{"x":0.0199894458055496,"y":269.999694824219,"z":0.0199996717274189}},"dd00d1":{"lock":false,"position":{"x":37.4199981689453,"y":1.29578363895416,"z":69.4599990844727},"rotation":{"x":0.0199887715280056,"y":270,"z":0.0199999623000622}},"dd0cc6":{"lock":false,"position":{"x":49.5600051879883,"y":1.30162119865417,"z":74.0500030517578},"rotation":{"x":0.0199889969080687,"y":269.999938964844,"z":0.0199998840689659}},"e570e3":{"lock":false,"position":{"x":-19.2999992370605,"y":1.31482100486755,"z":-61.2299995422363},"rotation":{"x":0.0195435732603073,"y":271.262908935547,"z":0.0204352717846632}},"e5aac0":{"lock":false,"position":{"x":53.2299995422363,"y":1.30610942840576,"z":83.2399978637695},"rotation":{"x":0.0199887715280056,"y":270,"z":0.0199999026954174}},"e68a2a":{"lock":false,"position":{"x":58.0999984741211,"y":1.31042265892029,"z":-49.7700004577637},"rotation":{"x":0.0199888292700052,"y":269.999877929688,"z":0.0199999064207077}},"e6b6bf":{"lock":false,"position":{"x":36.620002746582,"y":1.29813289642334,"z":-63.5097312927246},"rotation":{"x":0.0199888367205858,"y":270.000549316406,"z":0.0200001262128353}},"e732c3":{"lock":false,"position":{"x":45.9799995422363,"y":1.30197787284851,"z":78.6500015258789},"rotation":{"x":0.019989000633359,"y":269.999969482422,"z":0.0199998822063208}},"e7d788":{"lock":false,"position":{"x":-25.8039722442627,"y":1.33271718025208,"z":-52.0299491882324},"rotation":{"x":0.0199853088706732,"y":270.011352539063,"z":0.0200038943439722}},"ec1719":{"lock":false,"position":{"x":40.9599571228027,"y":1.30504357814789,"z":92.4499053955078},"rotation":{"x":0.0199895668774843,"y":269.997985839844,"z":0.0199991296976805}},"f3cc51":{"lock":false,"position":{"x":-25.860538482666,"y":1.30648255348206,"z":-78.5612335205078},"rotation":{"x":0.0199850853532553,"y":270.010681152344,"z":0.0200036037713289}},"f4b556":{"lock":false,"position":{"x":-25.9067420959473,"y":1.34442949295044,"z":-59.7475433349609},"rotation":{"x":0.0199818555265665,"y":270.021331787109,"z":0.020007137209177}},"f51b8a":{"lock":false,"position":{"x":40.2900047302246,"y":1.3018182516098,"z":-56.6199951171875},"rotation":{"x":0.019988875836134,"y":270,"z":0.0200000926852226}},"f73973":{"lock":false,"position":{"x":40.2900047302246,"y":1.30101537704468,"z":-58.919994354248},"rotation":{"x":0.0199887547641993,"y":270.000030517578,"z":0.0199999343603849}},"f7dc68":{"lock":false,"position":{"x":58.3800048828125,"y":1.29986023902893,"z":60.1900024414063},"rotation":{"x":0.0199885349720716,"y":270.001037597656,"z":0.0200002156198025}},"fb9ed6":{"lock":false,"position":{"x":58.0999984741211,"y":1.29838001728058,"z":-84.2699966430664},"rotation":{"x":0.01998888887465,"y":270.000030517578,"z":0.0199998803436756}},"fbfc81":{"lock":false,"position":{"x":58.1000022888184,"y":1.30961978435516,"z":-52.069995880127},"rotation":{"x":0.0199889782816172,"y":269.999969482422,"z":0.0199998859316111}},"fcc08c":{"lock":false,"position":{"x":52.939998626709,"y":1.2982029914856,"z":-79.620002746582},"rotation":{"x":0.0199889056384563,"y":270,"z":0.0199999623000622}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.ttslua new file mode 100644 index 00000000..17b71b4e --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TheShadowsofArkhamPlayerCards.2e5eef.ttslua @@ -0,0 +1,23 @@ +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.json new file mode 100644 index 00000000..b333818c --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1697277697641042816/D60194A8F22DA3032E6C2AC2EE040E6321A2B259/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_touhou_project.json", + "GUID": "c5c294", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Touhou Project Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -35.717, + "posY": 1.973, + "posZ": -126.28, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.754106, + "scaleY": 0.365108132, + "scaleZ": 1.92078626 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.luascriptstate new file mode 100644 index 00000000..9d4709e3 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0115c9":{"lock":false,"pos":{"x":-19.2997627258301,"y":1.30758762359619,"z":-84.8181610107422},"rot":{"x":0.0208086222410202,"y":270.000122070313,"z":0.0167708657681942}},"0869b0":{"lock":false,"pos":{"x":-16.6232986450195,"y":1.3645213842392,"z":-52.1352844238281},"rot":{"x":0.0208164509385824,"y":269.999725341797,"z":0.0167680736631155}},"0a0573":{"lock":false,"pos":{"x":-26.3001403808594,"y":1.27108871936798,"z":-69.0605621337891},"rot":{"x":359.979156494141,"y":89.999755859375,"z":359.983245849609}},"1342d8":{"lock":false,"pos":{"x":-16.6233005523682,"y":1.36150372028351,"z":-62.4441528320313},"rot":{"x":0.0208265371620655,"y":269.965148925781,"z":0.0167555063962936}},"13d5ca":{"lock":false,"pos":{"x":-16.6233386993408,"y":1.36186385154724,"z":-61.2142486572266},"rot":{"x":0.0208137799054384,"y":270.010925292969,"z":0.0167719274759293}},"1b5323":{"lock":false,"pos":{"x":-16.6233882904053,"y":1.3569039106369,"z":-78.1589050292969},"rot":{"x":0.0208134669810534,"y":270.008728027344,"z":0.0167714152485132}},"281a12":{"lock":false,"pos":{"x":-16.6235446929932,"y":1.35957205295563,"z":-69.0435638427734},"rot":{"x":0.0208162851631641,"y":269.999542236328,"z":0.0167678333818913}},"2b6fc7":{"lock":false,"pos":{"x":-16.6234893798828,"y":1.35495936870575,"z":-84.8014602661133},"rot":{"x":0.0208100788295269,"y":270.022277832031,"z":0.0167760886251926}},"2f94db":{"lock":false,"pos":{"x":-22.6168899536133,"y":1.3063827753067,"z":-84.8184814453125},"rot":{"x":0.0167733915150166,"y":180.006057739258,"z":359.979187011719}},"36536d":{"lock":false,"pos":{"x":-19.3000545501709,"y":1.31449115276337,"z":-61.2332344055176},"rot":{"x":0.0208088923245668,"y":270.000030517578,"z":0.0167707651853561}},"47b3b0":{"lock":false,"pos":{"x":-16.6235466003418,"y":1.35762691497803,"z":-75.6886901855469},"rot":{"x":0.0208199042826891,"y":269.987365722656,"z":0.0167634058743715}},"500c37":{"lock":false,"pos":{"x":-16.622652053833,"y":1.35460841655731,"z":-86.0018463134766},"rot":{"x":0.0208170153200626,"y":269.999633789063,"z":0.0167679078876972}},"503494":{"lock":false,"pos":{"x":-19.293586730957,"y":1.30989539623261,"z":-76.9415283203125},"rot":{"x":0.0208088792860508,"y":270.000091552734,"z":0.0167709421366453}},"51e457":{"lock":false,"pos":{"x":-16.621789932251,"y":1.35533368587494,"z":-83.5248031616211},"rot":{"x":0.0208167061209679,"y":269.998016357422,"z":0.0167672149837017}},"589aa6":{"lock":false,"pos":{"x":-17.1323127746582,"y":1.3304169178009,"z":-48.3126525878906},"rot":{"x":0.0208026915788651,"y":269.992309570313,"z":0.0167681984603405}},"665ba2":{"lock":false,"pos":{"x":-22.6713542938232,"y":1.30378520488739,"z":-47.1474685668945},"rot":{"x":0.0208087246865034,"y":269.999694824219,"z":0.0167711805552244}},"6a5902":{"lock":false,"pos":{"x":-16.6233062744141,"y":1.36415886878967,"z":-53.3736763000488},"rot":{"x":0.0208215937018394,"y":269.983764648438,"z":0.0167623329907656}},"7122c7":{"lock":false,"pos":{"x":-26.3001747131348,"y":1.26878070831299,"z":-76.9456329345703},"rot":{"x":359.979156494141,"y":89.9993057250977,"z":359.983215332031}},"768f18":{"lock":false,"pos":{"x":-26.29958152771,"y":1.26647710800171,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.0005798339844,"z":359.983215332031}},"78041d":{"lock":false,"pos":{"x":-26.3001346588135,"y":1.27337789535522,"z":-61.2409591674805},"rot":{"x":359.979156494141,"y":89.9918670654297,"z":359.983245849609}},"8b68e0":{"lock":false,"pos":{"x":-19.2999973297119,"y":1.31677353382111,"z":-53.4358177185059},"rot":{"x":0.020808944478631,"y":270.000030517578,"z":0.0167707353830338}},"8d3616":{"lock":false,"pos":{"x":-26.2999992370605,"y":1.27566230297089,"z":-53.436840057373},"rot":{"x":359.979156494141,"y":90.0000076293945,"z":359.983245849609}},"96c54e":{"lock":false,"pos":{"x":-16.6233100891113,"y":1.36379873752594,"z":-54.6039886474609},"rot":{"x":0.020816121250391,"y":270.000244140625,"z":0.0167683251202106}},"a6c471":{"lock":false,"pos":{"x":-22.6138801574707,"y":1.31556940078735,"z":-53.4381103515625},"rot":{"x":0.0167721062898636,"y":180.002349853516,"z":359.979187011719}},"cc9de1":{"lock":false,"pos":{"x":-22.6169376373291,"y":1.31328415870667,"z":-61.2413673400879},"rot":{"x":0.0167721807956696,"y":180.001998901367,"z":359.979187011719}},"ccd02d":{"lock":false,"pos":{"x":-16.6233386993408,"y":1.36222386360168,"z":-59.9842529296875},"rot":{"x":0.0208138879388571,"y":270.010620117188,"z":0.0167719721794128}},"d01288":{"lock":false,"pos":{"x":-16.6233234405518,"y":1.35921192169189,"z":-70.2738494873047},"rot":{"x":0.0208166427910328,"y":269.999420166016,"z":0.0167679861187935}},"dde8a8":{"lock":false,"pos":{"x":-16.6228141784668,"y":1.35726404190063,"z":-76.9289321899414},"rot":{"x":0.0208161640912294,"y":269.999725341797,"z":0.016768041998148}},"f01f56":{"lock":false,"pos":{"x":-19.2958545684814,"y":1.31220149993896,"z":-69.0606842041016},"rot":{"x":0.0208088848739862,"y":270.000122070313,"z":0.0167712066322565}},"f0b6f4":{"lock":false,"pos":{"x":-16.6233520507813,"y":1.35993504524231,"z":-67.803825378418},"rot":{"x":0.0208160504698753,"y":269.999847412109,"z":0.0167683139443398}},"ff2498":{"lock":false,"pos":{"x":-22.6156692504883,"y":1.31099128723145,"z":-69.0755920410156},"rot":{"x":0.0167712494730949,"y":180.000106811523,"z":359.979187011719}},"fffb0c":{"lock":false,"pos":{"x":-22.6157398223877,"y":1.30868756771088,"z":-76.9460220336914},"rot":{"x":0.0167720932513475,"y":180.002090454102,"z":359.979187011719}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/TouhouProjectInvestigators.c5c294.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.json b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.json new file mode 100644 index 00000000..d87320d6 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767572704/331469F5EAD01108E83C7662B9949F4AC3D00313/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Created by Samirashul", + "DragSelectable": true, + "GMNotes": "fancreations/investigators_weird_west.json", + "GUID": "58ddca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.luascriptstate", + "LuaScript_path": "Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Weird West Custom Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 2.009, + "posZ": 81.007, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.3633405, + "scaleY": 0.2837723, + "scaleZ": 1.49288893 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.luascriptstate b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.luascriptstate new file mode 100644 index 00000000..07736002 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.luascriptstate @@ -0,0 +1 @@ +{"ml":{"05e2c0":{"lock":false,"pos":{"x":-26.3001842498779,"y":1.47353863716125,"z":-76.9456405639648},"rot":{"x":0.0208083260804415,"y":270.001403808594,"z":180.01676940918}},"09ad66":{"lock":false,"pos":{"x":-22.615743637085,"y":1.30868756771088,"z":-76.9460296630859},"rot":{"x":0.0208102352917194,"y":269.995422363281,"z":0.0167690441012383}},"3212ba":{"lock":false,"pos":{"x":-22.7136993408203,"y":1.30798888206482,"z":-79.2113952636719},"rot":{"x":0.0208046901971102,"y":270.013366699219,"z":0.0167759861797094}},"4a4add":{"lock":false,"pos":{"x":-22.7518444061279,"y":1.31493735313416,"z":-55.4262008666992},"rot":{"x":0.0208011120557785,"y":270.025115966797,"z":0.0167802777141333}},"560bdb":{"lock":false,"pos":{"x":-22.6168918609619,"y":1.3063827753067,"z":-84.818489074707},"rot":{"x":0.0208111274987459,"y":269.991058349609,"z":0.0167677570134401}},"598416":{"lock":false,"pos":{"x":-26.3000087738037,"y":1.48041987419128,"z":-53.4368515014648},"rot":{"x":0.0208082254976034,"y":270.000610351563,"z":180.01676940918}},"60c34e":{"lock":false,"pos":{"x":-22.6686191558838,"y":1.30925226211548,"z":-74.9513778686523},"rot":{"x":0.0208004489541054,"y":270.027587890625,"z":0.0167813859879971}},"652771":{"lock":false,"pos":{"x":-22.6169414520264,"y":1.31328415870667,"z":-61.2413673400879},"rot":{"x":0.0208116583526134,"y":269.990875244141,"z":0.0167675074189901}},"6a79ce":{"lock":false,"pos":{"x":-22.7609882354736,"y":1.31608760356903,"z":-51.4852142333984},"rot":{"x":0.0208025313913822,"y":270.020202636719,"z":0.0167785175144672}},"6a93db":{"lock":false,"pos":{"x":-19.3000030517578,"y":1.31677353382111,"z":-53.4358215332031},"rot":{"x":0.02080830745399,"y":270.000762939453,"z":0.0167714785784483}},"701c64":{"lock":false,"pos":{"x":-26.300142288208,"y":1.50220584869385,"z":-61.2409629821777},"rot":{"x":0.0208188965916634,"y":269.965393066406,"z":180.01676940918}},"730956":{"lock":false,"pos":{"x":-19.3000602722168,"y":1.31449115276337,"z":-61.2332382202148},"rot":{"x":0.0208089556545019,"y":269.998840332031,"z":0.0167708117514849}},"805c5d":{"lock":false,"pos":{"x":-22.7589092254639,"y":1.3069132566452,"z":-82.8301010131836},"rot":{"x":0.0208124294877052,"y":269.987060546875,"z":0.0167664363980293}},"80c874":{"lock":false,"pos":{"x":-22.5390548706055,"y":1.31388795375824,"z":-59.2751998901367},"rot":{"x":0.0208148751407862,"y":269.978088378906,"z":0.0167632009834051}},"8782a0":{"lock":false,"pos":{"x":-22.7289066314697,"y":1.31035208702087,"z":-71.1191024780273},"rot":{"x":0.0208046063780785,"y":270.013366699219,"z":0.0167760066688061}},"8903f5":{"lock":false,"pos":{"x":-22.7560520172119,"y":1.31155574321747,"z":-66.9736251831055},"rot":{"x":0.0208087116479874,"y":269.998748779297,"z":0.0167708247900009}},"a0221f":{"lock":false,"pos":{"x":-26.3001880645752,"y":1.47584664821625,"z":-69.0605850219727},"rot":{"x":0.0208174251019955,"y":269.968963623047,"z":180.01676940918}},"a98e88":{"lock":false,"pos":{"x":-22.6028499603271,"y":1.31268572807312,"z":-63.3029747009277},"rot":{"x":0.0208002626895905,"y":270.028137207031,"z":0.0167814139276743}},"ad33a4":{"lock":false,"pos":{"x":-22.6156806945801,"y":1.31099140644073,"z":-69.0756072998047},"rot":{"x":0.020808132365346,"y":270.002166748047,"z":0.0167719703167677}},"be922f":{"lock":false,"pos":{"x":-22.7915019989014,"y":1.30566263198853,"z":-87.0623779296875},"rot":{"x":0.0208004154264927,"y":270.027099609375,"z":0.0167809296399355}},"beae03":{"lock":false,"pos":{"x":-22.613883972168,"y":1.31556940078735,"z":-53.4381103515625},"rot":{"x":0.0208098795264959,"y":269.995910644531,"z":0.0167693924158812}},"caefe0":{"lock":false,"pos":{"x":-19.2935924530029,"y":1.30989539623261,"z":-76.941535949707},"rot":{"x":0.0208082757890224,"y":270.0009765625,"z":0.0167715456336737}},"cd9447":{"lock":false,"pos":{"x":-26.2995929718018,"y":1.47123456001282,"z":-84.8179931640625},"rot":{"x":0.0208129994571209,"y":269.984710693359,"z":180.01676940918}},"db4063":{"lock":false,"pos":{"x":-19.2958602905273,"y":1.31220149993896,"z":-69.0606918334961},"rot":{"x":0.0208044555038214,"y":270.014404296875,"z":0.0167763326317072}},"f49f9a":{"lock":false,"pos":{"x":-19.299768447876,"y":1.30758762359619,"z":-84.8181686401367},"rot":{"x":0.0208086315542459,"y":270.000061035156,"z":0.0167712438851595}}}} diff --git a/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.ttslua b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Community-CreatedPlayerCardsInvestigators.ed4ca7/WeirdWestCustomInvestigators.58ddca.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Configuration.03804b.json b/objects/Configuration.03804b.json new file mode 100644 index 00000000..4739c4f6 --- /dev/null +++ b/objects/Configuration.03804b.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "for DeckImporter", + "DragSelectable": true, + "GMNotes": "", + "GUID": "03804b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"arkhamdb/Configuration\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Configuration", + "Snap": true, + "Sticky": true, + "Tags": [ + "import_configuration_provider" + ], + "Tooltip": true, + "Transform": { + "posX": 77.464, + "posY": 1.485, + "posZ": 4.352, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Connectionmarkers.170f10.json b/objects/Connectionmarkers.170f10.json new file mode 100644 index 00000000..123b281e --- /dev/null +++ b/objects/Connectionmarkers.170f10.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.7234af" + ], + "ContainedObjects_path": "Connectionmarkers.170f10", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/949588657208009702/1786DA3A72B61BF39ADE9577B177797450011602/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "170f10", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Connection markers", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -52.515, + "posY": 1.655, + "posZ": 1.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Connectionmarkers.170f10/Custom_Tile.7234af.json b/objects/Connectionmarkers.170f10/Custom_Tile.7234af.json new file mode 100644 index 00000000..98f1e8f3 --- /dev/null +++ b/objects/Connectionmarkers.170f10/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -50.369, + "posY": 1.746, + "posZ": -0.17, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Connectionmarkers.5dcccb.json b/objects/Connectionmarkers.5dcccb.json new file mode 100644 index 00000000..603d2fad --- /dev/null +++ b/objects/Connectionmarkers.5dcccb.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.7234af" + ], + "ContainedObjects_path": "Connectionmarkers.5dcccb", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/949588657208009702/1786DA3A72B61BF39ADE9577B177797450011602/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5dcccb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Connection markers", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.559, + "posY": 1.636, + "posZ": -26.724, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Connectionmarkers.5dcccb/Custom_Tile.7234af.json b/objects/Connectionmarkers.5dcccb/Custom_Tile.7234af.json new file mode 100644 index 00000000..98f1e8f3 --- /dev/null +++ b/objects/Connectionmarkers.5dcccb/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -50.369, + "posY": 1.746, + "posZ": -0.17, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Connectionmarkers.b118af.json b/objects/Connectionmarkers.b118af.json new file mode 100644 index 00000000..35dc1b27 --- /dev/null +++ b/objects/Connectionmarkers.b118af.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.7234af" + ], + "ContainedObjects_path": "Connectionmarkers.b118af", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/949588657208009702/1786DA3A72B61BF39ADE9577B177797450011602/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b118af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Connection markers", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -41.769, + "posY": 1.648, + "posZ": 26.75, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Connectionmarkers.b118af/Custom_Tile.7234af.json b/objects/Connectionmarkers.b118af/Custom_Tile.7234af.json new file mode 100644 index 00000000..98f1e8f3 --- /dev/null +++ b/objects/Connectionmarkers.b118af/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -50.369, + "posY": 1.746, + "posZ": -0.17, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Core.2585f4.json b/objects/Core.2585f4.json new file mode 100644 index 00000000..78efdb0e --- /dev/null +++ b/objects/Core.2585f4.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667628371/18438B0A0045038A7099648AA3346DFCAA267C66/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/core_investigators.json\r\n", + "GUID": "2585f4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Core.2585f4.luascriptstate", + "LuaScript_path": "Core.2585f4.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Core", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.704, + "posY": 1.295, + "posZ": -53.922, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Core.2585f4.luascriptstate b/objects/Core.2585f4.luascriptstate new file mode 100644 index 00000000..66076149 --- /dev/null +++ b/objects/Core.2585f4.luascriptstate @@ -0,0 +1 @@ +{"ml":{"011254":{"lock":false,"pos":{"x":-26.3001747131348,"y":1.2687805891037,"z":-76.9456329345703},"rot":{"x":359.979156494141,"y":90.0006866455078,"z":359.983215332031}},"02abdb":{"lock":false,"pos":{"x":-26.3001766204834,"y":1.27108907699585,"z":-69.0605773925781},"rot":{"x":359.979156494141,"y":90.0000305175781,"z":359.983215332031}},"0d6388":{"lock":false,"pos":{"x":-26.3001308441162,"y":1.27337777614594,"z":-61.2409515380859},"rot":{"x":359.979156494141,"y":90.0000534057617,"z":359.983215332031}},"0de2c4":{"lock":false,"pos":{"x":-16.6317176818848,"y":1.35992956161499,"z":-67.8122329711914},"rot":{"x":0.0208165403455496,"y":269.999755859375,"z":0.0167678650468588}},"171f17":{"lock":false,"pos":{"x":-22.6138954162598,"y":1.35177934169769,"z":-53.4381256103516},"rot":{"x":0.0167780090123415,"y":180.016967773438,"z":359.979187011719}},"1f564c":{"lock":false,"pos":{"x":-22.6169490814209,"y":1.34468019008636,"z":-61.2413787841797},"rot":{"x":0.0167712792754173,"y":179.999359130859,"z":359.979187011719}},"226716":{"lock":false,"pos":{"x":-16.6317138671875,"y":1.35920643806458,"z":-70.2822341918945},"rot":{"x":0.0208166521042585,"y":269.999542236328,"z":0.0167673751711845}},"24e4f2":{"lock":false,"pos":{"x":-19.293586730957,"y":1.32684934139252,"z":-76.9415283203125},"rot":{"x":0.0208132099360228,"y":269.981689453125,"z":0.0167603269219399}},"2e7dd9":{"lock":false,"pos":{"x":-22.6156787872314,"y":1.34238731861115,"z":-69.0755996704102},"rot":{"x":0.016772024333477,"y":180.002990722656,"z":359.979187011719}},"307044":{"lock":false,"pos":{"x":-16.6318778991699,"y":1.35495400428772,"z":-84.8098449707031},"rot":{"x":0.0208094697445631,"y":270.022247314453,"z":0.0167762581259012}},"3ddfeb":{"lock":false,"pos":{"x":-16.6310443878174,"y":1.35460293292999,"z":-86.0102386474609},"rot":{"x":0.0208166632801294,"y":269.999542236328,"z":0.0167674161493778}},"41bfc7":{"lock":false,"pos":{"x":-16.6467533111572,"y":1.36185228824615,"z":-61.2247848510742},"rot":{"x":0.0208130516111851,"y":270.010894775391,"z":0.0167722497135401}},"468a7c":{"lock":false,"pos":{"x":-19.2958545684814,"y":1.32915532588959,"z":-69.0606842041016},"rot":{"x":0.0208133887499571,"y":269.981384277344,"z":0.0167612247169018}},"4ad11b":{"lock":false,"pos":{"x":-16.631233215332,"y":1.35725867748261,"z":-76.9372863769531},"rot":{"x":0.0208172146230936,"y":269.999664306641,"z":0.0167672913521528}},"4c86dd":{"lock":false,"pos":{"x":-22.6168842315674,"y":1.33777868747711,"z":-84.818473815918},"rot":{"x":0.0167789775878191,"y":180.022750854492,"z":359.979187011719}},"543164":{"lock":false,"pos":{"x":-16.6319351196289,"y":1.35956656932831,"z":-69.0519485473633},"rot":{"x":0.0208163019269705,"y":269.999450683594,"z":0.0167674608528614}},"6330da":{"lock":false,"pos":{"x":-16.6317100524902,"y":1.36379337310791,"z":-54.6123695373535},"rot":{"x":0.0208169054239988,"y":270.000213623047,"z":0.016768217086792}},"779aa6":{"lock":false,"pos":{"x":-16.6301956176758,"y":1.35532832145691,"z":-83.5331726074219},"rot":{"x":0.0208166800439358,"y":269.998016357422,"z":0.0167674235999584}},"7a6af2":{"lock":false,"pos":{"x":-19.2997856140137,"y":1.30758762359619,"z":-84.8181838989258},"rot":{"x":0.020803352817893,"y":270.018859863281,"z":0.016777291893959}},"965031":{"lock":false,"pos":{"x":-19.3000774383545,"y":1.31449115276337,"z":-61.2332534790039},"rot":{"x":0.0208074133843184,"y":270.005187988281,"z":0.016772611066699}},"978a0e":{"lock":false,"pos":{"x":-26.2999897003174,"y":1.27566194534302,"z":-53.4368362426758},"rot":{"x":359.979156494141,"y":90.000358581543,"z":359.983215332031}},"9e80b9":{"lock":false,"pos":{"x":-16.6316967010498,"y":1.36415350437164,"z":-53.3820648193359},"rot":{"x":0.020821375772357,"y":269.983795166016,"z":0.0167624186724424}},"bde4a6":{"lock":false,"pos":{"x":-16.631706237793,"y":1.36451590061188,"z":-52.1436500549316},"rot":{"x":0.0208170115947723,"y":269.999755859375,"z":0.0167683809995651}},"bed196":{"lock":false,"pos":{"x":-19.295877456665,"y":1.31220149993896,"z":-69.0607070922852},"rot":{"x":0.0207997281104326,"y":270.031768798828,"z":0.0167825166136026}},"cbcf3e":{"lock":false,"pos":{"x":-19.2997627258301,"y":1.32454144954681,"z":-84.8181610107422},"rot":{"x":0.0208172630518675,"y":269.969055175781,"z":0.0167543943971395}},"d3b405":{"lock":false,"pos":{"x":-19.3000068664551,"y":1.33854138851166,"z":-53.4358291625977},"rot":{"x":0.0208118334412575,"y":269.99267578125,"z":0.0167693011462688}},"d3cab5":{"lock":false,"pos":{"x":-22.6157493591309,"y":1.34008347988129,"z":-76.9460296630859},"rot":{"x":0.0167705453932285,"y":179.999984741211,"z":359.979187011719}},"d6fdbf":{"lock":false,"pos":{"x":-16.6316871643066,"y":1.36149835586548,"z":-62.4525566101074},"rot":{"x":0.0208269469439983,"y":269.965209960938,"z":0.016755286604166}},"d9fb86":{"lock":false,"pos":{"x":-16.6317729949951,"y":1.35689842700958,"z":-78.1672897338867},"rot":{"x":0.0208139196038246,"y":270.008666992188,"z":0.0167712420225143}},"dc27c7":{"lock":false,"pos":{"x":-26.2995834350586,"y":1.26647651195526,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.0029678344727,"z":359.983215332031}},"de216f":{"lock":false,"pos":{"x":-16.6467628479004,"y":1.36221206188202,"z":-59.995361328125},"rot":{"x":0.0208131168037653,"y":270.010681152344,"z":0.0167723800987005}},"e04b48":{"lock":false,"pos":{"x":-16.6361293792725,"y":1.35761880874634,"z":-75.7012634277344},"rot":{"x":0.0208205860108137,"y":269.987365722656,"z":0.0167635306715965}},"e9ad05":{"lock":false,"pos":{"x":-19.2936096191406,"y":1.30989551544189,"z":-76.9415512084961},"rot":{"x":0.0208100210875273,"y":269.995941162109,"z":0.016769165173173}},"f62044":{"lock":false,"pos":{"x":-19.3000545501709,"y":1.33144497871399,"z":-61.2332344055176},"rot":{"x":0.0208065081387758,"y":270.012023925781,"z":0.0167752727866173}}}} diff --git a/objects/Core.2585f4.ttslua b/objects/Core.2585f4.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/Core.2585f4.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/CoreNightoftheZealot.64a613.json b/objects/CoreNightoftheZealot.64a613.json new file mode 100644 index 00000000..282aca24 --- /dev/null +++ b/objects/CoreNightoftheZealot.64a613.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667628371/18438B0A0045038A7099648AA3346DFCAA267C66/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/night_of_the_zealot.json", + "GUID": "64a613", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "{\"ml\":[]}", + "LuaScript_path": "CoreNightoftheZealot.64a613.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Core/Night of the Zealot", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.53, + "posY": 1.481, + "posZ": 28.525, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/CoreNightoftheZealot.64a613.ttslua b/objects/CoreNightoftheZealot.64a613.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/CoreNightoftheZealot.64a613.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Cursetokens.bd0253.json b/objects/Cursetokens.bd0253.json new file mode 100644 index 00000000..b7b9d5ff --- /dev/null +++ b/objects/Cursetokens.bd0253.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.678891", + "Custom_Tile.678891", + "Custom_Tile.adec97", + "Custom_Tile.678891", + "Custom_Tile.f82dd9", + "Custom_Tile.678891", + "Custom_Tile.5b224c", + "Custom_Tile.678891", + "Custom_Tile.b92c2b", + "Custom_Tile.678891" + ], + "ContainedObjects_path": "Cursetokens.bd0253", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778633181/7A00AF905BCD6EB5D866F2107CECBC0A49E360F7/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bd0253", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Curse tokens", + "Snap": true, + "Sticky": true, + "Tags": [ + "displacement_excluded" + ], + "Tooltip": true, + "Transform": { + "posX": 4.053, + "posY": 1.642, + "posZ": -12.449, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 0.7, + "scaleY": 0.7, + "scaleZ": 0.7 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cursetokens.bd0253/Custom_Tile.5b224c.json b/objects/Cursetokens.bd0253/Custom_Tile.5b224c.json new file mode 100644 index 00000000..f4ac6eef --- /dev/null +++ b/objects/Cursetokens.bd0253/Custom_Tile.5b224c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.44425, + "g": 0.00387, + "r": 0.27072 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b224c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.233, + "posY": 1.607, + "posZ": -21.577, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cursetokens.bd0253/Custom_Tile.678891.json b/objects/Cursetokens.bd0253/Custom_Tile.678891.json new file mode 100644 index 00000000..f580f226 --- /dev/null +++ b/objects/Cursetokens.bd0253/Custom_Tile.678891.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.44425, + "g": 0.00387, + "r": 0.27072 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "678891", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -46.206, + "posY": 1.789, + "posZ": -3.483, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cursetokens.bd0253/Custom_Tile.adec97.json b/objects/Cursetokens.bd0253/Custom_Tile.adec97.json new file mode 100644 index 00000000..7ba73ed2 --- /dev/null +++ b/objects/Cursetokens.bd0253/Custom_Tile.adec97.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.44425, + "g": 0.00387, + "r": 0.27072 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "adec97", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.233, + "posY": 1.607, + "posZ": -21.577, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cursetokens.bd0253/Custom_Tile.b92c2b.json b/objects/Cursetokens.bd0253/Custom_Tile.b92c2b.json new file mode 100644 index 00000000..7a6066bd --- /dev/null +++ b/objects/Cursetokens.bd0253/Custom_Tile.b92c2b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.44425, + "g": 0.00387, + "r": 0.27072 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b92c2b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -45.493, + "posY": 1.791, + "posZ": -3.886, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Cursetokens.bd0253/Custom_Tile.f82dd9.json b/objects/Cursetokens.bd0253/Custom_Tile.f82dd9.json new file mode 100644 index 00000000..62d231c7 --- /dev/null +++ b/objects/Cursetokens.bd0253/Custom_Tile.f82dd9.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.44425, + "g": 0.00387, + "r": 0.27072 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f82dd9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.233, + "posY": 1.607, + "posZ": -21.577, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/CustomDataHelper.2547b3.json b/objects/CustomDataHelper.2547b3.json new file mode 100644 index 00000000..5e28e176 --- /dev/null +++ b/objects/CustomDataHelper.2547b3.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583187306/6844B833AD55B9A34095067B201B311E1348325F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Include this in custom content for clue spawning!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2547b3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "require(\"core/CustomDataHelper\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Custom Data Helper", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 31.999, + "posY": 1.531, + "posZ": -24.492, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5000004, + "scaleY": 0.5000004, + "scaleZ": 0.5000004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.12c65e.json b/objects/Custom_Assetbundle.12c65e.json new file mode 100644 index 00000000..7a89e108 --- /dev/null +++ b/objects/Custom_Assetbundle.12c65e.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978795929/723C50F43FAB3DE3DC12CB8460536E8CB34B60A3/", + "LoopingEffectIndex": 0, + "MaterialIndex": 2, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "12c65e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 54, + "posY": -9, + "posZ": -21.6, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.35b95f.json b/objects/Custom_Assetbundle.35b95f.json new file mode 100644 index 00000000..070823f3 --- /dev/null +++ b/objects/Custom_Assetbundle.35b95f.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978796471/14ED0DBD593370733A0309B0950004F33EB9FACA/", + "LoopingEffectIndex": 0, + "MaterialIndex": 1, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "35b95f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": -9, + "posZ": 21.6, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 4, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.393bf7.json b/objects/Custom_Assetbundle.393bf7.json new file mode 100644 index 00000000..e94c4d64 --- /dev/null +++ b/objects/Custom_Assetbundle.393bf7.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978795929/723C50F43FAB3DE3DC12CB8460536E8CB34B60A3/", + "LoopingEffectIndex": 0, + "MaterialIndex": 2, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "393bf7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 54, + "posY": -9, + "posZ": 21.6, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.5706ae.json b/objects/Custom_Assetbundle.5706ae.json new file mode 100644 index 00000000..03cf0328 --- /dev/null +++ b/objects/Custom_Assetbundle.5706ae.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.8, + "g": 0.8, + "r": 0.8 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/821188897159732589/F46BB67A19FEE31DEC277CFD9CFE955FCA32B078/", + "LoopingEffectIndex": 0, + "MaterialIndex": 0, + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5706ae", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 40.034, + "posY": 1.415, + "posZ": -24.905, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.5af8f2.json b/objects/Custom_Assetbundle.5af8f2.json new file mode 100644 index 00000000..78d6ec1d --- /dev/null +++ b/objects/Custom_Assetbundle.5af8f2.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978796471/14ED0DBD593370733A0309B0950004F33EB9FACA/", + "LoopingEffectIndex": 0, + "MaterialIndex": 1, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5af8f2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 54, + "posY": -9, + "posZ": 0, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.2, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.9f95fd.json b/objects/Custom_Assetbundle.9f95fd.json new file mode 100644 index 00000000..4bd485db --- /dev/null +++ b/objects/Custom_Assetbundle.9f95fd.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978796471/14ED0DBD593370733A0309B0950004F33EB9FACA/", + "LoopingEffectIndex": 0, + "MaterialIndex": 1, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f95fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -54, + "posY": -9, + "posZ": 0, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 2.2, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.afc863.json b/objects/Custom_Assetbundle.afc863.json new file mode 100644 index 00000000..fe59f42e --- /dev/null +++ b/objects/Custom_Assetbundle.afc863.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978795929/723C50F43FAB3DE3DC12CB8460536E8CB34B60A3/", + "LoopingEffectIndex": 0, + "MaterialIndex": 2, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "afc863", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -54, + "posY": -9, + "posZ": -21.6, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.c8edca.json b/objects/Custom_Assetbundle.c8edca.json new file mode 100644 index 00000000..ee769f21 --- /dev/null +++ b/objects/Custom_Assetbundle.c8edca.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978795929/723C50F43FAB3DE3DC12CB8460536E8CB34B60A3/", + "LoopingEffectIndex": 0, + "MaterialIndex": 2, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c8edca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -54, + "posY": -9, + "posZ": 21.6, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Assetbundle.f938a2.json b/objects/Custom_Assetbundle.f938a2.json new file mode 100644 index 00000000..bc02d30d --- /dev/null +++ b/objects/Custom_Assetbundle.f938a2.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/879750610978796471/14ED0DBD593370733A0309B0950004F33EB9FACA/", + "LoopingEffectIndex": 0, + "MaterialIndex": 1, + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f938a2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": -9, + "posZ": -21.6, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 4, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.032300.json b/objects/Custom_Model.032300.json new file mode 100644 index 00000000..fab63754 --- /dev/null +++ b/objects/Custom_Model.032300.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0, + "g": 0, + "r": 0 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1035211763828036632/8CBB93F4FCFB3A6DB42AB6BC1188EA4559FF0A87/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "032300", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ClueCounter\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -31.911, + "posY": 1.65, + "posZ": 30.97, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.325000077, + "scaleY": 0.325000077, + "scaleZ": 0.325000077 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.0a3b03.json b/objects/Custom_Model.0a3b03.json new file mode 100644 index 00000000..e6f36144 --- /dev/null +++ b/objects/Custom_Model.0a3b03.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.14106, + "g": 0.14106, + "r": 0.14106 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/780750188124765629/74DEC33718157E37D77E0777715B452F9015A07F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/780750188124765079/4F3634374EEC02E5D2DAED88F5D8F0956B6292B8/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0a3b03", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0, + "FrictionCombine": 0, + "StaticFriction": 0 + }, + "Rigidbody": { + "AngularDrag": 0, + "Drag": 0, + "Mass": 500, + "UseGravity": true + }, + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 35.478, + "posY": 1.539, + "posZ": -30.966, + "rotX": 90, + "rotY": 317, + "rotZ": 0, + "scaleX": 0.2, + "scaleY": 0.3, + "scaleZ": 0.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.0c05e4.json b/objects/Custom_Model.0c05e4.json new file mode 100644 index 00000000..5c4c506a --- /dev/null +++ b/objects/Custom_Model.0c05e4.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.14106, + "g": 0.14106, + "r": 0.14106 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/780750188124765629/74DEC33718157E37D77E0777715B452F9015A07F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/780750188124765079/4F3634374EEC02E5D2DAED88F5D8F0956B6292B8/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c05e4", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0, + "FrictionCombine": 0, + "StaticFriction": 0 + }, + "Rigidbody": { + "AngularDrag": 0, + "Drag": 0, + "Mass": 500, + "UseGravity": true + }, + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 35.09, + "posY": 1.54, + "posZ": -31.33, + "rotX": 0, + "rotY": 359, + "rotZ": 90, + "scaleX": 0.2, + "scaleY": 0.3, + "scaleZ": 0.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.1769ed.json b/objects/Custom_Model.1769ed.json new file mode 100644 index 00000000..c2e5623f --- /dev/null +++ b/objects/Custom_Model.1769ed.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0, + "g": 0, + "r": 0 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1035211763828036632/8CBB93F4FCFB3A6DB42AB6BC1188EA4559FF0A87/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1769ed", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ClueCounter\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -59.449, + "posY": 1.65, + "posZ": -22.628, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.325000077, + "scaleY": 0.325000077, + "scaleZ": 0.325000077 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.180a23.json b/objects/Custom_Model.180a23.json new file mode 100644 index 00000000..dce77be1 --- /dev/null +++ b/objects/Custom_Model.180a23.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583186619/365F95EC37B9B27DA32781DB460F0B70DB22F43F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "180a23", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 34.107, + "posY": 1.466, + "posZ": -32.167, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.37be78.json b/objects/Custom_Model.37be78.json new file mode 100644 index 00000000..74f73f8f --- /dev/null +++ b/objects/Custom_Model.37be78.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0, + "g": 0, + "r": 0 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1035211763828036632/8CBB93F4FCFB3A6DB42AB6BC1188EA4559FF0A87/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37be78", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ClueCounter\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -18.983, + "posY": 1.65, + "posZ": -31.01, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.325000077, + "scaleY": 0.325000077, + "scaleZ": 0.325000077 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.4be4a3.json b/objects/Custom_Model.4be4a3.json new file mode 100644 index 00000000..74a6f68f --- /dev/null +++ b/objects/Custom_Model.4be4a3.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583188147/920981125E37B5CEB6C400E3FD353A2C428DA969/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4be4a3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.665, + "posY": 1.467, + "posZ": -30.572, + "rotX": 0, + "rotY": 195, + "rotZ": 0, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.4ee1f2.json b/objects/Custom_Model.4ee1f2.json new file mode 100644 index 00000000..1fc8f6f6 --- /dev/null +++ b/objects/Custom_Model.4ee1f2.json @@ -0,0 +1,159 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "https://i.imgur.com/saWedQ0.png", + "Name": "victory", + "Size": 15 + }, + "Transform": { + "posX": -0.5302569, + "posY": 10.491498, + "posZ": 13.0573263, + "rotX": 90, + "rotY": 89.50254, + "rotZ": 0, + "scaleX": 6.81814575, + "scaleY": 3.75034118, + "scaleZ": 15.0000191 + } + } + ], + "AttachedSnapPoints": [ + { + "Position": { + "x": 0.064, + "y": 10.481, + "z": 13.082 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": 0.064, + "y": 10.481, + "z": 10.91 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -1.404, + "y": 10.482, + "z": 13.082 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -1.404, + "y": 10.482, + "z": 10.91 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": 0.064, + "y": 10.482, + "z": 15.296 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + }, + { + "Position": { + "x": -1.404, + "y": 10.481, + "z": 15.296 + }, + "Rotation": { + "x": 0, + "y": 270, + "z": 0 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://i.imgur.com/EFTMP2d.jpg", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/879750610978796176/4A5A65543B98BCFBF57E910D06EC984208223D38/", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ee1f2", + "Grid": true, + "GridProjection": true, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0, + "posY": -9, + "posZ": 0, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 4, + "scaleY": 1, + "scaleZ": 2.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.87ccfc.json b/objects/Custom_Model.87ccfc.json new file mode 100644 index 00000000..c237cf6b --- /dev/null +++ b/objects/Custom_Model.87ccfc.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583188147/920981125E37B5CEB6C400E3FD353A2C428DA969/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87ccfc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 35.189, + "posY": 1.529, + "posZ": -32.294, + "rotX": 0, + "rotY": 195, + "rotZ": 0, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.a90f21.json b/objects/Custom_Model.a90f21.json new file mode 100644 index 00000000..e48a9861 --- /dev/null +++ b/objects/Custom_Model.a90f21.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583188147/920981125E37B5CEB6C400E3FD353A2C428DA969/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a90f21", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 35.978, + "posY": 1.476, + "posZ": -27.591, + "rotX": 0, + "rotY": 135, + "rotZ": 180, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.b486bd.json b/objects/Custom_Model.b486bd.json new file mode 100644 index 00000000..fc23dbfd --- /dev/null +++ b/objects/Custom_Model.b486bd.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.14106, + "g": 0.14106, + "r": 0.14106 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/780750188124765629/74DEC33718157E37D77E0777715B452F9015A07F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/780750188124765079/4F3634374EEC02E5D2DAED88F5D8F0956B6292B8/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b486bd", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0, + "FrictionCombine": 0, + "StaticFriction": 0 + }, + "Rigidbody": { + "AngularDrag": 0, + "Drag": 0, + "Mass": 500, + "UseGravity": true + }, + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 38.819, + "posY": 1.533, + "posZ": -36.023, + "rotX": 270, + "rotY": 37, + "rotZ": 0, + "scaleX": 0.2, + "scaleY": 0.3, + "scaleZ": 0.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.d7c767.json b/objects/Custom_Model.d7c767.json new file mode 100644 index 00000000..4639eb11 --- /dev/null +++ b/objects/Custom_Model.d7c767.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583188147/920981125E37B5CEB6C400E3FD353A2C428DA969/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d7c767", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 36.012, + "posY": 1.476, + "posZ": -29.978, + "rotX": 0, + "rotY": 135, + "rotZ": 180, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.d86b7c.json b/objects/Custom_Model.d86b7c.json new file mode 100644 index 00000000..fe3a5f75 --- /dev/null +++ b/objects/Custom_Model.d86b7c.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0, + "g": 0, + "r": 0 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1035211763828036632/8CBB93F4FCFB3A6DB42AB6BC1188EA4559FF0A87/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d86b7c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ClueCounter\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -59.499, + "posY": 1.65, + "posZ": 9.561, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.325000077, + "scaleY": 0.325000077, + "scaleZ": 0.325000077 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.f18c2d.json b/objects/Custom_Model.f18c2d.json new file mode 100644 index 00000000..6fa62a98 --- /dev/null +++ b/objects/Custom_Model.f18c2d.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583186619/365F95EC37B9B27DA32781DB460F0B70DB22F43F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f18c2d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 36.238, + "posY": 1.475, + "posZ": -31.015, + "rotX": 0, + "rotY": 180, + "rotZ": 180, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Model.f42af3.json b/objects/Custom_Model.f42af3.json new file mode 100644 index 00000000..8b0d4eda --- /dev/null +++ b/objects/Custom_Model.f42af3.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583186619/365F95EC37B9B27DA32781DB460F0B70DB22F43F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f42af3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 36.51, + "posY": 1.551, + "posZ": -31.653, + "rotX": 0, + "rotY": 195, + "rotZ": 180, + "scaleX": 0.325000376, + "scaleY": 0.325000376, + "scaleZ": 0.325000376 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_PDF.d99993.json b/objects/Custom_PDF.d99993.json new file mode 100644 index 00000000..6b2360be --- /dev/null +++ b/objects/Custom_PDF.d99993.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/c4/b0/c4b0d66c-d79e-411b-bdb5-b5d8c457d4bc/ahc01_rules_reference_web.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d99993", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -60.574, + "posY": 1.249, + "posZ": 70.866, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 4.5, + "scaleY": 1, + "scaleZ": 4.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_PDF.dfbb48.json b/objects/Custom_PDF.dfbb48.json new file mode 100644 index 00000000..49fdcdd8 --- /dev/null +++ b/objects/Custom_PDF.dfbb48.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "http://cloud-3.steamusercontent.com/ugc/1895477850713113098/60A5058DD7BA660434769C6E386FAFAA814FBDDE/" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dfbb48", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.306, + "posY": 1.482, + "posZ": -12.373, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.64039636, + "scaleY": 1, + "scaleZ": 2.64039636 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.23a43c.json b/objects/Custom_Tile.23a43c.json new file mode 100644 index 00000000..8ccfaf43 --- /dev/null +++ b/objects/Custom_Tile.23a43c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.495000154, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "23a43c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 43.97, + "posY": 0.79, + "posZ": 71, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 18.79, + "scaleY": 1, + "scaleZ": 27.34747 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.2eca7c.json b/objects/Custom_Tile.2eca7c.json new file mode 100644 index 00000000..2aa56b96 --- /dev/null +++ b/objects/Custom_Tile.2eca7c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/tpN1bvg.jpg", + "ImageURL": "https://i.imgur.com/8SxnJvQ.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2eca7c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.21, + "posY": 1.55, + "posZ": 22.5, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 3.3, + "scaleY": 1, + "scaleZ": 3.3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.463022.json b/objects/Custom_Tile.463022.json new file mode 100644 index 00000000..e48992c0 --- /dev/null +++ b/objects/Custom_Tile.463022.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.495000154, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "463022", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.99, + "posY": 0.74, + "posZ": 1.054, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 57.48, + "scaleY": 1, + "scaleZ": 2.26 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.5450cc.json b/objects/Custom_Tile.5450cc.json new file mode 100644 index 00000000..f085eeaf --- /dev/null +++ b/objects/Custom_Tile.5450cc.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.495000154, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5450cc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.73, + "posY": 0.76, + "posZ": 70.996, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 25, + "scaleY": 1, + "scaleZ": 27.3458424 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.6161b4.json b/objects/Custom_Tile.6161b4.json new file mode 100644 index 00000000..7555856e --- /dev/null +++ b/objects/Custom_Tile.6161b4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.01, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/254843371583102491/71731F2E30413A4D27B0805A54B1D87DC415F8DF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6161b4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 31.892, + "posY": 1.428, + "posZ": -29.041, + "rotX": 0, + "rotY": 288, + "rotZ": 0, + "scaleX": 8.965088, + "scaleY": 1, + "scaleZ": 8.97 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.91dd9b.json b/objects/Custom_Tile.91dd9b.json new file mode 100644 index 00000000..c9ccaa3b --- /dev/null +++ b/objects/Custom_Tile.91dd9b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.495000154, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "91dd9b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -28.84, + "posY": 0.8, + "posZ": -69.502, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 25.47, + "scaleY": 1, + "scaleZ": 26.6207123 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.9487a4.json b/objects/Custom_Tile.9487a4.json new file mode 100644 index 00000000..7ca1b104 --- /dev/null +++ b/objects/Custom_Tile.9487a4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.495000154, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/273974515701259432/A09A20BE6300EAB285858E76A03BD781EE3845B5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9487a4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 44.02, + "posY": 0.79, + "posZ": -69.55, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 18.76, + "scaleY": 1, + "scaleZ": 26.580267 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.9f334f.json b/objects/Custom_Tile.9f334f.json new file mode 100644 index 00000000..e1a32638 --- /dev/null +++ b/objects/Custom_Tile.9f334f.json @@ -0,0 +1,83 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedSnapPoints": [ + { + "Position": { + "x": 2.191, + "y": 0.1, + "z": -0.462 + }, + "Rotation": { + "x": 0, + "y": 315, + "z": 0 + } + }, + { + "Position": { + "x": 0.88, + "y": 0.101, + "z": 0.403 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 180 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/952965089462071147/F586DAA07E810B16A62C23AE2EA526BE3C7FD7FB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f334f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -1.309, + "posY": 1.483, + "posZ": 0.034, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 6.5, + "scaleY": 1, + "scaleZ": 6.501476 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Tile.fb09d4.json b/objects/Custom_Tile.fb09d4.json new file mode 100644 index 00000000..b9c0f17f --- /dev/null +++ b/objects/Custom_Tile.fb09d4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/tpN1bvg.jpg", + "ImageURL": "https://i.imgur.com/8SxnJvQ.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb09d4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.21, + "posY": 1.55, + "posZ": -22.5, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 3.3, + "scaleY": 1, + "scaleZ": 3.3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Custom_Token.7bff34.json b/objects/Custom_Token.7bff34.json new file mode 100644 index 00000000..34fb04ab --- /dev/null +++ b/objects/Custom_Token.7bff34.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 0.8027, + "g": 1, + "r": 0.92692 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://i.imgur.com/sWdnG71.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bff34", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0, + "FrictionCombine": 0, + "StaticFriction": 0 + }, + "Rigidbody": { + "AngularDrag": 0, + "Drag": 0, + "Mass": 0, + "UseGravity": false + }, + "Snap": false, + "Sticky": false, + "Tooltip": false, + "Transform": { + "posX": 76.391, + "posY": 25.615, + "posZ": 0.563, + "rotX": 90, + "rotY": 270, + "rotZ": 0, + "scaleX": 20.4048119, + "scaleY": 1, + "scaleZ": 16.79316 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Damage.1f5a0a.json b/objects/Damage.1f5a0a.json new file mode 100644 index 00000000..7246d329 --- /dev/null +++ b/objects/Damage.1f5a0a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663402915/D881A5A0D8A370851B9A0055DD7834CDCE0F72BE/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1f5a0a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/DamageTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Damage\n", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -32.31, + "posY": 1.533, + "posZ": 29.006, + "rotX": 0, + "rotY": 11, + "rotZ": 1, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Damage.591a45.json b/objects/Damage.591a45.json new file mode 100644 index 00000000..ddbc8bbd --- /dev/null +++ b/objects/Damage.591a45.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663402915/D881A5A0D8A370851B9A0055DD7834CDCE0F72BE/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "591a45", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/DamageTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Damage\n", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -18.706, + "posY": 1.61, + "posZ": -29.027, + "rotX": 0, + "rotY": 195, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Damage.e64eec.json b/objects/Damage.e64eec.json new file mode 100644 index 00000000..9a493143 --- /dev/null +++ b/objects/Damage.e64eec.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663402915/D881A5A0D8A370851B9A0055DD7834CDCE0F72BE/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e64eec", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/DamageTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Damage\n", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -57.512, + "posY": 1.61, + "posZ": -22.921, + "rotX": 0, + "rotY": 285, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Damage.eb08d6.json b/objects/Damage.eb08d6.json new file mode 100644 index 00000000..908c0618 --- /dev/null +++ b/objects/Damage.eb08d6.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663402915/D881A5A0D8A370851B9A0055DD7834CDCE0F72BE/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb08d6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/DamageTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Damage\n", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -57.488, + "posY": 1.612, + "posZ": 9.184, + "rotX": 0, + "rotY": 282, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DamageTokens.480bda.json b/objects/DamageTokens.480bda.json new file mode 100644 index 00000000..69f03e11 --- /dev/null +++ b/objects/DamageTokens.480bda.json @@ -0,0 +1,71 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.00426, + "r": 0.69512 + }, + "ContainedObjects_order": [ + "Custom_Token.cd2a02" + ], + "ContainedObjects_path": "DamageTokens.480bda", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.1, + "SpecularColor": { + "b": 0.745098054, + "g": 0.8117647, + "r": 0.8745098 + }, + "SpecularIntensity": 0.05, + "SpecularSharpness": 3.000001 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357113311/C9A5F7E450A6845D0D09D7407AA38E9319697D74/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "480bda", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Damage Tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -54.749, + "posY": 1.658, + "posZ": 1.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DamageTokens.480bda/Custom_Token.cd2a02.json b/objects/DamageTokens.480bda/Custom_Token.cd2a02.json new file mode 100644 index 00000000..2d4a03b8 --- /dev/null +++ b/objects/DamageTokens.480bda/Custom_Token.cd2a02.json @@ -0,0 +1,2852 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974350/E16168497E847B690A16F1C0914E4F5C872555B6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd2a02", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "States": { + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975474/DFCA4DBDEDCC936D2A2888A98C9B2FEBCD30C22B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "473fd1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000002114869, + "rotY": 180, + "rotZ": -0.00000344551631, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975559/D34362DF759435E36BF4109C8EE397D96EDE6B56/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fdb103", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.00000637244239, + "rotY": 180, + "rotZ": 1.0489314e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975658/F7CBB1000A579C9642A259174E611C0118190022/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9409fe", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000006856813, + "rotY": 180, + "rotZ": 6.24681149e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975808/E0965014A9756E7CB50A144006363535D43BA6F5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69b7a8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000810479651, + "rotY": 180, + "rotZ": 4.15571648e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975959/B5BB691A4BF8E83DD2B514C81EC38E8E082ED787/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df96a2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000515672855, + "rotY": 180, + "rotZ": -9.08177e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976119/2EFDA564FE2E9F58EB47F21B4CB69117876DCC7A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "166a74", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000007670889, + "rotY": 180, + "rotZ": 2.730384e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976252/7FE12F57BD8ED418097467B0472B2B510C5B3D05/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a964cf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000009659233, + "rotY": 180, + "rotZ": 0.000003145974, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976402/BFC6C6655B0EB1C3DFD3819AFEA599F8D42CEB64/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f25755", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 9.30901138e-7, + "rotY": 180, + "rotZ": 0.0000140537149, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976543/32E963CDBABCDEBEF3FB499670577A19689E1D8B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "157830", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000349763832, + "rotY": 180, + "rotZ": -0.000011208811, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976679/9CFECB352760F82A558905BC6874DD47F807F785/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b281e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01000011, + "posZ": 9.519388, + "rotX": -0.00000487788157, + "rotY": 180.000015, + "rotZ": 0.00000283701524, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974497/B53160AEF67C32741FB7393B887A745C5A0403A6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "731a18", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.0000112864509, + "rotY": 180, + "rotZ": 0.000009893568, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976805/C81E859758C7B35531566E99CFFDC10626F184D2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e38f0b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000381104314, + "rotY": 180.000015, + "rotZ": -0.0000125628785, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "21": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976909/640634C5EC652071E14B8EDDEB8800ED4CFECBE3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "be6df1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000109130187, + "rotY": 180, + "rotZ": 0.00001615263, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "22": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977001/6854680D0F7FE536050A1FDDC5A31B642BAA82FB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bb1af", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 3.85535827e-7, + "rotY": 180.000015, + "rotZ": -3.36548e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "23": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977114/58B8C6AFC58BEC7F5CDA992B399235E1D1CE216A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca8bdf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000105401759, + "rotY": 180.000015, + "rotZ": 0.00000126669079, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "24": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977249/7D1F115182E691E90A505760A3349D237C0F16E1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01363c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000114314139, + "rotY": 180.000015, + "rotZ": 0.00000173802164, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "25": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977373/3EB829A410A896DFBA803FB029394976F6AE0CCB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b72a1d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000184584269, + "rotY": 180.000015, + "rotZ": 0.0000053036315, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "26": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977465/9CA5019A545C6BF2AA1BBB3112267EACAF52C01E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "04f0ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000102766649, + "rotY": 180.000015, + "rotZ": -0.0000137765155, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "27": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977563/7037BEF939CFBDC031481366476C44C7C3EF322D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfaf88", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000019677243, + "rotY": 180.000015, + "rotZ": 0.00000249157665, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "28": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977715/F7661D4ADB8F7071FB4E836B2BAF43C3820848E4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "592346", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00001276227, + "rotY": 180.000015, + "rotZ": 0.00000153182373, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "29": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977844/58C1F8974EEF4961249B44B8517B350F18753379/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4cca27", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000313882947, + "rotY": 180.000015, + "rotZ": -4.327291e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974625/F8D98C87DCB93C8CDF106FFAB3DA836B22DA8BEB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5099bb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -9.526744e-8, + "rotY": 180, + "rotZ": -7.436876e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "30": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977960/7AC1D20BCD93FD3D035EC26A4C108A82E72EBA86/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc08ab", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000168156157, + "rotY": 180.000015, + "rotZ": 0.00000219717617, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "31": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978096/D6F6F7EDF5E14EE6B9EE21F807E7CF4F9F9EC028/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ae6d21", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000069150783, + "rotY": 180.000015, + "rotZ": 0.000002574338, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "32": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978200/E6CDADB9AAB0A79E8526D7A4A1F49471893F7947/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b4d06", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000011233, + "rotY": 180, + "rotZ": 0.0000167793787, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "33": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978337/818E96F0D2BCB45CC90CEE863677312245594B4C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3b3f8c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000190952255, + "rotY": 180, + "rotZ": 6.814834e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "34": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978437/B98FDAB4D1EBC1D40E969DEF9CA7143C8D251BB4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfdd03", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000108585373, + "rotY": 180, + "rotZ": 0.00000540023439, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "35": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978553/9A27448271331CDD6292E14F2CB49D71C50CEBF3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f89275", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000721516062, + "rotY": 180, + "rotZ": -0.000002222035, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "36": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978668/D56BF0309ECBDDC4DC4C8FFB71C8B80B320A5E11/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f45ba0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000655812164, + "rotY": 180, + "rotZ": -4.21542978e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "37": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978779/A532740121C41FEF6E30A9E98F933AE1D15907CB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e6cce3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000008363716, + "rotY": 180, + "rotZ": 0.0000125134511, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "38": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978910/695348D90CBB1D5EF857964662D3D29478FAECC2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9d9531", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000165363917, + "rotY": 180, + "rotZ": 0.00000755110068, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "39": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979053/575819DDF05E4E6FBFA296DD68E7AF6A764CE2B6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9676a0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.00000433588548, + "rotY": 180, + "rotZ": 0.0000134007632, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974789/EC9F446EA2DF1E2AE8369138E6873B28852469F1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68206f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000003948265, + "rotY": 180, + "rotZ": -0.0000210753624, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "40": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979152/FFC073DECEC5837E340C37F6CE4F40938E40C514/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc6d6a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000305671983, + "rotY": 180, + "rotZ": -0.000004596211, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "41": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979285/C69BFF8D1ECC77BF0F5DAD355DD6E84A6A268731/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87fa52", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 6.80305163e-7, + "rotY": 180, + "rotZ": -0.00000447995035, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "42": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979439/375AE4A39169F62B3447BDC1AA4A26A6690A66D7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a15b63", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000368703422, + "rotY": 180, + "rotZ": 2.98529955e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "43": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979609/C5BFCF1A87F14282C61EC920FD21D9B25E883693/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c1f20", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000327916132, + "rotY": 180, + "rotZ": 8.00865e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "44": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979713/BEB28A94C343F57F6DC3A81F32DDB657CD896EBC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66febb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000132305695, + "rotY": 180, + "rotZ": -0.000008536388, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "45": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979797/B27B29B4FF6D550F532D46CD0F7A3EDF984FD39A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56af87", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 0.000008879468, + "rotY": 180, + "rotZ": -0.0000035132357, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "46": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979901/BA1482E12F3DB002FADB2F5C74FA48EA8DE1E31F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fefa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000577568835, + "rotY": 180, + "rotZ": 0.000007164294, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "47": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980020/3756AD3A8C521914A763443EC79407CB6F38B8E4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e8699", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000150068281, + "rotY": 180, + "rotZ": 0.00000370904536, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "48": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980124/599CAF38B47AD4B29319213CD65C40946DF84777/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "189d66", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000477549, + "rotY": 180, + "rotZ": -0.000008039457, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "49": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980220/D3682CD04922D7709D49C1066AD921221AD92F74/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f08f9a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01000011, + "posZ": 9.519388, + "rotX": -0.0000132930072, + "rotY": 180, + "rotZ": -0.0000175149926, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974892/4AFA955A876D8E5BD28DA6164F38EDFBC9988E0F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a8f8c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.0000251728725, + "rotY": 180, + "rotZ": -0.0000107583146, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "50": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980328/86FB8E62D4EAD71432622244C92A7B261D1D2F6A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aec16f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000107346423, + "rotY": 180, + "rotZ": 0.0000103672137, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975047/33060EB9820DE72C983844818A81444377736BB1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a1ec5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 1.53614124e-7, + "rotY": 180, + "rotZ": -0.000009400431, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975160/6B9DD5F5EBFF943633F1A97D4F2D5EAA15D2E3CA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8fd050", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000806476, + "rotY": 180, + "rotZ": -0.0000194595268, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975274/4E93F71661D310DB5FB0472E49E935F16AD0B16E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b1b78a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000166816653, + "rotY": 180, + "rotZ": -0.0000142901517, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975360/E524936A793CC5871EE74EBE75388A61ABDD44D0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3c293b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000192622952, + "rotY": 180, + "rotZ": 0.00000437234166, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.473, + "posY": 1.821, + "posZ": 1.095, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DamageTokens.93f4a0.json b/objects/DamageTokens.93f4a0.json new file mode 100644 index 00000000..0218c699 --- /dev/null +++ b/objects/DamageTokens.93f4a0.json @@ -0,0 +1,71 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.00426, + "r": 0.69512 + }, + "ContainedObjects_order": [ + "Custom_Token.cd2a02" + ], + "ContainedObjects_path": "DamageTokens.93f4a0", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.1, + "SpecularColor": { + "b": 0.745098054, + "g": 0.8117647, + "r": 0.8745098 + }, + "SpecularIntensity": 0.05, + "SpecularSharpness": 3.000001 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357113311/C9A5F7E450A6845D0D09D7407AA38E9319697D74/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "93f4a0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Damage Tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.558, + "posY": 1.635, + "posZ": -28.959, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DamageTokens.93f4a0/Custom_Token.cd2a02.json b/objects/DamageTokens.93f4a0/Custom_Token.cd2a02.json new file mode 100644 index 00000000..8882e16d --- /dev/null +++ b/objects/DamageTokens.93f4a0/Custom_Token.cd2a02.json @@ -0,0 +1,2852 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974350/E16168497E847B690A16F1C0914E4F5C872555B6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd2a02", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "States": { + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975474/DFCA4DBDEDCC936D2A2888A98C9B2FEBCD30C22B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "473fd1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000002114869, + "rotY": 180, + "rotZ": -0.00000344551631, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975559/D34362DF759435E36BF4109C8EE397D96EDE6B56/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fdb103", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.00000637244239, + "rotY": 180, + "rotZ": 1.0489314e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975658/F7CBB1000A579C9642A259174E611C0118190022/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9409fe", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000006856813, + "rotY": 180, + "rotZ": 6.24681149e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975808/E0965014A9756E7CB50A144006363535D43BA6F5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69b7a8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000810479651, + "rotY": 180, + "rotZ": 4.15571648e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975959/B5BB691A4BF8E83DD2B514C81EC38E8E082ED787/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df96a2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000515672855, + "rotY": 180, + "rotZ": -9.08177e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976119/2EFDA564FE2E9F58EB47F21B4CB69117876DCC7A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "166a74", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000007670889, + "rotY": 180, + "rotZ": 2.730384e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976252/7FE12F57BD8ED418097467B0472B2B510C5B3D05/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a964cf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000009659233, + "rotY": 180, + "rotZ": 0.000003145974, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976402/BFC6C6655B0EB1C3DFD3819AFEA599F8D42CEB64/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f25755", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 9.30901138e-7, + "rotY": 180, + "rotZ": 0.0000140537149, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976543/32E963CDBABCDEBEF3FB499670577A19689E1D8B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "157830", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000349763832, + "rotY": 180, + "rotZ": -0.000011208811, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976679/9CFECB352760F82A558905BC6874DD47F807F785/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b281e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01000011, + "posZ": 9.519388, + "rotX": -0.00000487788157, + "rotY": 180.000015, + "rotZ": 0.00000283701524, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974497/B53160AEF67C32741FB7393B887A745C5A0403A6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "731a18", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.0000112864509, + "rotY": 180, + "rotZ": 0.000009893568, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976805/C81E859758C7B35531566E99CFFDC10626F184D2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e38f0b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000381104314, + "rotY": 180.000015, + "rotZ": -0.0000125628785, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "21": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976909/640634C5EC652071E14B8EDDEB8800ED4CFECBE3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "be6df1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000109130187, + "rotY": 180, + "rotZ": 0.00001615263, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "22": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977001/6854680D0F7FE536050A1FDDC5A31B642BAA82FB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bb1af", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 3.85535827e-7, + "rotY": 180.000015, + "rotZ": -3.36548e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "23": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977114/58B8C6AFC58BEC7F5CDA992B399235E1D1CE216A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca8bdf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000105401759, + "rotY": 180.000015, + "rotZ": 0.00000126669079, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "24": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977249/7D1F115182E691E90A505760A3349D237C0F16E1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01363c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000114314139, + "rotY": 180.000015, + "rotZ": 0.00000173802164, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "25": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977373/3EB829A410A896DFBA803FB029394976F6AE0CCB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b72a1d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000184584269, + "rotY": 180.000015, + "rotZ": 0.0000053036315, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "26": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977465/9CA5019A545C6BF2AA1BBB3112267EACAF52C01E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "04f0ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000102766649, + "rotY": 180.000015, + "rotZ": -0.0000137765155, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "27": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977563/7037BEF939CFBDC031481366476C44C7C3EF322D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfaf88", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000019677243, + "rotY": 180.000015, + "rotZ": 0.00000249157665, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "28": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977715/F7661D4ADB8F7071FB4E836B2BAF43C3820848E4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "592346", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00001276227, + "rotY": 180.000015, + "rotZ": 0.00000153182373, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "29": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977844/58C1F8974EEF4961249B44B8517B350F18753379/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4cca27", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000313882947, + "rotY": 180.000015, + "rotZ": -4.327291e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974625/F8D98C87DCB93C8CDF106FFAB3DA836B22DA8BEB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5099bb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -9.526744e-8, + "rotY": 180, + "rotZ": -7.436876e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "30": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977960/7AC1D20BCD93FD3D035EC26A4C108A82E72EBA86/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc08ab", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000168156157, + "rotY": 180.000015, + "rotZ": 0.00000219717617, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "31": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978096/D6F6F7EDF5E14EE6B9EE21F807E7CF4F9F9EC028/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ae6d21", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000069150783, + "rotY": 180.000015, + "rotZ": 0.000002574338, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "32": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978200/E6CDADB9AAB0A79E8526D7A4A1F49471893F7947/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b4d06", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000011233, + "rotY": 180, + "rotZ": 0.0000167793787, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "33": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978337/818E96F0D2BCB45CC90CEE863677312245594B4C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3b3f8c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000190952255, + "rotY": 180, + "rotZ": 6.814834e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "34": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978437/B98FDAB4D1EBC1D40E969DEF9CA7143C8D251BB4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfdd03", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000108585373, + "rotY": 180, + "rotZ": 0.00000540023439, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "35": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978553/9A27448271331CDD6292E14F2CB49D71C50CEBF3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f89275", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000721516062, + "rotY": 180, + "rotZ": -0.000002222035, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "36": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978668/D56BF0309ECBDDC4DC4C8FFB71C8B80B320A5E11/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f45ba0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000655812164, + "rotY": 180, + "rotZ": -4.21542978e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "37": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978779/A532740121C41FEF6E30A9E98F933AE1D15907CB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e6cce3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000008363716, + "rotY": 180, + "rotZ": 0.0000125134511, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "38": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978910/695348D90CBB1D5EF857964662D3D29478FAECC2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9d9531", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000165363917, + "rotY": 180, + "rotZ": 0.00000755110068, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "39": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979053/575819DDF05E4E6FBFA296DD68E7AF6A764CE2B6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9676a0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.00000433588548, + "rotY": 180, + "rotZ": 0.0000134007632, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974789/EC9F446EA2DF1E2AE8369138E6873B28852469F1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68206f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000003948265, + "rotY": 180, + "rotZ": -0.0000210753624, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "40": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979152/FFC073DECEC5837E340C37F6CE4F40938E40C514/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc6d6a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000305671983, + "rotY": 180, + "rotZ": -0.000004596211, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "41": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979285/C69BFF8D1ECC77BF0F5DAD355DD6E84A6A268731/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87fa52", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 6.80305163e-7, + "rotY": 180, + "rotZ": -0.00000447995035, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "42": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979439/375AE4A39169F62B3447BDC1AA4A26A6690A66D7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a15b63", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000368703422, + "rotY": 180, + "rotZ": 2.98529955e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "43": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979609/C5BFCF1A87F14282C61EC920FD21D9B25E883693/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c1f20", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000327916132, + "rotY": 180, + "rotZ": 8.00865e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "44": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979713/BEB28A94C343F57F6DC3A81F32DDB657CD896EBC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66febb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000132305695, + "rotY": 180, + "rotZ": -0.000008536388, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "45": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979797/B27B29B4FF6D550F532D46CD0F7A3EDF984FD39A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56af87", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 0.000008879468, + "rotY": 180, + "rotZ": -0.0000035132357, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "46": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979901/BA1482E12F3DB002FADB2F5C74FA48EA8DE1E31F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fefa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000577568835, + "rotY": 180, + "rotZ": 0.000007164294, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "47": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980020/3756AD3A8C521914A763443EC79407CB6F38B8E4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e8699", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000150068281, + "rotY": 180, + "rotZ": 0.00000370904536, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "48": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980124/599CAF38B47AD4B29319213CD65C40946DF84777/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "189d66", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000477549, + "rotY": 180, + "rotZ": -0.000008039457, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "49": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980220/D3682CD04922D7709D49C1066AD921221AD92F74/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f08f9a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01000011, + "posZ": 9.519388, + "rotX": -0.0000132930072, + "rotY": 180, + "rotZ": -0.0000175149926, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974892/4AFA955A876D8E5BD28DA6164F38EDFBC9988E0F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a8f8c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.0000251728725, + "rotY": 180, + "rotZ": -0.0000107583146, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "50": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980328/86FB8E62D4EAD71432622244C92A7B261D1D2F6A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aec16f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000107346423, + "rotY": 180, + "rotZ": 0.0000103672137, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975047/33060EB9820DE72C983844818A81444377736BB1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a1ec5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 1.53614124e-7, + "rotY": 180, + "rotZ": -0.000009400431, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975160/6B9DD5F5EBFF943633F1A97D4F2D5EAA15D2E3CA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8fd050", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000806476, + "rotY": 180, + "rotZ": -0.0000194595268, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975274/4E93F71661D310DB5FB0472E49E935F16AD0B16E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b1b78a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000166816653, + "rotY": 180, + "rotZ": -0.0000142901517, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975360/E524936A793CC5871EE74EBE75388A61ABDD44D0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3c293b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000192622952, + "rotY": 180, + "rotZ": 0.00000437234166, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.425, + "posY": 1.799, + "posZ": -29.129, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DamageTokens.b0ef6c.json b/objects/DamageTokens.b0ef6c.json new file mode 100644 index 00000000..18b00688 --- /dev/null +++ b/objects/DamageTokens.b0ef6c.json @@ -0,0 +1,71 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.00426, + "r": 0.69512 + }, + "ContainedObjects_order": [ + "Custom_Token.cd2a02" + ], + "ContainedObjects_path": "DamageTokens.b0ef6c", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.1, + "SpecularColor": { + "b": 0.745098054, + "g": 0.8117647, + "r": 0.8745098 + }, + "SpecularIntensity": 0.05, + "SpecularSharpness": 3.000001 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357113311/C9A5F7E450A6845D0D09D7407AA38E9319697D74/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b0ef6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Damage Tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -41.77, + "posY": 1.648, + "posZ": 28.985, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DamageTokens.b0ef6c/Custom_Token.cd2a02.json b/objects/DamageTokens.b0ef6c/Custom_Token.cd2a02.json new file mode 100644 index 00000000..df450c5b --- /dev/null +++ b/objects/DamageTokens.b0ef6c/Custom_Token.cd2a02.json @@ -0,0 +1,2852 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974350/E16168497E847B690A16F1C0914E4F5C872555B6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd2a02", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "States": { + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975474/DFCA4DBDEDCC936D2A2888A98C9B2FEBCD30C22B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "473fd1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000002114869, + "rotY": 180, + "rotZ": -0.00000344551631, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975559/D34362DF759435E36BF4109C8EE397D96EDE6B56/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fdb103", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.00000637244239, + "rotY": 180, + "rotZ": 1.0489314e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975658/F7CBB1000A579C9642A259174E611C0118190022/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9409fe", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000006856813, + "rotY": 180, + "rotZ": 6.24681149e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975808/E0965014A9756E7CB50A144006363535D43BA6F5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69b7a8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000810479651, + "rotY": 180, + "rotZ": 4.15571648e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975959/B5BB691A4BF8E83DD2B514C81EC38E8E082ED787/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df96a2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000515672855, + "rotY": 180, + "rotZ": -9.08177e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976119/2EFDA564FE2E9F58EB47F21B4CB69117876DCC7A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "166a74", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000007670889, + "rotY": 180, + "rotZ": 2.730384e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976252/7FE12F57BD8ED418097467B0472B2B510C5B3D05/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a964cf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000009659233, + "rotY": 180, + "rotZ": 0.000003145974, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976402/BFC6C6655B0EB1C3DFD3819AFEA599F8D42CEB64/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f25755", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 9.30901138e-7, + "rotY": 180, + "rotZ": 0.0000140537149, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976543/32E963CDBABCDEBEF3FB499670577A19689E1D8B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "157830", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000349763832, + "rotY": 180, + "rotZ": -0.000011208811, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976679/9CFECB352760F82A558905BC6874DD47F807F785/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b281e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01000011, + "posZ": 9.519388, + "rotX": -0.00000487788157, + "rotY": 180.000015, + "rotZ": 0.00000283701524, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974497/B53160AEF67C32741FB7393B887A745C5A0403A6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "731a18", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.0000112864509, + "rotY": 180, + "rotZ": 0.000009893568, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976805/C81E859758C7B35531566E99CFFDC10626F184D2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e38f0b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000381104314, + "rotY": 180.000015, + "rotZ": -0.0000125628785, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "21": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857976909/640634C5EC652071E14B8EDDEB8800ED4CFECBE3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "be6df1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000109130187, + "rotY": 180, + "rotZ": 0.00001615263, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "22": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977001/6854680D0F7FE536050A1FDDC5A31B642BAA82FB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bb1af", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 3.85535827e-7, + "rotY": 180.000015, + "rotZ": -3.36548e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "23": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977114/58B8C6AFC58BEC7F5CDA992B399235E1D1CE216A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca8bdf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000105401759, + "rotY": 180.000015, + "rotZ": 0.00000126669079, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "24": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977249/7D1F115182E691E90A505760A3349D237C0F16E1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01363c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000114314139, + "rotY": 180.000015, + "rotZ": 0.00000173802164, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "25": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977373/3EB829A410A896DFBA803FB029394976F6AE0CCB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b72a1d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000184584269, + "rotY": 180.000015, + "rotZ": 0.0000053036315, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "26": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977465/9CA5019A545C6BF2AA1BBB3112267EACAF52C01E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "04f0ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000102766649, + "rotY": 180.000015, + "rotZ": -0.0000137765155, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "27": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977563/7037BEF939CFBDC031481366476C44C7C3EF322D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfaf88", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000019677243, + "rotY": 180.000015, + "rotZ": 0.00000249157665, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "28": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977715/F7661D4ADB8F7071FB4E836B2BAF43C3820848E4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "592346", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00001276227, + "rotY": 180.000015, + "rotZ": 0.00000153182373, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "29": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977844/58C1F8974EEF4961249B44B8517B350F18753379/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4cca27", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000313882947, + "rotY": 180.000015, + "rotZ": -4.327291e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974625/F8D98C87DCB93C8CDF106FFAB3DA836B22DA8BEB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5099bb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -9.526744e-8, + "rotY": 180, + "rotZ": -7.436876e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "30": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857977960/7AC1D20BCD93FD3D035EC26A4C108A82E72EBA86/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc08ab", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000168156157, + "rotY": 180.000015, + "rotZ": 0.00000219717617, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "31": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978096/D6F6F7EDF5E14EE6B9EE21F807E7CF4F9F9EC028/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ae6d21", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000069150783, + "rotY": 180.000015, + "rotZ": 0.000002574338, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "32": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978200/E6CDADB9AAB0A79E8526D7A4A1F49471893F7947/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b4d06", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000011233, + "rotY": 180, + "rotZ": 0.0000167793787, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "33": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978337/818E96F0D2BCB45CC90CEE863677312245594B4C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3b3f8c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000190952255, + "rotY": 180, + "rotZ": 6.814834e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "34": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978437/B98FDAB4D1EBC1D40E969DEF9CA7143C8D251BB4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfdd03", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000108585373, + "rotY": 180, + "rotZ": 0.00000540023439, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "35": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978553/9A27448271331CDD6292E14F2CB49D71C50CEBF3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f89275", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000721516062, + "rotY": 180, + "rotZ": -0.000002222035, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "36": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978668/D56BF0309ECBDDC4DC4C8FFB71C8B80B320A5E11/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f45ba0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000655812164, + "rotY": 180, + "rotZ": -4.21542978e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "37": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978779/A532740121C41FEF6E30A9E98F933AE1D15907CB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e6cce3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.000008363716, + "rotY": 180, + "rotZ": 0.0000125134511, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "38": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857978910/695348D90CBB1D5EF857964662D3D29478FAECC2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9d9531", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000165363917, + "rotY": 180, + "rotZ": 0.00000755110068, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "39": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979053/575819DDF05E4E6FBFA296DD68E7AF6A764CE2B6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9676a0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.00000433588548, + "rotY": 180, + "rotZ": 0.0000134007632, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974789/EC9F446EA2DF1E2AE8369138E6873B28852469F1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68206f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.000003948265, + "rotY": 180, + "rotZ": -0.0000210753624, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "40": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979152/FFC073DECEC5837E340C37F6CE4F40938E40C514/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc6d6a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000305671983, + "rotY": 180, + "rotZ": -0.000004596211, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "41": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979285/C69BFF8D1ECC77BF0F5DAD355DD6E84A6A268731/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87fa52", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 6.80305163e-7, + "rotY": 180, + "rotZ": -0.00000447995035, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "42": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979439/375AE4A39169F62B3447BDC1AA4A26A6690A66D7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a15b63", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000368703422, + "rotY": 180, + "rotZ": 2.98529955e-7, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "43": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979609/C5BFCF1A87F14282C61EC920FD21D9B25E883693/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c1f20", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000327916132, + "rotY": 180, + "rotZ": 8.00865e-8, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "44": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979713/BEB28A94C343F57F6DC3A81F32DDB657CD896EBC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66febb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.0000132305695, + "rotY": 180, + "rotZ": -0.000008536388, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "45": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979797/B27B29B4FF6D550F532D46CD0F7A3EDF984FD39A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56af87", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": 0.000008879468, + "rotY": 180, + "rotZ": -0.0000035132357, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "46": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857979901/BA1482E12F3DB002FADB2F5C74FA48EA8DE1E31F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fefa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000577568835, + "rotY": 180, + "rotZ": 0.000007164294, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "47": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980020/3756AD3A8C521914A763443EC79407CB6F38B8E4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e8699", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000150068281, + "rotY": 180, + "rotZ": 0.00000370904536, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "48": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980124/599CAF38B47AD4B29319213CD65C40946DF84777/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "189d66", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000477549, + "rotY": 180, + "rotZ": -0.000008039457, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "49": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980220/D3682CD04922D7709D49C1066AD921221AD92F74/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f08f9a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01000011, + "posZ": 9.519388, + "rotX": -0.0000132930072, + "rotY": 180, + "rotZ": -0.0000175149926, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857974892/4AFA955A876D8E5BD28DA6164F38EDFBC9988E0F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a8f8c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.00999987, + "posZ": 9.519388, + "rotX": -0.0000251728725, + "rotY": 180, + "rotZ": -0.0000107583146, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "50": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857980328/86FB8E62D4EAD71432622244C92A7B261D1D2F6A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aec16f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.0000107346423, + "rotY": 180, + "rotZ": 0.0000103672137, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975047/33060EB9820DE72C983844818A81444377736BB1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a1ec5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 1.53614124e-7, + "rotY": 180, + "rotZ": -0.000009400431, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975160/6B9DD5F5EBFF943633F1A97D4F2D5EAA15D2E3CA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8fd050", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": -0.00000806476, + "rotY": 180, + "rotZ": -0.0000194595268, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975274/4E93F71661D310DB5FB0472E49E935F16AD0B16E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b1b78a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000166816653, + "rotY": 180, + "rotZ": -0.0000142901517, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1615094763857975360/E524936A793CC5871EE74EBE75388A61ABDD44D0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3c293b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.8049335, + "posY": 1.01, + "posZ": 9.519388, + "rotX": 0.00000192622952, + "rotY": 180, + "rotZ": 0.00000437234166, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -41.626, + "posY": 1.813, + "posZ": 28.781, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.239203319, + "scaleY": 1, + "scaleZ": 0.239203319 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DataHelper.708279.json b/objects/DataHelper.708279.json new file mode 100644 index 00000000..bb23f5e2 --- /dev/null +++ b/objects/DataHelper.708279.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/254843371583173230/BECDC34EB4D2C8C5F9F9933C97085F82A2F21AE3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "708279", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/DataHelper\")", + "LuaScriptState_path": "DataHelper.708279.luascriptstate", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Data Helper", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": 34.408, + "posY": 1.436, + "posZ": -22.892, + "rotX": 0, + "rotY": 255, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DataHelper.708279.luascriptstate b/objects/DataHelper.708279.luascriptstate new file mode 100644 index 00000000..fefcaf42 --- /dev/null +++ b/objects/DataHelper.708279.luascriptstate @@ -0,0 +1 @@ +{"00f067":false,"01cd9f":false,"041012":false,"050ba1":false,"063fd8":false,"072b90":false,"0e64cb":true,"0fd716":false,"0fff60":true,"101a41":false,"16a89d":false,"17d34b":false,"1905cf":true,"1ac667":false,"1b4434":false,"1bdb15":true,"1d6d47":true,"1e6a06":false,"1ee492":false,"200b64":true,"2204cc":false,"2210c1":false,"25ae32":false,"275dc3":false,"27f6aa":false,"28080d":false,"29d06d":true,"2c6509":false,"2e5b03":false,"2ea0d0":false,"2f9064":false,"308967":false,"30f860":false,"312d38":false,"31cfbf":false,"320bbe":false,"334f03":false,"33f906":false,"3442f5":false,"3549e7":false,"37153b":false,"37882c":false,"37c24c":false,"3feff1":false,"423d46":false,"426d28":false,"42b36d":false,"431c15":false,"438cca":false,"452db2":true,"491c09":false,"4e2d75":false,"4e43bc":true,"4ea68b":false,"4edb91":false,"4fb446":false,"50fb37":false,"510c0d":false,"522d77":false,"53d103":false,"53f076":false,"541ee9":false,"55001f":false,"55fc3d":false,"57f037":true,"5888da":false,"58f2af":true,"5a305e":false,"5a7a85":true,"5ab9f4":false,"5ade28":false,"5b6c9f":false,"5be76d":true,"655049":true,"658588":false,"65b6cb":false,"664b70":false,"6656ad":false,"673295":false,"679b13":false,"699a99":true,"6b2550":false,"6da7c4":false,"6fa7fa":false,"701c69":true,"73b311":false,"750fbc":true,"7651f3":false,"7686cb":false,"79870f":true,"7cdb0a":false,"7dc42a":false,"7ec473":false,"804397":false,"812175":false,"82775a":false,"8328fd":false,"83d8d7":false,"840ba5":false,"86d109":false,"87226d":false,"889121":false,"88a9b3":false,"88d3c0":false,"89fe92":false,"8a927c":false,"8aa0c3":false,"8ae314":false,"8b46b2":false,"8be589":false,"8cc0a6":false,"8cf335":false,"8ec9cb":false,"8f1420":false,"8f7289":false,"8f91ce":false,"914053":false,"927d34":false,"93e52d":false,"9417a7":false,"95b0cf":false,"96c9be":false,"97781f":false,"98eb87":false,"9934d2":false,"9a5782":false,"9da37c":false,"a00798":false,"a31ea1":false,"a5087b":false,"a565d5":false,"a57f19":false,"a5be8b":false,"a5c780":false,"a65852":true,"a6d017":false,"a85f1d":false,"a92a90":false,"aa3984":false,"acd0da":false,"aefe13":true,"b03e83":false,"b176fc":false,"b239d7":false,"b265c4":false,"b2e27e":false,"b460e1":true,"b4666d":false,"b80459":false,"b8843c":false,"ba16cb":false,"bad631":false,"baef55":false,"bb1cce":false,"bb640d":false,"bc3451":false,"bcf406":false,"bf3dd1":false,"c025bf":false,"c09a15":false,"c127db":true,"c17498":false,"c17f2c":false,"c26a48":true,"c332af":false,"c4282a":false,"c607c5":false,"c6ac19":false,"c7d9b5":false,"ca25bc":false,"ca9a60":false,"cc6e4d":false,"cc8571":true,"cc9563":false,"cd0ac1":false,"cdfd9f":false,"ce0dd5":false,"d02825":true,"d099f4":false,"d36d80":false,"d3a90d":true,"d3ad2d":false,"d4fd4a":false,"d5d07a":false,"d6771f":false,"d83baf":false,"d87128":false,"d8b64b":false,"da227d":false,"dacc75":false,"dbdaff":true,"dc3b07":false,"dcdcea":false,"dfbc13":false,"e0ad3b":false,"e2e3a0":false,"e419b4":false,"e5e392":false,"e628de":false,"e69708":false,"e701af":false,"e70b0a":true,"e929f9":false,"e99f0d":false,"e9fef2":false,"ea0fa1":false,"eabad6":true,"eb6165":false,"ee4a47":false,"eeb330":false,"efccba":false,"f2726b":true,"f34090":false,"f35e37":false,"f59085":false,"f633db":false,"f6dfe5":false,"f85d4e":true,"f91fd9":false,"fa1d67":false,"fa994a":true,"fc9e1b":false,"fd9c56":false,"fe2db3":false,"ffa4f9":false,"ffb72a":false,"ffdeb5":false,"ffef17":true} diff --git a/objects/Detailedphasereference.68fe54.json b/objects/Detailedphasereference.68fe54.json new file mode 100644 index 00000000..a4e53dbe --- /dev/null +++ b/objects/Detailedphasereference.68fe54.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 265902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/778493732358553666/DDD92ED5B4944765847E7726F768E58C58C27CB2/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493732358553666/DDD92ED5B4944765847E7726F768E58C58C27CB2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68fe54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Detailed phase reference", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -60.384, + "posY": 1.325, + "posZ": 86.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 5.88, + "scaleY": 1, + "scaleZ": 5.88 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.16724b.json b/objects/Doomtokens.16724b.json new file mode 100644 index 00000000..ff84df40 --- /dev/null +++ b/objects/Doomtokens.16724b.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Doomtokens.16724b", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "https://i.imgur.com/5Uy4hlP.jpg", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16724b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Doom tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -41.77, + "posY": 1.649, + "posZ": 31.207, + "rotX": 0, + "rotY": 0, + "rotZ": 180, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.16724b/Custom_Tile.a3fb6c.json b/objects/Doomtokens.16724b/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..d0d16098 --- /dev/null +++ b/objects/Doomtokens.16724b/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -41.815, + "posY": 1.853, + "posZ": 31.125, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.16fcd6.json b/objects/Doomtokens.16fcd6.json new file mode 100644 index 00000000..528281c9 --- /dev/null +++ b/objects/Doomtokens.16fcd6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Doomtokens.16fcd6", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "https://i.imgur.com/5Uy4hlP.jpg", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16fcd6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Doom tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.558, + "posY": 1.634, + "posZ": -31.182, + "rotX": 0, + "rotY": 180, + "rotZ": 180, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.16fcd6/Custom_Tile.a3fb6c.json b/objects/Doomtokens.16fcd6/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..69697213 --- /dev/null +++ b/objects/Doomtokens.16fcd6/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.462, + "posY": 1.838, + "posZ": -31.294, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.47ffc3.json b/objects/Doomtokens.47ffc3.json new file mode 100644 index 00000000..a627cc47 --- /dev/null +++ b/objects/Doomtokens.47ffc3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Doomtokens.47ffc3", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "https://i.imgur.com/5Uy4hlP.jpg", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "47ffc3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Doom tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -56.972, + "posY": 1.661, + "posZ": 1.12, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.47ffc3/Custom_Tile.a3fb6c.json b/objects/Doomtokens.47ffc3/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..064f7697 --- /dev/null +++ b/objects/Doomtokens.47ffc3/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -55.844, + "posY": 1.864, + "posZ": 1.057, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.b015d8.json b/objects/Doomtokens.b015d8.json new file mode 100644 index 00000000..ea7ce6a6 --- /dev/null +++ b/objects/Doomtokens.b015d8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_Tile.a3fb6c" + ], + "ContainedObjects_path": "Doomtokens.b015d8", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "https://i.imgur.com/5Uy4hlP.jpg", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b015d8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Doom tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.761, + "posY": 1.68, + "posZ": 8.817, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Doomtokens.b015d8/Custom_Tile.a3fb6c.json b/objects/Doomtokens.b015d8/Custom_Tile.a3fb6c.json new file mode 100644 index 00000000..a6abab4b --- /dev/null +++ b/objects/Doomtokens.b015d8/Custom_Tile.a3fb6c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EoL7yaZ.png", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3fb6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.972, + "posY": 1.884, + "posZ": 8.88, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/DrawingTool.280086.json b/objects/DrawingTool.280086.json new file mode 100644 index 00000000..d959acf9 --- /dev/null +++ b/objects/DrawingTool.280086.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1850441528392677845/F9F54E5144735C7DDFFF88E5D706D0750BA08FBA/", + "WidthScale": 0 + }, + "Description": "Enables drawing lines between objects with Numpad 0.\n\nLong press it to only draw the lines to the hovered object.\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "280086", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"util/ConnectionDrawingTool\")", + "LuaScriptState": "{\"e8e04b\":[]}", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Drawing Tool", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.159, + "posY": 1.284, + "posZ": 7.589, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.143845782, + "scaleY": 1, + "scaleZ": 0.143845782 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/EdgeoftheEarth.895eaa.json b/objects/EdgeoftheEarth.895eaa.json new file mode 100644 index 00000000..81d0eb4f --- /dev/null +++ b/objects/EdgeoftheEarth.895eaa.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1856042908471857208/3B48FFA47FB366932049AD9CD8A3222A8F89FAEB/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/edge_of_the_earth.json", + "GUID": "895eaa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "EdgeoftheEarth.895eaa.luascriptstate", + "LuaScript_path": "EdgeoftheEarth.895eaa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Edge of the Earth", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 40.292, + "posY": 1.486, + "posZ": 0.379, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/EdgeoftheEarth.895eaa.luascriptstate b/objects/EdgeoftheEarth.895eaa.luascriptstate new file mode 100644 index 00000000..28974fb7 --- /dev/null +++ b/objects/EdgeoftheEarth.895eaa.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0b0b79":{"lock":false,"pos":{"x":-1.46565234661102,"y":1.47562205791473,"z":-26.9321918487549},"rot":{"x":359.920135498047,"y":269.997589111328,"z":0.0168750546872616}},"0cdf95":{"lock":false,"pos":{"x":12.2519302368164,"y":1.46795833110809,"z":11.9864377975464},"rot":{"x":359.920135498047,"y":269.996398925781,"z":0.0168785694986582}},"210053":{"lock":false,"pos":{"x":0.270083129405975,"y":1.4896068572998,"z":28.7771110534668},"rot":{"x":359.920104980469,"y":270.018585205078,"z":0.0168460682034492}},"31cdb9":{"lock":false,"pos":{"x":12.2497777938843,"y":1.46560573577881,"z":3.98639631271362},"rot":{"x":359.920135498047,"y":269.999938964844,"z":0.0168741177767515}},"460ef8":{"lock":false,"pos":{"x":2.7240903377533,"y":1.54846370220184,"z":22.0571899414063},"rot":{"x":359.920104980469,"y":270.032989501953,"z":0.0168298408389091}},"470ad0":{"lock":false,"pos":{"x":2.7083432674408,"y":1.58133733272552,"z":19.1819362640381},"rot":{"x":359.920104980469,"y":270.006195068359,"z":180.016845703125}},"655d56":{"lock":false,"pos":{"x":12.249605178833,"y":1.46325016021729,"z":-4.01364898681641},"rot":{"x":359.920135498047,"y":269.999938964844,"z":0.0168741792440414}},"97e141":{"lock":false,"pos":{"x":-1.09167885780334,"y":1.47204566001892,"z":20.4249095916748},"rot":{"x":359.983093261719,"y":3.91473658964969E-05,"z":359.920043945313}},"9d4840":{"lock":false,"pos":{"x":12.2501087188721,"y":1.46089375019073,"z":-12.013650894165},"rot":{"x":359.920135498047,"y":269.999938964844,"z":0.016874086111784}},"efaa42":{"lock":false,"pos":{"x":12.2496566772461,"y":1.4585382938385,"z":-20.0140609741211},"rot":{"x":359.920104980469,"y":270.060791015625,"z":0.016789399087429}}}} diff --git a/objects/EdgeoftheEarth.895eaa.ttslua b/objects/EdgeoftheEarth.895eaa.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/EdgeoftheEarth.895eaa.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/EdgeoftheEarthInvestigators.a32f43.json b/objects/EdgeoftheEarthInvestigators.a32f43.json new file mode 100644 index 00000000..c698e0dd --- /dev/null +++ b/objects/EdgeoftheEarthInvestigators.a32f43.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1690522200974608531/E240A47DE01B8BEE399FA43FC2A757A26F566BF0/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/edge_of_the_earth.json", + "GUID": "a32f43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "EdgeoftheEarthInvestigators.a32f43.luascriptstate", + "LuaScript_path": "EdgeoftheEarthInvestigators.a32f43.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Edge of the Earth Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.33, + "posY": 1.295, + "posZ": -60.041, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/EdgeoftheEarthInvestigators.a32f43.luascriptstate b/objects/EdgeoftheEarthInvestigators.a32f43.luascriptstate new file mode 100644 index 00000000..02a9da91 --- /dev/null +++ b/objects/EdgeoftheEarthInvestigators.a32f43.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00527b":{"lock":false,"pos":{"x":-16.6312274932861,"y":1.35725867748261,"z":-76.9372787475586},"rot":{"x":0.0208104122430086,"y":270.018707275391,"z":0.0167745221406221}},"056d00":{"lock":false,"pos":{"x":-16.6316890716553,"y":1.35920643806458,"z":-70.2822113037109},"rot":{"x":0.0208054259419441,"y":270.038696289063,"z":0.0167820565402508}},"0b0759":{"lock":false,"pos":{"x":-16.6318531036377,"y":1.35495400428772,"z":-84.8098526000977},"rot":{"x":0.0208161231130362,"y":270.000122070313,"z":0.0167681965976954}},"104227":{"lock":false,"pos":{"x":-16.6317596435547,"y":1.35689830780029,"z":-78.1672897338867},"rot":{"x":0.020809156820178,"y":270.026550292969,"z":0.0167781226336956}},"196166":{"lock":false,"pos":{"x":-16.6316967010498,"y":1.36415350437164,"z":-53.3820495605469},"rot":{"x":0.0208163596689701,"y":269.999572753906,"z":0.0167677029967308}},"3db200":{"lock":false,"pos":{"x":-16.6316757202148,"y":1.36379325389862,"z":-54.6123657226563},"rot":{"x":0.0208161119371653,"y":269.999725341797,"z":0.0167676750570536}},"4478ea":{"lock":false,"pos":{"x":-22.6168899536133,"y":1.3063827753067,"z":-84.8184814453125},"rot":{"x":0.0167767461389303,"y":180.014526367188,"z":359.979187011719}},"4d0128":{"lock":false,"pos":{"x":-19.293586730957,"y":1.30989539623261,"z":-76.9415283203125},"rot":{"x":0.0208118669688702,"y":269.989532470703,"z":0.0167670845985413}},"50d446":{"lock":false,"pos":{"x":-16.6319217681885,"y":1.35762143135071,"z":-75.6970520019531},"rot":{"x":0.0208115167915821,"y":270.018493652344,"z":0.0167747288942337}},"558d29":{"lock":false,"pos":{"x":-22.6138820648193,"y":1.31556940078735,"z":-53.4381103515625},"rot":{"x":0.0167792141437531,"y":180.021514892578,"z":359.979187011719}},"57aa9d":{"lock":false,"pos":{"x":-16.6316947937012,"y":1.36221849918365,"z":-59.9926147460938},"rot":{"x":0.0208160392940044,"y":269.999938964844,"z":0.0167684387415648}},"5ee302":{"lock":false,"pos":{"x":-16.6344413757324,"y":1.35956561565399,"z":-69.0519104003906},"rot":{"x":0.02080855704844,"y":270.028625488281,"z":0.0167782641947269}},"5f0f71":{"lock":false,"pos":{"x":-16.608024597168,"y":1.35461115837097,"z":-86.0107803344727},"rot":{"x":0.020830050110817,"y":269.953674316406,"z":0.0167507417500019}},"6ebbd1":{"lock":false,"pos":{"x":-16.6316661834717,"y":1.36149835586548,"z":-62.4525375366211},"rot":{"x":0.0208161305636168,"y":269.999816894531,"z":0.0167679209262133}},"7a57bc":{"lock":false,"pos":{"x":-16.6349315643311,"y":1.36185729503632,"z":-61.2226181030273},"rot":{"x":0.0208211429417133,"y":269.984405517578,"z":0.0167624317109585}},"7be455":{"lock":false,"pos":{"x":-16.6243743896484,"y":1.35532796382904,"z":-83.5416717529297},"rot":{"x":0.0207983590662479,"y":270.061065673828,"z":0.0167901292443275}},"865caa":{"lock":false,"pos":{"x":-16.6317005157471,"y":1.3599294424057,"z":-67.8121948242188},"rot":{"x":0.0208084918558598,"y":270.028106689453,"z":0.0167781412601471}},"87d2f7":{"lock":false,"pos":{"x":-22.6156692504883,"y":1.31099140644073,"z":-69.0755920410156},"rot":{"x":0.0167783293873072,"y":180.019180297852,"z":359.979187011719}},"9b0047":{"lock":false,"pos":{"x":-16.6316947937012,"y":1.36451601982117,"z":-52.1436538696289},"rot":{"x":0.0208159647881985,"y":269.999572753906,"z":0.0167678687721491}},"aa1c23":{"lock":false,"pos":{"x":-19.2997627258301,"y":1.30758762359619,"z":-84.8181610107422},"rot":{"x":0.0208101216703653,"y":269.995422363281,"z":0.0167689844965935}},"df8ec4":{"lock":false,"pos":{"x":-19.2999973297119,"y":1.3167736530304,"z":-53.4358177185059},"rot":{"x":0.0208093822002411,"y":269.998107910156,"z":0.016770301386714}},"e0e7cc":{"lock":false,"pos":{"x":-26.3001918792725,"y":1.26878106594086,"z":-76.9456405639648},"rot":{"x":359.979156494141,"y":89.9998321533203,"z":359.983215332031}},"e4ddf5":{"lock":false,"pos":{"x":-22.6157398223877,"y":1.30868756771088,"z":-76.9460220336914},"rot":{"x":0.016787875443697,"y":180.045364379883,"z":359.979217529297}},"e8a199":{"lock":false,"pos":{"x":-26.3000411987305,"y":1.27337765693665,"z":-61.2409973144531},"rot":{"x":359.979156494141,"y":90.0003814697266,"z":359.983215332031}},"e92504":{"lock":false,"pos":{"x":-26.2999973297119,"y":1.27566206455231,"z":-53.436840057373},"rot":{"x":359.979156494141,"y":90.0020370483398,"z":359.983215332031}},"f10c50":{"lock":false,"pos":{"x":-26.2998371124268,"y":1.27108895778656,"z":-69.0603408813477},"rot":{"x":359.979156494141,"y":90.0000076293945,"z":359.983245849609}},"f28cab":{"lock":false,"pos":{"x":-26.29958152771,"y":1.26647615432739,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.0020599365234,"z":359.983215332031}},"f6a81a":{"lock":false,"pos":{"x":-22.6169376373291,"y":1.33023798465729,"z":-61.2413673400879},"rot":{"x":0.0167667772620916,"y":179.986480712891,"z":359.979187011719}},"f74398":{"lock":false,"pos":{"x":-19.2957820892334,"y":1.31220149993896,"z":-69.0607376098633},"rot":{"x":0.0208135470747948,"y":269.983520507813,"z":0.0167647320777178}},"fbcc75":{"lock":false,"pos":{"x":-19.3000545501709,"y":1.33144474029541,"z":-61.2332344055176},"rot":{"x":0.0208115875720978,"y":269.999450683594,"z":0.0167709924280643}}}} diff --git a/objects/EdgeoftheEarthInvestigators.a32f43.ttslua b/objects/EdgeoftheEarthInvestigators.a32f43.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/EdgeoftheEarthInvestigators.a32f43.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/EncounterSets.fcfa7f.json b/objects/EncounterSets.fcfa7f.json new file mode 100644 index 00000000..9bd9d12e --- /dev/null +++ b/objects/EncounterSets.fcfa7f.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517668487233/EDDD832597F756BE94833B29B70EE21EDA95C677/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/254843371583107453/E3BD9426DD28A525F93BAF54635A969958E991B2/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fcfa7f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Encounter Sets", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 22.951, + "posY": 1.441, + "posZ": -30.873, + "rotX": 0, + "rotY": 300, + "rotZ": 0, + "scaleX": 4.29999733, + "scaleY": 4.29999733, + "scaleZ": 4.29999733 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38.json b/objects/Fan-MadeAccessories.aa8b38.json new file mode 100644 index 00000000..3d921947 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38.json @@ -0,0 +1,89 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.99216, + "r": 1 + }, + "ContainedObjects_order": [ + "ChaosBagManager.023240", + "TokenArranger.022907", + "CYOACampaignGuides.8ac4b2", + "AttachmentHelper.d45664", + "ArkhamFantasy-PixelArtMini-Cards.966c07", + "jaqenZannsNavigationOverlay.a8affa", + "DrawTokenButtonTooltipRenamer.cc77a8", + "WhimsicalsGenericDifficultySelector.05efb4", + "PlaymatCustomsByBLMintTeaFan.67d8c7", + "SearchAssistant.17aed0", + "HandHelper.450688", + "DisplacementTool.0f1374", + "LuckyPenny.2ab443", + "Double-SidedResource.bc81cb", + "DescriptivePhaseTracker.b171c8", + "CleanUpHelper.26cf4b" + ], + "ContainedObjects_path": "Fan-MadeAccessories.aa8b38", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.5, + "SpecularColor": { + "b": 0.745098054, + "g": 0.8117647, + "r": 0.8745098 + }, + "SpecularIntensity": 0.08, + "SpecularSharpness": 5 + }, + "DiffuseURL": "http://i.imgur.com/ukWGram.png", + "MaterialIndex": 1, + "MeshURL": "http://pastebin.com/raw/U9C5Ymds", + "NormalURL": "http://i.imgur.com/0qUEr3W.jpg", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aa8b38", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Fan-Made Accessories", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.37, + "posY": 1.47, + "posZ": -21.245, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.67500025, + "scaleY": 0.67500025, + "scaleZ": 0.67500025 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07.json new file mode 100644 index 00000000..d4bcbbb8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07.json @@ -0,0 +1,77 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "ForOtherFanContent.7f8782", + "bArkhamFantasy-PixelArtMini-Cardsb.4564ef", + "Tokens.2e2375", + "Stands.9d354b" + ], + "ContainedObjects_path": "ArkhamFantasy-PixelArtMini-Cards.966c07", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1786216803655030730/FB25E1090FC3F69A55E021CB1A31B64FBB50BD23/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "966c07", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Arkham Fantasy - Pixel Art Mini-Cards", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 41.004, + "posY": 2.299, + "posZ": -59.122, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.19999993, + "scaleY": 1.19999993, + "scaleZ": 1.19999993 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782.json new file mode 100644 index 00000000..8577c2dd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "Monogatari.ed079d" + ], + "ContainedObjects_path": "ForOtherFanContent.7f8782", + "Description": "", + "DragSelectable": false, + "GMNotes": "", + "GUID": "7f8782", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "For Other Fan Content", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.32, + "posY": 1.989, + "posZ": 0.156, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d.json new file mode 100644 index 00000000..d657a310 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "BlackHanekawa.395836", + "HitagiSenjougahara.2eea14", + "YotsugiOnonoki.ea25c3", + "SurugaKanbaru.d9a9ba", + "TsubusaHanekawa.3fc084", + "ShinobuOshino.38912e", + "BlackHanekawa.37e0fc", + "HitagiSenjougahara.d799b1", + "YotsugiOnonoki.2808c1", + "SurugaKanbaru.ca919a", + "TsubusaHanekawa.c9242b", + "ShinobuOshino.4a725c" + ], + "ContainedObjects_path": "Monogatari.ed079d", + "Description": "", + "DragSelectable": false, + "GMNotes": "", + "GUID": "ed079d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Monogatari", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.713, + "posY": 2.86, + "posZ": -4.792, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/BlackHanekawa.37e0fc.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/BlackHanekawa.37e0fc.json new file mode 100644 index 00000000..bbbf538f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/BlackHanekawa.37e0fc.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127783438/7915A66641DDEEC59738335A0569F7BAECFA5709/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127783370/C8476BFEDBE29BCB732F8B405EB4C3EE690F6407/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37e0fc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Black Hanekawa", + "Snap": false, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.4572487, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127785929/29B7336804A600EE42390063183E9F387A8CC5E6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127785872/67138C40F1DE5CE32201F2C85003B8FE670F1604/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "27d1be", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Tsubusa Hanekawa", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.09006, + "posY": 1.05605137, + "posZ": 0.427373916, + "rotX": -0.0000382384969, + "rotY": 0.0361007527, + "rotZ": -0.0000650055663, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.774, + "posY": 2.067, + "posZ": -1.265, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/BlackHanekawa.395836.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/BlackHanekawa.395836.json new file mode 100644 index 00000000..644ed484 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/BlackHanekawa.395836.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826278/41B14E1673F5F709A93FDAF0F142B53E18AEA3C9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641434/3B605FA81140800D2929A2F4FC605C61113815ED/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "395836", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Black Hanekawa", + "Snap": false, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826516/584635E992B674121F4E8C62F1CA259D8D33A9C2/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641670/CAB545E928EDC617CA1314223774D88A2CFA2E19/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "53a482", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tsubusa Hanekawa", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.236248, + "posY": 0.960002661, + "posZ": -2.48673582, + "rotX": -0.0000241597045, + "rotY": 180, + "rotZ": 0.0000129868076, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.243, + "posY": 1.971, + "posZ": -4.644, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/HitagiSenjougahara.2eea14.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/HitagiSenjougahara.2eea14.json new file mode 100644 index 00000000..8b6f0885 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/HitagiSenjougahara.2eea14.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826334/69C1571BD3ED38E6837B38FC2A9784C90D6686EA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641507/8115C513A8A814EB45C429400A4E9679A4AA27C7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2eea14", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Hitagi Senjougahara", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127589908/773A07E5D19FAFDA6AF71CEBC069175C769EF9ED/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588327/419EF2D650774CCB0500C73CFC43AC77D234747F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "148edc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Bob Jenkins", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.1176805, + "posY": 1.12415206, + "posZ": -5.36991358, + "rotX": 351.7117, + "rotY": 270.756348, + "rotZ": 349.5606, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.879, + "posY": 1.971, + "posZ": -4.199, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/HitagiSenjougahara.d799b1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/HitagiSenjougahara.d799b1.json new file mode 100644 index 00000000..1faa7f8a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/HitagiSenjougahara.d799b1.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127784126/6CF27249FEF4F54E8DAD96DA6C3A3BBD24756AF0/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127784053/AA580BC3F93E7E83936844AFCBAC40CC0EE563C1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d799b1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Hitagi Senjougahara", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.915, + "posY": 2.528, + "posZ": -0.451, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/ShinobuOshino.38912e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/ShinobuOshino.38912e.json new file mode 100644 index 00000000..97a983bc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/ShinobuOshino.38912e.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826395/B3FDC858139FA6C9554725D93DDB9DCFB9D5B29D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641576/396D35B8A84FBE0C49EEFAE98BD94E15A277FB88/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "38912e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Shinobu Oshino", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.641, + "posY": 1.971, + "posZ": -0.706, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/ShinobuOshino.4a725c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/ShinobuOshino.4a725c.json new file mode 100644 index 00000000..0af87a43 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/ShinobuOshino.4a725c.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127786535/1374F15B948BFAFDE4DAD8140DC8DDD8BD509C87/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127786470/DF776DA59AEB125A32EF513421DB73B525CBAFAB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a725c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Shinobu Oshino", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.552, + "posY": 2.067, + "posZ": 0.949, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/SurugaKanbaru.ca919a.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/SurugaKanbaru.ca919a.json new file mode 100644 index 00000000..417e9761 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/SurugaKanbaru.ca919a.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127784614/C1212DA66187F0A55704B0296256EB1F870C74F6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127784553/636A86A9E948668712A9061BE31FA9E43BB1098B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca919a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Suruga Kanbaru", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.097, + "posY": 2.067, + "posZ": 2.043, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/SurugaKanbaru.d9a9ba.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/SurugaKanbaru.d9a9ba.json new file mode 100644 index 00000000..62d939a8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/SurugaKanbaru.d9a9ba.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826462/33429FB27677A30F054B0ACF868F9CB80879046C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641618/DCD566DE13398919BD5F836857CCE5E1B15A4D7A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d9a9ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Suruga Kanbaru", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127593415/FA319D0449914FDED7A263FBECEF3FA4714C1905/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588525/D4FA9699B6ED018ED996622689AD6384CA7833D2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b183e2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Monterey Jack", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.0660648, + "posY": 0.960000038, + "posZ": -3.44189286, + "rotX": 0.000154525638, + "rotY": 270.00824, + "rotZ": 0.000190097417, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.494, + "posY": 1.971, + "posZ": -4.498, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/TsubusaHanekawa.3fc084.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/TsubusaHanekawa.3fc084.json new file mode 100644 index 00000000..a8f936ba --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/TsubusaHanekawa.3fc084.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826516/584635E992B674121F4E8C62F1CA259D8D33A9C2/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641670/CAB545E928EDC617CA1314223774D88A2CFA2E19/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3fc084", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tsubusa Hanekawa", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826278/41B14E1673F5F709A93FDAF0F142B53E18AEA3C9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127641434/3B605FA81140800D2929A2F4FC605C61113815ED/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "395836", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Black Hanekawa", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.2106543, + "posY": 0.9600028, + "posZ": -1.2446934, + "rotX": -0.00000362714854, + "rotY": 180.000015, + "rotZ": -0.00008925218, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.617, + "posY": 1.971, + "posZ": -1.601, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/TsubusaHanekawa.c9242b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/TsubusaHanekawa.c9242b.json new file mode 100644 index 00000000..4d86015d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/TsubusaHanekawa.c9242b.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127785929/29B7336804A600EE42390063183E9F387A8CC5E6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127785872/67138C40F1DE5CE32201F2C85003B8FE670F1604/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c9242b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Tsubusa Hanekawa", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.4572487, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127783438/7915A66641DDEEC59738335A0569F7BAECFA5709/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127783370/C8476BFEDBE29BCB732F8B405EB4C3EE690F6407/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37e0fc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Black Hanekawa", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.2388783, + "posY": 1.05605257, + "posZ": 0.388642371, + "rotX": 0.00000524104371, + "rotY": 0.03614551, + "rotZ": -0.00002475761, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.563, + "posY": 2.067, + "posZ": 1.685, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/YotsugiOnonoki.2808c1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/YotsugiOnonoki.2808c1.json new file mode 100644 index 00000000..21e39608 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/YotsugiOnonoki.2808c1.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127785226/0CBE7413D09EF71C304561E69D488973B2675AE4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127785008/9650915EDD064263792CFBD6711E037764ECA60E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2808c1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Yotsugi Ononoki", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.122, + "posY": 2.067, + "posZ": 1.909, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/YotsugiOnonoki.ea25c3.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/YotsugiOnonoki.ea25c3.json new file mode 100644 index 00000000..fd23bfba --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/ForOtherFanContent.7f8782/Monogatari.ed079d/YotsugiOnonoki.ea25c3.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127826572/5AB6F8CD81E839C6CFD9555918A3E264300CBF04/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127642047/17C45A9A42806A38F1B15D4358DDA48258D819C4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea25c3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Yotsugi Ononoki", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127590872/69AEF24314609C572C8EC2443582BE04F2186806/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588477/F570ACBA35CB2F916284EFF8F671646235DA822C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29e06e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lily Chen", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.1023951, + "posY": 1.01172352, + "posZ": -4.403691, + "rotX": 357.53363, + "rotY": 270.0128, + "rotZ": 356.5814, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.017, + "posY": 1.971, + "posZ": -4.015, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b.json new file mode 100644 index 00000000..17f5251f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b.json @@ -0,0 +1,106 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.70196, + "g": 0.12265, + "r": 0 + }, + "ContainedObjects_order": [ + "Alternatives.5b8959", + "BarkhamInvestigators.ffb761", + "TheCircleUndonePrologueInvestigators.36c3f5", + "TheCityofArchivesSPOILERS.228120", + "GloriaGoldberg.596da1", + "NormanWithers.84b0e7", + "BobJenkins.7ce9d9", + "LilyChen.f58123", + "MontereyJack.638f3a", + "NormanWithers.8d186c", + "DanielaReyes.812e07", + "StellaClark.abd4b9", + "JacquelineFine.755af5", + "WinifredHabbamock.2ede96", + "HarveyWalters.a0293e", + "NathanielCho.619a54", + "SilasMarsh.080f71", + "DexterDrake.6dbc60", + "TrishScarborough.01631f", + "AmandaSharpe.ef4a8b", + "SisterMary.707374", + "PatriceHathaway.ef94b5", + "LukeRobinson.a908ec", + "TonyMorgan.8788d0", + "MandyThompson.0d602e", + "TommyMuldoon.bea47e", + "MarieLambeau.6bd52c", + "RitaYoung.c46146", + "DianaStanley.2640ba", + "PrestonFairmount.6e99ba", + "JoeDiamond.bc0aa2", + "CarolynFern.99e9da", + "CalvinWright.00a0b3", + "FatherMateo.037a27", + "FinnEdwards.259257", + "UrsulaDowns.556138", + "LeoAnderson.68f47f", + "LolaHayes.392b57", + "WilliamYorick.26a0a1", + "AkachiOnyele.073478", + "SefinaRousseau.086503", + "MinhThiPhan.1ebf3c", + "MarkHarrigan.eb793b", + "AshcanPete.78f659", + "JimCulver.4ed067", + "JennyBarnes.4990c5", + "RexMurphy.f96c49", + "ZoeySamaras.e6d68f", + "WendyAdams.8f5e71", + "AgnesBaker.881def", + "SkidsOToole.47cbdc", + "DaisyWalker.7de2d5", + "RolandBanks.d68f71" + ], + "ContainedObjects_path": "Stands.9d354b", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9d354b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Stands", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.824, + "posY": 1.989, + "posZ": 0.355, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AgnesBaker.881def.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AgnesBaker.881def.json new file mode 100644 index 00000000..7ade8b63 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AgnesBaker.881def.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898124/10924A4D4866357782DFB81FFB8D67C93F064F29/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898077/CB788C381652994294C25179935B1C9A43958EF9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "881def", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Agnes Baker", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.329268277, + "g": 0, + "r": 0.170584828 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911264/8125422EA13893015B535ECA5730368BC422A508/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911213/3C50F1305A311942B242F56F1DF8DB6333F02EC0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Agnes Baker", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.91400647, + "posY": 1.02681613, + "posZ": 12.1870565, + "rotX": 0.00001904696, + "rotY": 0.0244995523, + "rotZ": -0.00000234366439, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.929, + "posY": 2.067, + "posZ": 2.637, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AkachiOnyele.073478.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AkachiOnyele.073478.json new file mode 100644 index 00000000..b03789a9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AkachiOnyele.073478.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343160099/FCE303FB3866184962E30F7245071A06425095E2/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343160053/79D9A0D7E71BB628AD26366761558E96AACA93CC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "073478", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Akachi Onyele", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.329267979, + "g": 0, + "r": 0.17058453 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343159970/075B54C1767060DD9A1AD24DB57938CCFDDD6585/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343159910/4DFE2B07BE7E50D2EA69FFEB40624CF542B5E0DE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Akachi Onyele", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.472944528, + "posY": 1.02681673, + "posZ": 11.0225353, + "rotX": 0.0000102060794, + "rotY": -0.0008168299, + "rotZ": -0.00000544288, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.47, + "posY": 2.067, + "posZ": -5.728, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959.json new file mode 100644 index 00000000..0ebc4276 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "UrsulaDowns.dc366b", + "SisterofBattleMary.8d2a57", + "Duke.66a610", + "AshcanPete.bc2b80" + ], + "ContainedObjects_path": "Alternatives.5b8959", + "Description": "Alternate Versions of Various Investigators", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b8959", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Alternatives", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.599, + "posY": 3.288, + "posZ": -10.259, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/AshcanPete.bc2b80.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/AshcanPete.bc2b80.json new file mode 100644 index 00000000..f66661c6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/AshcanPete.bc2b80.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351080114/4D8203AF383B01CB7B302EFF49FC629C5AA11146/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351080066/13060798A5F3A894615E557FD8BBA2D687F3B8A2/", + "WidthScale": 0 + }, + "Description": "Duke has been Sacrificed", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc2b80", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329268 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351205737/06E479385625E40513318FA7B65A3BB43B6C51CE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351205658/F4C9CEA767EB7EBFFA249DDEBA9961534C4FD0F9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a079d2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.6126439, + "posY": 1.0560509, + "posZ": 1.097108, + "rotX": -0.00000630444856, + "rotY": 359.845673, + "rotZ": 0.00000182276153, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.13, + "posY": 3.123, + "posZ": -6.624, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/Duke.66a610.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/Duke.66a610.json new file mode 100644 index 00000000..b4a8ebe8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/Duke.66a610.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351095851/70F53C72CA6DE8070E52CA366CBB7B80264BF5B6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351095787/538D7D90695B47562A96E19B4F47482429CF6EBF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66a610", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Duke", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329268 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351205900/3CD8AF69B384FB0B45BDDBC6C87748DA201D7C19/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351205842/2D2DF3A1166FB07C46B4265CC67AC3B49381FB6F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Duke", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.66877067, + "posY": 1.05605078, + "posZ": 1.01610041, + "rotX": 0.0000200246959, + "rotY": 0.152080789, + "rotZ": 0.0000106987563, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.186, + "posY": 3.123, + "posZ": -6.705, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/SisterofBattleMary.8d2a57.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/SisterofBattleMary.8d2a57.json new file mode 100644 index 00000000..f451be3e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/SisterofBattleMary.8d2a57.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534350346256/CC27F5FD13BD3C0EE00298D3448F2132B07D2F59/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534350341026/33A1107FCBE63B79954F6233949CCD92075E8168/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8d2a57", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Sister \"of Battle\" Mary", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3257833, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351206055/6177641413E66D4DC5088B9FAC86C421999A50D9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351222568/AA5B1E986CA44C9A16A52D159FB81F2C1C9A3FCF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Sister \"of Battle\" Mary", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.85660493, + "posY": 1.05605114, + "posZ": 1.132718, + "rotX": -0.0000478298753, + "rotY": 359.982635, + "rotZ": -0.00000308779613, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.34, + "posY": 3.123, + "posZ": -6.589, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/UrsulaDowns.dc366b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/UrsulaDowns.dc366b.json new file mode 100644 index 00000000..50e7203e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/Alternatives.5b8959/UrsulaDowns.dc366b.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351027159/2DBB796009E69901F3C1D1B8473BB3672936A415/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351027111/EC77E0839D2BF35011E726F6B056C604B1BC0957/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc366b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Ursula Downs", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961648, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351206144/BF48660D48BA4D7E209EB1C77314516200863872/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351206096/3EBB1E7FBDB4A0E73B5EDC9270115DC7BD37BCDE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Ursula Downs", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.53544873, + "posY": 1.056051, + "posZ": 1.079134, + "rotX": -0.000013576212, + "rotY": 180.007568, + "rotZ": 0.0000272131547, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.939, + "posY": 3.14, + "posZ": -6.599, + "rotX": 0, + "rotY": 0, + "rotZ": 359, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AmandaSharpe.ef4a8b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AmandaSharpe.ef4a8b.json new file mode 100644 index 00000000..98a5294b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AmandaSharpe.ef4a8b.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343121817/321366F4FBE2B24C8D692FDBF493A6D1B630D8A7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343121778/B9E73495E82666A9087D80DF78DF610AB0CEA287/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ef4a8b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Amanda Sharpe", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961678, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109555/08705215BB0218B22B2D2FBF3D870FE043CBF9DE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109504/E045893755B64DC1954A3EA2AB34212F56D195DC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Amanda Sharpe", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.960734367, + "posY": 1.02682018, + "posZ": 7.96963739, + "rotX": -0.00008332174, + "rotY": 359.973175, + "rotZ": -0.000118014796, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.084, + "posY": 2.067, + "posZ": -4.571, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AshcanPete.78f659.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AshcanPete.78f659.json new file mode 100644 index 00000000..37d241b1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/AshcanPete.78f659.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343121899/0330056F163A97214EBEDBDA800BF186EEC0B8B7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343121862/DD3C4ACBC52C4FBD8C573B953ED0081B810FA878/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "78f659", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.3292681 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109656/54EBB31786FD3F4119F15B55B4FFAD9108FB9C61/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109608/01B9628C63EE04370742D354B11FC41708BB6C5A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.204208, + "posY": 1.02681661, + "posZ": 11.8004837, + "rotX": 0.000008295096, + "rotY": -0.002050401, + "rotZ": -0.0000110992141, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.191, + "posY": 2.067, + "posZ": -2.527, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761.json new file mode 100644 index 00000000..ea949f9a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "Duke.0a4876", + "JacquelineCanine.370dc2", + "SkidsODroole.b7c253", + "KateWinthpup.b4eab6", + "BarkHarrigan.c971c3" + ], + "ContainedObjects_path": "BarkhamInvestigators.ffb761", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ffb761", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Barkham Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.274, + "posY": 1.786, + "posZ": -11.9, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/BarkHarrigan.c971c3.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/BarkHarrigan.c971c3.json new file mode 100644 index 00000000..fdc712a2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/BarkHarrigan.c971c3.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122033/EA0943FD858FD7EF1188ED6363B997D9CFB7F6E4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343121985/B74860D47613A5F110FD86E2D760C660C560347C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c971c3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Bark Harrigan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3257835, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109744/C48F56B459C4D7DA169C75B638C88096C7B0D142/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109705/5CBC385554F9CD0389E2A07743EECD5D35409198/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Bark Harrigan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.6265018, + "posY": 1.02682006, + "posZ": 6.088344, + "rotX": -0.0000672340248, + "rotY": -0.005086284, + "rotZ": -0.00008665504, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.561, + "posY": 3.141, + "posZ": -5.615, + "rotX": 359, + "rotY": 90, + "rotZ": 1, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/Duke.0a4876.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/Duke.0a4876.json new file mode 100644 index 00000000..a6dc5bb0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/Duke.0a4876.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122497/B3DB3D61DCE74E7076DDA6AB6B3FF7DBC6CA5A87/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122453/D6DAFCA7AA289916A6EAAF69E0B08D4B55D57E17/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0a4876", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Duke", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267859 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110221/4D271515C4BDE28EE6ACAB84479097C6B872F3A1/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110177/D5B45888598DE6C803A741BDB2285BEEC1089001/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Duke", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.16754961, + "posY": 1.02681947, + "posZ": 10.9790955, + "rotX": -0.000007267226, + "rotY": 30.0019035, + "rotZ": -0.0000207458615, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.09, + "posY": 3.134, + "posZ": -5.438, + "rotX": 1, + "rotY": 0, + "rotZ": 359, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/JacquelineCanine.370dc2.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/JacquelineCanine.370dc2.json new file mode 100644 index 00000000..96299a56 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/JacquelineCanine.370dc2.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123015/87E6EBB0756C3E964B6F238DA3E6BBD99881EFCD/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122972/496A614B7D0455E6E1FE7FEB4DFF8C6A6A748C98/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "370dc2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jacqueline Canine", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292678, + "g": 0, + "r": 0.170584351 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110712/9758DCD708860BB091FB1C11B77D4F8864DB45B0/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110669/A0661C0A60E2112B2AACD1C24396BDD40B89C300/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jacqueline Canine", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.624458, + "posY": 1.02681983, + "posZ": 6.08223963, + "rotX": -0.00007169856, + "rotY": -0.00505916635, + "rotZ": -0.00009209767, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.241, + "posY": 3.14, + "posZ": -5.542, + "rotX": 0, + "rotY": 0, + "rotZ": 359, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/KateWinthpup.b4eab6.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/KateWinthpup.b4eab6.json new file mode 100644 index 00000000..e30a485b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/KateWinthpup.b4eab6.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125925/26224E51EFC07F9A4359A2BEC39F1AE13A5D5029/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125883/E2B1FFEDE8317BD06F54857DFB745FC7A5672740/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b4eab6", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Kate Winthpup", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961738, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113695/336E479B2D4CFBB13BCF6727A02ABD9213EAB8F5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113660/4DAA98F00C8E46A7A3F4DFA1B9422201EB7C64CC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Kate Winthpup", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.8642114, + "posY": 1.02681983, + "posZ": 6.082245, + "rotX": -0.0000582093635, + "rotY": -0.00490534632, + "rotZ": -0.00007865141, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.477, + "posY": 3.11, + "posZ": -5.029, + "rotX": 2, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/SkidsODroole.b7c253.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/SkidsODroole.b7c253.json new file mode 100644 index 00000000..85c7cd21 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BarkhamInvestigators.ffb761/SkidsODroole.b7c253.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124568/678199B54EDC3EF4494A91B1C2178A180213A7BE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124527/8BD07B46684E9D56DBA93454BD516F41313D46C9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b7c253", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Skids\" O'Droole", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800737, + "r": 0.08509361 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112225/1548F58B35A11B751C99FF7D2CA936642BAE301F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112175/10140B73067B90C02617F05014D138D39E76E9B4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Skids\" O'Droole", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.129614055, + "posY": 1.02681983, + "posZ": 6.08450127, + "rotX": -0.0000665585, + "rotY": -0.004955965, + "rotZ": -0.00009775421, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.402, + "posY": 3.143, + "posZ": -5.519, + "rotX": 0, + "rotY": 181, + "rotZ": 359, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BobJenkins.7ce9d9.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BobJenkins.7ce9d9.json new file mode 100644 index 00000000..8b339399 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/BobJenkins.7ce9d9.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127498935/83C60889FF4E253896F9877AA5D695B65DE9A41D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127498888/52A7D63128EF8CCABABCCAC25D7A161FDC87AC00/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ce9d9", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Bob Jenkins", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329268217 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127498806/179CA133C12F46DEC40C21BDED8E51EBC441912D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127498690/7767353FD52F7E52E135E1998911A5AA910FE5B1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Bob Jenkins", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.0395640954, + "posY": 1.056051, + "posZ": 2.101576, + "rotX": 0.0000102862041, + "rotY": 21.3411922, + "rotZ": 0.0000441833763, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.343, + "posY": 2.067, + "posZ": -6.363, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/CalvinWright.00a0b3.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/CalvinWright.00a0b3.json new file mode 100644 index 00000000..50acb61b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/CalvinWright.00a0b3.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122138/C6DA1F44C07BF2315BEF34CE88BE2D37306D72B8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122092/7E86DE74F323125CF4C743A41D5C38CD7E5E6F80/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00a0b3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Calvin Wright", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267949 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109838/295776AE6C4195E36179BFD4DC840A85F9DC5E2A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109794/51E0C9D150A28AE12DBC44D081B33F8585CA252A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "db5e16", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Calvin Wright", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.19241536, + "posY": 1.026818, + "posZ": 10.2151451, + "rotX": 0.00043980364, + "rotY": -0.001790508, + "rotZ": 0.00007277957, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.844, + "posY": 2.067, + "posZ": -5.017, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/CarolynFern.99e9da.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/CarolynFern.99e9da.json new file mode 100644 index 00000000..f9854fe4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/CarolynFern.99e9da.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122241/ACA5D39ABF796E8BFEC57DB81EA70B8558194C3B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122187/0A3F1BFDDD7476762C6645E64A9CBDB74E0BE4BB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "99e9da", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Carolyn Fern", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783551, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109932/062A9610BF91F9E900D727CF4C278508341AD4E0/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109894/23141F07C9E777CCA48F96486D98A8D4DAD0447E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Carolyn Fern", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.76804483, + "posY": 1.02681708, + "posZ": 9.390722, + "rotX": -0.00002144888, + "rotY": -0.004910287, + "rotZ": -0.000050051578, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.8, + "posY": 2.067, + "posZ": -4.619, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DaisyWalker.7de2d5.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DaisyWalker.7de2d5.json new file mode 100644 index 00000000..5ba1d035 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DaisyWalker.7de2d5.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898199/50F1F2731EA74D362AFAD8157D040D2C28537FC4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898160/BD419A43A39F1AAE574C3ED1E6BDCA059662526B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7de2d5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Daisy Walker", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251962155, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911376/6F57094F6DE7748A2FECE162A8360433100F6A1A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911313/35AACEA1926713934B02DED9A74B78FFC3CE9883/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Daisy Walker", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.413311, + "posY": 1.02681649, + "posZ": 12.1634035, + "rotX": 0.0000590366581, + "rotY": 0.00331070554, + "rotZ": 3.21872079e-7, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.879, + "posY": 2.067, + "posZ": 3.26, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DanielaReyes.812e07.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DanielaReyes.812e07.json new file mode 100644 index 00000000..a1bf3e33 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DanielaReyes.812e07.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127372542/9DFD7E7891356D43184E9D1D80532C00E6C2C8C4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127372136/F93D4DA4D1F8449BCFA91E53342BA39B3FCE54E7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "812e07", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Daniela Reyes", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783819, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127384635/76BAC5BCC1AFB3749426C325F6C3D485C7938E50/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127384593/FA4F02D9F246B22593B426584366C312B382A888/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Daniella Reyes", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.57336688, + "posY": 1.056051, + "posZ": 2.11468887, + "rotX": 0.00000348761364, + "rotY": 14.9798584, + "rotZ": 0.00000453148641, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.168, + "posY": 2.067, + "posZ": -5.196, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DexterDrake.6dbc60.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DexterDrake.6dbc60.json new file mode 100644 index 00000000..48bdfe42 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DexterDrake.6dbc60.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122330/B1CA265DC32559781219981BF4F385D423CA0702/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122282/12781D255D67BE8DC5D7DC0319C69B25FE6FE0FB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6dbc60", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Dexter Drake", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292678, + "g": 0, + "r": 0.170584351 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110029/BA54F4CD9A3A11718873A2526C95E5846D8709DC/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343109980/118F2314AFF798868F18CC252405A87BD978A967/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Dexter Drake", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.527940869, + "posY": 1.02682, + "posZ": 7.969628, + "rotX": -0.00008174957, + "rotY": 359.973175, + "rotZ": -0.000110224384, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.743, + "posY": 2.735, + "posZ": -4.874, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DianaStanley.2640ba.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DianaStanley.2640ba.json new file mode 100644 index 00000000..334916fe --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/DianaStanley.2640ba.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122410/6B2888110D0DEBD972B1AABC1493F262DB074311/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122370/E81C333FD7195F674DEA2E36024F4788B51472AA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2640ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Diana Stanley", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292679, + "g": 0, + "r": 0.17058444 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110130/FBBAE9140E940B1875BB8141D84788EF5EA5E25C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110082/76D9557C29556247A925A3526A32EB896C0915C5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Diana Stanley", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.4829111, + "posY": 1.02681768, + "posZ": 9.384614, + "rotX": 0.00032247862, + "rotY": -0.005024162, + "rotZ": 0.0000656196353, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.084, + "posY": 2.067, + "posZ": -7.082, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/FatherMateo.037a27.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/FatherMateo.037a27.json new file mode 100644 index 00000000..3c7240e8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/FatherMateo.037a27.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343213159/D07849717C07B630C290BB7810B30108A652DC52/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343213115/923ED3CD7BAB52379528C97BA86565BC972937F2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "037a27", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Father Mateo", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292679, + "g": 0, + "r": 0.17058444 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343213075/853E2B0B3A7ACD28E70E4DA3CD2347E714923AC3/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343213028/571662D666A8333EC73EA50FA1FC52121F182D33/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Father Mateo", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.451427639, + "posY": 1.02681625, + "posZ": 10.1980467, + "rotX": 0.00000425053668, + "rotY": -0.00196357, + "rotZ": -0.000004695836, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.605, + "posY": 2.843, + "posZ": 0.227, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/FinnEdwards.259257.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/FinnEdwards.259257.json new file mode 100644 index 00000000..e4375b27 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/FinnEdwards.259257.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122592/94D7B9AA767123BF2B50B1E27FAC62242DC4C1B3/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122544/131B9D90BBADDD3576CD4F24E88B1A9EAA084B25/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "259257", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Finn Edwards", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800767, + "r": 0.08509364 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110324/4B8B05471D1F5CC0FDD294EF20DB32F386D4E59E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110275/E2025B1C14EE35E63D44BC3B5A2410B21C397D90/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Finn Edwards", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.869375, + "posY": 1.05605507, + "posZ": -6.68307352, + "rotX": 0.00002060866, + "rotY": 0.0192703716, + "rotZ": -0.000007155507, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.672, + "posY": 2.067, + "posZ": -7.577, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/GloriaGoldberg.596da1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/GloriaGoldberg.596da1.json new file mode 100644 index 00000000..615a52df --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/GloriaGoldberg.596da1.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343369844/741F46B92FA73AFDB7BBC76C10CC3E5ABD31D4CB/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122725/89A2F73B69E58215A310CCB38DD6C4CFC335D072/", + "WidthScale": 0 + }, + "Description": "Novella", + "DragSelectable": true, + "GMNotes": "", + "GUID": "596da1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Gloria Goldberg", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292678, + "g": 0, + "r": 0.170584351 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343370892/71C122A8117FFF40D9874C42BCD6D0F8B8B7892D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110452/64B813104A1823E356C86EE768B4C207D41F159F/", + "WidthScale": 0 + }, + "Description": "Novella", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2919ee", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Gloria Goldberg", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.93999064, + "posY": 1.02681971, + "posZ": 4.430925, + "rotX": -0.00006585491, + "rotY": -0.005149761, + "rotZ": -0.00007726023, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.138, + "posY": 2.224, + "posZ": -10.16, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/HarveyWalters.a0293e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/HarveyWalters.a0293e.json new file mode 100644 index 00000000..784b224f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/HarveyWalters.a0293e.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122928/D4FBD31E1D7FBEEB07939D3DCCB1667E4D1ACA14/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122863/EB70BA317BF67FCF51083EBC0D8C357FF19EAB1B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0293e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Harvey Walters", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961648, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110630/EBF1D33617A617E04FBD4AE37506F77867222D6C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110588/754FAC695ACFD404B80954EA68E223E454E212D8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Harvey Walters", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.9509883, + "posY": 1.02682018, + "posZ": 7.169526, + "rotX": -0.0000889513249, + "rotY": 0.00762059959, + "rotZ": -0.00009840328, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.054, + "posY": 2.067, + "posZ": -8.127, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JacquelineFine.755af5.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JacquelineFine.755af5.json new file mode 100644 index 00000000..1dd754dc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JacquelineFine.755af5.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343340459/F0D2B8064964B8252241DB136C794FC1B6FF4B53/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123061/6DA4E0C0B84DED83550ED40969143A242525FEFF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "755af5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jacqueline Fine", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292677, + "g": 0, + "r": 0.170584291 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343339400/E453D38E8FE432F95339B60B4547A59EF8C6BA24/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110754/30A40B1E167B52D90D19922ADF83CBCF1C700638/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jacqueline Fine", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.5499153, + "posY": 1.0268203, + "posZ": 7.169164, + "rotX": -0.00008734602, + "rotY": 0.00341988052, + "rotZ": -0.000114085895, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.768, + "posY": 2.067, + "posZ": -9.959, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JennyBarnes.4990c5.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JennyBarnes.4990c5.json new file mode 100644 index 00000000..7698913b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JennyBarnes.4990c5.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123260/B4FC280EE97A57E792694AC4EDAADD48E44519C9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123208/8C29DCE72C2A5DE4D7E6A79046CF24C3D74D8535/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4990c5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jenny Barnes", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.2108011, + "r": 0.08509388 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110916/B7228A20C559122AB8D718C0AC201FED9E85B2DE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110878/B9FEDC01D8D9AE1AAC6B02BE02B2750BF3DF54D6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9ee7cf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jenny Barnes", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.290638775, + "posY": 1.02681673, + "posZ": 11.7851191, + "rotX": 0.0000127248541, + "rotY": -0.0003152209, + "rotZ": -0.00000757728048, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.699, + "posY": 2.067, + "posZ": -1.237, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JimCulver.4ed067.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JimCulver.4ed067.json new file mode 100644 index 00000000..aad71e4c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JimCulver.4ed067.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123446/B7327A472FBB4072DC477381E8A7A6125C99531F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123404/7C7BBACF49827ED5D622033E6C1DEA9357096C7B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ed067", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jim Culver", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292681, + "g": 0, + "r": 0.170584649 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111086/FF3A031718F35B572D6C3C8C7BCCAB6C11D4BF33/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111046/87284B158274F1722C2161D9F9B30E214647B1BB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jim Culver", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.463523775, + "posY": 1.02681673, + "posZ": 11.7824306, + "rotX": -0.00000354734016, + "rotY": 0.00121953932, + "rotZ": -0.00000394873632, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.419, + "posY": 2.067, + "posZ": -3.644, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JoeDiamond.bc0aa2.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JoeDiamond.bc0aa2.json new file mode 100644 index 00000000..4583c8a8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/JoeDiamond.bc0aa2.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123531/ADE4594F7EACB7EE9E942D3477724E674AE1AADE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123488/AB5C5C45431B8CF33A784A09E265D60D4D0168CC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc0aa2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Joe Diamond", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.2519618, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111172/100EC490B6AC901F4AFC48F100829575055BEE86/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111123/FFF20A721CE1B8D3C49E32DBC0A7861229012FCE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Joe Diamond", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.005756, + "posY": 1.02681589, + "posZ": 9.384623, + "rotX": 0.000161581018, + "rotY": -0.00500129443, + "rotZ": 0.00012048176, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.571, + "posY": 2.067, + "posZ": -4.393, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LeoAnderson.68f47f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LeoAnderson.68f47f.json new file mode 100644 index 00000000..6715b022 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LeoAnderson.68f47f.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123611/134B3903A912E19F89379A3CAFC11B690B0F1B6B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123575/9D875BB066BBC8711A4A5B1888E6F14453B937B8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68f47f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Leo Anderson", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783521, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111248/605DA9FD3CAA488E2AF00196B4BE09173C7690F2/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111208/2C442A20E3C1D6C78115F52739C30026DEA42F78/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Leo Anderson", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.79934168, + "posY": 1.02681637, + "posZ": 10.2036343, + "rotX": -0.0000256951953, + "rotY": -0.002032134, + "rotZ": -0.0000530376055, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.806, + "posY": 2.067, + "posZ": -7.253, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LilyChen.f58123.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LilyChen.f58123.json new file mode 100644 index 00000000..cd3efe7e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LilyChen.f58123.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127487724/EA02F95CE17F58859603E9C3342085FFBE7E0420/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127487680/802D3885209166F8C3A68A2BC4E5F1B5DF9DE53B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f58123", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Lily Chen", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3292682, + "g": 0, + "r": 0.170584738 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127487606/CCEB12CA653DEB53372368FC4E28FD57A87418BD/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127487506/08986629775B03EF635165A59EAEC2FD21BFBD74/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Lily Chen", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.897596955, + "posY": 1.056051, + "posZ": 2.064113, + "rotX": -0.0000204453227, + "rotY": 23.9014645, + "rotZ": -0.0000159633655, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.1, + "posY": 2.067, + "posZ": -6.819, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LolaHayes.392b57.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LolaHayes.392b57.json new file mode 100644 index 00000000..7acb921e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LolaHayes.392b57.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.59408, + "g": 0.59408, + "r": 0.59408 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123699/F47718DDEAFAD66219C3F396E86EB525E8605668/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123654/CE20CB51E39AA9BB75CC988BD79B247ADE977F54/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "392b57", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Lola Hayes", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.162020713, + "g": 0.162020713, + "r": 0.162020713 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111331/D5D959D82BD215E896625C3FB22AECCADA3F1C30/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111296/608331BF69D48D1A17034F4399889A0132423791/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Lola Hayes", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.95995474, + "posY": 1.02681816, + "posZ": 11.00723, + "rotX": 0.000318056555, + "rotY": 359.987244, + "rotZ": 0.000208498663, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.943, + "posY": 2.067, + "posZ": -6.065, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LukeRobinson.a908ec.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LukeRobinson.a908ec.json new file mode 100644 index 00000000..b8cafbb6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/LukeRobinson.a908ec.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123788/B66846378167F716F4EC90D96FF72354A46B7B4D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123743/7FFD073A2FE1B6346E43939B2C30CC485D4773E9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a908ec", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Luke Robinson", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.32926777, + "g": 0, + "r": 0.170584321 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111421/31C173F4DC2F80612AC7B8A56E9ABD5581EEFFFB/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111373/B5CF244E06B8E75CB81575C3E460E11388C3BE15/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Luke Robinson", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.545947134, + "posY": 1.02682018, + "posZ": 8.54556751, + "rotX": -0.00009203844, + "rotY": 0.09762085, + "rotZ": -0.000135061448, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.614, + "posY": 2.067, + "posZ": -9.75, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MandyThompson.0d602e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MandyThompson.0d602e.json new file mode 100644 index 00000000..7b12912a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MandyThompson.0d602e.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123877/541D16A7F8B1CD918142D5ED9481A0AD37271E7B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123832/EF70CBEF33BC038D502B78BA9A77AB07D581B30D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d602e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Mandy Thompson", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961678, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111511/9DE040757FEB58FB6F7E89805EDBCABA28C08363/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111464/EB5F444E471B86E0CFD56020F3DBC31FF73AECF6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Mandy Thompson", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.9427243, + "posY": 1.02682018, + "posZ": 8.545574, + "rotX": -0.000108375389, + "rotY": 0.0977096856, + "rotZ": -0.000105106228, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.73, + "posY": 2.067, + "posZ": -9.555, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MarieLambeau.6bd52c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MarieLambeau.6bd52c.json new file mode 100644 index 00000000..6ae6cdd9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MarieLambeau.6bd52c.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123948/0EE225E2455C4D60FC903AC34D5DCBE3A96E0F6E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123913/0FED2F578A1A3B0D7068AFA723C5BD86614D51AE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd52c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Marie Lambeau", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.329267919, + "g": 0, + "r": 0.17058447 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111601/E3DB7C44A8A034D4BA7AACF2599A54DECC4C4D34/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111548/9D1687057358C422472126D059B5CAA1828E2DEA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00f638", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Marie Lambeau", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.99495029, + "posY": 1.02681935, + "posZ": 9.381206, + "rotX": -0.00000478800757, + "rotY": -0.004909135, + "rotZ": 0.0000121728181, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.613, + "posY": 2.067, + "posZ": -7.518, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MarkHarrigan.eb793b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MarkHarrigan.eb793b.json new file mode 100644 index 00000000..27eaa322 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MarkHarrigan.eb793b.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124038/5DB2BE15B15ECF1B8324CCB4EA57762A5F9503D7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123987/395CFF93D01FE8D3E05BF0E18AF363C95F8C9870/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb793b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Mark Harrigan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3257836, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111695/C7C4A01A23F187ADD085F1FDFF51FAFB0295F22A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111650/DC806BD08F8B210C3DBE0D3BE9C0A0E9819D8D54/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Mark Harrigan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.77800012, + "posY": 1.02681637, + "posZ": 11.0286446, + "rotX": 0.0000544165632, + "rotY": -0.0006005508, + "rotZ": 0.0000232658222, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.73, + "posY": 2.067, + "posZ": -3.996, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MinhThiPhan.1ebf3c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MinhThiPhan.1ebf3c.json new file mode 100644 index 00000000..05914916 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MinhThiPhan.1ebf3c.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124306/A4481703DBC3C327CBE907E1149598283B7AB049/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124265/92345CAE764C3A809A9CA73F30AFF9406BC0EF5E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1ebf3c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Minh Thi Phan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.2519619, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111950/D44CE23B259F5B04CD2B76F44DF2BED5D41F862E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111913/23E26016E556988D267EDD8DEB4D76E4D6D38A7C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Minh Thi Phan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.015713, + "posY": 1.02681613, + "posZ": 11.0225344, + "rotX": 0.000008437017, + "rotY": -0.0006353474, + "rotZ": -0.0000029882583, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.898, + "posY": 2.067, + "posZ": -3.646, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MontereyJack.638f3a.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MontereyJack.638f3a.json new file mode 100644 index 00000000..160bf41c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/MontereyJack.638f3a.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127476794/837B28F92D4D63B23EF69D5A327A76928DC814A7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127476746/94BE1CD298C8605CEE92CA2E8B0405C206EFCDB4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "638f3a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Monterey Jack", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210801244, + "r": 0.08509401 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127476683/6C480D8E9E8D03B8CA8154285EDE42312D1FE37B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127476598/64CD439C4B27AF54285ECE0BABDB93C2634E5255/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Monterey Jack", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.73105574, + "posY": 1.05605125, + "posZ": 2.08124447, + "rotX": -0.00000262166122, + "rotY": 23.363678, + "rotZ": -0.000006426918, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.857, + "posY": 2.067, + "posZ": -7.872, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NathanielCho.619a54.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NathanielCho.619a54.json new file mode 100644 index 00000000..9189f1df --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NathanielCho.619a54.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124386/09CAB97763D97EFC37A1A558CEC032EEB8142754/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124346/CF535E2C85E5F4D1400A96DB7BEDC7DCFC7591C1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "619a54", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Nathaniel Cho", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3257834, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112047/FB45F4E6B30D69A196C585501C4E75B435677A01/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111987/455AD3904C7CBD6CB4AC917973B766BFACC429DB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Nathaniel Cho", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.713281, + "posY": 1.02682006, + "posZ": 7.175626, + "rotX": -0.000011563644, + "rotY": 0.00344528654, + "rotZ": 0.000006189511, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.437, + "posY": 2.067, + "posZ": -7.523, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NormanWithers.84b0e7.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NormanWithers.84b0e7.json new file mode 100644 index 00000000..cf65e35c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NormanWithers.84b0e7.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124480/072CCD17AAD9F44762EFB20DA674642F5D66958C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124438/5F3C01090BFF6D46E19F15A41359A7F8AFC809AF/", + "WidthScale": 0 + }, + "Description": "Novella", + "DragSelectable": true, + "GMNotes": "", + "GUID": "84b0e7", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Norman Withers", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961678, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112131/81797D3C3350D506C21AFE126DEEECC4EDDC574F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112089/1C1F3DC7EC4D5A03C8A5991D1940DD873521B063/", + "WidthScale": 0 + }, + "Description": "Novella", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5332e1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Norman Withers", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.451320738, + "posY": 1.02681971, + "posZ": 4.430932, + "rotX": -0.00006245089, + "rotY": -0.00515922671, + "rotZ": -0.00007256795, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.53, + "posY": 2.067, + "posZ": -10.247, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NormanWithers.8d186c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NormanWithers.8d186c.json new file mode 100644 index 00000000..c171da0c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/NormanWithers.8d186c.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127436051/77E8D22FE4EDE5A94D1CBA705DA40BEB45A1E771/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127435972/2096012C595D1FA26F1D91FC84266EA87FD44C5E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8d186c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Norman Withers", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961946, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127449192/81C48A558BC836CC34ADD31B438468E448CE81C1/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127449099/5836DD6175D977C38D7A24FEAA4A45892F99479B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Norman Withers", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.60013986, + "posY": 1.05605114, + "posZ": 2.02835059, + "rotX": -0.0000122742522, + "rotY": 25.2844887, + "rotZ": 0.0000137622574, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.732, + "posY": 2.678, + "posZ": -5.012, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/PatriceHathaway.ef94b5.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/PatriceHathaway.ef94b5.json new file mode 100644 index 00000000..a852cafc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/PatriceHathaway.ef94b5.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124652/C352844E8CE07642B8F0D34FD4CC46FD163099BF/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124612/064FA25C5A7EC3F7A7752FF362462E26C3045BAD/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ef94b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Patrice Hathaway", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267859 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112332/4D2A00300C1A749C808CD8391F3E681038EDAFDB/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112272/1BAC1C83A3683725B46BAF4BD60184BA52BFB6E8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Patrice Hathaway", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.28675163, + "posY": 1.02682006, + "posZ": 8.563183, + "rotX": -0.0000178168229, + "rotY": 0.09771161, + "rotZ": -0.0000015089422, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.221, + "posY": 2.108, + "posZ": -9.515, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/PrestonFairmount.6e99ba.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/PrestonFairmount.6e99ba.json new file mode 100644 index 00000000..2617d08a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/PrestonFairmount.6e99ba.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124816/08D840B61C1E9CD93C1720AD66D780B1D7326D10/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124775/8093BCC3BB3D19C324B59EA46C83293B09B3C736/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6e99ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Preston Fairmount", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800856, + "r": 0.0850936845 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112537/AE38E517BE326158E67760C17DD7BDF24BDD6C12/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112489/897B3C993413B04F475D3AD95385262A0188945C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Preston Fairmount", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.2711577, + "posY": 1.02681839, + "posZ": 9.386873, + "rotX": 0.000328625174, + "rotY": -0.004782497, + "rotZ": 0.000219832931, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.619, + "posY": 2.258, + "posZ": -4.266, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RexMurphy.f96c49.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RexMurphy.f96c49.json new file mode 100644 index 00000000..00396e7a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RexMurphy.f96c49.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124908/94730221F433510D8906BBF22D7AC5F8FF979B7A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124866/20FAFD12A141BEDFA62FC7D2BBA10925863110C7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f96c49", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Rex Murphy", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961976, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112648/D27F29716439A7BDBF1162AB92684C32E3A221FF/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112602/C78D725F74D849D4C81D09D1C9B808D1F192A6B8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "871891", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Rex Murphy", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.02522957, + "posY": 1.02681625, + "posZ": 11.78287, + "rotX": 0.000011895655, + "rotY": -0.0009831832, + "rotZ": -0.00000640340477, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.395, + "posY": 2.067, + "posZ": -1.549, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RitaYoung.c46146.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RitaYoung.c46146.json new file mode 100644 index 00000000..195556bb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RitaYoung.c46146.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125001/48ACCE90A8C1A957EC54B0B411DFCCE5F96E1278/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124955/B83959B059ED90771F6550DF20D774B6AA7B088B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c46146", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Rita Young", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267949 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112745/522D275483FAF39565F28DDDBD405D585F0C23BD/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112692/3353B6C8A7FBFBA7B834CCAF8983B69C054DF2CB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Rita Young", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.22370946, + "posY": 1.02681935, + "posZ": 9.402242, + "rotX": -0.00007423215, + "rotY": -0.004866944, + "rotZ": -0.00008046501, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.263, + "posY": 2.067, + "posZ": -7.433, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RolandBanks.d68f71.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RolandBanks.d68f71.json new file mode 100644 index 00000000..51f0da09 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/RolandBanks.d68f71.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898308/F1D708F76DF5800CE765EAFA0DC09C26A74FF16B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898253/1379499E10EFB7E14365E7DB265FDEA18852D1D5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d68f71", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Roland Banks", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783879, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911484/BCB0DA6F1D18C17D45F72A530A648BEC00C54205/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911431/4F699092E6EA90370C6AC757DB37FF9D9A6A7FB8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Roland Banks", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.15518236, + "posY": 1.02681625, + "posZ": 12.1229219, + "rotX": -0.0000345639019, + "rotY": 359.971771, + "rotZ": -0.00006146331, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.167, + "posY": 2.067, + "posZ": 3.549, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SefinaRousseau.086503.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SefinaRousseau.086503.json new file mode 100644 index 00000000..611c0cc3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SefinaRousseau.086503.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125078/A86918CF754A49F3634CE1906F06D2EF8050181C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125039/358B5898D369D0DD9B43CA63A4D814DD523B46D4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "086503", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Sefina Rousseau", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800946, + "r": 0.0850937739 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112830/2D14AED1F1BA6A9FA28E7093A2E738876EA80A89/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112788/E93E0A9A75FF8657A9E42C3AC93A236739E8B48E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Sefina Rousseau", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.2811205, + "posY": 1.02681625, + "posZ": 11.0247946, + "rotX": 0.0000156008318, + "rotY": -0.000685103063, + "rotZ": -0.0000113126, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.353, + "posY": 2.067, + "posZ": -5.625, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SilasMarsh.080f71.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SilasMarsh.080f71.json new file mode 100644 index 00000000..aa490824 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SilasMarsh.080f71.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125121/418C6AC1E5031B49969BD78AE05247AF806FEF1A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125169/A6DCCBFE8E038499BBDBC3E646EA176F47D2BB4C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "080f71", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Silas Marsh", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267859 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112871/8EDFE0718C49CAE4155F3832571CCA7202D6479A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112916/0BC1B2CB47C8B5814D1EF29AEF132D972F61B509/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Silas Marsh", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.26874578, + "posY": 1.02682, + "posZ": 7.98725033, + "rotX": -0.00009505729, + "rotY": 359.9731, + "rotZ": -0.00012580266, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.718, + "posY": 2.067, + "posZ": -7.328, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SisterMary.707374.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SisterMary.707374.json new file mode 100644 index 00000000..154574a9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SisterMary.707374.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124131/B28E44DBC3463F011BF01FCD6F2E88CD43057352/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124088/F02DA60FB218E7DBC8EAE29556A4CAD9EC47657D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "707374", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Sister Mary", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783432, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111792/58A855A135BF1CB9CC76C2C8282D75F27EDAA53B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111744/D91E9AF17853E7AC5E4C32C098F6E60E4E3B2693/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Sister Mary", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.72302723, + "posY": 1.02682018, + "posZ": 7.975754, + "rotX": -0.000010495859, + "rotY": 359.973053, + "rotZ": 0.000002777137, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.971, + "posY": 2.067, + "posZ": -3.934, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SkidsOToole.47cbdc.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SkidsOToole.47cbdc.json new file mode 100644 index 00000000..5da07bdc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/SkidsOToole.47cbdc.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898401/3200CDC30301B8A58B6CE31AE9BF06DF7BE59B46/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898355/9F2A2046E154557C9D35BC392DA05BCF7A5D99BF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "47cbdc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Skids\" O'Toole", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210801333, + "r": 0.08509409 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911607/D91CC56CCF47669B649D0AB61B12957FBB790C06/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911559/E9A1944160938CAC731E6ECF4E86C8A43DE4BB9E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "\"Skids\" O'Toole", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.66486955, + "posY": 1.02681637, + "posZ": 12.1480255, + "rotX": 0.00004808505, + "rotY": -0.0005751834, + "rotZ": 0.0000299885578, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.578, + "posY": 2.067, + "posZ": 2.699, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/StellaClark.abd4b9.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/StellaClark.abd4b9.json new file mode 100644 index 00000000..4843d65e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/StellaClark.abd4b9.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125258/BF68ACA30835D3152A03255FFE394BD1D844A5ED/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125217/B965FA4A228DFD62F5D202E4A6DDBFBAFA1C830D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "abd4b9", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Stella Clark", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267859 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113025/1272B28219E43CD1BCC990A1883B808A5CA59B1D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112969/8EF9EA86807895AC74C4B2D39C3AE171ED85E94B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Stella Clarke", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.27848661, + "posY": 1.02682006, + "posZ": 7.187135, + "rotX": -0.00000230956311, + "rotY": 0.00765810627, + "rotZ": -0.00000191616482, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.789, + "posY": 2.067, + "posZ": -10.241, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5.json new file mode 100644 index 00000000..8d2773fe --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "PennyWhite.45d884", + "ValentinoRivas.2b5c11", + "JeromeDavids.4eebfc", + "GavriellaMizrah.58e76c" + ], + "ContainedObjects_path": "TheCircleUndonePrologueInvestigators.36c3f5", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36c3f5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Circle Undone Prologue Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.145, + "posY": 3.239, + "posZ": -16.331, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/GavriellaMizrah.58e76c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/GavriellaMizrah.58e76c.json new file mode 100644 index 00000000..a3216a9f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/GavriellaMizrah.58e76c.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.59408, + "g": 0.59408, + "r": 0.59408 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122673/7A6A0F30F2D7CF2F8F33548DE0EF94D4443F2952/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343122636/CCA770E23817DB041A752079D020341C3392A9B0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "58e76c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Gavriella Mizrah", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.162020653, + "g": 0.162020653, + "r": 0.162020653 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110415/1F049FB52103B0A63A68EAD64AA4942C290440B9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110365/607CFC0994A129AC8452F0A6FD2BE17609E73573/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "05484e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Gabriella Mizrah", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.74845767, + "posY": 1.02681923, + "posZ": 9.401479, + "rotX": 0.00000519274545, + "rotY": -0.004959853, + "rotZ": 0.0000114189979, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.245, + "posY": 2.94, + "posZ": -8.384, + "rotX": 1, + "rotY": 359, + "rotZ": 1, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/JeromeDavids.4eebfc.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/JeromeDavids.4eebfc.json new file mode 100644 index 00000000..3be910eb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/JeromeDavids.4eebfc.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.59408, + "g": 0.59408, + "r": 0.59408 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123355/7A11BAC58DD612E7158C8842C8AFE0BF3D8C90FB/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343123311/601F1BAC6250D2BE1D2D8C635246778D098FF1C6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4eebfc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jerome Davids", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.162020624, + "g": 0.162020624, + "r": 0.162020624 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343111005/348A8E2F0446D09998C1D72E999C9ED25D992433/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343110959/47D5246EE230991A1352CE0743B10168A9ECB586/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a44908", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Jerome Davids", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.505696, + "posY": 1.02681923, + "posZ": 9.364632, + "rotX": 0.0000194205968, + "rotY": -0.00489224726, + "rotZ": -8.50184756e-10, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.766, + "posY": 3.116, + "posZ": -9.727, + "rotX": 357, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/PennyWhite.45d884.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/PennyWhite.45d884.json new file mode 100644 index 00000000..666ea685 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/PennyWhite.45d884.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.59408, + "g": 0.59408, + "r": 0.59408 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124733/E87E89DE233547010A2303714F65A67CE1599169/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343124689/3BD7F394964F51DE2342BB163110083CA9389E0A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "45d884", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Penny White", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.162020624, + "g": 0.162020624, + "r": 0.162020624 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112424/E2171B84B8D68AC259E83DB8AF0D8315DED7D34A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343112380/E232D3010841C5E757778F8F6D032863DAB2FC9F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b05799", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Penny White", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.21406651, + "posY": 1.02681863, + "posZ": 7.840794, + "rotX": 0.000108280154, + "rotY": 29.945343, + "rotZ": 0.0000630313662, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.943, + "posY": 3.136, + "posZ": -9.118, + "rotX": 1, + "rotY": 255, + "rotZ": 359, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/ValentinoRivas.2b5c11.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/ValentinoRivas.2b5c11.json new file mode 100644 index 00000000..83b464d2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCircleUndonePrologueInvestigators.36c3f5/ValentinoRivas.2b5c11.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.59408, + "g": 0.59408, + "r": 0.59408 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125728/A01F2688903AF1F172EA8F6E35C197BF080CA3FD/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125669/07A11B3AA9B849680D17A3ACA41C374F29EEB2DF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b5c11", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Valentino Rivas", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.162020653, + "g": 0.162020653, + "r": 0.162020653 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113519/BADB45B19BB567E328DDEAB0B58B978946B6936B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113479/EA4B290E0CCFB030C9D1B50061A95B1D2A975E88/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5aa59a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Valentino Rivas", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.266295, + "posY": 1.02681923, + "posZ": 9.360523, + "rotX": -0.000060371538, + "rotY": -0.004860382, + "rotZ": -0.0000793984, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.456, + "posY": 3.14, + "posZ": -9.586, + "rotX": 359, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120.json new file mode 100644 index 00000000..f7222e65 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120.json @@ -0,0 +1,59 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "BodyofaYithian.458fc8", + "BodyofaYithian.d4d93e", + "BodyofaYithian.2574ee", + "BodyofaYithian.531452", + "BodyofaYithian.21dca1", + "BodyofaYithian.01d035" + ], + "ContainedObjects_path": "TheCityofArchivesSPOILERS.228120", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "228120", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The City of Archives (SPOILERS)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.849, + "posY": 3.273, + "posZ": -16.44, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.01d035.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.01d035.json new file mode 100644 index 00000000..ce2a0463 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.01d035.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126008/5F98DD009140C4BD39E4461593131568BC871913/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125963/C651F00D5A3DEEA70C450B496E271C6708710BE8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01d035", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783521, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113771/369BEF14B41868A935F9AE48A36B6A31B3C84112/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113735/A56ABCAA1194E052A0A976A7CF57CCD1D95BA5A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.91376317, + "posY": 1.02681971, + "posZ": 10.2119522, + "rotX": 0.00028008892, + "rotY": 359.958527, + "rotZ": 0.0002694775, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.192, + "posY": 3.105, + "posZ": -6.389, + "rotX": 1, + "rotY": 0, + "rotZ": 1, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.21dca1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.21dca1.json new file mode 100644 index 00000000..f3815326 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.21dca1.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126008/5F98DD009140C4BD39E4461593131568BC871913/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125963/C651F00D5A3DEEA70C450B496E271C6708710BE8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "21dca1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.2519618, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113771/369BEF14B41868A935F9AE48A36B6A31B3C84112/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113735/A56ABCAA1194E052A0A976A7CF57CCD1D95BA5A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.6925416, + "posY": 1.02682018, + "posZ": 10.2295065, + "rotX": -0.0000595574675, + "rotY": 359.9584, + "rotZ": -0.00009432038, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.917, + "posY": 3.137, + "posZ": -7.03, + "rotX": 0, + "rotY": 0, + "rotZ": 1, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.2574ee.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.2574ee.json new file mode 100644 index 00000000..35b51c63 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.2574ee.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.65331, + "g": 0, + "r": 0.33758 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126008/5F98DD009140C4BD39E4461593131568BC871913/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125963/C651F00D5A3DEEA70C450B496E271C6708710BE8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2574ee", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.329267919, + "g": 0, + "r": 0.17058447 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113771/369BEF14B41868A935F9AE48A36B6A31B3C84112/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113735/A56ABCAA1194E052A0A976A7CF57CCD1D95BA5A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c646b5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.181207, + "posY": 1.02682018, + "posZ": 10.2294979, + "rotX": 3.72182342e-7, + "rotY": 359.958557, + "rotZ": 0.00000320151662, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.735, + "posY": 3.142, + "posZ": -6.967, + "rotX": 0, + "rotY": 135, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.458fc8.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.458fc8.json new file mode 100644 index 00000000..aa4c1bb0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.458fc8.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.59408, + "g": 0.59408, + "r": 0.59408 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126008/5F98DD009140C4BD39E4461593131568BC871913/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125963/C651F00D5A3DEEA70C450B496E271C6708710BE8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "458fc8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.162020653, + "g": 0.162020653, + "r": 0.162020653 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113771/369BEF14B41868A935F9AE48A36B6A31B3C84112/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113735/A56ABCAA1194E052A0A976A7CF57CCD1D95BA5A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "45eb73", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.66814137, + "posY": 1.02681983, + "posZ": 10.2142458, + "rotX": 0.00007342901, + "rotY": 359.9585, + "rotZ": 0.000199222835, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.12, + "posY": 2.462, + "posZ": -5.572, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.531452.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.531452.json new file mode 100644 index 00000000..02bb7e23 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.531452.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126008/5F98DD009140C4BD39E4461593131568BC871913/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125963/C651F00D5A3DEEA70C450B496E271C6708710BE8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "531452", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800856, + "r": 0.0850936845 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113771/369BEF14B41868A935F9AE48A36B6A31B3C84112/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113735/A56ABCAA1194E052A0A976A7CF57CCD1D95BA5A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.427137, + "posY": 1.02682054, + "posZ": 10.2317638, + "rotX": -0.0000723652, + "rotY": 359.958527, + "rotZ": -0.00009052689, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.649, + "posY": 3.142, + "posZ": -6.911, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.d4d93e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.d4d93e.json new file mode 100644 index 00000000..045588a8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TheCityofArchivesSPOILERS.228120/BodyofaYithian.d4d93e.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126008/5F98DD009140C4BD39E4461593131568BC871913/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125963/C651F00D5A3DEEA70C450B496E271C6708710BE8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d4d93e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329267949 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113771/369BEF14B41868A935F9AE48A36B6A31B3C84112/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113735/A56ABCAA1194E052A0A976A7CF57CCD1D95BA5A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.922006, + "posY": 1.02681768, + "posZ": 10.2471294, + "rotX": 0.0000877302737, + "rotY": 359.958527, + "rotZ": 0.00007899584, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.362, + "posY": 2.737, + "posZ": -7.039, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TommyMuldoon.bea47e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TommyMuldoon.bea47e.json new file mode 100644 index 00000000..9b6c9279 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TommyMuldoon.bea47e.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125343/F146511CB6A21254B2C7350694A25207323BD032/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125301/A93BD669C731E917A35FA5738EB136BF6671D77D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bea47e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Tommy Muldoon", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.325783432, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113125/C886BBE085401CBDEDC79316126DAD04C160290D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113075/3A5F451FE5EEA0438A7BF83AA80087D508A95E63/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b49b1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Tommy Muldoon", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.70501757, + "posY": 1.02681828, + "posZ": 8.551668, + "rotX": 0.000446396472, + "rotY": 0.09762672, + "rotZ": 0.00008202271, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.5, + "posY": 2.114, + "posZ": -7.323, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TonyMorgan.8788d0.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TonyMorgan.8788d0.json new file mode 100644 index 00000000..5702bcf5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TonyMorgan.8788d0.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125442/09C00F6166ED8C161E8B4EDC8D6C5712BE4E5A99/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125399/E8846343EE7FB81463CBA96EE1FB4EA48783478D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8788d0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Tony Morgan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800737, + "r": 0.08509361 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113211/50B0632176C34F7C87676B08F33D1FD47B81F866/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113164/306E90DAA180AD468A2984E850C930EE18CF2662/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Tony Morgan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.208120644, + "posY": 1.02682, + "posZ": 8.547819, + "rotX": -0.00000545394323, + "rotY": 0.09764598, + "rotZ": -0.00000277906065, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.206, + "posY": 2.067, + "posZ": -9.638, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TrishScarborough.01631f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TrishScarborough.01631f.json new file mode 100644 index 00000000..2d039a81 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/TrishScarborough.01631f.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125535/2F16BFC124F43F9940C2A3F171E26DDA6463A212/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125485/4E1E451CA47B9A6C4FA602597948FD6EBC4BE776/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01631f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Trish Scarborough", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800737, + "r": 0.08509361 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113340/C747576C358B25CEA21F2C6BBC99E958B054C988/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113269/8A30699B302BAF982C8FE26E09705CDFF5242C2C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Trish Scarborough", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.238272026, + "posY": 1.02681971, + "posZ": 7.97210073, + "rotX": -0.00008332766, + "rotY": 359.9732, + "rotZ": -0.0001203627, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.923, + "posY": 2.067, + "posZ": -4.616, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/UrsulaDowns.556138.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/UrsulaDowns.556138.json new file mode 100644 index 00000000..1f984623 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/UrsulaDowns.556138.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.45725, + "r": 1 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125624/CBE958AE77C62FC1CC2DF6663226EADDA1500B5E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125580/D00CFB3B16884A01FA999E0DDD6B3CBC08E65AEA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "556138", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Ursula Downs", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.251961768, + "r": 0.559233367 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113425/FC55EAACC9980F12F2108FB677C8E4F98FDBC82F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113388/3C14FD026614E265AF28D706E14EE28832B9900A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "376b04", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Ursula Downs", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.03705025, + "posY": 1.02681637, + "posZ": 10.1975241, + "rotX": -0.00000102660943, + "rotY": -0.00209664949, + "rotZ": -0.0000199569458, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.784, + "posY": 2.067, + "posZ": -0.276, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WendyAdams.8f5e71.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WendyAdams.8f5e71.json new file mode 100644 index 00000000..a416b3fc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WendyAdams.8f5e71.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898498/10F99CF16FEBE1CD39635ABFF90F805BF5D54918/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342898443/A3C543770A98A9D55B8BF1E51B2EE143A42AE1A2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f5e71", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Wendy Adams", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329268277 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911709/5143ADC17BEA16129B1533BE77EE79BF0BD347A5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400342911659/B0D1767C1391FEAFC991695B614304A626FCEB2C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Wendy Adams", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.14583731, + "posY": 1.02681613, + "posZ": 12.1985855, + "rotX": 0.0000117557793, + "rotY": 359.9842, + "rotZ": 0.00000949655, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.91, + "posY": 2.067, + "posZ": 0.161, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WilliamYorick.26a0a1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WilliamYorick.26a0a1.json new file mode 100644 index 00000000..f870b5b4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WilliamYorick.26a0a1.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.58711 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126093/F7F02472038CC02E52533381E4D7AD7D31BB3FA8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343126049/63E0BC57F7E5141690FF1F50002837F2869FE3FA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "26a0a1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "William Yorick", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.329268 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113849/DCA3D076BFCA28D8A8638B6A4F638AA84101624E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113810/78D2AA9C325055A8D4680125D29489A8B9B89461/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b848a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "William Yorick", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.21389389, + "posY": 1.02681673, + "posZ": 11.0401068, + "rotX": 0.0000166332375, + "rotY": 359.9848, + "rotZ": 0.00000138512064, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.985, + "posY": 2.067, + "posZ": -5.783, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WinifredHabbamock.2ede96.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WinifredHabbamock.2ede96.json new file mode 100644 index 00000000..50fb00fd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/WinifredHabbamock.2ede96.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.43031, + "r": 0.17436 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125837/45463C0CFEC0E75C4CB0817760252B81E46D4249/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343125782/BCC613AFBA7B0DA1250A17504464AAD6B2BAB528/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2ede96", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Winifred Habbamock", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.210800737, + "r": 0.08509361 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113609/433D67A5C68762077EF84A2BEFF3B251EC84C39E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343113571/5531EC31A19AD8DCAD380DA9471B3224001E4E04/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7119b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Winifred Habbamock", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.216387287, + "posY": 1.02682042, + "posZ": 7.17177439, + "rotX": -0.0000843822854, + "rotY": 0.007669506, + "rotZ": -0.00011174324, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.124, + "posY": 2.112, + "posZ": -7.966, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/ZoeySamaras.e6d68f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/ZoeySamaras.e6d68f.json new file mode 100644 index 00000000..df09087c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Stands.9d354b/ZoeySamaras.e6d68f.json @@ -0,0 +1,104 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 0.04089, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343104997/E66355B1514163DDC8E50927F54C6C07DE63EC00/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343104943/9E4F82A799BEF14E1BEC498937F2EB3BB83F6ADE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e6d68f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Zoey Samaras", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3257837, + "g": 0.0107875289, + "r": 0 + }, + "CustomImage": { + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343107739/4F5A5EE5CF79DAF68B538EEF30DB8DACC10A3565/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698400343107696/1E492CCA51ADB35F95FFF64ABBB61765E50B2B26/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "50a1c5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Figurine_Custom", + "Nickname": "Zoey Samaras", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.78751993, + "posY": 1.026817, + "posZ": 11.7889805, + "rotX": 0.0000125525485, + "rotY": 0.00384989637, + "rotZ": 0.000006301981, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.422, + "posY": 2.067, + "posZ": -1.246, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375.json new file mode 100644 index 00000000..19a52660 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.05692, + "g": 0.32578, + "r": 0 + }, + "ContainedObjects_order": [ + "Alternatives.f8c290", + "TheNovellasOnly.7ef8b0", + "BarkhamHorror.b08c1f", + "EdgeoftheEarth.c4deec", + "TheStarterDecks.151d53", + "TheInnsmouthConspiracy.e65163", + "TheDream-Eaters.0c3907", + "TheCircleUndone.f2acef", + "TheForgottenAge.d32231", + "ThePathtoCarcosa.b491bc", + "TheDunwichLegacy.315223", + "TheCoreSet.177b26" + ], + "ContainedObjects_path": "Tokens.2e2375", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2e2375", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.197, + "posY": 1.989, + "posZ": 0.343, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290.json new file mode 100644 index 00000000..6521b4c9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "SisterofBattleMary.f5c62d", + "UrsulaDowns.a0c8aa", + "AshcanPete.be4f57", + "Duke.8902b4" + ], + "ContainedObjects_path": "Alternatives.f8c290", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f8c290", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Alternatives", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.847, + "posY": 2.86, + "posZ": -6.36, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/AshcanPete.be4f57.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/AshcanPete.be4f57.json new file mode 100644 index 00000000..1e88459f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/AshcanPete.be4f57.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351180402/300B84479A7E7FBD938886E6FFF983BE099DF983/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351178860/0726567002C8338E97BB3E3746675E696FDC8721/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "be4f57", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.026, + "posY": 3.007, + "posZ": -4.329, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/Duke.8902b4.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/Duke.8902b4.json new file mode 100644 index 00000000..940b5672 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/Duke.8902b4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351193465/CE9301CD15AFA8A7B5AF34C950714AB39213DDE6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351191818/BFC802E32AE2A38228739510216AE1D4A4E4BB69/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8902b4", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Duke", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.139, + "posY": 3.007, + "posZ": -4.334, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/SisterofBattleMary.f5c62d.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/SisterofBattleMary.f5c62d.json new file mode 100644 index 00000000..c79f8303 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/SisterofBattleMary.f5c62d.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351136953/2E52D40BC0FFD36491AC73AE2DE98B8C0187C977/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351135554/A6535EC60FCCA481D469A5DC1362D9E6CBAAED92/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f5c62d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Sister \"of Battle\" Mary", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351137004/0BDCE801CF3CFFE731ECBF3C6CA42D36DD6E6A6F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351135608/EF64E1FB541E98B2110568E80521F909FCC65B6A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "329445", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Sister \"of Battle\" Mary", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.76786017, + "posY": 0.9600004, + "posZ": -0.2475957, + "rotX": -0.0000199428159, + "rotY": 180, + "rotZ": 0.00000904094, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.338, + "posY": 3.013, + "posZ": -4.417, + "rotX": 358, + "rotY": 180, + "rotZ": 359, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/UrsulaDowns.a0c8aa.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/UrsulaDowns.a0c8aa.json new file mode 100644 index 00000000..f2a11ddb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/Alternatives.f8c290/UrsulaDowns.a0c8aa.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351154638/AD7164AEFA42443372544B9AE244200A7A6C0701/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351153507/40687A48B0B38B8FC6B2EBF1B1A584F664FF7B82/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0c8aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Ursula Downs", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351154679/8FCE2FFA8B295B437C5862861B8BBB71B805405D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1786217534351153563/23860331AAF2DAA0CD5587DB287DDAEEAD6CC70F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ef5e1e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Ursula Downs", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.01594162, + "posY": 0.959999561, + "posZ": 1.3719486, + "rotX": -0.00007631986, + "rotY": 179.999985, + "rotZ": 0.0000159252013, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.847, + "posY": 3.007, + "posZ": -4.413, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f.json new file mode 100644 index 00000000..1fa3dec8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Duke.df5fd1", + "JacquelineCanine.7aeca6", + "SkidsODroole.35a602", + "KateWinthpup.ccff5a", + "BarkHarrigan.41af3c" + ], + "ContainedObjects_path": "BarkhamHorror.b08c1f", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b08c1f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Barkham Horror", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.661, + "posY": 1.786, + "posZ": 0.986, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/BarkHarrigan.41af3c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/BarkHarrigan.41af3c.json new file mode 100644 index 00000000..ba500244 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/BarkHarrigan.41af3c.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708404997/A7821E94249324720D9EEC18F51C6E0F32511F20/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708408532/033B521E7599C6A651B9BB92D13880FAF1974002/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "41af3c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Bark Harrigan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708405075/B15AEA5DC9BC8532704ADE17AB22E90A2FAA021E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708408571/623901B6B223E8DAD4C28A007D34A10B54DD873C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5887bc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Bark Harrigan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.230135, + "posY": 0.960002542, + "posZ": -2.34120679, + "rotX": -0.0000202591837, + "rotY": 180, + "rotZ": 0.00000968632048, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.923, + "posY": 3.011, + "posZ": 0.641, + "rotX": 4, + "rotY": 180, + "rotZ": 358, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/Duke.df5fd1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/Duke.df5fd1.json new file mode 100644 index 00000000..ecef6539 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/Duke.df5fd1.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708406881/374951AF62E93DB10E32237BE4E98F7C2C94314D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708410170/D4127E3D1255D89CD6829131FC60722471D2434D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df5fd1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Duke", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708406916/3FAEBBD786FAB3E42E02D9A7DF4C73F89A5FE9FE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708410213/7D3454C8CD3E81CB7AFADBEE3555DA6CF80A5D16/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd561", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Duke", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.37280273, + "posY": 1.06000113, + "posZ": -2.25585771, + "rotX": -0.000048685044, + "rotY": 180, + "rotZ": 180.000031, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.192, + "posY": 3.027, + "posZ": -0.305, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/JacquelineCanine.7aeca6.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/JacquelineCanine.7aeca6.json new file mode 100644 index 00000000..d64cd1b9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/JacquelineCanine.7aeca6.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708406425/5A57CC74B357FC9826F5E433109A5D7506AF5B0D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708409781/C504CD93965EC04EBCAD7440CEE2F5CC0CEF9B8A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7aeca6", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jacqueline Canine", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708406473/27D805A6B11B91691FDA338CA981D264C92D98B4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708409829/5B9442CA3BD4B0F37F58505B84EEA6E1AD76A4D9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9b1574", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jacqueline Canine", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.09026277, + "posY": 0.9600017, + "posZ": -2.29498529, + "rotX": -0.000061689534, + "rotY": 180, + "rotZ": -0.0000379493031, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.655, + "posY": 3.027, + "posZ": -0.344, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/KateWinthpup.ccff5a.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/KateWinthpup.ccff5a.json new file mode 100644 index 00000000..a236e9bd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/KateWinthpup.ccff5a.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708405508/E5578DBC5D96CA60DF4FCD962958B3AB48FBB7FF/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708408923/70406CED274C9EE96A5275083C1472EEB7F42655/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ccff5a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Kate Winthpup", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708405554/F313FAF23B1125C6E1F064177146B0C1726D732B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708408969/3B7B47E8D072406708C65F819662ECC5F4B43CA7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ee00e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Kate Winthpup", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.76785517, + "posY": 0.9600023, + "posZ": -2.31039453, + "rotX": -0.0000190496849, + "rotY": 180.000015, + "rotZ": -0.00000625381972, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.453, + "posY": 3.027, + "posZ": -0.406, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/SkidsODroole.35a602.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/SkidsODroole.35a602.json new file mode 100644 index 00000000..065c16aa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/BarkhamHorror.b08c1f/SkidsODroole.35a602.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708405998/57C5A19E3FDDE6159F7D4C319C40F83CAA9E2958/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708409369/88D089A83D503494EAC46DE1D41B6852D37C7518/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "35a602", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Skids\" O'Droole", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708406061/324040CFDCAD02FA8C33585794D71751C3CCF6FB/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708409413/2C5B4CA5C5308BCA94B02FDA37446D2476434744/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "81d8c5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Skids\" O'Droole", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.36366594, + "posY": 0.960001945, + "posZ": -2.128488, + "rotX": -0.00007556884, + "rotY": 180, + "rotZ": -0.0000503773372, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.073, + "posY": 3.036, + "posZ": -0.385, + "rotX": 1, + "rotY": 180, + "rotZ": 1, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec.json new file mode 100644 index 00000000..c2c0f987 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.96341, + "g": 0.82058, + "r": 0.16281 + }, + "ContainedObjects_order": [ + "BobJenkins.2eea14", + "LilyChen.ea25c3", + "MontereyJack.d9a9ba", + "NormanWithers.3fc084", + "DaniellaReyes.38912e" + ], + "ContainedObjects_path": "EdgeoftheEarth.c4deec", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c4deec", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Edge of the Earth", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.677, + "posY": 1.786, + "posZ": 4.03, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/BobJenkins.2eea14.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/BobJenkins.2eea14.json new file mode 100644 index 00000000..c6dc6b0a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/BobJenkins.2eea14.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127589857/8350D4B8CA0167FD63AE6F4252DB131DCF02068F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127523334/29041B1A9ECCAD66934F7394C1BAAD5A29419D5C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2eea14", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Bob Jenkins", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127589908/773A07E5D19FAFDA6AF71CEBC069175C769EF9ED/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588327/419EF2D650774CCB0500C73CFC43AC77D234747F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bd561", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Bob Jenkins", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.87873745, + "posY": 0.9599999, + "posZ": 4.86478758, + "rotX": -0.0000698059, + "rotY": 180, + "rotZ": 0.0000213232343, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.563, + "posY": 1.971, + "posZ": 7.138, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/DaniellaReyes.38912e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/DaniellaReyes.38912e.json new file mode 100644 index 00000000..980ec317 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/DaniellaReyes.38912e.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127591539/554A5A800A2C267F06CD7E9916E7DDAFEC381EF8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127521616/39573C71B46B811A60950D96773E901A90970259/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "38912e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Daniella Reyes", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127591604/10ED90016BFAA3922CD739B54BD7CBF3BD34C6D5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588406/F938D09732F8FDBDAD79625BDA22820D52B6A5C5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5887bc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Daniella Reyes", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.118571, + "posY": 0.960001349, + "posZ": 4.295325, + "rotX": -0.00007119444, + "rotY": 180, + "rotZ": 0.000005381034, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.62, + "posY": 3.927, + "posZ": 9.389, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/LilyChen.ea25c3.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/LilyChen.ea25c3.json new file mode 100644 index 00000000..b032576e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/LilyChen.ea25c3.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127590802/89F9AF2C4EAFD5ABDB3E877213F79C0D4A410C78/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127522876/4B0FEBAFA852F2D0A8C5496CF467EEB190EABD6C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea25c3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lily Chen", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127590872/69AEF24314609C572C8EC2443582BE04F2186806/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588477/F570ACBA35CB2F916284EFF8F671646235DA822C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9b1574", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lily Chen", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.392661, + "posY": 0.9600003, + "posZ": 4.193834, + "rotX": 0.0000306895781, + "rotY": 270.008423, + "rotZ": -0.00003147807, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.591, + "posY": 1.971, + "posZ": 8.902, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/MontereyJack.d9a9ba.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/MontereyJack.d9a9ba.json new file mode 100644 index 00000000..aa775bc4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/MontereyJack.d9a9ba.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127593370/DD3BE0CB11F4308ED5C966D8B6620BB50BD11186/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127522568/63253F03CECE5EDF2042D17AFFA5A1F082DD7ECC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d9a9ba", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Monterey Jack", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127593415/FA319D0449914FDED7A263FBECEF3FA4714C1905/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588525/D4FA9699B6ED018ED996622689AD6384CA7833D2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "81d8c5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Monterey Jack", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.180552, + "posY": 0.960000157, + "posZ": 4.300206, + "rotX": -0.0000200522372, + "rotY": 179.999969, + "rotZ": -0.00006758973, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.012, + "posY": 3.523, + "posZ": 9.508, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/NormanWithers.3fc084.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/NormanWithers.3fc084.json new file mode 100644 index 00000000..0687399b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/EdgeoftheEarth.c4deec/NormanWithers.3fc084.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127592641/5C7D4DBFC0F62886306691D6596E87C064F353D9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127522098/E3BE272A6CDA2AD18B26FD9A8A2553006DB02EF3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3fc084", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Norman Withers", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127592732/BB9E64CC70B4E6BD61EEBDD74839B8E2CBA72E2C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1696157607127588586/8BC5F352FA3F5C2D4BF09F424A1649604D3974B7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ee00e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Norman Withers", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.154894, + "posY": 0.960001349, + "posZ": 4.303051, + "rotX": -0.0000342380154, + "rotY": 180.000061, + "rotZ": 0.0000163141249, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.729, + "posY": 1.972, + "posZ": 9.875, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef.json new file mode 100644 index 00000000..faf69485 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.20035, + "g": 0, + "r": 0.10799 + }, + "ContainedObjects_order": [ + "MarieLambeau.b47207", + "RitaYoung.eb0c23", + "DianaStanley.ca7ab1", + "PrestonFairmount.d37624", + "JoeDiamond.5f7f8b", + "CarolynFern.a038ff", + "Prologue.bf6b32" + ], + "ContainedObjects_path": "TheCircleUndone.f2acef", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f2acef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Circle Undone", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.805, + "posY": 1.786, + "posZ": 2.844, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/CarolynFern.a038ff.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/CarolynFern.a038ff.json new file mode 100644 index 00000000..b8340401 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/CarolynFern.a038ff.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708060895/93E0CEC02A71E77B025DEBE04062D565ABD65D11/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708057800/291702BF8534F8B2243E83E9A26970495545BE76/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a038ff", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Carolyn Fern", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708060953/2D7FA90625496CF0D2AD658E89B1853964C842EC/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708057853/34252766A27380A65E779226890EA55F9C08818E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bba1b0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Carolyn Fern", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.584668, + "posY": 0.960001945, + "posZ": -3.87626958, + "rotX": -0.0000132751647, + "rotY": 180.000046, + "rotZ": -0.0000345373155, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.927, + "posY": 3.036, + "posZ": -4.345, + "rotX": 359, + "rotY": 180, + "rotZ": 358, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/DianaStanley.ca7ab1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/DianaStanley.ca7ab1.json new file mode 100644 index 00000000..1afb5cf9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/DianaStanley.ca7ab1.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708063555/2F9E266C40AE0397082EFDD464CEFB434AAA239F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708059083/FE0F13EC3BC4129B83902B4ADDD765A5E197B365/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca7ab1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Diana Stanley", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708063597/B87F1B817B0D73543775B5CB291408FA791716E8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708059120/46F8A254A2FF410E3089A56C4A26649D1A4333CA/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc1db5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Diana Stanley", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.123398937, + "posY": 0.960001349, + "posZ": -3.721062, + "rotX": -0.0000201119165, + "rotY": 180, + "rotZ": -0.0000117004083, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.172, + "posY": 3.027, + "posZ": -4.282, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/JoeDiamond.5f7f8b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/JoeDiamond.5f7f8b.json new file mode 100644 index 00000000..3aa94f58 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/JoeDiamond.5f7f8b.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708061628/BD683C1BBF4D6284DBF6456B9BF21CDE56875D38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708058198/E270E67DFC8D0CCF6B3F27ADF8252017F35860C5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5f7f8b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Joe Diamond", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708061703/26265EF57B419FD1EE547B539BA791A34010DA6D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708058234/BFDAF1FB116F6CB0DBAC6E5E2EA4C6D169270B07/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e4d96a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Joe Diamond", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.83795786, + "posY": 0.9600017, + "posZ": -4.145151, + "rotX": -0.00007161909, + "rotY": 180.000015, + "rotZ": -0.00009196562, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.555, + "posY": 3.027, + "posZ": -4.319, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/MarieLambeau.b47207.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/MarieLambeau.b47207.json new file mode 100644 index 00000000..6240c36f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/MarieLambeau.b47207.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708064666/3B3FCB362F89D258EA5CE949974064DEB781AAC7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708059931/C11E59927991E198A6551EAE10D576C21427CFE0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b47207", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Marie Lambeau", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708064716/CF414F2E1AEA52AC319C8EFA22763DDCA6443BCA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708059970/29895A4A8B99A7FF1A2BA4AD494F291C4694998B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "662b2f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Marie Lambeau", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.57860065, + "posY": 0.960001945, + "posZ": -3.67193651, + "rotX": -0.0000229221332, + "rotY": 180.000015, + "rotZ": 0.000008347389, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.903, + "posY": 3.027, + "posZ": -4.263, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/PrestonFairmount.d37624.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/PrestonFairmount.d37624.json new file mode 100644 index 00000000..ab040af3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/PrestonFairmount.d37624.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708062694/41602A79A70F570C0B2BDD3F48EB3E0C7277547D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708058707/B20EB03B233EF19F3DCE2DF867F9F8FCEF02D9E2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d37624", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Preston Fairmount", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708062739/B79E2EFBDC5344261BD995937C005CE0DDE6AFC7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708058754/667A445AD0EAF7962759D5BD349F7B6C53662D28/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "27b98a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Preston Fairmount", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.1744051, + "posY": 0.9600011, + "posZ": -3.82854247, + "rotX": -0.000163961755, + "rotY": 180, + "rotZ": -0.0000239470028, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.403, + "posY": 3.031, + "posZ": -4.313, + "rotX": 359, + "rotY": 180, + "rotZ": 358, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32.json new file mode 100644 index 00000000..ad3d016e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "ContainedObjects_order": [ + "PennyWhite.7aeedd", + "ValentinoRivas.8b4fcc", + "JeromeDavids.eb6c8f", + "GavriellaMizrah.f9cba2" + ], + "ContainedObjects_path": "Prologue.bf6b32", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bf6b32", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Prologue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.598, + "posY": 2.859, + "posZ": 6.621, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/GavriellaMizrah.f9cba2.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/GavriellaMizrah.f9cba2.json new file mode 100644 index 00000000..6da8d80b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/GavriellaMizrah.f9cba2.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708042402/D2901AC03697A42E54228B5D8D7F96B34DBD5720/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044131/DC186D07DAB34575B1A3544784FBE993C11E229B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f9cba2", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Gavriella Mizrah", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708042460/684FE39DC4954AAA65F13CE0E7776ED1480DD717/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044175/0876392599AB0CAF855CA828A4F72E8B01F6B056/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "77f37b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Gavriella Mizrah", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.490250677, + "posY": 0.960000038, + "posZ": 9.250848, + "rotX": -0.000178494083, + "rotY": 179.998016, + "rotZ": -0.0000401837751, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.322, + "posY": 3.029, + "posZ": 7.753, + "rotX": 359, + "rotY": 180, + "rotZ": 359, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/JeromeDavids.eb6c8f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/JeromeDavids.eb6c8f.json new file mode 100644 index 00000000..91ab2adc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/JeromeDavids.eb6c8f.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708043081/D91383186F9B8AA422B0811DD8F5522EDB5A14D7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044217/CE2E92945A690E13C7FE95586387811FA95048ED/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb6c8f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jerome Davids", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708043122/B0840FC4C8EC8E3971B33A0E14A8E43D8C4EEE6A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044267/AB7EE8AA3481039EB6F147FA7626D0076C3188E3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d9632", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jerome Davids", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.16228342, + "posY": 0.959998369, + "posZ": 9.223023, + "rotX": -0.00008221584, + "rotY": 179.999969, + "rotZ": -0.00008264612, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.738, + "posY": 2.801, + "posZ": 6.367, + "rotX": 14, + "rotY": 177, + "rotZ": 7, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/PennyWhite.7aeedd.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/PennyWhite.7aeedd.json new file mode 100644 index 00000000..84eaebd6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/PennyWhite.7aeedd.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708041558/B18C704D029D487F5144ED43C59EFA59663CA809/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044314/922727E14CC8730ADE0AB75353A4B64C60638667/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7aeedd", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Penny White", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708041617/715DCD1F1ACB93954D25583FD9544D29271A015E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044371/943EA7598178161B4718C9DD5D64C65F489CE35F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69a021", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Penny White", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.586978257, + "posY": 0.9599977, + "posZ": 9.179146, + "rotX": 0.0001862956, + "rotY": 179.998123, + "rotZ": 0.000128975968, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 5.876, + "posY": 2.483, + "posZ": 6.451, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/ValentinoRivas.8b4fcc.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/ValentinoRivas.8b4fcc.json new file mode 100644 index 00000000..49b36824 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/Prologue.bf6b32/ValentinoRivas.8b4fcc.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708040670/D6E2F0956336D577BC309FEF99BA4F6A8BEA10B8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044431/AEFDF24400F85B660E1510B6A9546BEF8AE33A82/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b4fcc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Valentino Rivas", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708040724/4EC16CEEFEC119C5BEB75F6E7444FE4515CA36D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708044475/DAAE1705D3922D41DA166661D2BBC990470CFF61/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57e394", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Valentino Rivas", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.422660261, + "posY": 0.960000038, + "posZ": 9.16702652, + "rotX": -0.000156121721, + "rotY": 179.99794, + "rotZ": -0.0000416127332, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.804, + "posY": 2.571, + "posZ": 6.467, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/RitaYoung.eb0c23.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/RitaYoung.eb0c23.json new file mode 100644 index 00000000..efd572e5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCircleUndone.f2acef/RitaYoung.eb0c23.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708064098/9E1DB28CC00E4CD43B52E8814A990EC6C1439028/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708059477/A3B4AAD4C8173EF3EE8F99DC1F943E4A55D231EB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb0c23", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rita Young", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708064139/800CD01A0EE5917CA4D6AA0AEEBB960ECDFD3768/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708059524/2F6A680EF130769312A480970BB67A7AF0AE694A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b96925", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rita Young", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.22831357, + "posY": 0.9600022, + "posZ": -3.73485827, + "rotX": -0.000023794717, + "rotY": 180, + "rotZ": -1.85044613e-7, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.033, + "posY": 3.027, + "posZ": -4.301, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26.json new file mode 100644 index 00000000..66a7ba54 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.65331, + "g": 0.08469, + "r": 0 + }, + "ContainedObjects_order": [ + "WendyAdams.e6d299", + "AgnesBaker.01470e", + "SkidsOToole.e8f6cd", + "DaisyWalker.5bc05f", + "RolandBanks.e876b4" + ], + "ContainedObjects_path": "TheCoreSet.177b26", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "177b26", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Core Set", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.666, + "posY": 2.575, + "posZ": -6.404, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/AgnesBaker.01470e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/AgnesBaker.01470e.json new file mode 100644 index 00000000..9ef00d27 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/AgnesBaker.01470e.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708116857/F6525F4381108EA389FCB0A907025891D3C0A560/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707198420/4DFF0CA80A65CF166F3455373A5226C153CE7A7A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01470e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Agnes Baker", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708116942/214E8832F3F632A6092FB4D9788B42C73EA70A4E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707198474/49327AD91E6F8064ACB52160E7AA58D26241A7A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "920f62", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Agnes Baker", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.53456926, + "posY": 1.06000042, + "posZ": -2.58590031, + "rotX": -0.000004193393, + "rotY": 180, + "rotZ": 180, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.482, + "posY": 1.971, + "posZ": 8.309, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/DaisyWalker.5bc05f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/DaisyWalker.5bc05f.json new file mode 100644 index 00000000..e7bd825b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/DaisyWalker.5bc05f.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707152276/A9BCA599A2FAA24875E29E091F8EED45D1E9F905/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707154662/243E17ADB4A0E7510E07DD354F805D349E03E287/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5bc05f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Daisy Walker", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707152339/6A5CB834C2F0D64D0932908D87BD789D695DED00/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707154723/4CEE958BF7444019B4C4AC3186006C76C4314545/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc30ce", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Daisy Walker", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.526291, + "posY": 1.06000268, + "posZ": -5.908639, + "rotX": -0.0000118843254, + "rotY": 180, + "rotZ": 180.000046, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 27.309, + "posY": 2.071, + "posZ": 3.38, + "rotX": 0, + "rotY": 180, + "rotZ": 180, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/RolandBanks.e876b4.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/RolandBanks.e876b4.json new file mode 100644 index 00000000..92835022 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/RolandBanks.e876b4.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707105818/DFA0311033860DD6A8E14C0A40B4BD71F2B06697/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707184473/85338D56A64A03F43794AB8EF5F3A5763AE140B1/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e876b4", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Roland Banks", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230706030974/1E4B02FA9FF5641454726CD0253815C27811BCAE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707104892/3E08D3A6B8BE778339739AF6AE2D2E70A8D2877A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1ca5e3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Roland Banks", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.39903641, + "posY": 0.960003, + "posZ": -7.088509, + "rotX": -0.0000144364685, + "rotY": 180.000015, + "rotZ": -0.0000190262035, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.56, + "posY": 2.618, + "posZ": -12.069, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/SkidsOToole.e8f6cd.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/SkidsOToole.e8f6cd.json new file mode 100644 index 00000000..7b71b9a3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/SkidsOToole.e8f6cd.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707188729/E4081F8F55E530E269E390A35613A8D4D311BD02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707186936/7AE575933AB57B52351134E4952A625D6D2297A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e8f6cd", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Skids\" O'Toole", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707188794/AF0E4CD6B11F907B85D09F26651E3B0EE961FCA3/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707186988/9C5CF0742C6EBC8238C92E195B1D5AAB1B4D7B22/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "150597", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Skids\" O'Toole", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.395289838, + "posY": 1.06000257, + "posZ": -5.907174, + "rotX": -0.000165865713, + "rotY": 179.999985, + "rotZ": 180.000122, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.139, + "posY": 3.032, + "posZ": -5.462, + "rotX": 359, + "rotY": 180, + "rotZ": 359, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/WendyAdams.e6d299.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/WendyAdams.e6d299.json new file mode 100644 index 00000000..20ce39f7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheCoreSet.177b26/WendyAdams.e6d299.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707202899/CFBE0B6D3BA95995F379A602C5A8A1A583D00793/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707202088/2216F76282F4A4FCB1778C7E5E574B88B001D379/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e6d299", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Wendy Adams", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707202960/E1CD12C981BBAAFACA669288E245EE18EA70323E/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707202149/4A0FD0F0B7A2D889E50B39F972595AC00A2C8A8F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29385d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Wendy Adams", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.96192133, + "posY": 1.060002, + "posZ": -5.86200142, + "rotX": -0.000135441631, + "rotY": 180, + "rotZ": 180.0001, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.55, + "posY": 1.997, + "posZ": -1.641, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907.json new file mode 100644 index 00000000..f68ec37c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.83798, + "g": 0.20585, + "r": 0.39143 + }, + "ContainedObjects_order": [ + "PatriceHathaway.766ad4", + "LukeRobinson.1554fb", + "TonyMorgan.4ac15b", + "MandyThompson.7c5bee", + "TommyMuldoon.83023e" + ], + "ContainedObjects_path": "TheDream-Eaters.0c3907", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c3907", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Dream-Eaters", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.417, + "posY": 1.787, + "posZ": 2.652, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/LukeRobinson.1554fb.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/LukeRobinson.1554fb.json new file mode 100644 index 00000000..ab78cc34 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/LukeRobinson.1554fb.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708197291/94ABB4D5AA7291F65EDFB7B2C3CCA6AA3EF0522F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708201100/5858E2373A89F6CB16FEBE701D3946BA9C965997/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1554fb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Luke Robinson", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708197345/58932A027E2D20CB188338F45734A0818F3EB38C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708201147/2B427DD014C4FC5209B9AF01F1BC19C79AB0C1F0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f1af3a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Luke Robinson", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.454549, + "posY": 0.960002065, + "posZ": -2.839298, + "rotX": -0.0000240172212, + "rotY": 180.000015, + "rotZ": 0.000011604704, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.512, + "posY": 3.027, + "posZ": -5.778, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/MandyThompson.7c5bee.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/MandyThompson.7c5bee.json new file mode 100644 index 00000000..07030afd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/MandyThompson.7c5bee.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708195342/5351DA7E5E49F475C713410A0E987F1D630C0319/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708199818/DD1907BF3605BF9326C4346C159A2A37E7DAC3BF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7c5bee", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mandy Thompson", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708195418/3027FAE236F7533F31123C4A2151F1C88BF800F7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708199872/294C8959E21BED5D48F93E30897485028A4B7174/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f1af3a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mandy Thompson", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.6790991, + "posY": 0.9600009, + "posZ": -2.9580245, + "rotX": -0.000123189631, + "rotY": 180.000015, + "rotZ": -0.00001606895, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.053, + "posY": 3.027, + "posZ": -5.91, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/PatriceHathaway.766ad4.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/PatriceHathaway.766ad4.json new file mode 100644 index 00000000..a2e4a57c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/PatriceHathaway.766ad4.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708197974/23DC99948D8444641D9196853ED669B80B4E1458/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708201644/A0164787739161D57DAE1776D9385A761A6DCCA8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "766ad4", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Patrice Hathaway", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708198074/6B49DCCBADD6BC03EA4E6564C5D49ABA6E5DD745/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708201716/30C452E02E8909A9B104CE8ACC0E66DC41976DE2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f1af3a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tony Morgan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.75974548, + "posY": 0.960001945, + "posZ": -2.82789421, + "rotX": -0.000026050433, + "rotY": 180.000015, + "rotZ": 0.00001294456, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.207, + "posY": 3.027, + "posZ": -5.766, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/TommyMuldoon.83023e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/TommyMuldoon.83023e.json new file mode 100644 index 00000000..5b5ff36c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/TommyMuldoon.83023e.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708194665/A34C45D69EC2BE7C20E1805631BB915C013B88F4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708199362/4BD038D582CFD3330C47C61F58EF6A7CE9E1CE1B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "83023e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tommy Muldoon", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708194721/C86B6842A9D4FB9D48FB9D37DAC53258A957403D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708199413/555A8115D647A95F0B148ECF884E01C708EF6016/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2ba63a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tommy Muldoon", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.34762859, + "posY": 1.06000113, + "posZ": -2.98036647, + "rotX": 0.0000202197152, + "rotY": 179.999954, + "rotZ": 180.000214, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.146, + "posY": 3.034, + "posZ": 1.967, + "rotX": 359, + "rotY": 180, + "rotZ": 358, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/TonyMorgan.4ac15b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/TonyMorgan.4ac15b.json new file mode 100644 index 00000000..ca1aef86 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDream-Eaters.0c3907/TonyMorgan.4ac15b.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708196300/FB58ECD4C705DDBE1292D2697D813C23C24C9BB9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708200588/B83243F3620B8A3F857EF19BD6C918DB791535E5/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ac15b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tony Morgan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708196357/33B209F29895F79441FD38C527C7B547347C095D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708200641/15C6BAF9B845A1180C9C02DFD64D8D4466B5B3B9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f1af3a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tony Morgan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.8300723, + "posY": 1.06000137, + "posZ": -2.92916632, + "rotX": -0.0000188975428, + "rotY": 179.999985, + "rotZ": 180.000031, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.796, + "posY": 3.045, + "posZ": -5.867, + "rotX": 1, + "rotY": 180, + "rotZ": 359, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223.json new file mode 100644 index 00000000..b3821e24 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.17373, + "g": 0.25261, + "r": 0 + }, + "ContainedObjects_order": [ + "AshcanPete.0d621f", + "JimCulver.42a760", + "JennyBarnes.56ca21", + "RexMurphy.5996b0", + "ZoeySamaras.60372a" + ], + "ContainedObjects_path": "TheDunwichLegacy.315223", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "315223", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.731, + "posY": 1.786, + "posZ": 2.23, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/AshcanPete.0d621f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/AshcanPete.0d621f.json new file mode 100644 index 00000000..5f8a6e2a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/AshcanPete.0d621f.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707437839/DF4CBA1822068BBA831D3EB8AD13474FB8DBCA81/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707435937/D3FD68FB9D25C45F4351E231A1A1500F8B52B0E8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d621f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707437877/A17FC0F81149FD5750D725CEA1CB8E2E2990CAE2/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707435976/099E4506B9C55A529BEE7202D3A9E62162B95C14/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b1ef91", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "\"Ashcan\" Pete", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.62513852, + "posY": 0.9600011, + "posZ": -7.34163046, + "rotX": -0.000219753332, + "rotY": 180, + "rotZ": -0.0000321620137, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.813, + "posY": 1.971, + "posZ": -4.712, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/JennyBarnes.56ca21.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/JennyBarnes.56ca21.json new file mode 100644 index 00000000..878e9c0c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/JennyBarnes.56ca21.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707439869/3AA87F4C885E1928F938394AF7754160FCC0694D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436022/F40952A2FE9BB173600E2F9CE67BCEDBCFEEABAB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56ca21", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jenny Barnes", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707439928/BDA49447868E6DC922CA397493CBBABA7C904C23/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436065/6A5BB76DE8B25F6D7C83B3CDA901357B8ED083A3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "93e70e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jenny Barnes", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.41232944, + "posY": 0.9600029, + "posZ": -6.38804436, + "rotX": -0.0000206030254, + "rotY": 180, + "rotZ": -0.0000189492821, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.767, + "posY": 3.043, + "posZ": -7.821, + "rotX": 1, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/JimCulver.42a760.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/JimCulver.42a760.json new file mode 100644 index 00000000..29b52dac --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/JimCulver.42a760.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707440813/6326948A8D087B2101B9B283C1856EFB54F8E580/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436133/DC2C6B48A6F101ADFEDC5CA8ADDC6F2D7FA1D384/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "42a760", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jim Culver", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707440855/BC820789B1008EC280F57C9D88D56F1754B0E57F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436175/12917AAB8964F6124B3CDF7FFC0FAE69BBFA4C82/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "682611", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jim Culver", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.24929881, + "posY": 0.960000753, + "posZ": -3.83163, + "rotX": -0.0000596265854, + "rotY": 180.000031, + "rotZ": -0.00003143159, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.528, + "posY": 3.027, + "posZ": -7.831, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/RexMurphy.5996b0.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/RexMurphy.5996b0.json new file mode 100644 index 00000000..7ee7bae5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/RexMurphy.5996b0.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707438760/FAC759B3ADCD73C2FC051AB3615E617C786D5183/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436215/18CA3FE1CE4A7591CE9C57673CCDF38F436B1BD9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5996b0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rex Murphy", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707438830/73F639A55F38437B85A9B8F5E28431C5BD87989C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436256/F4B3B32406F832907733CCFDC02F9292B9232DE2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e09522", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rex Murphy", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.849555, + "posY": 0.9600011, + "posZ": -3.68585539, + "rotX": -0.000162696844, + "rotY": 180, + "rotZ": -0.0000229980924, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.86, + "posY": 3.027, + "posZ": -7.844, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/ZoeySamaras.60372a.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/ZoeySamaras.60372a.json new file mode 100644 index 00000000..08677e1d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheDunwichLegacy.315223/ZoeySamaras.60372a.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707434611/45CAB2711B641D5400837665F1D6CD3D16B27C8D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436303/6B67F7F71CACE92D53DB204A6643392000EC5BE2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "60372a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Zoey Samaras", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707434655/CE8F32FF4549A14B8BADE3C0E48F68F0E61B72FC/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707436343/8E7FB54B7D1A9FD6D037A4AE044A257580EC7BB8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "89d111", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Zoey Samaras", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.203708, + "posY": 0.960002065, + "posZ": -3.620548, + "rotX": -0.0000252560785, + "rotY": 180.000015, + "rotZ": 0.000008123292, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.991, + "posY": 3.027, + "posZ": -7.855, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231.json new file mode 100644 index 00000000..64dcac18 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231.json @@ -0,0 +1,59 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.15196, + "g": 0, + "r": 0.41289 + }, + "ContainedObjects_order": [ + "CityofArchives.cdd5b5", + "CalvinWright.c1f75b", + "FatherMateo.f8d9b3", + "FinnEdwards.46ca51", + "UrsulaDowns.56e051", + "LeoAnderson.0d621f" + ], + "ContainedObjects_path": "TheForgottenAge.d32231", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d32231", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.585, + "posY": 3.288, + "posZ": 1.935, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CalvinWright.c1f75b.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CalvinWright.c1f75b.json new file mode 100644 index 00000000..272e077b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CalvinWright.c1f75b.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707758465/E5CA9A3BF3B3179F1A10B02570EC798997022E8D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707750962/F45A0066CD7BE9E910401289D2F9BB1F313A5299/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1f75b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Calvin Wright", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707758516/DE0C25D639BA250F1233C2E23C9556A7475ACCB8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707751017/03DB96699627ADEB657478D40C69B39A9ED58B61/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57c445", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Calvin Wright", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.716913, + "posY": 0.960000038, + "posZ": -2.35708261, + "rotX": -0.0000148394292, + "rotY": 180.000015, + "rotZ": -0.0000252172267, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.619, + "posY": 3.016, + "posZ": -7.014, + "rotX": 358, + "rotY": 180, + "rotZ": 2, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5.json new file mode 100644 index 00000000..bfe20e9c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5.json @@ -0,0 +1,59 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.15294, + "g": 0, + "r": 0.41176 + }, + "ContainedObjects_order": [ + "BodyofaYithian.db5660", + "BodyofaYithian.ae05ab", + "BodyofaYithian.7edb33", + "BodyofaYithian.864f65", + "BodyofaYithian.59d9b9", + "BodyofaYithian.41af3c" + ], + "ContainedObjects_path": "CityofArchives.cdd5b5", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cdd5b5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "City of Archives", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.622, + "posY": 1.792, + "posZ": -9.515, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.41af3c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.41af3c.json new file mode 100644 index 00000000..45b0b5f3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.41af3c.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508538/25188B78E433A1487103B4D7FEBF8660AEBDB017/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494679/FCF06130784FD5EDD0694D5794017F9ACB052315/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "41af3c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508579/64A0C0B09767C447CC1441E1B54BA67FB66DA3BA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494734/076A18365A14C7E7F89184FDFFBB50B3B539C586/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab31aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.70303059, + "posY": 0.960002065, + "posZ": -3.69831514, + "rotX": -0.0000212357427, + "rotY": 180.000015, + "rotZ": 0.0000123184545, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.76, + "posY": 3.021, + "posZ": -6.169, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.59d9b9.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.59d9b9.json new file mode 100644 index 00000000..14b86b86 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.59d9b9.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508538/25188B78E433A1487103B4D7FEBF8660AEBDB017/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708495053/9F1C7D1CF0A5F67422EB475891FFBC8B4AAE7332/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "59d9b9", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508579/64A0C0B09767C447CC1441E1B54BA67FB66DA3BA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708495101/BC22F1A3252365C98CD5E4CF8B90D5B7BF5D5D94/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab31aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.87626529, + "posY": 1.01478851, + "posZ": -3.51791, + "rotX": -0.00464852853, + "rotY": 179.888611, + "rotZ": 6.892589, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.19, + "posY": 3.021, + "posZ": -6.041, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.7edb33.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.7edb33.json new file mode 100644 index 00000000..3ea5ee14 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.7edb33.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508538/25188B78E433A1487103B4D7FEBF8660AEBDB017/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494812/35FCC25E42DEEFBDEE5532239458267C6A2249FE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7edb33", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508579/64A0C0B09767C447CC1441E1B54BA67FB66DA3BA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494846/558E4AE3FCAB615FF4DD53792BC437859380AB97/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab31aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.1984168, + "posY": 0.96000123, + "posZ": -3.264808, + "rotX": -0.0000200939721, + "rotY": 180, + "rotZ": -0.0000099067, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.257, + "posY": 3.027, + "posZ": -5.737, + "rotX": 358, + "rotY": 180, + "rotZ": 1, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.864f65.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.864f65.json new file mode 100644 index 00000000..51a393dd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.864f65.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508538/25188B78E433A1487103B4D7FEBF8660AEBDB017/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494976/72A53130063D24E953167BE7B0CA1AAC70C79DB6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "864f65", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508579/64A0C0B09767C447CC1441E1B54BA67FB66DA3BA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708495014/AF340EF63C3FA81AB77B57C304505D3D1E45D42A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab31aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.30559611, + "posY": 0.9600012, + "posZ": -3.40010428, + "rotX": -0.0000209806967, + "rotY": 180.000046, + "rotZ": -0.000008162348, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.752, + "posY": 3.021, + "posZ": -5.871, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.ae05ab.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.ae05ab.json new file mode 100644 index 00000000..2dfc58c2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.ae05ab.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508538/25188B78E433A1487103B4D7FEBF8660AEBDB017/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708495147/5E40C14ABB1F144C335EDF3C38B474546EF9945F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ae05ab", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508579/64A0C0B09767C447CC1441E1B54BA67FB66DA3BA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708495191/C7765026DA0DC1C0CA01830224F04468A6B5CBBD/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab31aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.1168685, + "posY": 0.9600005, + "posZ": -3.15264, + "rotX": -0.000025679552, + "rotY": 180.0001, + "rotZ": 0.0000133664835, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.94, + "posY": 3.021, + "posZ": -5.623, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.db5660.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.db5660.json new file mode 100644 index 00000000..b56ada1a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/CityofArchives.cdd5b5/BodyofaYithian.db5660.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508538/25188B78E433A1487103B4D7FEBF8660AEBDB017/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494885/788378B90865B37A2AAF16F0E5E78F04E4B02828/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "db5660", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708508579/64A0C0B09767C447CC1441E1B54BA67FB66DA3BA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708494922/D8FB1A9F81A9280B7FE5DBD7B4C2AB7F47ACFDCE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab31aa", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Body of a Yithian", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.855447, + "posY": 0.9600004, + "posZ": -3.09236574, + "rotX": 0.0000100537472, + "rotY": 180.000076, + "rotZ": -0.00002682792, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.202, + "posY": 3.021, + "posZ": -5.563, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/FatherMateo.f8d9b3.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/FatherMateo.f8d9b3.json new file mode 100644 index 00000000..226821fd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/FatherMateo.f8d9b3.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707758059/FF47A21028678562DF0ED3B4DF7D7814FE0281E0/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707750559/FFC924E25985685F14BACCD3B2ADF1CB37D9B1C4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f8d9b3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Father Mateo", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707758100/8FC7921B1688B0C0059DBA6E920FB97740065E72/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707750616/8FE56DC4942B76B85B58969A9C4C31D15BE83DFB/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00daa5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Father Mateo", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.89721358, + "posY": 0.960000753, + "posZ": -3.04599237, + "rotX": 0.0000285328788, + "rotY": 180.000015, + "rotZ": -0.0000414255665, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.34, + "posY": 3.023, + "posZ": -7.006, + "rotX": 359, + "rotY": 180, + "rotZ": 1, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/FinnEdwards.46ca51.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/FinnEdwards.46ca51.json new file mode 100644 index 00000000..59cfe331 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/FinnEdwards.46ca51.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707757545/03D2D6CD390A00A82423C49D687A8CC47DFA43D5/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707750170/5332C0513469EABC4C2F1B07EDAAE32F39770E70/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "46ca51", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Finn Edwards", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707757588/3537B8A94D9A6F042DA905329477EFD81391474A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707750209/A710646322E7116EC3EBBB1254E9B4A68D6B7CE2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fc0b63", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Finn Edwards", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.196925431, + "posY": 0.9600012, + "posZ": -2.99892831, + "rotX": -0.0000180291991, + "rotY": 180, + "rotZ": -0.00000261345076, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.618, + "posY": 3.022, + "posZ": -7.048, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/LeoAnderson.0d621f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/LeoAnderson.0d621f.json new file mode 100644 index 00000000..16e66d8a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/LeoAnderson.0d621f.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707756335/CC5AFDEA8E26679935805BC32838833E8B12F215/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707749544/BD7A64A90A1FFA471FA4856CB29CCC273B18C7AE/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d621f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Leo Anderson", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707756395/E57E07E9A854840BE33D61949BC2B4E3BAC1BFBA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707749604/41DB7C12949B64EA6051C07CF09126D37A16D951/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "839a34", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Leo Anderson", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.64729381, + "posY": 0.960001469, + "posZ": -2.82980585, + "rotX": -0.0000217961933, + "rotY": 180, + "rotZ": 0.0000116313149, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.374, + "posY": 3.034, + "posZ": -0.189, + "rotX": 359, + "rotY": 180, + "rotZ": 1, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/UrsulaDowns.56e051.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/UrsulaDowns.56e051.json new file mode 100644 index 00000000..512079c1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheForgottenAge.d32231/UrsulaDowns.56e051.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707756935/8D43B642B7250E7AFE9AD3B4AE6D49EE01EA3665/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707749650/EDF46057C37CA94C52D4A3AF49BE78028530E121/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56e051", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Ursula Downs", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707756990/F7769C9D015E6143276B37701234D4AD282B5404/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707749696/773DAB8DB22BE7297D18D94B2940525FBBE17307/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba45a3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Ursula Downs", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.201306313, + "posY": 0.960001, + "posZ": -2.90807033, + "rotX": -0.000077487, + "rotY": 180, + "rotZ": -0.00005331672, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.709, + "posY": 1.971, + "posZ": 23.639, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163.json new file mode 100644 index 00000000..1181038e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.14874, + "g": 0, + "r": 0.70196 + }, + "ContainedObjects_order": [ + "SilasMarsh.ea374e", + "DexterDrake.cc7ebf", + "TrishScarborough.54285c", + "SisterMary.41af3c", + "AmandaSharpe.e23b96" + ], + "ContainedObjects_path": "TheInnsmouthConspiracy.e65163", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e65163", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Innsmouth Conspiracy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.211, + "posY": 3.288, + "posZ": -4.093, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/AmandaSharpe.e23b96.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/AmandaSharpe.e23b96.json new file mode 100644 index 00000000..59f90e8d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/AmandaSharpe.e23b96.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708275352/896FBACDC6BBDCD438BA962B9A02B0D13B597989/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708267572/13622DE74585FC4876A8EFEE8420F8C836BA8519/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e23b96", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Amanda Sharpe", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708275387/ADA399872F35C5633E24ED2963532A2AA50928EA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708267631/1D18D69C99B182A73C6A5FA575DE99B44852E846/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c396fd", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Amanda Sharpe", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.09815109, + "posY": 1.06000173, + "posZ": -2.77054262, + "rotX": -0.00002325564, + "rotY": 180, + "rotZ": 180, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.612, + "posY": 3.031, + "posZ": -3.277, + "rotX": 358, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/DexterDrake.cc7ebf.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/DexterDrake.cc7ebf.json new file mode 100644 index 00000000..872dacde --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/DexterDrake.cc7ebf.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708276933/1F855BF79C7F245CD86DF20A6DF3EFD003937DD8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708268582/D82F61CFBC8EC78B52B91DC150B694AEAA8786F8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc7ebf", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Dexter Drake", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708276987/583BFF57285786963195B100877F2C46A36E0C63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708268635/F1EF016E4474C1EC62988C8E36B1BF096DE05A5C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bae011", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Dexter Drake", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.53126442, + "posY": 0.9600016, + "posZ": -2.534034, + "rotX": -0.0000497978253, + "rotY": 180, + "rotZ": -0.0000380652418, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.897, + "posY": 3.026, + "posZ": -3.246, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/SilasMarsh.ea374e.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/SilasMarsh.ea374e.json new file mode 100644 index 00000000..407cb62f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/SilasMarsh.ea374e.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708277471/62E0152FFC85349404B3B952366F83AC3D730133/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1689372753836133538/08468DD39631F30C51A0D315DBE9827C3C2BC1F7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea374e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Silas Marsh", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708277518/28DA0C3837F55D1D6C6E08FF0B60C09E5ED8E33A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708269049/E0FAA98DADFB179B943E24145E590BD71A1779BF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a5e7a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Silas Marsh", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.31860137, + "posY": 0.960001469, + "posZ": -2.99149966, + "rotX": -0.0000528490418, + "rotY": 180.000031, + "rotZ": -0.0000302718163, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.658, + "posY": 3.026, + "posZ": -3.208, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/SisterMary.41af3c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/SisterMary.41af3c.json new file mode 100644 index 00000000..0d8e0775 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/SisterMary.41af3c.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708274860/6D669E6A0635375970BFFA53B8E4827C1217CD86/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708267155/357D4F44C80BF3EDA4DE2571580CD51AD0409DAD/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "41af3c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Sister Mary", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708274917/53943BB118CED98CCEFFF4E775A364D6153D8BAD/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708267218/AE7FE2333D8324CE16E72FEA3C75834F077C9E81/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c0b80a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Sister Mary", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.37668073, + "posY": 0.960002065, + "posZ": -2.78234076, + "rotX": -0.000101334554, + "rotY": 180, + "rotZ": -0.00004245368, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.505, + "posY": 1.971, + "posZ": 15.45, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/TrishScarborough.54285c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/TrishScarborough.54285c.json new file mode 100644 index 00000000..a6063996 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheInnsmouthConspiracy.e65163/TrishScarborough.54285c.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708275800/C622A40AC5C14098BFB7B0ABE377E6A8A978A76F/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708268082/2B7A49FAE3A48E06D00848FC1E13228836AD72D9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "54285c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Trish Scarborough", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708275836/000C6C99DB78208FD56EFE36A6F5E8895BFC67F0/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708268124/F4AFECA42E7336BC62B6D92FBDE56CA5B0C8D099/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1187f5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Trish Scarborough", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.2628448, + "posY": 0.9600018, + "posZ": -3.1409502, + "rotX": -0.000021589367, + "rotY": 180.000015, + "rotZ": 0.00000440210943, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.233, + "posY": 3.026, + "posZ": -3.237, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0.json new file mode 100644 index 00000000..6bcc5f7d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0.json @@ -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 + }, + "ContainedObjects_order": [ + "GloriaGoldberg.41af3c", + "NormanWithers.1d37ae" + ], + "ContainedObjects_path": "TheNovellasOnly.7ef8b0", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ef8b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Novellas Only", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.227, + "posY": 3.279, + "posZ": -2.708, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0/GloriaGoldberg.41af3c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0/GloriaGoldberg.41af3c.json new file mode 100644 index 00000000..4a8fd98a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0/GloriaGoldberg.41af3c.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708456674/D0BD072E388A816E723E14099DB0C0F0F29D1B4A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708453946/632737736F711F40CB028160C41BEA9ABB0E5452/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "41af3c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Gloria Goldberg", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708456715/2E1B1D504A7EA17F427E5277185836A03C6F4979/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708454002/B6EE6E9D045F421A99CD5935D3B0DB8359889E89/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bdbebb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Gloria Goldberg", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.72389579, + "posY": 0.960001349, + "posZ": -2.41127372, + "rotX": -0.0000258430046, + "rotY": 180, + "rotZ": 0.0000110427845, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.776, + "posY": 3.029, + "posZ": -1.858, + "rotX": 0, + "rotY": 180, + "rotZ": 359, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0/NormanWithers.1d37ae.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0/NormanWithers.1d37ae.json new file mode 100644 index 00000000..ff7f73db --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheNovellasOnly.7ef8b0/NormanWithers.1d37ae.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708457497/56FD4FA183C86788EF3F0D7109C75D61A711BD29/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708454043/58DCCF75F91563D964F0DE40E0466E7C1E397304/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1d37ae", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Norman Withers", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708457543/F21AA4447E954D0BF945B0C65AEAC3147B94956C/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708454082/88D4671EDA79C9A7580390D1CEABD439B3DFE7A8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2db65b", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Norman Withers", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.29944789, + "posY": 0.9600009, + "posZ": -2.7570343, + "rotX": -0.0000174139932, + "rotY": 180.000015, + "rotZ": -0.00000132418131, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.753, + "posY": 3.026, + "posZ": -2.204, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc.json new file mode 100644 index 00000000..a59eb0b3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc.json @@ -0,0 +1,59 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.89346, + "r": 0.94251 + }, + "ContainedObjects_order": [ + "LolaHayesNeutral.cbf983", + "WilliamYorick.0c7474", + "AkachiOnyele.f88bf1", + "SefinaRousseau.7b1d63", + "MinhThiPhan.96d784", + "MarkHarrigan.0d621f" + ], + "ContainedObjects_path": "ThePathtoCarcosa.b491bc", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b491bc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Path to Carcosa", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.893, + "posY": 2.283, + "posZ": 1.396, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/AkachiOnyele.f88bf1.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/AkachiOnyele.f88bf1.json new file mode 100644 index 00000000..23d0c3db --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/AkachiOnyele.f88bf1.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707592723/70375E6B3B8398F8882538F8F5681685B0F77222/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707578462/CCF763DA8A203AD1F5BE8ABB07AEAEA4C1B3ABD8/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f88bf1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Akachi Onyele", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707592774/0A9B3E42B422F90108EFABC21379DB6E26051F17/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707578505/A04B17BD536BC2DC33F5F070E5D58694A9527032/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd565d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Akachi Onyele", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.07932115, + "posY": 0.960002065, + "posZ": -6.579502, + "rotX": -0.0000175458481, + "rotY": 180.000015, + "rotZ": -0.0000234869785, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.789, + "posY": 3.027, + "posZ": -5.848, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/LolaHayesNeutral.cbf983.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/LolaHayesNeutral.cbf983.json new file mode 100644 index 00000000..7aa2c909 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/LolaHayesNeutral.cbf983.json @@ -0,0 +1,344 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707599222/202D33AD1FFA1D282B483A6EDC7CC03D85595E38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707579964/900F66C54FA2AB64A74E93569BB414CA3C4BC281/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cbf983", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola Hayes (Neutral)", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707599222/202D33AD1FFA1D282B483A6EDC7CC03D85595E38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707580357/8291134B86F73EE0134CA1C7BB672B9B3F04ADC6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5f42f1", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola Hayes (Guardian)", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.67580843, + "posY": 0.9600007, + "posZ": -3.740093, + "rotX": -0.0000153140772, + "rotY": 180, + "rotZ": -0.0000969686662, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707599222/202D33AD1FFA1D282B483A6EDC7CC03D85595E38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707580485/4B830419B7F3AEB58666165001877E1A415B47C9/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "47736a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola Hayes (Seeker)", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.67581034, + "posY": 0.960000753, + "posZ": -3.740094, + "rotX": -0.00006143066, + "rotY": 180.000015, + "rotZ": -0.0000319443279, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707599222/202D33AD1FFA1D282B483A6EDC7CC03D85595E38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707580435/C82EAFF3B0E5C77E27118419AD91257EFF8EF922/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b7003f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola Hayes (Rogue)", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.67581224, + "posY": 0.9600008, + "posZ": -3.74009514, + "rotX": -0.0000181608866, + "rotY": 180.000031, + "rotZ": -0.00009431026, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707599222/202D33AD1FFA1D282B483A6EDC7CC03D85595E38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707580397/65C490DDEF18EDEAD3EDD3AFE943C78B506B0044/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "09fa62", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola Hayes (Mystic)", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.67581367, + "posY": 0.9600006, + "posZ": -3.740096, + "rotX": -0.00001848765, + "rotY": 180.000061, + "rotZ": -0.000100223086, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707599222/202D33AD1FFA1D282B483A6EDC7CC03D85595E38/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707580532/FCF2E57178A974ADCAF999CC50134D280CD16AE0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ecb749", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola Hayes (Survivor)", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.675815, + "posY": 0.9600008, + "posZ": -3.74009681, + "rotX": -0.0000598378974, + "rotY": 180.000046, + "rotZ": -0.0000276226965, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.98, + "posY": 3.027, + "posZ": -5.823, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/MarkHarrigan.0d621f.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/MarkHarrigan.0d621f.json new file mode 100644 index 00000000..98a3107b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/MarkHarrigan.0d621f.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707582720/274DE982E6EF7CC6CE291A5501F0529FAF89D8FD/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707575606/D310D938F2F80BE2AA945D11D5A00DE859E0B7D2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d621f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mark Harrigan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707582776/E9038E182C6A99AFB84404CAD53D74B5EB214B47/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707575664/8F44118C6EB1153BA870842D850CF23029766D92/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ecf2a7", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mark Harrigan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.923844, + "posY": 0.960001945, + "posZ": -3.94195914, + "rotX": -0.0000243047252, + "rotY": 180, + "rotZ": 0.0000112649741, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.58, + "posY": 3.027, + "posZ": -6.025, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/MinhThiPhan.96d784.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/MinhThiPhan.96d784.json new file mode 100644 index 00000000..fb71ec8f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/MinhThiPhan.96d784.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707583229/302295141EC60FA90CB2CA97A4DB56EDDB7B9CEA/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707575701/89C1B8B59FCD52612A43D9817898F3472C190416/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "96d784", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Minh Thi Phan", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707583273/7EB0882BCC380F605F3A35394A5468FB16AA1822/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707575755/A90C4EA9E4ACCAAEA025F88F4367700F1605BF10/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "179489", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Minh Thi Phan", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.5513342, + "posY": 0.9600035, + "posZ": -6.75175858, + "rotX": -0.0000196382116, + "rotY": 180, + "rotZ": -0.0000302018616, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.327, + "posY": 3.027, + "posZ": -5.969, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/SefinaRousseau.7b1d63.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/SefinaRousseau.7b1d63.json new file mode 100644 index 00000000..e4eeef40 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/SefinaRousseau.7b1d63.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707593340/B0EED020029C8BE786CC86AC0950DE92EB8A0DE1/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707579295/FB9F7FD8DC7DC451E702FB89303BF5869C1D6219/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7b1d63", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Sefina Rousseau", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707593391/4DF8A84A64A495829361DB6CE123BD576D52F290/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707579352/48339D32236F9D45D41870ECB9FEDD39649491BF/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "117a1f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Sefina Rousseau", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.7471178, + "posY": 0.960002542, + "posZ": -7.25411367, + "rotX": -0.0000140798393, + "rotY": 180.000015, + "rotZ": -0.0000345095068, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.057, + "posY": 3.033, + "posZ": -5.896, + "rotX": 359, + "rotY": 180, + "rotZ": 2, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/WilliamYorick.0c7474.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/WilliamYorick.0c7474.json new file mode 100644 index 00000000..ff5c93be --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/ThePathtoCarcosa.b491bc/WilliamYorick.0c7474.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707593832/B8C4E2D75CEFB6C2CC167855163F2A6904E751FE/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707579404/BF94E6FC0D4EC9C4916F23C8A1923A0CD558398A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c7474", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "William Yorick", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707593898/33285F298EF3C32C8DE080A330129CFFC3B34BFC/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230707579454/B5C11E1718148750AA9BD6EBEFA3B61A28940D6A/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dacc50", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "William Yorick", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.68896341, + "posY": 0.9600022, + "posZ": -7.654583, + "rotX": -0.0000245705087, + "rotY": 180, + "rotZ": 0.00001108417, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.396, + "posY": 3.027, + "posZ": -5.886, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53.json new file mode 100644 index 00000000..41717989 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "StellaClark.68c7c8", + "JacquelineFine.8007d3", + "WinifredHabbamock.801e8a", + "HarveyWalters.98607a", + "NathanielCho.41af3c" + ], + "ContainedObjects_path": "TheStarterDecks.151d53", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "151d53", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Starter Decks", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.636, + "posY": 1.786, + "posZ": 2.398, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/HarveyWalters.98607a.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/HarveyWalters.98607a.json new file mode 100644 index 00000000..2a423ca2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/HarveyWalters.98607a.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708352413/D2D829214A3D78A3CFE97319A3D3C2B1CAD66AED/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708339924/8530773A311DEA65FB59380D60635DC1510E1D3F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "98607a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Harvey Walters", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708352462/AB9320A7EFEAABB89C81402FE25E2B86D56518D1/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708339987/528F0AB144F2CFA1F81E13B0BA38590D0B2D87B3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f22888", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Harvey Walters", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.77317119, + "posY": 0.960002542, + "posZ": -2.53136683, + "rotX": -0.0000177730763, + "rotY": 180, + "rotZ": -0.00000375366676, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.488, + "posY": 3.03, + "posZ": -3.207, + "rotX": 1, + "rotY": 180, + "rotZ": 358, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/JacquelineFine.8007d3.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/JacquelineFine.8007d3.json new file mode 100644 index 00000000..23c3b851 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/JacquelineFine.8007d3.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708354798/23612793AE012CDFD906D19FAC167E81F3ED78F7/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708340666/402C6AA9EACD3D74A286A7BB3F59FADFED47D95E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8007d3", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jacqueline Fine", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708354840/A8B4F12E6DD0A1BC641627FD3170671F34551F10/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708340716/31853BB4E6FB5C7C6EB93B48698DEB3DB9198DFD/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0896ca", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Jacqueline Fine", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.402367145, + "posY": 0.9600022, + "posZ": -2.61121845, + "rotX": -0.00001754304, + "rotY": 180, + "rotZ": -0.00000187718229, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.893, + "posY": 3.026, + "posZ": -3.189, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/NathanielCho.41af3c.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/NathanielCho.41af3c.json new file mode 100644 index 00000000..b5237f9a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/NathanielCho.41af3c.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708344319/1CBFAE08EF3FDD939AEEC1195F53B6E57F05D098/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708339555/596AB8F4AC36C120431CE65AE962919660CF7F2D/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "41af3c", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Nathaniel Cho", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708344373/47E1455D596285DA9AC591B8CBBA8A6BBC3A399D/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708339610/369551E19D2D282ACDEFE9E828B5693736415C60/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "312943", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Nathaniel Cho", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.185497, + "posY": 1.06000245, + "posZ": -2.944681, + "rotX": -0.00001985872, + "rotY": 180.000015, + "rotZ": 180, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.911, + "posY": 3.026, + "posZ": -3.23, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/StellaClark.68c7c8.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/StellaClark.68c7c8.json new file mode 100644 index 00000000..b65c9a74 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/StellaClark.68c7c8.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708355417/A1FCE73454122F3B14CBCFC313660D9D032624F6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708341095/86B5B824E926576A815D31D26AE3D0A855D78A2E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "68c7c8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Stella Clark", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708355469/E91F08E1796B1E0E4F21E2E1B7EEF68CB35D433B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708341146/6372AE92829917C3270E03943CAB54DC19B2F7B0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0da48f", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Stella Clark", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.90033984, + "posY": 0.960001469, + "posZ": -2.64144874, + "rotX": -0.00005352913, + "rotY": 180.000015, + "rotZ": -0.0000238037519, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.563, + "posY": 3.026, + "posZ": -3.217, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/WinifredHabbamock.801e8a.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/WinifredHabbamock.801e8a.json new file mode 100644 index 00000000..617fc998 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/Tokens.2e2375/TheStarterDecks.151d53/WinifredHabbamock.801e8a.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708353668/6FFADF9E7F21046DAEDDCC7C7B049831353C8329/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708340350/3880B5C3B9AEA9B05CA358A0DBAAB87D57E33BF7/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "801e8a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Winifred Habbamock", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": true, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708353726/A9E04180C3AE495EA6CB2FA331CEBA034B83EB30/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1763698230708340389/3602C2AD31DB9A9120811C379C432C1924EB9471/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ee63fb", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Winifred Habbamock", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.52050519, + "posY": 0.9600022, + "posZ": -2.68199062, + "rotX": -0.0000217946163, + "rotY": 180.000015, + "rotZ": -0.000009511086, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.196, + "posY": 3.026, + "posZ": -3.201, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.5657107, + "scaleY": 1, + "scaleZ": 0.5657107 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/bArkhamFantasy-PixelArtMini-Cardsb.4564ef.json b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/bArkhamFantasy-PixelArtMini-Cardsb.4564ef.json new file mode 100644 index 00000000..11df6ba6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ArkhamFantasy-PixelArtMini-Cards.966c07/bArkhamFantasy-PixelArtMini-Cardsb.4564ef.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Designed by William \"Lemmingrad\" Jung\n\nTo properly illuminate stands.\n[b]Options[/b]: [b]Lighting[/b]\n1) Set [b]Ambient[/b] to [b]Gradient[/b]. \n2) Turn down [b]Reflection Intensity[/b] to your preference. \n3) Adjust [b]Ambient Intensity[/b] to your preference.\n", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4564ef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "[b]Arkham Fantasy - Pixel Art Mini-Cards[/b]", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -21.382, + "posY": 2.708, + "posZ": -16.102, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.json b/objects/Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.json new file mode 100644 index 00000000..16e3b4c6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.json @@ -0,0 +1,457 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1750192233783143973/D526236AAE16BDBB98D3F30E27BAFC1D3E21F4AC/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d45664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[],true,false]", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Attachment Helper", + "Number": 0, + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695635919099826/3C3CBFFAADB2ACA9957C736491F470AE906CC953/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f550dc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "-- Attachment Helper\r\n-- updated by: Chr1Z\r\n-- original by: -\r\n-- description: displays cards in it with cost/skill icons\r\ninformation = {\r\n version = \"1.4\",\r\n last_updated = \"10.10.2022\"\r\n}\r\n\r\n-- save state and options to restore onLoad\r\nfunction onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end\r\n\r\n-- load variables and create context menu\r\nfunction onload(saved_data)\r\n if saved_data ~= \"\" and saved_data ~= nil then\r\n local loaded_data = JSON.decode(saved_data)\r\n cardsInBag = loaded_data[1]\r\n showCost = loaded_data[2]\r\n showIcons = loaded_data[3]\r\n else\r\n cardsInBag = {}\r\n showCost = true\r\n showIcons = true\r\n end\r\n\r\n recreateButtons()\r\n\r\n self.addContextMenuItem(\"More Information\", function()\r\n printToAll(\"------------------------------\", \"White\")\r\n printToAll(\"Attachment Helper v\" .. information[\"version\"] .. \" by Chr1Z\", \"Orange\")\r\n printToAll(\"original by: bankey\", \"White\")\r\n printToAll(\"last updated: \" .. information[\"last_updated\"], \"White\")\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle cost\", function(color)\r\n showCost = not showCost\r\n printToColor(\"Show cost of cards: \" .. tostring(showCost), color, \"White\")\r\n refresh()\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle skill icons\", function(color)\r\n showIcons = not showIcons\r\n printToColor(\"Show skill icons of cards: \" .. tostring(showIcons), color, \"White\")\r\n refresh()\r\n end)\r\nend\r\n\r\n-- called for every card that enters\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n findCard(object.getGUID(), object.getName(), object.getGMNotes())\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- removes leaving cards from the \"cardInBag\" table\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n local guid = object.getGUID()\r\n for i, card in ipairs(cardsInBag) do\r\n if card.id == guid then table.remove(cardsInBag, i) end\r\n end\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- refreshes displayed buttons based on contained cards\r\nfunction refresh()\r\n cardsInBag = {}\r\n for _, object in ipairs(self.getObjects()) do\r\n findCard(object.guid, object.name, object.gm_notes)\r\n end\r\n recreateButtons()\r\nend\r\n\r\n-- gets cost and icons for a card\r\nfunction findCard(guid, name, GMNotes)\r\n local cost = \"\"\r\n local icons = {}\r\n local metadata = {}\r\n\r\n if name == nil or name == \"\" then name = \"unnamed\" end\r\n\r\n if showCost or showIcons then\r\n metadata = JSON.decode(GMNotes)\r\n end\r\n\r\n if showCost then\r\n if GMNotes ~= \"\" then cost = metadata.cost end\r\n if cost == nil or cost == \"\" then cost = \"–\" end\r\n name = \"[\" .. cost .. \"] \" .. name\r\n end\r\n\r\n if showIcons then\r\n if GMNotes ~= \"\" then\r\n icons[1] = metadata.wildIcons\r\n icons[2] = metadata.willpowerIcons\r\n icons[3] = metadata.intellectIcons\r\n icons[4] = metadata.fightIcons\r\n icons[5] = metadata.agilityIcons\r\n end\r\n\r\n local IconTypes = { \"Wild\", \"Willpower\", \"Intellect\", \"Fight\", \"Agility\" }\r\n local found = false\r\n for i = 1, 5 do\r\n if icons[i] ~= nil and icons[i] ~= \"\" then\r\n if found == false then\r\n name = name .. \"\\n\" .. IconTypes[i] .. \": \" .. icons[i]\r\n found = true\r\n else\r\n name = name .. \" \" .. IconTypes[i] .. \": \" .. icons[i]\r\n end\r\n end\r\n end\r\n end\r\n\r\n table.insert(cardsInBag, { name = name, id = guid })\r\nend\r\n\r\n-- recreates buttons with up-to-date labels\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n local verticalPosition = 1.65\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = { 0, 0, verticalPosition },\r\n height = 200,\r\n width = 1200,\r\n font_size = string.len(card.name) \u003e 20 and 75 or 100\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'none',\r\n function_owner = self,\r\n position = { 0, 0, -1.35 },\r\n height = 0,\r\n width = 0,\r\n font_size = 225,\r\n font_color = { 1, 1, 1 }\r\n })\r\nend\r\n\r\n-- click-function for buttons to take a card out of the bag\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0, 0.25, 0),\r\n callback_function = function(obj) obj.resting = true end\r\n })\r\nend", + "LuaScriptState": "[[],true,false]", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Sefina Rousseau Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 14.6885748, + "posY": 1.71333456, + "posZ": -26.0148544, + "rotX": 359.920135, + "rotY": 270.000122, + "rotZ": 0.01688583, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695635919071208/1AB7222850201630826BFFBA8F2BD0065E2D572F/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2fbbca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "-- Attachment Helper\r\n-- updated by: Chr1Z\r\n-- original by: -\r\n-- description: displays cards in it with cost/skill icons\r\ninformation = {\r\n version = \"1.4\",\r\n last_updated = \"10.10.2022\"\r\n}\r\n\r\n-- save state and options to restore onLoad\r\nfunction onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end\r\n\r\n-- load variables and create context menu\r\nfunction onload(saved_data)\r\n if saved_data ~= \"\" and saved_data ~= nil then\r\n local loaded_data = JSON.decode(saved_data)\r\n cardsInBag = loaded_data[1]\r\n showCost = loaded_data[2]\r\n showIcons = loaded_data[3]\r\n else\r\n cardsInBag = {}\r\n showCost = true\r\n showIcons = true\r\n end\r\n\r\n recreateButtons()\r\n\r\n self.addContextMenuItem(\"More Information\", function()\r\n printToAll(\"------------------------------\", \"White\")\r\n printToAll(\"Attachment Helper v\" .. information[\"version\"] .. \" by Chr1Z\", \"Orange\")\r\n printToAll(\"original by: bankey\", \"White\")\r\n printToAll(\"last updated: \" .. information[\"last_updated\"], \"White\")\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle cost\", function(color)\r\n showCost = not showCost\r\n printToColor(\"Show cost of cards: \" .. tostring(showCost), color, \"White\")\r\n refresh()\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle skill icons\", function(color)\r\n showIcons = not showIcons\r\n printToColor(\"Show skill icons of cards: \" .. tostring(showIcons), color, \"White\")\r\n refresh()\r\n end)\r\nend\r\n\r\n-- called for every card that enters\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n findCard(object.getGUID(), object.getName(), object.getGMNotes())\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- removes leaving cards from the \"cardInBag\" table\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n local guid = object.getGUID()\r\n for i, card in ipairs(cardsInBag) do\r\n if card.id == guid then table.remove(cardsInBag, i) end\r\n end\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- refreshes displayed buttons based on contained cards\r\nfunction refresh()\r\n cardsInBag = {}\r\n for _, object in ipairs(self.getObjects()) do\r\n findCard(object.guid, object.name, object.gm_notes)\r\n end\r\n recreateButtons()\r\nend\r\n\r\n-- gets cost and icons for a card\r\nfunction findCard(guid, name, GMNotes)\r\n local cost = \"\"\r\n local icons = {}\r\n local metadata = {}\r\n\r\n if name == nil or name == \"\" then name = \"unnamed\" end\r\n\r\n if showCost or showIcons then\r\n metadata = JSON.decode(GMNotes)\r\n end\r\n\r\n if showCost then\r\n if GMNotes ~= \"\" then cost = metadata.cost end\r\n if cost == nil or cost == \"\" then cost = \"–\" end\r\n name = \"[\" .. cost .. \"] \" .. name\r\n end\r\n\r\n if showIcons then\r\n if GMNotes ~= \"\" then\r\n icons[1] = metadata.wildIcons\r\n icons[2] = metadata.willpowerIcons\r\n icons[3] = metadata.intellectIcons\r\n icons[4] = metadata.fightIcons\r\n icons[5] = metadata.agilityIcons\r\n end\r\n\r\n local IconTypes = { \"Wild\", \"Willpower\", \"Intellect\", \"Fight\", \"Agility\" }\r\n local found = false\r\n for i = 1, 5 do\r\n if icons[i] ~= nil and icons[i] ~= \"\" then\r\n if found == false then\r\n name = name .. \"\\n\" .. IconTypes[i] .. \": \" .. icons[i]\r\n found = true\r\n else\r\n name = name .. \" \" .. IconTypes[i] .. \": \" .. icons[i]\r\n end\r\n end\r\n end\r\n end\r\n\r\n table.insert(cardsInBag, { name = name, id = guid })\r\nend\r\n\r\n-- recreates buttons with up-to-date labels\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n local verticalPosition = 1.65\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = { 0, 0, verticalPosition },\r\n height = 200,\r\n width = 1200,\r\n font_size = string.len(card.name) \u003e 20 and 75 or 100\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'none',\r\n function_owner = self,\r\n position = { 0, 0, -1.35 },\r\n height = 0,\r\n width = 0,\r\n font_size = 225,\r\n font_color = { 1, 1, 1 }\r\n })\r\nend\r\n\r\n-- click-function for buttons to take a card out of the bag\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0, 0.25, 0),\r\n callback_function = function(obj) obj.resting = true end\r\n })\r\nend", + "LuaScriptState": "[[],true,false]", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Diana Stanley Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 14.6885757, + "posY": 1.71333444, + "posZ": -26.0148582, + "rotX": 359.920135, + "rotY": 270.000122, + "rotZ": 0.0168847367, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695635919102502/453D4426118C8A6DE2EA281184716E26CA924C84/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31d5dd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "-- Attachment Helper\r\n-- updated by: Chr1Z\r\n-- original by: -\r\n-- description: displays cards in it with cost/skill icons\r\ninformation = {\r\n version = \"1.4\",\r\n last_updated = \"10.10.2022\"\r\n}\r\n\r\n-- save state and options to restore onLoad\r\nfunction onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end\r\n\r\n-- load variables and create context menu\r\nfunction onload(saved_data)\r\n if saved_data ~= \"\" and saved_data ~= nil then\r\n local loaded_data = JSON.decode(saved_data)\r\n cardsInBag = loaded_data[1]\r\n showCost = loaded_data[2]\r\n showIcons = loaded_data[3]\r\n else\r\n cardsInBag = {}\r\n showCost = true\r\n showIcons = true\r\n end\r\n\r\n recreateButtons()\r\n\r\n self.addContextMenuItem(\"More Information\", function()\r\n printToAll(\"------------------------------\", \"White\")\r\n printToAll(\"Attachment Helper v\" .. information[\"version\"] .. \" by Chr1Z\", \"Orange\")\r\n printToAll(\"original by: bankey\", \"White\")\r\n printToAll(\"last updated: \" .. information[\"last_updated\"], \"White\")\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle cost\", function(color)\r\n showCost = not showCost\r\n printToColor(\"Show cost of cards: \" .. tostring(showCost), color, \"White\")\r\n refresh()\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle skill icons\", function(color)\r\n showIcons = not showIcons\r\n printToColor(\"Show skill icons of cards: \" .. tostring(showIcons), color, \"White\")\r\n refresh()\r\n end)\r\nend\r\n\r\n-- called for every card that enters\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n findCard(object.getGUID(), object.getName(), object.getGMNotes())\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- removes leaving cards from the \"cardInBag\" table\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n local guid = object.getGUID()\r\n for i, card in ipairs(cardsInBag) do\r\n if card.id == guid then table.remove(cardsInBag, i) end\r\n end\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- refreshes displayed buttons based on contained cards\r\nfunction refresh()\r\n cardsInBag = {}\r\n for _, object in ipairs(self.getObjects()) do\r\n findCard(object.guid, object.name, object.gm_notes)\r\n end\r\n recreateButtons()\r\nend\r\n\r\n-- gets cost and icons for a card\r\nfunction findCard(guid, name, GMNotes)\r\n local cost = \"\"\r\n local icons = {}\r\n local metadata = {}\r\n\r\n if name == nil or name == \"\" then name = \"unnamed\" end\r\n\r\n if showCost or showIcons then\r\n metadata = JSON.decode(GMNotes)\r\n end\r\n\r\n if showCost then\r\n if GMNotes ~= \"\" then cost = metadata.cost end\r\n if cost == nil or cost == \"\" then cost = \"–\" end\r\n name = \"[\" .. cost .. \"] \" .. name\r\n end\r\n\r\n if showIcons then\r\n if GMNotes ~= \"\" then\r\n icons[1] = metadata.wildIcons\r\n icons[2] = metadata.willpowerIcons\r\n icons[3] = metadata.intellectIcons\r\n icons[4] = metadata.fightIcons\r\n icons[5] = metadata.agilityIcons\r\n end\r\n\r\n local IconTypes = { \"Wild\", \"Willpower\", \"Intellect\", \"Fight\", \"Agility\" }\r\n local found = false\r\n for i = 1, 5 do\r\n if icons[i] ~= nil and icons[i] ~= \"\" then\r\n if found == false then\r\n name = name .. \"\\n\" .. IconTypes[i] .. \": \" .. icons[i]\r\n found = true\r\n else\r\n name = name .. \" \" .. IconTypes[i] .. \": \" .. icons[i]\r\n end\r\n end\r\n end\r\n end\r\n\r\n table.insert(cardsInBag, { name = name, id = guid })\r\nend\r\n\r\n-- recreates buttons with up-to-date labels\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n local verticalPosition = 1.65\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = { 0, 0, verticalPosition },\r\n height = 200,\r\n width = 1200,\r\n font_size = string.len(card.name) \u003e 20 and 75 or 100\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'none',\r\n function_owner = self,\r\n position = { 0, 0, -1.35 },\r\n height = 0,\r\n width = 0,\r\n font_size = 225,\r\n font_color = { 1, 1, 1 }\r\n })\r\nend\r\n\r\n-- click-function for buttons to take a card out of the bag\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0, 0.25, 0),\r\n callback_function = function(obj) obj.resting = true end\r\n })\r\nend", + "LuaScriptState": "[[],true,false]", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Gloria Goldberg Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 14.6885767, + "posY": 1.71333444, + "posZ": -26.0148621, + "rotX": 359.920135, + "rotY": 270.000122, + "rotZ": 0.01688558, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379787654/F00A76F0DFB4B279F7A5647E1DD1BF730CFC7501/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56aa96", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "-- Attachment Helper\r\n-- updated by: Chr1Z\r\n-- original by: -\r\n-- description: displays cards in it with cost/skill icons\r\ninformation = {\r\n version = \"1.4\",\r\n last_updated = \"10.10.2022\"\r\n}\r\n\r\n-- save state and options to restore onLoad\r\nfunction onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end\r\n\r\n-- load variables and create context menu\r\nfunction onload(saved_data)\r\n if saved_data ~= \"\" and saved_data ~= nil then\r\n local loaded_data = JSON.decode(saved_data)\r\n cardsInBag = loaded_data[1]\r\n showCost = loaded_data[2]\r\n showIcons = loaded_data[3]\r\n else\r\n cardsInBag = {}\r\n showCost = true\r\n showIcons = true\r\n end\r\n\r\n recreateButtons()\r\n\r\n self.addContextMenuItem(\"More Information\", function()\r\n printToAll(\"------------------------------\", \"White\")\r\n printToAll(\"Attachment Helper v\" .. information[\"version\"] .. \" by Chr1Z\", \"Orange\")\r\n printToAll(\"original by: bankey\", \"White\")\r\n printToAll(\"last updated: \" .. information[\"last_updated\"], \"White\")\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle cost\", function(color)\r\n showCost = not showCost\r\n printToColor(\"Show cost of cards: \" .. tostring(showCost), color, \"White\")\r\n refresh()\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle skill icons\", function(color)\r\n showIcons = not showIcons\r\n printToColor(\"Show skill icons of cards: \" .. tostring(showIcons), color, \"White\")\r\n refresh()\r\n end)\r\nend\r\n\r\n-- called for every card that enters\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n findCard(object.getGUID(), object.getName(), object.getGMNotes())\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- removes leaving cards from the \"cardInBag\" table\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n local guid = object.getGUID()\r\n for i, card in ipairs(cardsInBag) do\r\n if card.id == guid then table.remove(cardsInBag, i) end\r\n end\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- refreshes displayed buttons based on contained cards\r\nfunction refresh()\r\n cardsInBag = {}\r\n for _, object in ipairs(self.getObjects()) do\r\n findCard(object.guid, object.name, object.gm_notes)\r\n end\r\n recreateButtons()\r\nend\r\n\r\n-- gets cost and icons for a card\r\nfunction findCard(guid, name, GMNotes)\r\n local cost = \"\"\r\n local icons = {}\r\n local metadata = {}\r\n\r\n if name == nil or name == \"\" then name = \"unnamed\" end\r\n\r\n if showCost or showIcons then\r\n metadata = JSON.decode(GMNotes)\r\n end\r\n\r\n if showCost then\r\n if GMNotes ~= \"\" then cost = metadata.cost end\r\n if cost == nil or cost == \"\" then cost = \"–\" end\r\n name = \"[\" .. cost .. \"] \" .. name\r\n end\r\n\r\n if showIcons then\r\n if GMNotes ~= \"\" then\r\n icons[1] = metadata.wildIcons\r\n icons[2] = metadata.willpowerIcons\r\n icons[3] = metadata.intellectIcons\r\n icons[4] = metadata.fightIcons\r\n icons[5] = metadata.agilityIcons\r\n end\r\n\r\n local IconTypes = { \"Wild\", \"Willpower\", \"Intellect\", \"Fight\", \"Agility\" }\r\n local found = false\r\n for i = 1, 5 do\r\n if icons[i] ~= nil and icons[i] ~= \"\" then\r\n if found == false then\r\n name = name .. \"\\n\" .. IconTypes[i] .. \": \" .. icons[i]\r\n found = true\r\n else\r\n name = name .. \" \" .. IconTypes[i] .. \": \" .. icons[i]\r\n end\r\n end\r\n end\r\n end\r\n\r\n table.insert(cardsInBag, { name = name, id = guid })\r\nend\r\n\r\n-- recreates buttons with up-to-date labels\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n local verticalPosition = 1.65\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = { 0, 0, verticalPosition },\r\n height = 200,\r\n width = 1200,\r\n font_size = string.len(card.name) \u003e 20 and 75 or 100\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'none',\r\n function_owner = self,\r\n position = { 0, 0, -1.35 },\r\n height = 0,\r\n width = 0,\r\n font_size = 225,\r\n font_color = { 1, 1, 1 }\r\n })\r\nend\r\n\r\n-- click-function for buttons to take a card out of the bag\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0, 0.25, 0),\r\n callback_function = function(obj) obj.resting = true end\r\n })\r\nend", + "LuaScriptState": "[[],true,false]", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Crystallizer of Dreams Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 14.6885777, + "posY": 1.71333456, + "posZ": -26.0148659, + "rotX": 359.920135, + "rotY": 270.000122, + "rotZ": 0.01688493, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1717542004667431170/D073271943724B10CAB5364F01E5E87D770F0FB8/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31055d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "-- Attachment Helper\r\n-- updated by: Chr1Z\r\n-- original by: -\r\n-- description: displays cards in it with cost/skill icons\r\ninformation = {\r\n version = \"1.4\",\r\n last_updated = \"10.10.2022\"\r\n}\r\n\r\n-- save state and options to restore onLoad\r\nfunction onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end\r\n\r\n-- load variables and create context menu\r\nfunction onload(saved_data)\r\n if saved_data ~= \"\" and saved_data ~= nil then\r\n local loaded_data = JSON.decode(saved_data)\r\n cardsInBag = loaded_data[1]\r\n showCost = loaded_data[2]\r\n showIcons = loaded_data[3]\r\n else\r\n cardsInBag = {}\r\n showCost = true\r\n showIcons = true\r\n end\r\n\r\n recreateButtons()\r\n\r\n self.addContextMenuItem(\"More Information\", function()\r\n printToAll(\"------------------------------\", \"White\")\r\n printToAll(\"Attachment Helper v\" .. information[\"version\"] .. \" by Chr1Z\", \"Orange\")\r\n printToAll(\"original by: bankey\", \"White\")\r\n printToAll(\"last updated: \" .. information[\"last_updated\"], \"White\")\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle cost\", function(color)\r\n showCost = not showCost\r\n printToColor(\"Show cost of cards: \" .. tostring(showCost), color, \"White\")\r\n refresh()\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle skill icons\", function(color)\r\n showIcons = not showIcons\r\n printToColor(\"Show skill icons of cards: \" .. tostring(showIcons), color, \"White\")\r\n refresh()\r\n end)\r\nend\r\n\r\n-- called for every card that enters\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n findCard(object.getGUID(), object.getName(), object.getGMNotes())\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- removes leaving cards from the \"cardInBag\" table\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n local guid = object.getGUID()\r\n for i, card in ipairs(cardsInBag) do\r\n if card.id == guid then table.remove(cardsInBag, i) end\r\n end\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- refreshes displayed buttons based on contained cards\r\nfunction refresh()\r\n cardsInBag = {}\r\n for _, object in ipairs(self.getObjects()) do\r\n findCard(object.guid, object.name, object.gm_notes)\r\n end\r\n recreateButtons()\r\nend\r\n\r\n-- gets cost and icons for a card\r\nfunction findCard(guid, name, GMNotes)\r\n local cost = \"\"\r\n local icons = {}\r\n local metadata = {}\r\n\r\n if name == nil or name == \"\" then name = \"unnamed\" end\r\n\r\n if showCost or showIcons then\r\n metadata = JSON.decode(GMNotes)\r\n end\r\n\r\n if showCost then\r\n if GMNotes ~= \"\" then cost = metadata.cost end\r\n if cost == nil or cost == \"\" then cost = \"–\" end\r\n name = \"[\" .. cost .. \"] \" .. name\r\n end\r\n\r\n if showIcons then\r\n if GMNotes ~= \"\" then\r\n icons[1] = metadata.wildIcons\r\n icons[2] = metadata.willpowerIcons\r\n icons[3] = metadata.intellectIcons\r\n icons[4] = metadata.fightIcons\r\n icons[5] = metadata.agilityIcons\r\n end\r\n\r\n local IconTypes = { \"Wild\", \"Willpower\", \"Intellect\", \"Fight\", \"Agility\" }\r\n local found = false\r\n for i = 1, 5 do\r\n if icons[i] ~= nil and icons[i] ~= \"\" then\r\n if found == false then\r\n name = name .. \"\\n\" .. IconTypes[i] .. \": \" .. icons[i]\r\n found = true\r\n else\r\n name = name .. \" \" .. IconTypes[i] .. \": \" .. icons[i]\r\n end\r\n end\r\n end\r\n end\r\n\r\n table.insert(cardsInBag, { name = name, id = guid })\r\nend\r\n\r\n-- recreates buttons with up-to-date labels\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n local verticalPosition = 1.65\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = { 0, 0, verticalPosition },\r\n height = 200,\r\n width = 1200,\r\n font_size = string.len(card.name) \u003e 20 and 75 or 100\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'none',\r\n function_owner = self,\r\n position = { 0, 0, -1.35 },\r\n height = 0,\r\n width = 0,\r\n font_size = 225,\r\n font_color = { 1, 1, 1 }\r\n })\r\nend\r\n\r\n-- click-function for buttons to take a card out of the bag\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0, 0.25, 0),\r\n callback_function = function(obj) obj.resting = true end\r\n })\r\nend", + "LuaScriptState": "[[],true,false]", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Ancestral Knowledge Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 14.6885786, + "posY": 1.71333456, + "posZ": -26.01487, + "rotX": 359.920135, + "rotY": 270.000122, + "rotZ": 0.01688525, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695853007989004/9153BC204FC707AE564ECFAC063A11CB8C2B5D1E/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Drop cards here to display name, cost and skill icons.\n\nSee context menu for options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e213ed", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "-- Attachment Helper\r\n-- updated by: Chr1Z\r\n-- original by: -\r\n-- description: displays cards in it with cost/skill icons\r\ninformation = {\r\n version = \"1.4\",\r\n last_updated = \"10.10.2022\"\r\n}\r\n\r\n-- save state and options to restore onLoad\r\nfunction onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end\r\n\r\n-- load variables and create context menu\r\nfunction onload(saved_data)\r\n if saved_data ~= \"\" and saved_data ~= nil then\r\n local loaded_data = JSON.decode(saved_data)\r\n cardsInBag = loaded_data[1]\r\n showCost = loaded_data[2]\r\n showIcons = loaded_data[3]\r\n else\r\n cardsInBag = {}\r\n showCost = true\r\n showIcons = true\r\n end\r\n\r\n recreateButtons()\r\n\r\n self.addContextMenuItem(\"More Information\", function()\r\n printToAll(\"------------------------------\", \"White\")\r\n printToAll(\"Attachment Helper v\" .. information[\"version\"] .. \" by Chr1Z\", \"Orange\")\r\n printToAll(\"original by: bankey\", \"White\")\r\n printToAll(\"last updated: \" .. information[\"last_updated\"], \"White\")\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle cost\", function(color)\r\n showCost = not showCost\r\n printToColor(\"Show cost of cards: \" .. tostring(showCost), color, \"White\")\r\n refresh()\r\n end)\r\n\r\n self.addContextMenuItem(\"Toggle skill icons\", function(color)\r\n showIcons = not showIcons\r\n printToColor(\"Show skill icons of cards: \" .. tostring(showIcons), color, \"White\")\r\n refresh()\r\n end)\r\nend\r\n\r\n-- called for every card that enters\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n findCard(object.getGUID(), object.getName(), object.getGMNotes())\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- removes leaving cards from the \"cardInBag\" table\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n local guid = object.getGUID()\r\n for i, card in ipairs(cardsInBag) do\r\n if card.id == guid then table.remove(cardsInBag, i) end\r\n end\r\n recreateButtons()\r\n end\r\nend\r\n\r\n-- refreshes displayed buttons based on contained cards\r\nfunction refresh()\r\n cardsInBag = {}\r\n for _, object in ipairs(self.getObjects()) do\r\n findCard(object.guid, object.name, object.gm_notes)\r\n end\r\n recreateButtons()\r\nend\r\n\r\n-- gets cost and icons for a card\r\nfunction findCard(guid, name, GMNotes)\r\n local cost = \"\"\r\n local icons = {}\r\n local metadata = {}\r\n\r\n if name == nil or name == \"\" then name = \"unnamed\" end\r\n\r\n if showCost or showIcons then\r\n metadata = JSON.decode(GMNotes)\r\n end\r\n\r\n if showCost then\r\n if GMNotes ~= \"\" then cost = metadata.cost end\r\n if cost == nil or cost == \"\" then cost = \"–\" end\r\n name = \"[\" .. cost .. \"] \" .. name\r\n end\r\n\r\n if showIcons then\r\n if GMNotes ~= \"\" then\r\n icons[1] = metadata.wildIcons\r\n icons[2] = metadata.willpowerIcons\r\n icons[3] = metadata.intellectIcons\r\n icons[4] = metadata.fightIcons\r\n icons[5] = metadata.agilityIcons\r\n end\r\n\r\n local IconTypes = { \"Wild\", \"Willpower\", \"Intellect\", \"Fight\", \"Agility\" }\r\n local found = false\r\n for i = 1, 5 do\r\n if icons[i] ~= nil and icons[i] ~= \"\" then\r\n if found == false then\r\n name = name .. \"\\n\" .. IconTypes[i] .. \": \" .. icons[i]\r\n found = true\r\n else\r\n name = name .. \" \" .. IconTypes[i] .. \": \" .. icons[i]\r\n end\r\n end\r\n end\r\n end\r\n\r\n table.insert(cardsInBag, { name = name, id = guid })\r\nend\r\n\r\n-- recreates buttons with up-to-date labels\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n local verticalPosition = 1.65\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = { 0, 0, verticalPosition },\r\n height = 200,\r\n width = 1200,\r\n font_size = string.len(card.name) \u003e 20 and 75 or 100\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'none',\r\n function_owner = self,\r\n position = { 0, 0, -1.35 },\r\n height = 0,\r\n width = 0,\r\n font_size = 225,\r\n font_color = { 1, 1, 1 }\r\n })\r\nend\r\n\r\n-- click-function for buttons to take a card out of the bag\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0, 0.25, 0),\r\n callback_function = function(obj) obj.resting = true end\r\n })\r\nend", + "LuaScriptState": "[[],true,false]", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Astronomical Atlas Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 14.68858, + "posY": 1.71333444, + "posZ": -26.0148735, + "rotX": 359.920135, + "rotY": 270.000122, + "rotZ": 0.016885994, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "Asset", + "scesetup_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.29, + "posY": 5.256, + "posZ": -19.825, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.7951615, + "scaleY": 1, + "scaleZ": 0.7951615 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.ttslua b/objects/Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.ttslua new file mode 100644 index 00000000..7753beb4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/AttachmentHelper.d45664.ttslua @@ -0,0 +1,168 @@ +-- Attachment Helper +-- updated by: Chr1Z +-- original by: - +-- description: displays cards in it with cost/skill icons +information = { + version = "1.4", + last_updated = "10.10.2022" +} + +-- save state and options to restore onLoad +function onSave() return JSON.encode({ cardsInBag, showCost, showIcons }) end + +-- load variables and create context menu +function onload(saved_data) + if saved_data ~= "" and saved_data ~= nil then + local loaded_data = JSON.decode(saved_data) + cardsInBag = loaded_data[1] + showCost = loaded_data[2] + showIcons = loaded_data[3] + else + cardsInBag = {} + showCost = true + showIcons = true + end + + recreateButtons() + + self.addContextMenuItem("More Information", function() + printToAll("------------------------------", "White") + printToAll("Attachment Helper v" .. information["version"] .. " by Chr1Z", "Orange") + printToAll("original by: bankey", "White") + printToAll("last updated: " .. information["last_updated"], "White") + end) + + self.addContextMenuItem("Toggle cost", function(color) + showCost = not showCost + printToColor("Show cost of cards: " .. tostring(showCost), color, "White") + refresh() + end) + + self.addContextMenuItem("Toggle skill icons", function(color) + showIcons = not showIcons + printToColor("Show skill icons of cards: " .. tostring(showIcons), color, "White") + refresh() + end) +end + +-- called for every card that enters +function onObjectEnterContainer(container, object) + if container == self then + findCard(object.getGUID(), object.getName(), object.getGMNotes()) + recreateButtons() + end +end + +-- removes leaving cards from the "cardInBag" table +function onObjectLeaveContainer(container, object) + if container == self then + local guid = object.getGUID() + for i, card in ipairs(cardsInBag) do + if card.id == guid then table.remove(cardsInBag, i) end + end + recreateButtons() + end +end + +-- refreshes displayed buttons based on contained cards +function refresh() + cardsInBag = {} + for _, object in ipairs(self.getObjects()) do + findCard(object.guid, object.name, object.gm_notes) + end + recreateButtons() +end + +-- gets cost and icons for a card +function findCard(guid, name, GMNotes) + local cost = "" + local icons = {} + local metadata = {} + + if name == nil or name == "" then name = "unnamed" end + + if showCost or showIcons then + metadata = JSON.decode(GMNotes) + end + + if showCost then + if GMNotes ~= "" then cost = metadata.cost end + if cost == nil or cost == "" then cost = "–" end + name = "[" .. cost .. "] " .. name + end + + if showIcons then + if GMNotes ~= "" then + icons[1] = metadata.wildIcons + icons[2] = metadata.willpowerIcons + icons[3] = metadata.intellectIcons + icons[4] = metadata.fightIcons + icons[5] = metadata.agilityIcons + end + + local IconTypes = { "Wild", "Willpower", "Intellect", "Fight", "Agility" } + local found = false + for i = 1, 5 do + if icons[i] ~= nil and icons[i] ~= "" then + if found == false then + name = name .. "\n" .. IconTypes[i] .. ": " .. icons[i] + found = true + else + name = name .. " " .. IconTypes[i] .. ": " .. icons[i] + end + end + end + end + + table.insert(cardsInBag, { name = name, id = guid }) +end + +-- recreates buttons with up-to-date labels +function recreateButtons() + self.clearButtons() + local verticalPosition = 1.65 + + for _, card in ipairs(cardsInBag) do + if _G['removeCard' .. card.id] == nil then + _G['removeCard' .. card.id] = function() + removeCard(card.id) + end + end + + self.createButton({ + label = card.name, + click_function = "removeCard" .. card.id, + function_owner = self, + position = { 0, 0, verticalPosition }, + height = 200, + width = 1200, + font_size = string.len(card.name) > 20 and 75 or 100 + }) + + verticalPosition = verticalPosition - 0.5 + end + + local countLabel = '\nAttachment\nHelper\nv' .. information["version"] + if #cardsInBag ~= 0 then countLabel = #cardsInBag end + + self.createButton({ + label = countLabel, + click_function = 'none', + function_owner = self, + position = { 0, 0, -1.35 }, + height = 0, + width = 0, + font_size = 225, + font_color = { 1, 1, 1 } + }) +end + +-- click-function for buttons to take a card out of the bag +function removeCard(cardGUID) + self.takeObject({ + guid = cardGUID, + rotation = self.getRotation(), + position = self.getPosition() + Vector(0, 0.25, 0), + callback_function = function(obj) obj.resting = true end + }) +end diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2.json new file mode 100644 index 00000000..9b4f30a4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "C1DarkMatter.3a08d9", + "P1ChallengeScenarios.8f7e04", + "S2Stand-Alones2020-202.4c47d8", + "S1Stand-Alones2016-2020.e227ad", + "07TheInnsmouthConspiracy.f5f3b5", + "06BTheWebofDreams.1bac4d", + "06ATheDream-Quest.f03c2d", + "05TheCircleUndone.20d53c", + "04TheForgottenAge.d5cd12", + "03ThePathtoCarcosa.06a742", + "02TheDunwichLegacy.38d1cd", + "01NightoftheZealot.56a91d", + "ReturntoExpansions.2275ed" + ], + "ContainedObjects_path": "CYOACampaignGuides.8ac4b2", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/00%20CYOA.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Antimarkovnikov", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8ac4b2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "CYOA Campaign Guides", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.129, + "posY": 2.063, + "posZ": -63.3, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/01NightoftheZealot.56a91d.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/01NightoftheZealot.56a91d.json new file mode 100644 index 00000000..ba9b4f89 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/01NightoftheZealot.56a91d.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "NightoftheZealot.276907" + ], + "ContainedObjects_path": "01NightoftheZealot.56a91d", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/01%20Night%20of%20the%20Zealot.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "56a91d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "01 Night of the Zealot", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.088, + "posY": 2.276, + "posZ": 2.934, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/01NightoftheZealot.56a91d/NightoftheZealot.276907.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/01NightoftheZealot.56a91d/NightoftheZealot.276907.json new file mode 100644 index 00000000..8662792e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/01NightoftheZealot.56a91d/NightoftheZealot.276907.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2001%20Night%20of%20the%20Zealot.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "276907", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Night of the Zealot", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.985, + "posY": 2.511, + "posZ": 19.133, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/02TheDunwichLegacy.38d1cd.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/02TheDunwichLegacy.38d1cd.json new file mode 100644 index 00000000..ada955d8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/02TheDunwichLegacy.38d1cd.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheDunwichLegacy.8df5fc" + ], + "ContainedObjects_path": "02TheDunwichLegacy.38d1cd", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/02%20Dunwich%20Legacy.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "38d1cd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "02 The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.423, + "posY": 2.277, + "posZ": 2.766, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/02TheDunwichLegacy.38d1cd/TheDunwichLegacy.8df5fc.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/02TheDunwichLegacy.38d1cd/TheDunwichLegacy.8df5fc.json new file mode 100644 index 00000000..5e86a79a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/02TheDunwichLegacy.38d1cd/TheDunwichLegacy.8df5fc.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/51eeefcbe1d1eded152916465d88296faf66528b/Dual%20Pages%2002%20The%20Dunwich%20Legacy.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8df5fc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 3.029, + "posZ": 19.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/03ThePathtoCarcosa.06a742.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/03ThePathtoCarcosa.06a742.json new file mode 100644 index 00000000..a4ff72c0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/03ThePathtoCarcosa.06a742.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_PDF.df45c0" + ], + "ContainedObjects_path": "03ThePathtoCarcosa.06a742", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/03%20Path%20to%20Carcosa.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "06a742", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "03 The Path to Carcosa", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.467, + "posY": 2.279, + "posZ": 0.099, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/03ThePathtoCarcosa.06a742/Custom_PDF.df45c0.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/03ThePathtoCarcosa.06a742/Custom_PDF.df45c0.json new file mode 100644 index 00000000..1bf6eca4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/03ThePathtoCarcosa.06a742/Custom_PDF.df45c0.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/51eeefcbe1d1eded152916465d88296faf66528b/Dual%20Pages%2003%20The%20Path%20to%20Carcosa.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df45c0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.252, + "posY": 3.009, + "posZ": 11.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12.json new file mode 100644 index 00000000..4b56178f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12.json @@ -0,0 +1,75 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheForgottenAge.20c2ad", + "TheForgottenAgeReturnto.908cbf" + ], + "ContainedObjects_path": "04TheForgottenAge.d5cd12", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/04%20Forgotten%20Age.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5cd12", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "04 The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.43, + "posY": 2.278, + "posZ": -1.583, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12/TheForgottenAge.20c2ad.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12/TheForgottenAge.20c2ad.json new file mode 100644 index 00000000..d0d132c2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12/TheForgottenAge.20c2ad.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2004%20The%20Forgotten%20Age.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "20c2ad", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.236, + "posY": 2.511, + "posZ": -5.479, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12/TheForgottenAgeReturnto.908cbf.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12/TheForgottenAgeReturnto.908cbf.json new file mode 100644 index 00000000..f16cf808 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/04TheForgottenAge.d5cd12/TheForgottenAgeReturnto.908cbf.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2004%20The%20Forgotten%20Age%20-%20Return%20to.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "908cbf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Forgotten Age (Return to)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.079, + "posY": 2.511, + "posZ": -5.591, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c.json new file mode 100644 index 00000000..23115e45 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c.json @@ -0,0 +1,75 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheCircleUndone.692219", + "TheCircleUndoneReturnto.9e9944" + ], + "ContainedObjects_path": "05TheCircleUndone.20d53c", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/05%20Circle%20Undone.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "20d53c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "05 The Circle Undone", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.299, + "posY": 2.279, + "posZ": -1.561, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c/TheCircleUndone.692219.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c/TheCircleUndone.692219.json new file mode 100644 index 00000000..e78d658a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c/TheCircleUndone.692219.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2005%20The%20Circle%20Undone.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "692219", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Circle Undone", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.737, + "posY": 2.511, + "posZ": -7.436, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c/TheCircleUndoneReturnto.9e9944.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c/TheCircleUndoneReturnto.9e9944.json new file mode 100644 index 00000000..3c039ec3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/05TheCircleUndone.20d53c/TheCircleUndoneReturnto.9e9944.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2005%20The%20Circle%20Undone%20-%20Return%20To.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9e9944", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Circle Undone (Return to)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 2.228, + "posY": 2.704, + "posZ": -9.378, + "rotX": 3, + "rotY": 270, + "rotZ": 2, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06ATheDream-Quest.f03c2d.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06ATheDream-Quest.f03c2d.json new file mode 100644 index 00000000..248b1460 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06ATheDream-Quest.f03c2d.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheDreamQuestCampaignA.47b9c1" + ], + "ContainedObjects_path": "06ATheDream-Quest.f03c2d", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/06A%20Dream%20Quest.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f03c2d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "06A The Dream-Quest", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.518, + "posY": 2.277, + "posZ": 2.642, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06ATheDream-Quest.f03c2d/TheDreamQuestCampaignA.47b9c1.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06ATheDream-Quest.f03c2d/TheDreamQuestCampaignA.47b9c1.json new file mode 100644 index 00000000..3b5c7bc7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06ATheDream-Quest.f03c2d/TheDreamQuestCampaignA.47b9c1.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2006%20The%20Dream-Eaters%20-%20A%20-%20The%20Dream-Quest.pdf?raw=true" + }, + "Description": "The Dream-Eaters", + "DragSelectable": true, + "GMNotes": "", + "GUID": "47b9c1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Dream Quest (Campaign A)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -21.449, + "posY": 2.511, + "posZ": 14.842, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06BTheWebofDreams.1bac4d.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06BTheWebofDreams.1bac4d.json new file mode 100644 index 00000000..5980115c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06BTheWebofDreams.1bac4d.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheWebofDreamsCampaignB.ae792e" + ], + "ContainedObjects_path": "06BTheWebofDreams.1bac4d", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/06B%20Web%20of%20Dreams.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1bac4d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "06B The Web of Dreams", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.61, + "posY": 2.279, + "posZ": 0.143, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06BTheWebofDreams.1bac4d/TheWebofDreamsCampaignB.ae792e.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06BTheWebofDreams.1bac4d/TheWebofDreamsCampaignB.ae792e.json new file mode 100644 index 00000000..13df0bd0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/06BTheWebofDreams.1bac4d/TheWebofDreamsCampaignB.ae792e.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2006%20The%20Dream-Eaters%20-%20B%20-%20The%20Web%20of%20Dreams.pdf?raw=true" + }, + "Description": "The Dream-Eaters", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ae792e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Web of Dreams (Campaign B)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.574, + "posY": 2.51, + "posZ": 5.1, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5.json new file mode 100644 index 00000000..ee8bcc2c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5.json @@ -0,0 +1,75 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "07TheInnsmouthConspiracy-PlayOrder.f42179", + "07TheInnsmouthConspiracy-Chronological.c50a3a" + ], + "ContainedObjects_path": "07TheInnsmouthConspiracy.f5f3b5", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/07%20Innsmouth%20Conspiracy.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f5f3b5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "07 The Innsmouth Conspiracy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.074, + "posY": 2.279, + "posZ": -2.175, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5/07TheInnsmouthConspiracy-Chronological.c50a3a.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5/07TheInnsmouthConspiracy-Chronological.c50a3a.json new file mode 100644 index 00000000..9c4f6beb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5/07TheInnsmouthConspiracy-Chronological.c50a3a.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2007%20The%20Innsmouth%20Conspiracy%20-%20Chronolognical.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c50a3a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "07 The Innsmouth Conspiracy - Chronological", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.721, + "posY": 2.522, + "posZ": -5.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5/07TheInnsmouthConspiracy-PlayOrder.f42179.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5/07TheInnsmouthConspiracy-PlayOrder.f42179.json new file mode 100644 index 00000000..d93a94f3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/07TheInnsmouthConspiracy.f5f3b5/07TheInnsmouthConspiracy-PlayOrder.f42179.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2007%20The%20Innsmouth%20Conspiracy%20-%20Play%20Order.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f42179", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "07 The Innsmouth Conspiracy - Play Order", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.847, + "posY": 2.818, + "posZ": 73.957, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/C1DarkMatter.3a08d9.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/C1DarkMatter.3a08d9.json new file mode 100644 index 00000000..dad0b82b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/C1DarkMatter.3a08d9.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "C1DarkMatter.409b50" + ], + "ContainedObjects_path": "C1DarkMatter.3a08d9", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/C1%20Dark%20Matter.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Designed by Axolotl", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3a08d9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "C1 Dark Matter", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.752, + "posY": 2.279, + "posZ": -0.232, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/C1DarkMatter.3a08d9/C1DarkMatter.409b50.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/C1DarkMatter.3a08d9/C1DarkMatter.409b50.json new file mode 100644 index 00000000..92092e3e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/C1DarkMatter.3a08d9/C1DarkMatter.409b50.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20C1%20Dark%20Matter.pdf?raw=true" + }, + "Description": "Designed by Axolotl", + "DragSelectable": true, + "GMNotes": "", + "GUID": "409b50", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "C1 Dark Matter", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.122, + "posY": 2.511, + "posZ": 0.255, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04.json new file mode 100644 index 00000000..4b61a3de --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04.json @@ -0,0 +1,78 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "P104BytheBook.a37a83", + "P103BadBlood.b5fcf1", + "P102AllorNothing.8950c7", + "P101ReadorDie.8994ea", + "P1ChallengeScenarios.409b50" + ], + "ContainedObjects_path": "P1ChallengeScenarios.8f7e04", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/P1%20Challenge%20Scenarios.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8f7e04", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "P1 Challenge Scenarios", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.407, + "posY": 2.279, + "posZ": 0.152, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P101ReadorDie.8994ea.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P101ReadorDie.8994ea.json new file mode 100644 index 00000000..c5615e85 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P101ReadorDie.8994ea.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20P1%2001%20Read%20or%20Die.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8994ea", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "P1 01 Read or Die", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.245, + "posY": 4.492, + "posZ": 16.581, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P102AllorNothing.8950c7.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P102AllorNothing.8950c7.json new file mode 100644 index 00000000..9062e9e8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P102AllorNothing.8950c7.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20P1%2002%20All%20or%20Nothing.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8950c7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "P1 02 All or Nothing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.267, + "posY": 4.494, + "posZ": 16.879, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P103BadBlood.b5fcf1.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P103BadBlood.b5fcf1.json new file mode 100644 index 00000000..934e6e71 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P103BadBlood.b5fcf1.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20P1%2003%20Bad%20Blood.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b5fcf1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "P1 03 Bad Blood", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.187, + "posY": 4.496, + "posZ": 16.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P104BytheBook.a37a83.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P104BytheBook.a37a83.json new file mode 100644 index 00000000..5f091ebb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P104BytheBook.a37a83.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20P1%2004%20By%20the%20Book.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a37a83", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "P1 04 By the Book", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.636, + "posY": 4.504, + "posZ": 14.778, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P1ChallengeScenarios.409b50.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P1ChallengeScenarios.409b50.json new file mode 100644 index 00000000..7937a365 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/P1ChallengeScenarios.8f7e04/P1ChallengeScenarios.409b50.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20P1%20Challenge%20Scenarios.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "409b50", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "P1 Challenge Scenarios", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.24, + "posY": 2.514, + "posZ": 2.235, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/ReturntoExpansions.2275ed.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/ReturntoExpansions.2275ed.json new file mode 100644 index 00000000..50810060 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/ReturntoExpansions.2275ed.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "When playing with the Return to Versions of the CYOA guides you will need to use the Return to setup card avaliable above the scenario card to modify the original setup of the game.\r\n\r\nEither version can be used to play a Standard campaign. Howevever, for Return to The Forgotten Age and The Circle Undone you will need the Return to guide.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2275ed", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Return to Expansions", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.334, + "posY": 2.581, + "posZ": -0.369, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad.json new file mode 100644 index 00000000..27425c48 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad.json @@ -0,0 +1,80 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "S106TheBlobthatAteEverything.6ad284", + "S105MurderattheExcelsiorHotel.b13297", + "S104GuardiansoftheAbyss.6611a9", + "S103TheLabyrinthsofLunacy.d014ce", + "S0102CarinvaleofHorrors.538f32", + "S101CurseoftheRougarou.39bf7c", + "S1Stand-AloneScenarios2016-2020.00a430" + ], + "ContainedObjects_path": "S1Stand-Alones2016-2020.e227ad", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/S1%202016-2020.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e227ad", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "S1 Stand-Alones 2016-2020", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.47, + "posY": 2.279, + "posZ": -0.879, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S0102CarinvaleofHorrors.538f32.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S0102CarinvaleofHorrors.538f32.json new file mode 100644 index 00000000..87ad3e1c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S0102CarinvaleofHorrors.538f32.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%2002%20Carnivale.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "538f32", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S01 02 Carinvale of Horrors", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.315, + "posY": 2.511, + "posZ": -1.398, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S101CurseoftheRougarou.39bf7c.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S101CurseoftheRougarou.39bf7c.json new file mode 100644 index 00000000..7494f981 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S101CurseoftheRougarou.39bf7c.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%2001%20Rougarou.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39bf7c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S1 01 Curse of the Rougarou", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.758, + "posY": 2.787, + "posZ": -0.99, + "rotX": 5, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S103TheLabyrinthsofLunacy.d014ce.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S103TheLabyrinthsofLunacy.d014ce.json new file mode 100644 index 00000000..eb493a63 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S103TheLabyrinthsofLunacy.d014ce.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%2003%20Labyrinths.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d014ce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S1 03 The Labyrinths of Lunacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.482, + "posY": 2.511, + "posZ": -0.145, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S104GuardiansoftheAbyss.6611a9.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S104GuardiansoftheAbyss.6611a9.json new file mode 100644 index 00000000..d9e4e25f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S104GuardiansoftheAbyss.6611a9.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%2004%20Guardians%20of%20the%20Abyss.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6611a9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S1 04 Guardians of the Abyss", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.318, + "posY": 2.658, + "posZ": -1.465, + "rotX": 3, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S105MurderattheExcelsiorHotel.b13297.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S105MurderattheExcelsiorHotel.b13297.json new file mode 100644 index 00000000..3692d49e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S105MurderattheExcelsiorHotel.b13297.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%2005%20Murder%20Hotel.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b13297", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S1 05 Murder at the Excelsior Hotel", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.414, + "posY": 2.587, + "posZ": -0.941, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S106TheBlobthatAteEverything.6ad284.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S106TheBlobthatAteEverything.6ad284.json new file mode 100644 index 00000000..2903edef --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S106TheBlobthatAteEverything.6ad284.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%2006%20Blob.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ad284", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S1 06 The Blob that Ate Everything", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.815, + "posY": 2.647, + "posZ": 0.798, + "rotX": 0, + "rotY": 270, + "rotZ": 2, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S1Stand-AloneScenarios2016-2020.00a430.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S1Stand-AloneScenarios2016-2020.00a430.json new file mode 100644 index 00000000..466af302 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S1Stand-Alones2016-2020.e227ad/S1Stand-AloneScenarios2016-2020.00a430.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S1%20Stand-Alones.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00a430", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S1 Stand-Alone Scenarios 2016-2020", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.133, + "posY": 2.511, + "posZ": 0.024, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8.json new file mode 100644 index 00000000..c5ee2af7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8.json @@ -0,0 +1,75 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "S208WaroftheOuterGods.bffa04", + "S207BarkhamHorror.409b50" + ], + "ContainedObjects_path": "S2Stand-Alones2020-202.4c47d8", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/S2%202020-202.jpg?raw=true", + "MaterialIndex": 3, + "MeshURL": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4c47d8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "S2 Stand-Alones 2020-202?", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.567, + "posY": 2.278, + "posZ": -1.807, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8/S207BarkhamHorror.409b50.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8/S207BarkhamHorror.409b50.json new file mode 100644 index 00000000..7150ee2f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8/S207BarkhamHorror.409b50.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S2%2007%20Barkham%20Horror.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "409b50", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S2 07 Barkham Horror", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.608, + "posY": 3.002, + "posZ": -37.504, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8/S208WaroftheOuterGods.bffa04.json b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8/S208WaroftheOuterGods.bffa04.json new file mode 100644 index 00000000..c156273d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CYOACampaignGuides.8ac4b2/S2Stand-Alones2020-202.4c47d8/S208WaroftheOuterGods.bffa04.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%20S2%2008%20War%20of%20the%20Outer%20Gods.pdf?raw=true" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bffa04", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "S2 08 War of the Outer Gods", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.244, + "posY": 3.005, + "posZ": -38.045, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.json b/objects/Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.json new file mode 100644 index 00000000..ea1b770c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1857193769884995506/A760D5A6C66A035C4E4812BF5F0D511010EF526C/", + "WidthScale": 0 + }, + "Description": "Adds/removes the desired token from the chaos bag.\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "023240", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "{\"Bless\":8,\"Curse\":0}", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Chaos Bag Manager", + "Snap": true, + "Sticky": true, + "Tags": [ + "displacement_excluded" + ], + "Tooltip": true, + "Transform": { + "posX": 22.215, + "posY": 5.651, + "posZ": -34.811, + "rotX": 4, + "rotY": 270, + "rotZ": 357, + "scaleX": 2.5, + "scaleY": 1, + "scaleZ": 2.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.ttslua b/objects/Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.ttslua new file mode 100644 index 00000000..b804802d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/ChaosBagManager.023240.ttslua @@ -0,0 +1,191 @@ +-- Chaos Bag Manager +-- made by: Chr1Z +-- based on: Bless/Curse Manager +-- description: for easier managing of the chaos bag (adding / removing tokens) +information = { + version = "1.3", + last_updated = "10.10.2022" +} + +local TOKEN_URL = { + ElderSign = "https://i.imgur.com/nEmqjmj.png", + plusOne = "https://i.imgur.com/uIx8jbY.png", + Zero = "https://i.imgur.com/btEtVfd.png", + minusOne = "https://i.imgur.com/w3XbrCC.png", + minusTwo = "https://i.imgur.com/bfTg2hb.png", + minusThree = "https://i.imgur.com/yfs8gHq.png", + minusFour = "https://i.imgur.com/qrgGQRD.png", + minusFive = "https://i.imgur.com/3Ym1IeG.png", + minusSix = "https://i.imgur.com/c9qdSzS.png", + minusSeven = "https://i.imgur.com/4WRD42n.png", + minusEight = "https://i.imgur.com/9t3rPTQ.png", + Skull = "https://i.imgur.com/stbBxtx.png", + Cultist = "https://i.imgur.com/VzhJJaH.png", + Tablet = "https://i.imgur.com/1plY463.png", + ElderThing = "https://i.imgur.com/ttnspKt.png", + AutoFail = "https://i.imgur.com/lns4fhz.png", + Frost = "http://cloud-3.steamusercontent.com/ugc/1858293462583104677/195F93C063A8881B805CE2FD4767A9718B27B6AE/" +} + +local TOKEN_NAMES = { + -- first row + "plusOne", "Zero", "minusOne", "minusTwo", "minusThree", "minusFour", + -- second row + "minusFive", "minusSix", "minusSeven", "minusEight", "Frost", + -- third row + "ElderSign", "Skull", "Cultist", "Tablet", "ElderThing", "AutoFail" +} + +local BUTTON_TOOLTIP = { + -- first row + "+1", "0", "-1", "-2", "-3", "-4", + -- second row + "-5", "-6", "-7", "-8", "Frost", + -- third row + "Elder Sign", "Skull", "Cultist", "Tablet", "Elder Thing", "Auto-fail" +} + +y0 = 0 +z1 = -0.778 +z2 = 0 +z3 = 0.75 + +local BUTTON_POSITION = { + -- first row + { -1.90, y0, z1 }, + { -1.14, y0, z1 }, + { -0.38, y0, z1 }, + { 0.38, y0, z1 }, + { 1.14, y0, z1 }, + { 1.90, y0, z1 }, + -- second row + { -1.90, y0, z2 }, + { -1.14, y0, z2 }, + { -0.38, y0, z2 }, + { 0.38, y0, z2 }, + { 1.90, y0, z2 }, + -- third row + { -1.90, y0, z3 }, + { -1.14, y0, z3 }, + { -0.38, y0, z3 }, + { 0.38, y0, z3 }, + { 1.14, y0, z3 }, + { 1.90, y0, z3 }, +} + +-- common button parameters +local BUTTON_PARAMETERS = {} +BUTTON_PARAMETERS.function_owner = self +BUTTON_PARAMETERS.color = { 0, 0, 0, 0 } +BUTTON_PARAMETERS.width = 300 +BUTTON_PARAMETERS.height = 300 + +function onload() + -- create buttons for tokens + for i = 1, #BUTTON_POSITION do + BUTTON_PARAMETERS.position = BUTTON_POSITION[i] + BUTTON_PARAMETERS.click_function = attachIndex("button_click", i) + BUTTON_PARAMETERS.tooltip = BUTTON_TOOLTIP[i] + self.createButton(BUTTON_PARAMETERS) + end + + self.addContextMenuItem("More Information", function() + printToAll("------------------------------", "White") + printToAll("Chaos Bag Manager v" .. information["version"] .. " by Chr1Z", "Orange") + printToAll("last updated: " .. information["last_updated"], "White") + end) +end + +-- get chaos bag from scripting zone and description +function getChaosBag() + local chaosbag = nil + local chaosbag_zone = getObjectFromGUID("83ef06") + + -- error handling: scripting zone not found + if chaosbag_zone == nil then + printToAll("Zone for chaos bag detection couldn't be found.", "Red") + return nil + end + + for _, v in ipairs(chaosbag_zone.getObjects()) do + if v.getDescription() == "Chaos Bag" then + chaosbag = getObjectFromGUID(v.getGUID()) + break + end + end + + -- error handling: chaos bag not found + if chaosbag == nil then + printToAll("Chaos bag couldn't be found.", "Red") + end + return chaosbag +end + +-- helper function to carry index +function attachIndex(click_function, index) + local fn_name = click_function .. index + _G[fn_name] = function(obj, player_color, alt_click) + _G[click_function](obj, player_color, alt_click, index) + end + return fn_name +end + +-- click function for buttons +function button_click(obj, player_color, alt_click, index) + chaosbag = getChaosBag() + + -- error handling: chaos bag not found + if chaosbag == nil then return end + + name = BUTTON_TOOLTIP[index] + tokens = {} + for i, v in ipairs(chaosbag.getObjects()) do + if v.name == name then table.insert(tokens, v.guid) end + end + + token = TOKEN_NAMES[index] + if alt_click then + -- error handling: no matching token found + if #tokens == 0 then + printToAll("No " .. name .. " tokens in the chaos bag.", "Yellow") + return + end + + -- remove token + chaosbag.takeObject({ + guid = tokens[1], + position = self.getPosition(), + smooth = false, + callback_function = remove_callback + }) + else + -- spawn token (only 8 frost tokens allowed) + if token == "Frost" and #tokens == 8 then + printToAll("The maximum of 8 Frost tokens is already in the bag.", "Yellow") + return + end + + local obj = spawnObject({ + type = 'Custom_Tile', + position = chaosbag.getPosition() + Vector(0, 1, 0), + rotation = { x = 0, y = 260, z = 0 }, + callback_function = spawn_callback + }) + obj.setCustomObject({ + type = 2, + image = TOKEN_URL[token], + thickness = 0.10 + }) + end +end + +function remove_callback(obj) + printToAll("Removing " .. name .. " token (in bag: " .. #tokens - 1 .. ")", "White") + obj.destruct() +end + +function spawn_callback(obj) + obj.scale { 0.81, 1, 0.81 } + obj.setName(name) + printToAll("Adding " .. name .. " token (in bag: " .. #tokens + 1 .. ")", "White") +end diff --git a/objects/Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.json b/objects/Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.json new file mode 100644 index 00000000..b2330d86 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1850441528393599634/FA79B99F5544D16D38DCC8A26F1CEB3E7D9FED17/", + "WidthScale": 0 + }, + "Description": "Cleans up the table for the next scenario.\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "26cf4b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[true,true,true]", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Clean Up Helper", + "Snap": true, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": true, + "Transform": { + "posX": 30.964, + "posY": 4.132, + "posZ": -20.814, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.ttslua b/objects/Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.ttslua new file mode 100644 index 00000000..1eb778dd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/CleanUpHelper.26cf4b.ttslua @@ -0,0 +1,345 @@ +-- Clean Up Helper +-- made by: Chr1Z +-- description: Cleans up the table for the next scenario in a campaign: +-- - sets counters to default values (resources and doom) or trauma values (health and sanity, if not disabled) from campaign log +-- - puts everything on playmats and hands into respective trashcans +-- - use the IGNORE_TAG to exclude objects from tidying (default: "CleanUpHelper_Ignore") +information = { + version = "2.0", + last_updated = "10.10.2022" +} + +-- enable this for debugging +SHOW_RAYS = false + +-- these objects will be ignored +IGNORE_GUIDS = { + -- big playmat, change image panel and investigator counter + "b7b45b"; "f182ee"; "721ba2"; + -- bless/curse manager + "afa06b"; "bd0253"; "5933fb"; + -- stuff on agenda/act playmat + "85c4c6"; "4a3aa4"; "fea079"; "b015d8"; "11e0cf"; "9f334f"; "70b9f6"; "0a5a29"; + -- doom/location token bag + "47ffc3"; "170f10"; + -- table + "4ee1f2" +} + +-- objects with this tag will be ignored +IGNORE_TAG = "CleanUpHelper_ignore" + +-- colors and order for following tables +COLORS = { "White"; "Orange"; "Green"; "Red"; "Agenda" } + +-- counter GUIDS (4x damage, 4x sanity, 4x resource and 1x doom) +TOKEN_GUIDS = { + "eb08d6"; "e64eec"; "1f5a0a"; "591a45"; + "468e88"; "0257d9"; "7b5729"; "beb964"; + "4406f0"; "816d84"; "cd15ac"; "a4b60d"; + "85c4c6" +} + +-- default values (4x damage, 4x horror, 4x resources, 1x doom) +DEFAULT_VALUES = { + 0; 0; 0; 0; + 0; 0; 0; 0; + 5; 5; 5; 5; + 0 +} + +PLAYERMAT_GUIDS = { "8b081b"; "bd0ff4"; "383d8b"; "0840d5" } +CLUE_GUIDS = { "d86b7c"; "1769ed"; "032300"; "37be78" } +TRASHCAN_GUIDS = { "147e80"; "f7b6c8"; "5f896a"; "4b8594"; "70b9f6" } + +PLAYMATZONE = getObjectFromGUID("a2f932") + +-- values for physics.cast (4 entries for player zones, 5th entry for agenda/act deck, 6th for campaign log) +PHYSICS_POSITION = { + { x = -54.5, y = 2, z = 21 }; + { x = -54.5, y = 2, z = -21 }; + { x = -25.0, y = 2, z = 26 }; + { x = -25.0, y = 2, z = -26 }; + { x = -02.0, y = 2, z = 10 }; + { x = -00.0, y = 2, z = -27 } +} + +PHYSICS_ROTATION = { + { x = 0, y = 270, z = 0 }; + { x = 0, y = 270, z = 0 }; + { x = 0, y = 000, z = 0 }; + { x = 0, y = 180, z = 0 }; + { x = 0, y = 270, z = 0 }; + { x = 0, y = 000, z = 0 } +} + +PHYSICS_SCALE = { + { x = 36.6, y = 1, z = 14.5 }; + { x = 36.6, y = 1, z = 14.5 }; + { x = 28.0, y = 1, z = 14.5 }; + { x = 28.0, y = 1, z = 14.5 }; + { x = 55.0, y = 1, z = 13.5 }; + { x = 05.0, y = 1, z = 05.0 } +} + +local BUTTON_PARAMETERS = {} +BUTTON_PARAMETERS.function_owner = self + +-- saving the options +function onSave() return JSON.encode({ tidy_playermats, import_trauma, reset_resources }) end + +function onLoad(saved_data) + local loaded_data = JSON.decode(saved_data) + if loaded_data ~= nil then + tidy_playermats = loaded_data[1] + import_trauma = loaded_data[2] + reset_resources = loaded_data[3] + else + tidy_playermats = true + import_trauma = true + reset_resources = true + end + + self.addContextMenuItem("More Information", function() + printToAll("------------------------------", "White") + printToAll("Clean Up Helper v" .. information["version"] .. " by Chr1Z", "Orange") + printToAll("last updated: " .. information["last_updated"], "White") + printToAll("ignore tag: " .. IGNORE_TAG, "White") + printToAll("Player order in the campaign log for trauma import:\nWhite, Orange, Green, Red", "White") + end) + + -- index 0: button as label + BUTTON_PARAMETERS.label = "Clean Up Helper v" .. information["version"] + BUTTON_PARAMETERS.click_function = "none" + BUTTON_PARAMETERS.position = { x = 0, y = 0.1, z = -1.525 } + BUTTON_PARAMETERS.height = 0 + BUTTON_PARAMETERS.width = 0 + BUTTON_PARAMETERS.font_size = 165 + BUTTON_PARAMETERS.font_color = "Black" + self.createButton(BUTTON_PARAMETERS) + + -- index 1: option button for playermats + BUTTON_PARAMETERS.label = "Tidy playermats: " .. (tidy_playermats and "✓" or "✗") + BUTTON_PARAMETERS.color = { 0, 0, 0, 0.95 } + BUTTON_PARAMETERS.click_function = "toggle1" + BUTTON_PARAMETERS.position.z = -0.8 + BUTTON_PARAMETERS.height = 275 + BUTTON_PARAMETERS.width = 1550 + BUTTON_PARAMETERS.font_size = 165 + BUTTON_PARAMETERS.font_color = "White" + self.createButton(BUTTON_PARAMETERS) + + -- index 2: option button for trauma import + BUTTON_PARAMETERS.label = "Import trauma: " .. (import_trauma and "✓" or "✗") + BUTTON_PARAMETERS.click_function = "toggle2" + BUTTON_PARAMETERS.position.z = -0.1 + self.createButton(BUTTON_PARAMETERS) + + -- index 3: option button for resources + BUTTON_PARAMETERS.label = "Reset resources: " .. (reset_resources and "✓" or "✗") + BUTTON_PARAMETERS.click_function = "toggle3" + BUTTON_PARAMETERS.position.z = 0.6 + self.createButton(BUTTON_PARAMETERS) + + -- index 4: start button + BUTTON_PARAMETERS.label = "Start!" + BUTTON_PARAMETERS.click_function = "cleanUp" + BUTTON_PARAMETERS.position.z = 1.3 + BUTTON_PARAMETERS.width = 775 + self.createButton(BUTTON_PARAMETERS) + + -- create single table for ignoring + for _, v in ipairs(CLUE_GUIDS) do table.insert(IGNORE_GUIDS, v) end + for _, v in ipairs(TRASHCAN_GUIDS) do table.insert(IGNORE_GUIDS, v) end + for _, v in ipairs(PLAYERMAT_GUIDS) do table.insert(IGNORE_GUIDS, v) end + for _, v in ipairs(TOKEN_GUIDS) do table.insert(IGNORE_GUIDS, v) end +end + +--------------------------------------------------------- +-- click functions for option buttons +--------------------------------------------------------- +function toggle1() + tidy_playermats = not tidy_playermats + self.editButton({ index = 1, label = "Tidy playermats: " .. (tidy_playermats and "✓" or "✗") }) +end + +function toggle2() + import_trauma = not import_trauma + self.editButton({ index = 2, label = "Import trauma: " .. (import_trauma and "✓" or "✗") }) +end + +function toggle3() + reset_resources = not reset_resources + self.editButton({ index = 3, label = "Reset resources: " .. (reset_resources and "✓" or "✗") }) +end + +--------------------------------------------------------- +-- main function +--------------------------------------------------------- + +function cleanUp() + printToAll("------------------------------", "White") + printToAll("Clean up started!", "Orange") + printToAll("Resetting counters...", "White") + + getTrauma() + resetCounters() + + printToAll("Discarding player hands...", "White") + discardHands() + + printToAll("Tidying big playmat...", "White") + startLuaCoroutine(self, "tidyPlaymatCoroutine") +end + +--------------------------------------------------------- +-- modular functions, called by other functions +--------------------------------------------------------- + +-- set counters to reset values +function resetCounters() + for i, guid in ipairs(TOKEN_GUIDS) do + -- skip this step for resource tokens when option disabled (token number 9-12) + if reset_resources or (i < 9 or i > 12) then + local TOKEN = getObjectFromGUID(guid) + if TOKEN ~= nil then + TOKEN.setVar("val", RESET_VALUES[i]) + TOKEN.call("updateVal") + TOKEN.call("updateSave") + else + printToAll("Token number " .. i .. " could not be found and was skipped.", "Yellow") + end + end + end +end + +-- read values for trauma from campaign log if enabled +function getTrauma() + -- load default values + RESET_VALUES = {} + for k, v in pairs(DEFAULT_VALUES) do + RESET_VALUES[k] = v + end + + -- stop here if trauma import is disabled + if not import_trauma then + printToAll("Default values for health and sanity loaded.", "Yellow") + return + end + + -- get campaign log + local c_log = findObjects(6)[1] + if c_log == nil then + printToAll("Campaign log not found in standard position!", "Yellow") + printToAll("Default values for health and sanity loaded.", "Yellow") + return + end + + -- get data from campaign log if possible + local counterData = c_log.hit_object.getVar("ref_buttonData") + if counterData ~= nil then + printToAll("Trauma values found in campaign log!", "Green") + for i = 1, 10, 3 do + RESET_VALUES[1 + (i - 1) / 3] = counterData.counter[i].value + RESET_VALUES[5 + (i - 1) / 3] = counterData.counter[i + 1].value + end + else + printToAll("Trauma values could not be found in campaign log!", "Yellow") + printToAll("Default values for health and sanity loaded.", "Yellow") + end +end + +-- discard all hand objects +function discardHands() + for i = 1, 4 do + local trashcan = getObjectFromGUID(TRASHCAN_GUIDS[i]) + local hand = Player[COLORS[i]].getHandObjects() + if trashcan == nil then return end + for j = #hand, 1, -1 do trashcan.putObject(hand[j]) end + end +end + +-- clean up for big playmat +function tidyPlaymatCoroutine() + local trashcan = getObjectFromGUID(TRASHCAN_GUIDS[5]) + + if PLAYMATZONE == nil then + printToAll("Scripting zone for big playmat could not be found!", "Red") + elseif trashcan == nil then + printToAll("Trashcan for big playmat could not be found!", "Red") + else + for _, obj in ipairs(PLAYMATZONE.getObjects()) do + -- ignore these elements + if indexOf(IGNORE_GUIDS, obj.getGUID()) == nil and obj.hasTag(IGNORE_TAG) == false then + coroutine.yield(0) + trashcan.putObject(obj) + end + end + end + printToAll("Tidying playermats and agenda mat...", "White") + startLuaCoroutine(self, "tidyPlayerMatCoroutine") + return 1 +end + +-- clean up for the four playermats and the agenda/act playmat +function tidyPlayerMatCoroutine() + for i = 1, 5 do + -- skip playermat (1-4) if option disabled + if tidy_playermats or i == 5 then + -- delay for animation purpose + for k = 1, 30 do coroutine.yield(0) end + + -- get respective trashcan + local trashcan = getObjectFromGUID(TRASHCAN_GUIDS[i]) + if trashcan == nil then + printToAll("Trashcan for " .. COLORS[i] .. " playmat could not be found!", "Red") + return + end + + for _, entry in ipairs(findObjects(i)) do + local obj = entry.hit_object + local desc_low = string.lower(obj.getDescription()) + + -- ignore these elements + if indexOf(IGNORE_GUIDS, obj.getGUID()) == nil and + obj.hasTag(IGNORE_TAG) == false and + desc_low ~= "action token" then + coroutine.yield(0) + trashcan.putObject(obj) + + -- flip action tokens back to ready + elseif desc_low == "action token" and obj.is_face_down then + obj.flip() + end + end + end + end + printToAll("Clean up completed!", "Green") + return 1 +end + +--------------------------------------------------------- +-- helper functions +--------------------------------------------------------- + +-- find objects depending on index (1 to 4 for playermats, 5 for agenda/act playmat, 6 for campaign log) +function findObjects(num) + return Physics.cast({ + direction = { 0, 1, 0 }, + max_distance = 2, + type = 3, + size = PHYSICS_SCALE[num], + origin = PHYSICS_POSITION[num], + orientation = PHYSICS_ROTATION[num], + debug = SHOW_RAYS + }) +end + +-- helper to search array +function indexOf(array, value) + for i, v in ipairs(array) do + if v == value then + return i + end + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.json b/objects/Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.json new file mode 100644 index 00000000..17a1197a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.json @@ -0,0 +1,230 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.0083, + "r": 0.10624 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/933819604050849524/797528309EFBAC7485283048AAB9DA68B8A31891/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/933819604050849085/9E22AFD7B0157140FC177DBCCBCB1D61D6A0329F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b171c8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Descriptive Phase Tracker", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.0009864086, + "g": 0.113237955, + "r": 0.04146277 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/933819604050886219/5987AB68E0D2609CC3831F1311E9070D7189FBA8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/933819604050885611/845B5AA915F30492B5F34864698B9C3627FA5763/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e75551", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "function onLoad()\n -- Add a button to the object\n local params = {}\n params.click_function = 'toPhaseThree'\n params.function_owner = self\n params.tooltip = '2. Investigation Phase\\n\\n 2.1 Investigation phase begins.\\n\\n\u003e PLAYER WINDOW \u003c\\n\\n 2.2 Next investigator’s turn begins.\\n\\n\u003e PLAYER WINDOW \u003c\\n\\n 2.2.1 Active investigator may take\\n an action, if able. If an action\\n was taken, return to previous\\n player window. If no action was\\n taken, proceed to 2.2.2.\\n\\n 2.2.2 Investigator’s turn ends.\\n If an investigator has not yet\\n taken a turn this phase, return\\n to 2.2. If each investigator has\\n taken a turn this phase,\\n proceed to 2.3.\\n\\n 2.3 Investigation phase ends.'\n params.width = 600\n params.height = 600\n self.createButton(params)\nend\n\nfunction toPhaseThree()\n self.setState(3)\nend", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Descriptive Phase Tracker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.1360855, + "posY": 1.24541819, + "posZ": 49.92741, + "rotX": 0.0208078064, + "rotY": 269.9888, + "rotZ": 0.016764963, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.235189646 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/982233321870235526/32D11CE67CBFB6E1197E540F9CA08F871A500C85/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/982233321870235122/492996D07ABF6DDA4B605A3013C4892839DCF1F3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "042d56", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "function onLoad()\n -- Add a button to the object\n local params = {}\n params.click_function = 'toPhaseFour'\n params.function_owner = self\n params.tooltip = '3. Enemy Phase\\n\\n 3.1 Enemy phase begins.\\n\\n 3.2 Hunter enemies move.\\n\\n\u003e PLAYER WINDOW \u003c\\n\\n 3.3 Next investigator resolves\\n engaged enemy attacks. If an\\n investigator has not yet\\n resolved enemy attacks this\\n phase, return to previous\\n player window. After final\\n investigator resolves engaged\\n enemy attacks, proceed to\\n next player window.\\n\\n\u003e PLAYER WINDOW \u003c\\n\\n 3.4 Enemy phase ends.'\n params.width = 600\n params.height = 600\n self.createButton(params)\nend\n\nfunction toPhaseFour()\n self.setState(4)\nend", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Descriptive Phase Tracker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.1360855, + "posY": 1.24541819, + "posZ": 49.92741, + "rotX": 0.0208078064, + "rotY": 269.9888, + "rotZ": 0.016764963, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.3496283, + "r": 0.5313587 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/982233321870237827/81374325F650673C37C89E4E2A1DC25F1C97FED8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/982233321870237261/C287CAED2423970F33E72D6C7415CBEC6794C533/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44077a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "function onLoad()\n -- Add a button to the object\n local params = {}\n params.click_function = 'toPhaseOne'\n params.function_owner = self\n params.tooltip = '4. Upkeep Phase\\n\\n 4.1 Upkeep phase begins.\\n\\n\u003e PLAYER WINDOW \u003c\\n\\n 4.2 Reset actions.\\n\\n 4.3 Ready each exhausted card.\\n\\n 4.4 Each investigator draws 1\\n card and gains 1 resource.\\n\\n 4.5 Each investigator checks\\n hand size.\\n\\n 4.6 Upkeep phase ends.\\n Round ends.'\n params.width = 600\n params.height = 600\n self.createButton(params)\nend\n\nfunction toPhaseOne()\n self.setState(1)\nend", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Descriptive Phase Tracker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.1360855, + "posY": 1.24541819, + "posZ": 49.92741, + "rotX": 0.0208078064, + "rotY": 269.9888, + "rotZ": 0.016764963, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 43.122, + "posY": 2.338, + "posZ": -36.618, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.ttslua b/objects/Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.ttslua new file mode 100644 index 00000000..ccec750d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/DescriptivePhaseTracker.b171c8.ttslua @@ -0,0 +1,14 @@ +function onLoad() + -- Add a button to the object + local params = {} + params.click_function = 'toPhaseTwo' + params.function_owner = self + params.tooltip = '1. Mythos Phase\n\n 1.1 Round begins. Mythos phase begins.\n\n 1.2 Place 1 doom on the current agenda.\n\n 1.3 Check doom threshold.\n\n 1.4 Each investigator draws 1\n encounter card.\n\n> PLAYER WINDOW <\n\n 1.5 Mythos phase ends.' + params.width = 600 + params.height = 600 + self.createButton(params) +end + +function toPhaseTwo() + self.setState(2) +end diff --git a/objects/Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.json b/objects/Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.json new file mode 100644 index 00000000..95bc7d4b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomUIAssets": [ + { + "Name": "down-arrow", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1849291925327196037/A32E84E24065356A759D8676A90FF698A05FE691/" + } + ], + "Description": "a2f932", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0f1374", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Displacement Tool", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.557, + "posY": 4.094, + "posZ": -21.437, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "\u003cButton onClick=\"shift(up)\" icon=\"down-arrow\" width=\"100\" height=\"100\" color=\"#FFFFFF\" position=\"0 -150 -10\" /\u003e\n\u003cButton onClick=\"shift(down)\" icon=\"down-arrow\" width=\"100\" height=\"100\" color=\"#FFFFFF\" position=\"0 150 -10\" rotation=\"0 0 180\"/\u003e\r\n\u003cButton onClick=\"shift(left)\" icon=\"down-arrow\" width=\"100\" height=\"100\" color=\"#FFFFFF\" position=\"150 0 -10\" rotation=\"0 0 90\" /\u003e\n\u003cButton onClick=\"shift(right)\" icon=\"down-arrow\" width=\"100\" height=\"100\" color=\"#FFFFFF\" position=\"-150 0 -10\" rotation=\"0 0 270\" /\u003e" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.ttslua b/objects/Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.ttslua new file mode 100644 index 00000000..51b5bb4f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/DisplacementTool.0f1374.ttslua @@ -0,0 +1,63 @@ +--- +--- Generated by Luanalysis +--- Created by Whimsical. +--- DateTime: 2022-01-21 1:39 p.m. +--- + +function onload() + self:getRotation(Vector(0, 270, 0)) +end + +local excluded = { + ["b7b45b"] = true, + ["f182ee"] = true, + ["721ba2"] = true +} + +---@type table> +local OFFSETS = { + left = { + axis = "z", + offset = 7.67 + }, + right = { + axis = "z", + offset = -7.67 + }, + up = { + axis = "x", + offset = 6.54 + }, + down = { + axis = "x", + offset = -6.54 + } +} + +---@param player Player +---@param direction string +function shift(player, direction) + if self:getDescription()=="" then + player:broadcast("The description of the displacement tool must contain (only) the GUID for a scripting zone that contains the play field.", Color.RED) + return + end + + local zone = getObjectFromGUID(self:getDescription()) + local offset = OFFSETS[direction] + + if not zone then + player:broadcast("The description of the displacement tool either contains text that is not a GUID or contains a GUID for a scripting zone that does not exist.", Color.RED) + return + end + + local adjustment = Vector(0, 0, 0) + adjustment[offset.axis] = offset.offset + + ---@param object TTSObject + for _, object in ipairs(zone:getObjects()) do + if not (excluded[object:getGUID():lower()] or object:hasTag("displacement_excluded")) then + object:translate(adjustment) + end + end +end + diff --git a/objects/Fan-MadeAccessories.aa8b38/Double-SidedResource.bc81cb.json b/objects/Fan-MadeAccessories.aa8b38/Double-SidedResource.bc81cb.json new file mode 100644 index 00000000..76052851 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/Double-SidedResource.bc81cb.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": false, + "Thickness": 0.1, + "Type": 1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1634201755654309873/9A23829955A98CBAC1E6BA2D3E14D4FFF0A86463/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1634201755654309427/59F903E0AF5599D782B756AB92B5D9203002DF61/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc81cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Double-Sided Resource", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.9, + "posY": 4.095, + "posZ": -21.013, + "rotX": 0, + "rotY": 0, + "rotZ": 359, + "scaleX": 0.4615681, + "scaleY": 1, + "scaleZ": 0.4615681 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.json b/objects/Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.json new file mode 100644 index 00000000..20e25995 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 1 + }, + "Description": "By Pyxel", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc77a8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.ttslua", + "MeasureMovement": false, + "Name": "Checker_red", + "Nickname": "Draw Token Button Tooltip Renamer", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.498, + "posY": 4.084, + "posZ": -20.929, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.ttslua b/objects/Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.ttslua new file mode 100644 index 00000000..cdf89f0c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/DrawTokenButtonTooltipRenamer.cc77a8.ttslua @@ -0,0 +1,456 @@ +function onLoad() + spawnButton("symbols", "Change Tooltips", + "Changes tooltip for 'draw chaos token' buttons.", 0, 0.5, 0, 600, 400, 70) +end + +function spawnButton( func, text, tool_tip, xPosition, yPosition, zPosition, button_width, button_height, fontsize ) + scale = self.getScale() + scale = scale[1] + params = { + click_function = func, + function_owner = self, + label = text, + position = {scale * xPosition, yPosition, scale * zPosition}, + rotation = {0, 0, 0}, + width = button_width * scale, + height = button_height * scale, + font_size = fontsize * scale, + color = {1, 1, 1}, + font_color = {0, 0, 0}, + tooltip = tool_tip + } + self.createButton(params) +end + +function symbols() + local tool = "no scenario selected" + for _, scenario in ipairs(getObjectFromGUID("fe2ae4").getObjects()) do + if scenario.getDescription() == "The Gathering" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull] -2. If you fail, after this skill test, search the encounter deck and discard pile for a [[Ghoul]] enemy, and draw it. Shuffle the encounter deck.\n\n[cultist] Reveal another token. If you fail, take 2 horror.\n\n[tablet] -4. If there is a [[Ghoul]] enemy at your location, take 1 damage and 1 horror." + else + tool = "Easy / Standard\n\n[skull] -X. X is the number of [[Ghoul]] enemies at your location.\n\n[cultist] -1. If you fail, take 1 horror.\n\n[tablet] -2. If there is a [[Ghoul]] enemy at your location, take 1 damage.\n\n" + end + end + -- midnight masks + if scenario.getDescription() == "The Midnight Masks" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the total number of doom in play.\n\n[cultist]: -2. Place 1 doom on each [[Cultist]] enemy in play. If there are no [[Cultist]] enemies in play, reveal another token.\n\n[tablet]: -4. If you fail, place all your clues on your location." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the highest number of doom on a [[Cultist]] enemy in play.\n\n[cultist]: -2. Place 1 doom on the nearest [[Cultist]] enemy.\n\n[tablet]: -3. If you fail, place 1 of your clues on your location." + end + end + -- devourer below + if scenario.getDescription() == "The Devourer Below" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -3. If you fail, after this skill test, search the encounter deck and discard pile for a [[Monster]] enemy, and draw it. Shuffle the encounter deck.\n\n[cultist]: -4. Place 2 doom on the nearest enemy.\n\n[tablet]: -5. If there is a [[Monster]] enemy at your location, take 1 damage and 1 horror.\n\n[elder_thing]: -7. If there is an [[Ancient One]] enemy in play, reveal another token." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the number of [[Monster]] enemies in play.\n\n[cultist]: -2. Place 1 doom on the nearest enemy.\n\n[tablet]: -3. If there is a [[Monster]] enemy at your location, take 1 damage.\n\n[elder_thing]: -5. If there is an [[Ancient One]] enemy in play, reveal another token." + end + end + -- extracurricular activity symbols + if scenario.getDescription() == "Extracurricular Activity" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2. If you fail, discard the top 5 cards of your deck.\n\n[cultist]: -1 (-5 instead if there are 10 or more cards in your discard pile).\n\n[elder_thing]: -X. Discard the top 3 cards of your deck. X is the total printed cost of those discarded cards." + else + tool = "Easy / Standard\n\n[skull]: -1. If you fail, discard the top 3 cards of your deck.\n\n[cultist]: -1 (-3 instead if there are 10 or more cards in your discard pile).\n\n[elder_thing]: -X. Discard the top 2 cards of your deck. X is the total printed cost of those discarded cards." + end + end + -- The house always wins symbols + if scenario.getDescription() == "The House Always Wins" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -3. You may spend 3 resources to treat this token as a 0, instead.\n\n[cultist]: -3. If you fail, discard 3 resources.\n\n[tablet]: -2. Discard 3 resources." + else + tool = "Easy / Standard\n\n[skull]: -2. You may spend 2 resources to treat this token as a 0, instead.\n\n[cultist]: -3. If you succeed, gain 3 resources.\n\n[tablet]: -2. If you fail, discard 3 resources." + end + end + -- Miskatonic museum symbols + if scenario.getDescription() == "The Miskatonic Museum" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if Hunting Horror is at your location.)\n\n[cultist]: -3. If you fail, search the encounter deck, discard pile, and the void for Hunting Horror and spawn it at your location, if able.\n\n[tablet]: -4. If Hunting Horror is at your location, it immediately attacks you.\n\n[elder_thing]: -5. If you fail, discard an asset you control." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if Hunting Horror is at your location.)\n\n[cultist]: -1. If you fail, search the encounter deck, discard pile, and the void for Hunting Horror and spawn it at your location, if able.\n\n[tablet]: -2. Return 1 of your clues to your current location.\n\n[elder_thing]: -3. If you fail, discard an asset you control." + end + end + -- essex county express symbols + if scenario.getDescription() == "The Essex County Express" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 more than the current Agenda #. \n\n[cultist]: Reveal another token. If you fail and it is your turn, lose all remaining actions and end your turn immediately.\n\n[tablet]: -4. Add 1 doom token to each Cultist enemy in play.\n\n[elder_thing]: -3. If you fail, choose and discard a card from your hand for each point you failed by." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the current Agenda #.\n\n[cultist]: -1. If you fail and it is your turn, lose all remaining actions and end your turn immediately.\n\n[tablet]: -2. Add 1 doom token to the nearest Cultist enemy.\n\n[elder_thing]: -3. If you fail, choose and discard a card from your hand." + end + end + --blood on the Altar + if scenario.getDescription() == "Blood on the Altar" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -1 for each location in play with no encounter card underneath it.\n\n[cultist]: -4. If you fail, add 1 clue from the token pool to your location.\n\n[tablet]: -3. Reveal another token.\n\n[elder_thing]: -3. Place 1 doom on the current agenda." + else + tool = "Easy / Standard\n\n[skull]: -1 for each location in play with no encounter card underneath it (max -4).\n\n[cultist]: -2. If you fail, add 1 clue from the token pool to your location.\n\n[tablet]: -2. If you are in the Hidden Chamber, reveal another token.\n\n[elder_thing]: -3. If you fail, place 1 doom on the current agenda." + end + end + --undimensioned and unseen + if scenario.getDescription() == "Undimensioned and Unseen" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 for each Brood of Yog-Sothoth in play.\n\n[cultist]: Reveal another token. If you fail this test, take 1 horror and 1 damage.\n\n[tablet]: 0. You must either remove all clue tokens from a Brood of Yog-Sothoth in play, or this test automatically fails.\n\n[elder_thing]: -5. If this token is revealed during an attack or evasion attempt against a Brood of Yog-Sothoth, it immediately attacks you." + else + tool = "Easy / Standard\n\n[skull]: -1 for each Brood of Yog-Sothoth in play.\n\n[cultist]: Reveal another token. If you fail this test, take 1 horror.\n\n[tablet]: 0. You must either remove all clue tokens from a Brood of Yog-Sothoth in play, or this token's modifier is -4 instead.\n\n[elder_thing]: -3. If this token is revealed during an attack or evasion attempt against a Brood of Yog-Sothoth, it immediately attacks you." + end + end + -- where doom Awaits + if scenario.getDescription() == "Where Doom Awaits" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-5 instead if you are at an [[Altered]] location).\n\n[cultist]: Reveal another token. Cancel the effects and icons of each skill card committed to this test.\n\n[tablet]: -3. If it is Agenda 2, you automatically fail instead.\n\n[elder_thing]: -X. Discard the top 3 cards of your deck. X is the total printed cost of those discarded cards." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you are at an [[Altered]] location).\n\n[cultist]: Reveal another token. Cancel the effects and icons of each skill card committed to this test.\n\n[tablet]: -2 (-4 instead if it is Agenda 2).\n\n[elder_thing]: -X. Discard the top 2 cards of your deck. X is the total printed cost of those discarded cards." + end + end + --lost in time and space + if scenario.getDescription() == "Lost in Time and Space" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -1 for each [[Extradimensional]] location in play.\n\n[cultist]: Reveal another token. After this skill test, discard cards from the top of the encounter deck until a location is discarded. Put that location into play and move there.\n\n[tablet]: -5. If Yog-Sothoth is in play, it attacks you after this skill test.\n\n[elder_thing]: -X. X is twice the shroud value of your location. If you fail and your location is [[Extradimensional]], discard it." + else + tool = "Easy / Standard\n\n[skull]: -1 for each [[Extradimensional]] location in play (max -5).\n\n[cultist]: Reveal another token. If you fail, after this skill test, discard cards from the top of the encounter deck until a location is discarded. Put that location into play and move there.\n\n[tablet]: -3. If Yog-Sothoth is in play, it attacks you after this skill test.\n\n[elder_thing]: -X. X is the shroud value of your location. If you fail and your location is [[Extradimensional]], discard it." + end + end + -- curtain call + if scenario.getDescription() == "Curtain Call" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X, where X is the amount of horror on you. (If you have no horror on you, X is 1.)\n\n[cultist] [tablet] [elder_thing]: -5. If your location has at least 1 horror on it, take 1 horror (from the token pool). If your location has no horror on it, place 1 horror on it instead." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you have 3 or more horror on you).\n\n[cultist] [tablet] [elder_thing]: -4. If your location has at least 1 horror on it, take 1 horror (from the token pool). If your location has no horror on it, place 1 horror on it instead." + end + end + -- Last King + if scenario.getDescription() == "The Last King" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: Reveal another token. If you fail, place 1 doom on the [[Lunatic]] enemy in play with the most remaining health.\n\n[cultist]: -3. Place 1 of your clues on your location.\n\n[tablet]: -4. Take 1 horror.\n\n[elder_thing]: -X. X is the shroud value of your location. If you fail, take 1 damage." + else + tool = "Easy / Standard\n\n[skull]: Reveal another token. If you fail, place 1 doom on a [[Lunatic]] enemy in play.\n\n[cultist]: -2. If you fail, place 1 of your clues on your location.\n\n[tablet]: -4. If you fail, take 1 horror.\n\n[elder_thing]: -X. X is the shroud value of your location." + end + end + -- Echoes Past + if scenario.getDescription() == "Echoes of the Past" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the total number of doom on enemies in play.\n\n[cultist]: -4. Place 1 doom on the nearest enemy.\n\n[tablet]: -4. Discard a random card from your hand.\n\n[elder_thing]: -4. If there is an enemy at your location, take 1 horror." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the highest number of doom on an enemy in play.\n\n[cultist]: -2. If you fail, place 1 doom on the nearest enemy.\n\n[tablet]: -2. If you fail, discard a random card from your hand.\n\n[elder_thing]: -2. If you fail and there is an enemy at your location, take 1 horror." + end + end + -- Unspeakable Oath + if scenario.getDescription() == "The Unspeakable Oath" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: Reveal another token. If you fail, randomly choose an enemy from among the set-aside [[Monster]] enemies and place it beneath the act deck without looking at it. (Limit once per test.)\n\n[cultist]: -X. X is the amount of horror on you. If you fail, take 1 horror.\n\n[tablet]: -X. X is the base shroud value of your location. If you fail, take 1 horror.\n\n[elder_thing]: 0. Either randomly choose an enemy from among the set-aside [[Monster]] enemies and place it beneath the act deck without looking at it, or this test automatically fails instead." + else + tool = "Easy / Standard\n\n[skull]: -1. If you fail, randomly choose an enemy from among the set-aside [[Monster]] enemies and place it beneath the act deck without looking at it.\n\n[cultist]: -X. X is the amount of horror on you.\n\n[tablet]: -X. X is the base shroud value of your location.\n\n[elder_thing]: 0. Either randomly choose an enemy from among the set-aside [[Monster]] enemies and place it beneath the act deck without looking at it, or this test automatically fails instead." + end + end + -- A Phantom of Truth + if scenario.getDescription() == "A Phantom of Truth" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the amount of doom in play.\n\n[cultist]: -2. Move each unengaged [[Byakhee]] in play once toward the nearest investigator.\n\n[tablet]: -4. Cancel the effects and icons of each skill card committed to this test.\n\n[elder_thing]: -3. If you fail, lose 1 resource for each point you failed by." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the amount of doom in play (max 5).\n\n[cultist]: -2. If you fail, move each unengaged [[Byakhee]] in play once toward the nearest investigator.\n\n[tablet]: -3. Cancel the effects and icons of each skill card committed to this test.\n\n[elder_thing]: -2. If you fail, lose 1 resource for each point you failed by." + end + end + -- The Pallid Mask + if scenario.getDescription() == "The Pallid Mask" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the number of locations away from the starting location you are.\n\n[cultist]: -3. If this token is revealed during an attack and this skill test is successful, this attack deals no damage.\n\n[tablet]: -3. If there is a [[Ghoul]] or [[Geist]] enemy at your location, it readies and attacks you (if there is more than one, choose one).\n\n[elder_thing]: -4. If you fail, search the encounter deck and discard pile for a [[Ghoul]] or [[Geist]] enemy and draw it." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the number of locations away from the starting location you are (max 5).\n\n[cultist]: -2. If this token is revealed during an attack, and this skill test is successful, this attack deals 1 less damage.\n\n[tablet]: -2. If there is a ready [[Ghoul]] or [[Geist]] enemy at your location, it attacks you (if there is more than one, choose one).\n\n[elder_thing]: -3. If you fail, search the encounter deck and discard pile for a [[Ghoul]] or [[Geist]] enemy and draw it." + end + end + -- Dim Carcosa + if scenario.getDescription() == "Dim Carcosa" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the amount of horror on you.\n\n[cultist]: Reveal another token. If you fail, take 2 horror.\n\n[tablet]: -5. If you fail and Hastur is in play, place 1 clue on your location (from the token bank).\n\n[elder_thing]: -5. If this token is revealed during an attack or evasion attempt against a [[Monster]] or [[Ancient One]] enemy, lose 1 action." + else + tool = "Easy / Standard\n\n[skull]: -2 (-4 instead if you have no sanity remaining).\n\n[cultist]: Reveal another token. If you fail, take 1 horror.\n\n[tablet]: -3. If you fail and Hastur is in play, place 1 clue on your location (from the token bank).\n\n[elder_thing]: -3. If this token is revealed during an attack or evasion attempt against a [[Monster]] or [[Ancient One]] enemy, lose 1 action." + end + end + if scenario.getDescription() == "Black Stars Rise" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the total amount of doom on agendas in play.\n\n[cultist]: Reveal another token. If there is an enemy with 1 or more doom on it at your location, this test automatically fails instead.\n\n[tablet]: Reveal another token. If you do not succeed by at least 1, place 1 doom on each agenda.\n\n[elder_thing]: -3. If you fail, search the encounter deck and discard pile for a [[Byakhee]] enemy and draw it." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the highest amount of doom on an agenda in play.\n\n[cultist]: Reveal another token. If this token is revealed during an attack or evasion attempt against an enemy with doom on it, this skill test automatically fails instead.\n\n[tablet]: Reveal another token. If you fail, place 1 doom on each agenda.\n\n[elder_thing]: -2. If you fail, search the encounter deck and discard pile for a [[Byakhee]] enemy and draw it." + end + end + -- untamed Wilds + if scenario.getDescription() == "The Untamed Wilds" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 higher than the number of vengeance points in the victory display.\n\n[cultist]: -X. X is the number of locations in play.\n\n[tablet]: -X. X is the number of cards in the exploration deck (min 3).\n\n[elder_thing]: -3. If you are poisoned, this test automatically fails instead. If you are not poisoned and you fail, put a set-aside Poisoned weakness into play in your threat area." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the number of vengeance points in the victory display.\n\n[cultist]: -X. X is the number of locations in play (max 5).\n\n[tablet]: -X. X is the number of cards in the exploration deck (max 5).\n\n[elder_thing]: -2. If you are poisoned, this test automatically fails instead." + end + end + --The doom of Eztli + if scenario.getDescription() == "The Doom of Eztli" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if there is doom on your location).\n\n[cultist] [tablet]: -X. X is the total amount of doom on locations in play.\n\n[elder_thing]: Reveal another chaos token. Place 1 doom on your location." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if there is doom on your location).\n\n[cultist] [tablet]: -X. X is the number of locations with doom on them.\n\n[elder_thing]: Reveal another chaos token. If you fail, place 1 doom on your location." + end + end + --Threads of Fate + if scenario.getDescription() == "Threads of Fate" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull] : -X. X is the total number of doom in play.\n\n[cultist]: -2. If you do not succeed by at least 2, take 1 direct damage.\n\n[tablet]: -2. If you do not succeed by at least 2, place 1 doom on each [[cultist]] enemy.\n\n[elder_thing]: -3. If you fail, lose 1 of your clues." + else + tool = "Easy / Standard\n\n[skull] : -X. X is the highest number of doom on a [[cultist]] enemy.\n\n[cultist]: -2. If you do not succeed by at least 1, take 1 damage.\n\n[tablet]: -2. If you do not succeed by at least 1, place 1 doom on the nearest [[cultist]] enemy.\n\n[elder_thing]: -2. If you fail, lose 1 of your clues." + end + end + --The boundary beyond + if scenario.getDescription() == "The Boundary Beyond" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if you are at an [[Ancient]] location).\n\n[cultist]: Reveal another token. If you fail, place 1 doom on each [[Cultist]] enemy.\n\n[tablet]: Reveal another token. If you fail, each [[Serpent]] enemy at your location attacks you.\n\n[elder_thing]: -4. Place 1 clue (from the token pool) on the nearest [[Ancient]] location." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you are at an [[Ancient]] location).\n\n[cultist]: Reveal another token. If you fail, place 1 doom on a [[Cultist]] enemy.\n\n[tablet]: Reveal another token. If you fail and there is a [[Serpent]] enemy at your location, it attacks you.\n\n[elder_thing]: -4. If you fail, place 1 clue (from the token pool) on the nearest [[Ancient]] location." + end + end + --Heart of the elders p1 + if scenario.getDescription() == "Heart of the Elders" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if you are in a [[Cave]] location).\n\n[cultist]: -3. If you fail, place 1 doom on your location.\n\n[tablet]: -3. If you are poisoned, this test automatically fails instead. If you are not poisoned and you fail, put a set-aside Poisoned weakness into play in your threat area.\n\n[elder_thing]: -4. If you fail, take 1 horror." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you are in a [[Cave]] location).\n\n[cultist]: -2. If you fail, place 1 doom on your location.\n\n[tablet]: -2. If you are poisoned, this test automatically fails instead.\n\n[elder_thing]: -3. If you fail, take 1 horror." + end + end + -- City of Archives + if scenario.getDescription() == "The City of Archives" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (if you have 5 or more cards in your hand, you automatically fail instead).\n\n[cultist] or [elder_thing]: -2. Place 1 of your clues on your location.\n\n[tablet]: -3. For each point you fail by, discard 1 random card from your hand." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you have 5 or more cards in your hand).\n\n[cultist] or [elder_thing]: -2. If you fail, place 1 of your clues on your location.\n\n[tablet]: -3. If you fail, discard 1 random card from your hand." + end + end + --Depths of Yoth + if scenario.getName() == "Scenario - Easy/Standard" then + tool = "Easy / Standard\n\n[skull]: -X. X is the current depth level.\n\n[cultist]: Reveal another token. If you fail, each [[Serpent]] enemy at your location or a connecting location heals 2 damage.\n\n[tablet]: Reveal another token. If you fail, place 1 clue on your location (from the token pool).\n\n[elder_thing]: -2. If there are 3 or more vengeance points in the victory display, you automatically fail this test, instead." + end + --hard + if scenario.getName() == "Scenario - Hard/Expert" then + tool = "Hard / Expert\n\n[skull]: -X. X is the current depth level. If you fail, take 1 horror.\n\n[cultist]: Reveal another token. If you fail, each [[Serpent]] enemy at your location or a connecting location heals 2 damage.\n\n[tablet]: Reveal another token. If you fail, place 1 clue on your location (from the token pool).\n\n[elder_thing]: -4. If there are 3 or more vengeance points in the victory display, you automatically fail this test, instead." + end + --Shattered Aeons + if scenario.getDescription() == "Shattered Aeons" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -3 (-5 instead if the Relic of Ages is at your location).\n\n[cultist]: -3. If you do not succeed by at least 1, place 1 doom on each [[Cultist]] enemy.\n\n[tablet]: -3. If you are poisoned, this test automatically fails instead. If you are not poisoned and you fail, put a set-aside Poisoned weakness into play in your threat area.\n\n[elder_thing]: -3. Shuffle the topmost [[Hex]] treachery in the encounter discard pile into the exploration deck." + else + tool = "Easy / Standard\n\n[skull]: -2 (-4 instead if the Relic of Ages is at your location).\n\n[cultist]: -2. If you do not succeed by at least 1, place 1 doom on the nearest [[Cultist]] enemy.\n\n[tablet]: -2. If you are poisoned, this test automatically fails instead.\n\n[elder_thing]: -2. If you fail, shuffle the topmost [[Hex]] treachery in the encounter discard pile into the exploration deck." + end + end + --secret scenario + if scenario.getDescription() == "Turn Back Time" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X . X is the total amount of doom on locations.\n\n[elder_thing]: -6. Place 1 doom on your location." + else + tool = "Easy / Standard\n\n[skull]: -X . X is the number of locations with doom on them.\n\n[elder_thing]: -4. If you fail, place 1 doom on your location." + end + end + --Dissappearance Twilight + if scenario.getDescription() == "Disappearance at the Twilight Estate" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -5. If you fail and this is an attack or evasion attempt, resolve each haunted ability on your location." + else + tool = "Easy / Standard\n\n[skull]: -3. If you fail and this is an attack or evasion attempt, resolve each haunted ability on your location." + end + end + --Witching Hour + if scenario.getDescription() == "The Witching Hour" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2. Discard cards from the top of the encounter deck equal to this test's difficulty.\n\n[tablet]: -2. If you fail, after this test resolves, draw the bottommost treachery in the encounter discard pile.\n\n[elder_thing]: -4. If you fail, ready each [[Witch]] enemy at your location and at each connecting location. Heal all damage from each of those enemies." + else + tool = "Easy / Standard\n\n[skull]: -1. For each point you fail by, discard the top card of the encounter deck.\n\n[tablet]: -1. If you fail, after this test resolves, draw the bottommost treachery in the encounter discard pile.\n\n[elder_thing]: -3. If you fail, choose an exhausted or damaged [[Witch]] enemy at your location or at a connecting location. Ready that enemy and heal all damage from it." + end + end + --Death's Doorstep + if scenario.getDescription() == "At Death's Doorstep" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if your location is haunted).\n\n[tablet]: -3. If this is an attack or evasion attempt, resolve each haunted ability on your location.\n\n[elder_thing]: -4. If there is a [[Spectral]] enemy at your location, take 1 damage and 1 horror." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if your location is haunted).\n\n[tablet]: -2. If you fail and this is an attack or evasion attempt, resolve each haunted ability on your location.\n\n[elder_thing]: -2. If there is a [[Spectral]] enemy at your location, take 1 damage." + end + end + --Secret Name + if scenario.getDescription() == "The Secret Name" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if you are at an [[Extradimensional]] location).\n\n[cultist]: Reveal another chaos token. If you fail, discard the top 5 cards of the encounter deck.\n\n[tablet]: -3. If you fail and Nahab is in play, she attacks you (regardless of her current location).\n\n[elder_thing]: -4. Resolve the hunter keyword on each enemy in play." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you are at an [[Extradimensional]] location).\n\n[cultist]: Reveal another chaos token. If you fail, discard the top 3 cards of the encounter deck.\n\n[tablet]: -2. If you fail and Nahab is at your location, she attacks you.\n\n[elder_thing]: -3. If you fail, resolve the hunter keyword on each enemy in play." + end + end + --Wages of Sin + if scenario.getDescription() == "The Wages of Sin" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the number of copies of Unfinished Business in the victory display. Reveal another token.\n\n[cultist]: -4. Until the end of the rount, each Heretic enemy in play gets +1 fight and +1 evade.\n\n[tablet]: -4. If you fail, trigger the forced ability on a copy of Unfinished Business in your threat area as if it were the end of the round.\n\n[elder_thing]: -2. If this is an attack or evasion attempt, resolve each haunted ability on your location." + else + tool = "Easy / Standard\n\n[skull]: -X. X is 1 higher than the number of copies of Unfinished Business in the victory display.\n\n[cultist]: -3. Until the end of the round, each Heretic enemy in play gets +1 fight and +1 evade.\n\n[tablet]: -3. If you fail, trigger the forced ability on a copy of Unfinished Business in yout threat area as if it were the end of the round.\n\n[elder_thing]: -2. If you fail and this is an attack or evasion attempt, resolve each haunted ability on your location." + end + end + -- For The Greater Good + if scenario.getDescription() == "For the Greater Good" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the total number of doom among [[Cultist]] enemies in play.\n\n[cultist]: -2. Reveal another token.\n\n[tablet]: -3. If you fail, place 1 doom on each [[Cultist]] enemy in play. If there are no [[Cultist]] enemies in play, reveal another token.\n\n[elder_thing]: -3. If you fail, move all doom from the [[Cultist]] enemy with the most doom on it to the current agenda. If no [[Cultist]] enemies in play have doom on them, reveal another token." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the highest number of doom on a [[Cultist]] enemy in play.\n\n[cultist]: -2. Reveal another token.\n\n[tablet]: -3. If you fail, place 1 doom on the nearest [[Cultist]] enemy.\n\n[elder_thing]: -3. If you fail, move 1 doom from the nearest [[Cultist]] enemy to the current agenda." + end + end + --Union and Disillusion + if scenario.getDescription() == "Union and Disillusion" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -3. If this is a skill test during a circle action, reveal another token.\n\n[cultist]: -4. If you have no damage on you, take 1 damage. If you have no horror on you, take 1 horror.\n\n[tablet]: -4. If you fail, a [[Spectral]] enemy at your location attacks you (even if it is exhausted).\n\n[elder_thing]: -4. If this is a skill test during a circle action and you fail, resolve each haunted ability on your location." + else + tool = "Easy / Standard\n\n[skull]: -2. If this is a skill test during a circle action, reveal another token.\n\n[cultist]: -3. If you have no damage on you, take 1 damage. If you have no horror on you, take 1 horror.\n\n[tablet]: -3. If you fail, a [[Spectral]] enemy at your location attacks you (even if it is exhausted).\n\n[elder_thing]: -3. If this is a skill test during a circle action and you fail, resolve each haunted ability on your location." + end + end + --Clutches of Chaos + if scenario.getDescription() == "In the Clutches of Chaos" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 higher than the total amount of doom and breaches on your location.\n\n[cultist]: Reveal another token. If there are fewer than 3 breaches on your location, place 1 breach on your location.\n\n[tablet]: -3. For each point you fail by, remove 1 breach from the current act.\n\n[elder_thing]: -4. If you fail, place 1 breach on a random location." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the total amount of doom and breaches on your location.\n\n[cultist]: Reveal another token. If there are fewer than 3 breaches on your location, place 1 breach on your location.\n\n[tablet]: -2. For each point you fail by, remove 1 breach from the current act.\n\n[elder_thing]: -3. If you fail, place 1 breach on a random location." + end + end + --Before the Black Throne + if scenario.getDescription() == "Before the Black Throne" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the amount of doom on Azathoth, to a minimum of 2.\n\n[cultist]: Reveal another token. If you fail, search the encounter deck and discard pile for a [[Cultist]] enemy and draw it. Shuffle the encounter deck.\n\n[tablet]: -3. If you fail, Azathoth attacks you.\n\n[elder_thing]: -6. If your modified skill value for this test is 0, place 1 doom on Azathoth." + else + tool = "Easy / Standard\n\n[skull]: -X. X is half of the doom on Azathoth (rounded up), to a minimum of 2.\n\n[cultist]: Reveal another token. If you fail, search the encounter deck and discard pile for a [[Cultist]] enemy and draw it. Shuffle the encounter deck.\n\n[tablet]: -2. If you fail, Azathoth attacks you.\n\n[elder_thing]: -4. If your modified skill value for this test is 0, place 1 doom on Azathoth." + end + end + --Beyond the gates of sleep + if scenario.getDescription() == "Beyond the Gates of Sleep" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull] : -X. X is the number of cards in your hand.\n\n[cultist]: -X. X is the number of revealed [[Woods]] locations.\n\n[tablet]: -2. If this is an attack or evasion attempt against a swarming enemy, add 1 swarm card to it." + else + tool = "Easy / Standard\n\n[skull] : -X. X is half the number of cards in your hand (rounded up).\n\n[cultist]: -X. X is the number of revealed Enchanted Woods locations.\n\n[tablet]: -2. If you fail and this is an attack or evasion attempt against a swarming enemy, add 1 swarm card to it." + end + end + --Waking Nightmare + if scenario.getDescription() == "Waking Nightmare" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if you are engaged with a [[Staff]] enemy).\n\n[cultist]: Reveal another chaos token. If it is agenda 2 or 3, make an infestation test.\n\n[elder_thing]: -X. X is 1 higher than the number of infested locations." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you are engaged with a [[Staff]] enemy).\n\n[cultist]: Reveal another chaos token. If you fail and it is agenda 2 or 3, make an infestation test.\n\n[elder_thing]: -X. X is the number of infested locations." + end + end + --The search for kadath + if scenario.getDescription() == "The Search for Kadath" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 more than the number of Signs of the Gods the investigators have uncovered.\n\n[cultist]: Reveal another token. If this token is revealed during an investigation and this skill test fails, increase that location's shroud by 2 for the remainder of the round.\n\n[tablet]: -3. If you fail, either take 1 damage and 1 horror, or place 1 doom on the current agenda.\n\n[elder_thing]: +1. The black cat points you in the right direction. If this token is revealed during an investigation and you succeed, discover 1 additional clue." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the number of Signs of the Gods the investigators have uncovered.\n\n[cultist]: Reveal another token. If this token is revealed during an investigation and this skill test fails, increase that location's shroud by 1 for the remainder of the round.\n\n[tablet]: -2. If you fail, either take 1 damage and 1 horror, or place 1 doom on the current agenda.\n\n[elder_thing]: +2. The black cat points you in the right direction. If this token is revealed during an investigation and you succeed, discover 1 additional clue." + end + end + --A thousand shapes of horror + if scenario.getDescription() == "A Thousand Shapes of Horror" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if you are at a [[Graveyard]] location).\n\n[cultist]: Reveal another token. If you fail and The Unnamable is in play, it attacks you (regardless of its current location).\n\n[tablet]: +1. The black cat causes a distraction. If this test is successful, choose and evade an enemy at any location with a fight value of X or lower, where X is the amount you succeeded by.\n\n[elder_thing]: -3. If you fail, you must either place 1 of your clues on your location or take 1 damage." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if you are at a [[Graveyard]] location).\n\n[cultist]: Reveal another token. If you fail and The Unnamable is in play, it attacks you (regardless of its current location).\n\n[tablet]: +2. The black cat causes a distraction. If this test is successful, choose and evade an enemy at any location with a fight value of X or lower, where X is the amount you succeeded by.\n\n[elder_thing]: -2. If you fail, you must either place 1 of your clues on your location or take 1 damage." + end + end + --Dark Side of the moon + if scenario.getDescription() == "Dark Side of the Moon" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is your alarm level.\n\n[cultist]: Reveal another token. If you fail and your alarm level is higher than your modified skill value, after this skill test ends, draw the top card of the encounter deck.\n\n[tablet]: -2. If you fail, raise your alarm level by 1.\n\n[elder_thing]: 0. The black cat summons several other cats to help. If this token is revealed during an evasion attempt and you succeed, deal 2 damage to the evaded enemy." + else + tool = "Easy / Standard\n\n[skull]: -X. X is half your alarm level (rounded up).\n\n[cultist]: Reveal another token. If you fail and your alarm level is higher than your modified skill value, after this skill test ends, draw the top card of the encounter deck.\n\n[tablet]: -1. If you fail, raise your alarm level by 1.\n\n[elder_thing]: +1. The black cat summons several other cats to help. If this token is revealed during an evasion attempt and you succeed, deal 2 damage to the evaded enemy." + end + end + --point of no return + if scenario.getDescription() == "Point of No Return" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 more than the amount of damage on this card.\n\n[cultist]: Reveal another token. If you fail, after this skill test ends, draw the top card of the encounter deck.\n\n[tablet]: 0. The black cat helps you navigate through the death-fire. If this token is revealed during an investigation and you succeed, draw 1 card.\n\n[elder_thing]: -4. If you fail by 2 or more, choose a ready enemy at your location or a connecting location. That enemy moves to your location, engages you, and makes an immediate attack." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the amount of damage on this card.\n\n[cultist]: Reveal another token. If you fail, after this skill test ends, draw the top card of the encounter deck.\n\n[tablet]: +1. The black cat helps you navigate through the death-fire. If this token is revealed during an investigation and you succeed, draw 1 card.\n\n[elder_thing]: -3. If you fail by 2 or more, choose a ready enemy at your location or a connecting location. That enemy moves to your location, engages you, and makes an immediate attack." + end + end + --where the gods dwell + if scenario.getDescription() == "Where the Gods Dwell" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the number of the current act plus the number of the current agenda.\n\n[cultist]: Reveal another token. If you fail, place 1 doom on the current agenda. This effect may cause the current agenda to advance.\n\n[tablet]: -6. If you fail, choose and reveal a copy of Nyarlathotep in your hand. It attacks you and is shuffled into the encounter deck.\n\n[elder_thing]: -1. The black cat reminds you that it's all a dream." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the number of the current act.\n\n[cultist]: Reveal another token. If you fail, place 1 doom on the current agenda.\n\n[tablet]: -4. If you fail, choose and reveal a copy of Nyarlathotep in your hand. It attacks you and is shuffled into the encounter deck.\n\n[elder_thing]: 0. The black cat reminds you that it's all a dream." + end + end + --weaver of the cosmos + if scenario.getDescription() == "Weaver of the Cosmos" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is the amount of doom on locations in play.\n\n[cultist]: Reveal another token. If you fail, and there is an [[Ancient One]] enemy at your location, it attacks you.\n\n[tablet]: -1. The black cat tears at the web with its claws. If you succeed by 2 or more, remove 1 doom from your location.\n\n[elder_thing]: -4. If this skill test fails during an attack against a [[Spider]] enemy, place 1 doom on that enemy's location." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the highest amount of doom on a location in play.\n\n[cultist]: Reveal another token. If you fail, and there is an [[Ancient One]] enemy at your location, it attacks you.\n\n[tablet]: 0. The black cat tears at the web with its claws. If you succeed by 2 or more, remove 1 doom from your location.\n\n[elder_thing]: -3. If this skill test fails during an attack against a [[Spider]] enemy, place 1 doom on that enemy's location." + end + end + --pit of despair + if scenario.getDescription() == "The Pit of Despair" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-3 instead if your location is partially flooded; -4 instead if your location is fully flooded).\n\n[cultist]: -2. If your location is flooded, take 1 damage.\n\n[tablet]: -2. If you control a key, take 1 horror.\n\n[elder_thing]: -3. If The Amalgam is in the depths, put it into play engaged with you." + else + tool = "Easy / Standard\n\n[skull]: -1 (-2 instead if your location is partially flooded; -3 instead if your location is fully flooded).\n\n[cultist]: -2. If you fail and your location is flooded, take 1 damage.\n\n[tablet]: -2. If you fail and you control a key, take 1 horror.\n\n[elder_thing]: -3. If you fail and The Amalgam is in the depths, put it into play engaged with you." + end + end + --vanishing of elena harper + if scenario.getDescription() == "The Vanishing of Elina Harper" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 more than the current agenda number.\n\n[cultist]: -2. Place 1 doom on the nearest enemy (2 doom instead if you failed).\n\n[tablet]: -3. Take 1 horror (1 horror and 1 damage instead if you failed).\n\n[elder_thing]: -4. Place 1 of your clues on your location (2 clues instead if you failed)." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the current agenda number.\n\n[cultist]: -2. If you fail, place 1 doom on the nearest enemy.\n\n[tablet]: -3. If you fail, take 1 horror.\n\n[elder_thing]: -4. If you fail, place 1 of your clues on your location." + end + end + --in too deep + if scenario.getDescription() == "In Too Deep" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 for each location to the east of your location (on the same row).\n\n[cultist]: -4. If you fail, move to the connecting location to the east, ignoring all barriers.\n\n[tablet]: -5. If you fail, choose a connecting location with no barriers between it and your location. Place 1 barrier between the two locations.\n\n[elder_thing]: -X. X is twice the number of barriers between your location and all connecting locations." + else + tool = "Easy / Standard\n\n[skull]: -1 for each location to the east of your location (on the same row).\n\n[cultist]: -2. If you fail, move to the connecting location to the east, ignoring all barriers.\n\n[tablet]: -3. If you fail, choose a connecting location with no barriers between it and your location. Place 1 barrier between the two locations.\n\n[elder_thing]: -X. X is the number of barriers between your location and all connecting locations." + end + end + --devil reef + if scenario.getDescription() == "Devil Reef" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -X. X is 1 more than the number of keys the investigators control.\n\n[cultist]: -3. If this is an attack or evasion attempt against a [[Deep One]] enemy, it engages you. (If it is already engaged with you, it disengages first, then re-engages you.)\n\n[tablet]: -4. If you are not in a vehicle, take 1 damage.\n\n[elder_thing]: -5. If your location has a key on it, take 1 horror." + else + tool = "Easy / Standard\n\n[skull]: -X. X is the number of keys the investigators control.\n\n[cultist]: -2. If you fail and this is an attack or evasion attempt against a [[Deep One]] enemy, it engages you. (If it is already engaged with you, it disengages first, then re-engages you.)\n\n[tablet]: -3. If you fail and you are not in a vehicle, take 1 damage.\n\n[elder_thing]: -4. If you fail and your location has a key on it, take 1 horror." + end + end + --horror in high gear + if scenario.getDescription() == "Horror in High Gear" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if there are 6 or fewer locations remaining in the Road deck).\n\n[cultist]: -2. For each point you fail by, an investigator in your vehicle places 1 of their clues on your location.\n\n[tablet]: -3. For each point you fail by, an investigator in your vehicle loses 1 resource.\n\n[elder_thing]: -4. Resolve the hunter keyword on each enemy in play." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if there are 6 or fewer locations remaining in the Road deck).\n\n[cultist]: -1. For each point you fail by, an investigator in your vehicle places 1 of their clues on your location.\n\n[tablet]: -2. For each point you fail by, an investigator in your vehicle loses 1 resource.\n\n[elder_thing]: -4. If you fail, resolve the hunter keyword on each enemy in play." + end + end + --light in the fog + if scenario.getDescription() == "A Light in the Fog" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2. If your location is flooded, reveal an additional chaos token.\n\n[cultist]: -2. If you fail, after this test ends, increase the flood level of your location (if you cannot, take 1 horror instead).\n\n[tablet]: -3. If you fail this test and your location is flooded, take 2 damage.\n\n[elder_thing]: -4. Move the nearest unengaged enemy once toward your location. It loses aloof during this movement." + else + tool = "Easy / Standard\n\n[skull]: -1. If your location is flooded, reveal an additional chaos token.\n\n[cultist]: -2. If you fail, after this test ends, increase the flood level of your location.\n\n[tablet]: -3. If you fail this test and your location is flooded, take 1 damage.\n\n[elder_thing]: -4. If you fail, move the nearest ready unengaged enemy once toward your location. It loses aloof during this movement." + end + end + --lair of dagon + if scenario.getDescription() == "The Lair of Dagon" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 for each key on this card.\n\n[cultist]: -2. Reveal an additional chaos token. If you reveal 1 or more [curse] tokens during this test, you automatically fail.\n\n[tablet]: -3. Place each key you control on your location and take 1 damage.\n\n[elder_thing]: -4. Add 2 [curse] tokens to the chaos bag." + else + tool = "Easy / Standard\n\n[skull]: -1 for each key on this card.\n\n[cultist]: 0. Reveal an additional chaos token. If you reveal 1 or more [curse] tokens during this test, you automatically fail.\n\n[tablet]: -3. If you fail, place each key you control on your location.\n\n[elder_thing]: -4. If you fail, add 1 [curse] token to the chaos bag." + end + end + --into the maelstrom + if scenario.getDescription() == "Into the Maelstrom" then + if scenario.is_face_down == true then + tool = "Hard / Expert\n\n[skull]: -2 (-4 instead if there are 4 or more unflooded [[Y'ha-nthlei]] locations in play).\n\n[cultist]: -4. If you fail, place 1 doom on the current agenda (this may cause the current agenda to advance).\n\n[tablet]: -5. If you fail, you must either increase the flood level of your location or take 1 damage.\n\n[elder_thing]: -6. If you fail and there is a key on your location, take 1 horror." + else + tool = "Easy / Standard\n\n[skull]: -1 (-3 instead if there are 4 or more unflooded [[Y'ha-nthlei]] locations in play).\n\n[cultist]: -3. If you fail, place 1 doom on the current agenda (this may cause the current agenda to advance).\n\n[tablet]: -4. If you fail, you must either increase the flood level of your location or take 1 damage.\n\n[elder_thing]: -5. If you fail and there is a key on your location, take 1 horror." + end + end + end + getObjectFromGUID("8b081b").editButton({index = 6, tooltip = tool}) + getObjectFromGUID("bd0ff4").editButton({index = 6, tooltip = tool}) + getObjectFromGUID("383d8b").editButton({index = 6, tooltip = tool}) + getObjectFromGUID("0840d5").editButton({index = 6, tooltip = tool}) +end + diff --git a/objects/Fan-MadeAccessories.aa8b38/HandHelper.450688.json b/objects/Fan-MadeAccessories.aa8b38/HandHelper.450688.json new file mode 100644 index 00000000..9e917d47 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/HandHelper.450688.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1704036721123215146/E44A3B99EACF310E49E94977151A03C9A3DC7F17/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1704036721123215146/E44A3B99EACF310E49E94977151A03C9A3DC7F17/", + "WidthScale": 0 + }, + "Description": "- DIsplays the hand size (total or by title for \"Dream Enhancing Serum\"), hover over it to briefly toggle counting method\n\n- Adds a context menu to \"Short Supply\" for the 1st turn\n\n- Allows you to randomly discard a card from your hand\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "450688", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[\"Green\",false]", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/HandHelper.450688.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Hand Helper", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 37.613, + "posY": 2.213, + "posZ": -51.965, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/HandHelper.450688.ttslua b/objects/Fan-MadeAccessories.aa8b38/HandHelper.450688.ttslua new file mode 100644 index 00000000..4c0b4262 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/HandHelper.450688.ttslua @@ -0,0 +1,263 @@ +-- Hand Helper +-- updated by: Chr1Z +-- original by: - +-- description: counts cards in your hand (all or unique), can discard a random card +information = { + version = "1.2", + last_updated = "11.10.2022" +} + +MAT_GUIDS = { "8b081b", "bd0ff4", "383d8b", "0840d5" } + +local BUTTON_PARAMETERS = {} +BUTTON_PARAMETERS.function_owner = self + +-- saving "playerColor" and "des" +function onSave() return JSON.encode({ playerColor, des}) end + +function onLoad(saved_data) + -- loading saved data + local loaded_data = JSON.decode(saved_data) + playerColor = loaded_data[1] or Player.getAvailableColors()[1] + des = loaded_data[2] or false + + -- index 0: button as hand size label + BUTTON_PARAMETERS.hover_color = "White" + BUTTON_PARAMETERS.click_function = "none" + BUTTON_PARAMETERS.position = { 0, 0.1, -0.4 } + BUTTON_PARAMETERS.height = 0 + BUTTON_PARAMETERS.width = 0 + BUTTON_PARAMETERS.font_size = 500 + BUTTON_PARAMETERS.font_color = "White" + self.createButton(BUTTON_PARAMETERS) + + -- index 1: button to toggle "des" + BUTTON_PARAMETERS.label = "DES: " .. (des and "✓" or "✗") + BUTTON_PARAMETERS.click_function = "toggleDES" + BUTTON_PARAMETERS.position = { 0.475, 0.1, 0.25 } + BUTTON_PARAMETERS.height = 175 + BUTTON_PARAMETERS.width = 440 + BUTTON_PARAMETERS.font_size = 90 + BUTTON_PARAMETERS.font_color = "Black" + self.createButton(BUTTON_PARAMETERS) + + -- index 2: button to discard a card + BUTTON_PARAMETERS.label = "discard random card" + BUTTON_PARAMETERS.click_function = "discardRandom" + BUTTON_PARAMETERS.position = { 0, 0.1, 0.7 } + BUTTON_PARAMETERS.width = 900 + self.createButton(BUTTON_PARAMETERS) + + -- index 3: button to select color + BUTTON_PARAMETERS.label = playerColor + BUTTON_PARAMETERS.color = playerColor + BUTTON_PARAMETERS.hover_color = playerColor + BUTTON_PARAMETERS.click_function = "changeColor" + BUTTON_PARAMETERS.tooltip = "change color" + BUTTON_PARAMETERS.position = { -0.475, 0.1, 0.25 } + BUTTON_PARAMETERS.width = 440 + self.createButton(BUTTON_PARAMETERS) + + -- start loop to update card count + loopId = Wait.time(||updateValue(), 1, -1) + + -- context menu to quickly bind color + self.addContextMenuItem("Bind to my color", function(color) + changeColor(_, _, _, color) + end) + + -- context menu to display additional information + self.addContextMenuItem("More Information", function() + printToAll("------------------------------", "White") + printToAll("Hand Helper v" .. information["version"] .. " by Chr1Z", "Orange") + printToAll("last updated: " .. information["last_updated"], "White") + printToAll("original by Tikatoy", "White") + printToAll("Note: 'Hidden' cards can't be randomly discarded.", "Yellow") + printToAll("Set them aside beforehand!", "Yellow") + end) + + -- initialize the pseudo random number generator + math.randomseed(os.time()) +end + +function onObjectHover(hover_color, obj) + -- error handling + if obj == nil then return end + + -- add context menu to "short supply" + if obj.getName() == "Short Supply" then + obj.addContextMenuItem("Discard 10 (" .. playerColor .. ")", shortSupply) + end + + -- only continue if correct player hovers over "self" + if obj ~= self or hover_color ~= playerColor then return end + + -- stop loop, toggle "des" and displayed value briefly, then start new loop + Wait.stop(loopId) + des = not des + updateValue() + des = not des + loopId = Wait.time(||updateValue(), 1, -1) +end + +-- toggle "des" and update button label +function toggleDES() + des = not des + self.editButton({index = 1, label = "DES: " .. (des and "✓" or "✗")}) + updateValue() +end + +-- count cards in hand (by name for DES) +function updateValue() + if not playerExists(playerColor) then return end + + local hand = Player[playerColor].getHandObjects() + local size = 0 + + if des then + local cardHash = {} + for _, obj in pairs(hand) do + if obj.tag == "Card" then + local name = obj.getName() + local title = string.match(name, '(.+)(%s%(%d+%))') or name + cardHash[title] = obj + end + end + for _, obj in pairs(cardHash) do + size = size + 1 + end + else + for _, obj in pairs(hand) do + if obj.tag == "Card" then size = size + 1 end + end + end + -- change button label and color + self.editButton({index = 0, font_color = des and "Green" or "White", label = size}) +end + +-- get index of current color and move up one step (or down for right-click) +function changeColor(_, _, isRightClick, color) + if color then + playerColor = color + else + local COLORS = Player.getAvailableColors() + local pos = indexOf(COLORS, playerColor) + + if isRightClick then + if pos == nil or pos == 1 then pos = #COLORS + else pos = pos - 1 end + else + if pos == nil or pos == #COLORS then pos = 1 + else pos = pos + 1 end + end + + -- update playerColor + playerColor = COLORS[pos] + end + + -- update "change color" button (note: remove and create instantly updates hover_color) + BUTTON_PARAMETERS.label = playerColor + BUTTON_PARAMETERS.color = playerColor + BUTTON_PARAMETERS.hover_color = playerColor + self.removeButton(3) + self.createButton(BUTTON_PARAMETERS) +end + +--------------------------------------------------------- +-- discards a random card from hand +--------------------------------------------------------- +function discardRandom() + if not playerExists(playerColor) then return end + + -- error handling: hand is empty + local hand = Player[playerColor].getHandObjects() + if #hand == 0 then + broadcastToAll("Cannot discard from empty hand!", "Red") + else + local mat = getPlayermat(playerColor) + if mat == nil then return end + + local discardPos = mat.getTable("DISCARD_PILE_POSITION") + if discardPos == nil then + broadcastToAll("Couldn't retrieve discard position from playermat!", "Red") + return + end + + local num = math.random(1, #hand) + hand[num].setPosition(discardPos) + broadcastToAll(playerColor .. " randomly discarded card " .. num .. "/" .. #hand .. ".", "White") + end +end + +--------------------------------------------------------- +-- discards the top 10 cards of your deck +--------------------------------------------------------- +function shortSupply(color) + local mat = getPlayermat(playerColor) + if mat == nil then return end + + -- get draw deck and discard pile + mat.call("getDrawDiscardDecks") + drawDeck = mat.getVar("drawDeck") + local discardPos = mat.getTable("DISCARD_PILE_POSITION") + if discardPos == nil then + broadcastToAll("Couldn't retrieve discard position from playermat!", "Red") + return + end + + if drawDeck == nil then + broadcastToColor("Deck not found!", color, "Yellow") + return + elseif drawDeck.tag ~= "Deck" then + broadcastToColor("Deck only contains a single card!", color, "Yellow") + return + end + + -- discard cards + discardPos[2] = 0.5 + for i = 1, 10 do + discardPos[2] = discardPos[2] + 0.05 * i + drawDeck.takeObject({ flip = true; position = discardPos }) + end +end + +--------------------------------------------------------- +-- helper functions +--------------------------------------------------------- + +-- helper to search array +function indexOf(array, value) + for i, v in ipairs(array) do + if v == value then return i end + end +end + +-- helper to check if player exists +function playerExists(color) + local COLORS = Player.getAvailableColors() + return indexOf(COLORS, color) and true or false +end + +-- helper to find playermat based on hand position +function getPlayermat(color) + local pos = Player[playerColor].getHandTransform().position + if pos.x < -30 then + if pos.z > 0 then + playerNumber = 1 + else + playerNumber = 2 + end + else + if pos.z > 0 then + playerNumber = 3 + else + playerNumber = 4 + end + end + + local mat = getObjectFromGUID(MAT_GUIDS[playerNumber]) + if mat == nil then + broadcastToAll(playerColor .. " playermat could not be found!", "Yellow") + end + return mat +end diff --git a/objects/Fan-MadeAccessories.aa8b38/LuckyPenny.2ab443.json b/objects/Fan-MadeAccessories.aa8b38/LuckyPenny.2ab443.json new file mode 100644 index 00000000..f2e775e5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/LuckyPenny.2ab443.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://www.dropbox.com/s/wyu6zud8r8ewqnt/Coin.obj?dl=1", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://www.dropbox.com/s/g0c0hdqw5w3q1an/Blursed-Coin-Faces.png?dl=1", + "MaterialIndex": 3, + "MeshURL": "https://www.dropbox.com/s/wyu6zud8r8ewqnt/Coin.obj?dl=1", + "NormalURL": "", + "TypeIndex": 3 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2ab443", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "\"Lucky\" Penny", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.585, + "posY": 4.094, + "posZ": -21.078, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.300000429, + "scaleY": 0.300000429, + "scaleZ": 0.300000429 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.json new file mode 100644 index 00000000..16bdae28 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.json @@ -0,0 +1,67 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheCircleUndone.d262db", + "NightoftheZealotArkhamLocations.07fe41", + "ThePathtoCarcosa.569aab", + "TheDunwichLegacy.c13c06", + "TheForgottenAge.b172b0", + "TheDream-Eaters.992a0b", + "TheInnsmouthConspiracy.a0cfe5", + "SideMissions.f4f4be", + "DarkMatter.df8e34", + "CyclopeanFoundations.c87ef3", + "EdgeoftheEarth.1b9b55" + ], + "ContainedObjects_path": "PlaymatCustomsByBLMintTeaFan.67d8c7", + "Description": "playmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "67d8c7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Playmat Customs (By BôL \u0026 Mint Tea Fan)", + "Snap": true, + "Sticky": true, + "Tags": [ + "sce_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 64.947, + "posY": 2.043, + "posZ": -56.79, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.luascriptstate new file mode 100644 index 00000000..0690f41c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.luascriptstate @@ -0,0 +1 @@ +{"ml":{"07fe41":{"lock":false,"position":{"x":45.6394729614258,"y":1.10703551769257,"z":-47.4099235534668},"rotation":{"x":359.979156494141,"y":89.9849395751953,"z":359.983215332031}},"1b9b55":{"lock":false,"position":{"x":45.6347618103027,"y":1.09761250019073,"z":-79.6012344360352},"rotation":{"x":359.979156494141,"y":89.9857864379883,"z":359.983215332031}},"569aab":{"lock":false,"position":{"x":45.6394691467285,"y":1.1043426990509,"z":-56.6087074279785},"rotation":{"x":359.979156494141,"y":89.9855422973633,"z":359.983215332031}},"992a0b":{"lock":false,"position":{"x":45.639461517334,"y":1.10030460357666,"z":-70.4085998535156},"rotation":{"x":359.979156494141,"y":89.9856185913086,"z":359.983215332031}},"a0cfe5":{"lock":false,"position":{"x":45.639461517334,"y":1.09895837306976,"z":-75.0087203979492},"rotation":{"x":359.979156494141,"y":89.9856185913086,"z":359.983215332031}},"b172b0":{"lock":false,"position":{"x":45.639461517334,"y":1.1029976606369,"z":-61.2087135314941},"rotation":{"x":359.979156494141,"y":89.9852294921875,"z":359.983215332031}},"c13c06":{"lock":false,"position":{"x":45.639461517334,"y":1.10569000244141,"z":-52.0099334716797},"rotation":{"x":359.979156494141,"y":89.9852447509766,"z":359.983215332031}},"c87ef3":{"lock":false,"position":{"x":45.6243743896484,"y":1.09355545043945,"z":-93.4477081298828},"rotation":{"x":359.979156494141,"y":89.9876327514648,"z":359.983215332031}},"d262db":{"lock":false,"position":{"x":45.6394691467285,"y":1.10165071487427,"z":-65.8086013793945},"rotation":{"x":359.979156494141,"y":89.9846572875977,"z":359.983215332031}},"df8e34":{"lock":false,"position":{"x":45.6400604248047,"y":1.09490370750427,"z":-88.8582534790039},"rotation":{"x":359.979156494141,"y":89.987548828125,"z":359.983215332031}},"f4f4be":{"lock":false,"position":{"x":45.6400604248047,"y":1.09625029563904,"z":-84.2582778930664},"rotation":{"x":359.979156494141,"y":89.9874267578125,"z":359.983215332031}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.json new file mode 100644 index 00000000..3dd8c9ff --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.47605, + "r": 0 + }, + "ContainedObjects_order": [ + "CF-1A.dedc73", + "CF-1B.868e4d", + "CF-2.d5b33e", + "CF-3.940388", + "CF-4A.6eaeea", + "CF-4B.b23c0a", + "CF-5B.0b7844", + "CF-6.0e1a24", + "CF-7B.752c9c", + "CF-7A.ef2f78", + "CF-8A.64ef6f", + "CF-8C.698ba7", + "CF-8B.c05b71", + "CF-5A.03efce" + ], + "ContainedObjects_path": "CyclopeanFoundations.c87ef3", + "Description": "cfmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c87ef3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Cyclopean Foundations", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.624, + "posY": 1.094, + "posZ": -93.448, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.luascriptstate new file mode 100644 index 00000000..2f18e72f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.luascriptstate @@ -0,0 +1 @@ +{"ml":{"03efce":{"lock":false,"position":{"x":40.2917404174805,"y":1.33473932743073,"z":-65.8198928833008},"rotation":{"x":0.0208113938570023,"y":269.979309082031,"z":0.016780711710453}},"0b7844":{"lock":false,"position":{"x":36.624340057373,"y":1.24727845191956,"z":-65.8082962036133},"rotation":{"x":0.020821338519454,"y":269.961608886719,"z":0.0167570598423481}},"0e1a24":{"lock":false,"position":{"x":40.2900581359863,"y":1.30259644985199,"z":-70.4198532104492},"rotation":{"x":0.0207981672137976,"y":270.036834716797,"z":0.0167842991650105}},"64ef6f":{"lock":false,"position":{"x":40.2900733947754,"y":1.330695271492,"z":-79.6198806762695},"rotation":{"x":0.0208465345203877,"y":269.971069335938,"z":0.016609201207757}},"698ba7":{"lock":false,"position":{"x":32.9850578308105,"y":1.37680625915527,"z":-79.6083908081055},"rotation":{"x":1.59656393527985,"y":269.971252441406,"z":0.0168016385287046}},"6eaeea":{"lock":false,"position":{"x":40.2900695800781,"y":1.33608603477478,"z":-61.2199897766113},"rotation":{"x":0.0208010878413916,"y":269.990325927734,"z":0.0168091915547848}},"752c9c":{"lock":false,"position":{"x":36.6258506774902,"y":1.26609814167023,"z":-75.0082168579102},"rotation":{"x":0.0207465998828411,"y":270.038269042969,"z":0.0168867725878954}},"868e4d":{"lock":false,"position":{"x":36.6237869262695,"y":1.39028429985046,"z":-47.4081611633301},"rotation":{"x":1.58362686634064,"y":269.983947753906,"z":0.016801105812192}},"940388":{"lock":false,"position":{"x":40.3040618896484,"y":1.33743906021118,"z":-56.6114540100098},"rotation":{"x":0.0208999495953321,"y":269.68798828125,"z":0.0166574865579605}},"b23c0a":{"lock":false,"position":{"x":36.6238670349121,"y":1.38624823093414,"z":-61.2081985473633},"rotation":{"x":1.58365762233734,"y":270.049377441406,"z":0.0168784018605947}},"c05b71":{"lock":false,"position":{"x":36.6243591308594,"y":1.38086724281311,"z":-79.608268737793},"rotation":{"x":1.58390593528748,"y":269.96142578125,"z":0.0167695078998804}},"d5b33e":{"lock":false,"position":{"x":40.2900199890137,"y":1.33877801895142,"z":-52.0199737548828},"rotation":{"x":0.0208130925893784,"y":269.985595703125,"z":0.016765683889389}},"dedc73":{"lock":false,"position":{"x":40.290111541748,"y":1.34012472629547,"z":-47.4108924865723},"rotation":{"x":0.0208345223218203,"y":269.972290039063,"z":0.0166684426367283}},"ef2f78":{"lock":false,"position":{"x":40.2911605834961,"y":1.3739629983902,"z":-75.0199890136719},"rotation":{"x":358.457366943359,"y":269.978607177734,"z":0.0168527159839869}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.json new file mode 100644 index 00000000..0a4f3468 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/c6LJNfr/Cyclopean-1-Lost-Moorings-Jake-Murray.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dedc73", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.411, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.ttslua new file mode 100644 index 00000000..4a1ca53b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1A.dedc73.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/c6LJNfr/Cyclopean-1-Lost-Moorings-Jake-Murray.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.json new file mode 100644 index 00000000..ff897928 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/DQ76z3c/Cyclopean-1-Lost-Moorings-Care-Line-Art.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "868e4d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.39, + "posZ": -47.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.ttslua new file mode 100644 index 00000000..1dd19f73 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-1B.868e4d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/DQ76z3c/Cyclopean-1-Lost-Moorings-Care-Line-Art.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.json new file mode 100644 index 00000000..cfc08b5d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/P6h3vbm/Cyclopean-2-Going-Twice-Quentin-Bouilloud.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5b33e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 2", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.339, + "posZ": -52.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.ttslua new file mode 100644 index 00000000..f5592902 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-2.d5b33e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/P6h3vbm/Cyclopean-2-Going-Twice-Quentin-Bouilloud.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.json new file mode 100644 index 00000000..577768df --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/9qK9Fzd/Cyclopean-3-Private-Lives-Christian-Bravery.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "940388", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 3", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.304, + "posY": 1.337, + "posZ": -56.611, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.ttslua new file mode 100644 index 00000000..47f1ca0c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-3.940388.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/9qK9Fzd/Cyclopean-3-Private-Lives-Christian-Bravery.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.json new file mode 100644 index 00000000..259cc0cb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/5RFcGyP/Cyclopean-4-Crumbling-Masonry-Simon-Craghead.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6eaeea", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.336, + "posZ": -61.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.ttslua new file mode 100644 index 00000000..00f57cbe --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4A.6eaeea.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/5RFcGyP/Cyclopean-4-Crumbling-Masonry-Simon-Craghead.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.json new file mode 100644 index 00000000..f3f75eeb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/pdrGK6p/Cyclopean-4-Crumbling-Masonry-Pete-Amachree.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b23c0a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.386, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.ttslua new file mode 100644 index 00000000..02eafa4e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-4B.b23c0a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/pdrGK6p/Cyclopean-4-Crumbling-Masonry-Pete-Amachree.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.json new file mode 100644 index 00000000..c7fa8fa0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/rbkk7ys/Kingsport-Tomasz-Jedruszek.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "03efce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 5A", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.292, + "posY": 1.335, + "posZ": -65.82, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.ttslua new file mode 100644 index 00000000..c1c36e2b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5A.03efce.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/rbkk7ys/Kingsport-Tomasz-Jedruszek.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.json new file mode 100644 index 00000000..6c0cd6c4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/3mYfFNB/Cyclopean-5-Across-Dreadful-Waters-Ev-Shipard.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b7844", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 5B", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.247, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.ttslua new file mode 100644 index 00000000..2ac2fcdf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-5B.0b7844.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/3mYfFNB/Cyclopean-5-Across-Dreadful-Waters-Ev-Shipard.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.json new file mode 100644 index 00000000..923322e6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ynmQNSB/Cyclopean-6-Blood-From-Stones-Marc-Simonetti.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e1a24", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 6", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.303, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.ttslua new file mode 100644 index 00000000..c4991d6c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-6.0e1a24.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ynmQNSB/Cyclopean-6-Blood-From-Stones-Marc-Simonetti.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.json new file mode 100644 index 00000000..0454ae43 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/s1JDkFv/Cyclopean-7-Pyroclastic-Flow-Bastien-Grivet.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ef2f78", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.291, + "posY": 1.374, + "posZ": -75.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.ttslua new file mode 100644 index 00000000..d038a391 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7A.ef2f78.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/s1JDkFv/Cyclopean-7-Pyroclastic-Flow-Bastien-Grivet.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.json new file mode 100644 index 00000000..4551de76 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/qs8Sk2N/Cyclopean-7-Pyroclastic-Flow-Rachid-Lotf.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "752c9c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.626, + "posY": 1.266, + "posZ": -75.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.ttslua new file mode 100644 index 00000000..759e8bdc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-7B.752c9c.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/qs8Sk2N/Cyclopean-7-Pyroclastic-Flow-Rachid-Lotf.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.json new file mode 100644 index 00000000..968c4bdb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/mGnKNcy/Cyclopean-8-Tomb-of-Dead-Dreams-Richard-Benning.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "64ef6f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.331, + "posZ": -79.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.ttslua new file mode 100644 index 00000000..3f437a72 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8A.64ef6f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/mGnKNcy/Cyclopean-8-Tomb-of-Dead-Dreams-Richard-Benning.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.json new file mode 100644 index 00000000..c6c437b4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/vmBM8x2/Cyclopean-8-Tomb-of-Dead-Dreams-Walter-Brocca.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c05b71", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.381, + "posZ": -79.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.ttslua new file mode 100644 index 00000000..a3f39d90 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8B.c05b71.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/vmBM8x2/Cyclopean-8-Tomb-of-Dead-Dreams-Walter-Brocca.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.json new file mode 100644 index 00000000..1103ff18 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/0MwX460/Cyclopean-8-Tomb-of-Dead-Dreams-Guillem-H-Pongiluppi.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "698ba7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "CF - 8C", + "Snap": true, + "Sticky": true, + "Tags": [ + "cfmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.377, + "posZ": -79.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.ttslua new file mode 100644 index 00000000..1b32816f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/CyclopeanFoundations.c87ef3/CF-8C.698ba7.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/0MwX460/Cyclopean-8-Tomb-of-Dead-Dreams-Guillem-H-Pongiluppi.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.json new file mode 100644 index 00000000..5aeee256 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.json @@ -0,0 +1,72 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.82583, + "r": 1 + }, + "ContainedObjects_order": [ + "DM-1A.8832eb", + "DM-2A.645dee", + "DM-1B.28ae75", + "DM-2B.ec4b5d", + "DM-3.a099cd", + "DM-4A.3d76cc", + "DM-4B.04ec55", + "DM-5.9a09ee", + "DM-7A.28d283", + "DM-7B.3ef3dc", + "DM-1C.acae33", + "DM-8A.3531c0", + "DM-8B.7b795b", + "DM-8C.44139a", + "DM-1D.2c73fd", + "DM-6.85cf7e" + ], + "ContainedObjects_path": "DarkMatter.df8e34", + "Description": "darkmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df8e34", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Dark Matter", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.64, + "posY": 1.095, + "posZ": -88.858, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.luascriptstate new file mode 100644 index 00000000..215abf5b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.luascriptstate @@ -0,0 +1 @@ +{"ml":{"04ec55":{"lock":false,"position":{"x":36.623706817627,"y":1.38624560832977,"z":-61.2081680297852},"rotation":{"x":1.58361685276031,"y":269.985961914063,"z":0.0167917627841234}},"28ae75":{"lock":false,"position":{"x":36.6238632202148,"y":1.39028799533844,"z":-47.4081726074219},"rotation":{"x":1.5836409330368,"y":269.986114501953,"z":0.0168468002229929}},"28d283":{"lock":false,"position":{"x":40.2900657653809,"y":1.33204317092896,"z":-75.0199737548828},"rotation":{"x":0.0208335369825363,"y":269.973022460938,"z":0.0166720375418663}},"2c73fd":{"lock":false,"position":{"x":29.3394870758057,"y":1.38794434070587,"z":-47.4095726013184},"rotation":{"x":1.59289479255676,"y":269.987457275391,"z":0.0167952030897141}},"3531c0":{"lock":false,"position":{"x":40.2900695800781,"y":1.33069288730621,"z":-79.619873046875},"rotation":{"x":0.0208573695272207,"y":269.982849121094,"z":0.0165296271443367}},"3d76cc":{"lock":false,"position":{"x":40.2900695800781,"y":1.33608186244965,"z":-61.2199897766113},"rotation":{"x":0.0208359826356173,"y":269.9833984375,"z":0.016648031771183}},"3ef3dc":{"lock":false,"position":{"x":36.6236991882324,"y":1.38220632076263,"z":-75.0081329345703},"rotation":{"x":1.58361315727234,"y":269.985473632813,"z":0.0168022811412811}},"44139a":{"lock":false,"position":{"x":32.9847183227539,"y":1.3799329996109,"z":-79.6082000732422},"rotation":{"x":1.59562170505524,"y":269.974456787109,"z":0.0167868956923485}},"645dee":{"lock":false,"position":{"x":40.2900772094727,"y":1.33877515792847,"z":-52.0199775695801},"rotation":{"x":0.0208353772759438,"y":269.980987548828,"z":0.0166546702384949}},"7b795b":{"lock":false,"position":{"x":36.623348236084,"y":1.38084447383881,"z":-79.6079254150391},"rotation":{"x":1.58317255973816,"y":269.966369628906,"z":0.0167705658823252}},"85cf7e":{"lock":false,"position":{"x":40.2900733947754,"y":1.33339202404022,"z":-70.4198455810547},"rotation":{"x":0.0208157505840063,"y":269.976196289063,"z":0.0167624223977327}},"8832eb":{"lock":false,"position":{"x":40.2900772094727,"y":1.34012115001678,"z":-47.4199905395508},"rotation":{"x":0.0208338815718889,"y":269.981719970703,"z":0.0166406370699406}},"9a09ee":{"lock":false,"position":{"x":40.2900733947754,"y":1.3347384929657,"z":-65.8198394775391},"rotation":{"x":0.0208138152956963,"y":269.9833984375,"z":0.0167650319635868}},"a099cd":{"lock":false,"position":{"x":40.2900810241699,"y":1.33743143081665,"z":-56.6199836730957},"rotation":{"x":0.0208138581365347,"y":269.9833984375,"z":0.0167650245130062}},"acae33":{"lock":false,"position":{"x":32.9845352172852,"y":1.389328956604,"z":-47.4093360900879},"rotation":{"x":1.59472358226776,"y":269.982452392578,"z":0.0167991146445274}},"ec4b5d":{"lock":false,"position":{"x":36.6238670349121,"y":1.38894069194794,"z":-52.0081672668457},"rotation":{"x":1.5836797952652,"y":269.986236572266,"z":0.0167956613004208}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.json new file mode 100644 index 00000000..ef9fb2e4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/sQf85b8/Dark-Matter-1-Tatterdemalion-Paul-Pepera.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8832eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.ttslua new file mode 100644 index 00000000..d80e93c1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1A.8832eb.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/sQf85b8/Dark-Matter-1-Tatterdemalion-Paul-Pepera.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.json new file mode 100644 index 00000000..94801de7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/1JzrrX2/Dark-Matter-1-Tatterdemalion-Brian-Taylor.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "28ae75", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.39, + "posZ": -47.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.ttslua new file mode 100644 index 00000000..6556c88c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1B.28ae75.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/1JzrrX2/Dark-Matter-1-Tatterdemalion-Brian-Taylor.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.json new file mode 100644 index 00000000..4f9fc90d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/DzvvgGf/Dark-Matter-1-Tatterdemalion-John-Wallin-Liberto.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "acae33", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 1C", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.389, + "posZ": -47.409, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.ttslua new file mode 100644 index 00000000..2c61e29d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1C.acae33.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/DzvvgGf/Dark-Matter-1-Tatterdemalion-John-Wallin-Liberto.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.json new file mode 100644 index 00000000..66553910 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/DRMPGVt/Dark-Matter-1-Tatterdemalion-Andrey-Vozny.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2c73fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 1D", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.388, + "posZ": -47.41, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.ttslua new file mode 100644 index 00000000..b3ef15e0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-1D.2c73fd.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/DRMPGVt/Dark-Matter-1-Tatterdemalion-Andrey-Vozny.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.json new file mode 100644 index 00000000..1b189032 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/cTKZQ61/Dark-Matter-2-Electric-Nightmares-Robert-Thoma.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "645dee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.339, + "posZ": -52.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.ttslua new file mode 100644 index 00000000..43108ce0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2A.645dee.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/cTKZQ61/Dark-Matter-2-Electric-Nightmares-Robert-Thoma.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.json new file mode 100644 index 00000000..03b0be55 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hLGVBt7/Dark-Matter-2-Electric-Nightmares-Dean-Lawrence.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec4b5d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.389, + "posZ": -52.008, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.ttslua new file mode 100644 index 00000000..767737de --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-2B.ec4b5d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hLGVBt7/Dark-Matter-2-Electric-Nightmares-Dean-Lawrence.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.json new file mode 100644 index 00000000..45658b17 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/6vyXv90/Dark-Matter-3-Lost-Quantum-Michael-Rajecki.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a099cd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 3", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.337, + "posZ": -56.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.ttslua new file mode 100644 index 00000000..5f942a81 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-3.a099cd.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/6vyXv90/Dark-Matter-3-Lost-Quantum-Michael-Rajecki.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.json new file mode 100644 index 00000000..10eaa5f5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/DfbTKHP/Dark-Matter-4-In-the-Shadow-of-Earth-Jihoo-Kim.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3d76cc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.336, + "posZ": -61.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.ttslua new file mode 100644 index 00000000..813cc874 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4A.3d76cc.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/DfbTKHP/Dark-Matter-4-In-the-Shadow-of-Earth-Jihoo-Kim.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.json new file mode 100644 index 00000000..754c4958 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/MCvPmCb/Dark-Matter-4-In-the-Shadow-of-Earth-N5-Luckybuuncle.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "04ec55", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.386, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.ttslua new file mode 100644 index 00000000..e7dad556 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-4B.04ec55.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/MCvPmCb/Dark-Matter-4-In-the-Shadow-of-Earth-N5-Luckybuuncle.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.json new file mode 100644 index 00000000..af81749c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/b2d8qvg/Dark-Matter-5-Strange-Moons-Hongyu-Yin.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a09ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 5", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.335, + "posZ": -65.82, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.ttslua new file mode 100644 index 00000000..2383806e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-5.9a09ee.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/b2d8qvg/Dark-Matter-5-Strange-Moons-Hongyu-Yin.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.json new file mode 100644 index 00000000..ce793c30 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/TcnKXJD/Carcosa-1-Curtain-Call-Mark-Molnar.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "85cf7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 6", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.333, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.ttslua new file mode 100644 index 00000000..9a464127 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-6.85cf7e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/TcnKXJD/Carcosa-1-Curtain-Call-Mark-Molnar.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.json new file mode 100644 index 00000000..d7bf0193 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/7WnTyYT/Dark-Matter-7-Fragment-of-Carcosa-Colin-Moore.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "28d283", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.332, + "posZ": -75.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.ttslua new file mode 100644 index 00000000..143e701d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7A.28d283.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/7WnTyYT/Dark-Matter-7-Fragment-of-Carcosa-Colin-Moore.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.json new file mode 100644 index 00000000..1dfdf728 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/mG2Brrd/Dark-Matter-7-Fragments-of-Carcosa-Matthieu-Rebuffat.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3ef3dc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.382, + "posZ": -75.008, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.ttslua new file mode 100644 index 00000000..320b16c1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-7B.3ef3dc.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/mG2Brrd/Dark-Matter-7-Fragments-of-Carcosa-Matthieu-Rebuffat.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.json new file mode 100644 index 00000000..b6e7c995 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/CJ3LKL7/Dark-Matter-8-Starfall-Vadim-Sadovski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3531c0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.331, + "posZ": -79.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.ttslua new file mode 100644 index 00000000..2a29f0dc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8A.3531c0.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/CJ3LKL7/Dark-Matter-8-Starfall-Vadim-Sadovski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.json new file mode 100644 index 00000000..6a6b00fe --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Njd1FcB/Dark-Matter-8-Starfall-Vadim-Sadovski-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7b795b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.623, + "posY": 1.381, + "posZ": -79.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.ttslua new file mode 100644 index 00000000..bc57c949 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8B.7b795b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Njd1FcB/Dark-Matter-8-Starfall-Vadim-Sadovski-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.json new file mode 100644 index 00000000..1cea4608 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/W0Cx7bb/Dark-Matter-8-Starfall-Vadim-Sadovski-3.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44139a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "DM - 8C", + "Snap": true, + "Sticky": true, + "Tags": [ + "darkmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.38, + "posZ": -79.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.ttslua new file mode 100644 index 00000000..e5164579 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/DarkMatter.df8e34/DM-8C.44139a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/W0Cx7bb/Dark-Matter-8-Starfall-Vadim-Sadovski-3.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.json new file mode 100644 index 00000000..2079848d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.97614, + "r": 0.83101 + }, + "ContainedObjects_order": [ + "EOTE-4B.03b860", + "EOTE-5B.7a68b3", + "EOTE-1A.f4a462", + "EOTE-FatalMirage.1d1397", + "EOTE-2A.bef931", + "EOTE-3A.e75ebc", + "EOTE-4A.6f0cc7", + "EOTE-5A.704a25", + "EOTE-1B.37ff1a", + "EOTE-1C.7ab1bc" + ], + "ContainedObjects_path": "EdgeoftheEarth.1b9b55", + "Description": "ticmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1b9b55", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Edge of the Earth", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.635, + "posY": 1.098, + "posZ": -79.601, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.luascriptstate new file mode 100644 index 00000000..cbfd2260 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.luascriptstate @@ -0,0 +1 @@ +{"ml":{"03b860":{"lock":false,"position":{"x":36.575008392334,"y":1.33339524269104,"z":-65.7999954223633},"rotation":{"x":0.0208085235208273,"y":270.001068115234,"z":0.0167712904512882}},"1d1397":{"lock":false,"position":{"x":40.4250068664551,"y":1.33872747421265,"z":-52.3599967956543},"rotation":{"x":0.0208140071481466,"y":269.982727050781,"z":0.0167648307979107}},"37ff1a":{"lock":false,"position":{"x":36.5720520019531,"y":1.33863949775696,"z":-47.8800773620605},"rotation":{"x":0.0208113212138414,"y":269.992004394531,"z":0.0167681202292442}},"6f0cc7":{"lock":false,"position":{"x":40.4250068664551,"y":1.33479332923889,"z":-65.7999954223633},"rotation":{"x":0.0208089388906956,"y":269.999481201172,"z":0.0167709868401289}},"704a25":{"lock":false,"position":{"x":40.4250068664551,"y":1.33348190784454,"z":-70.2799911499023},"rotation":{"x":0.0208080839365721,"y":270.003479003906,"z":0.0167722757905722}},"7a68b3":{"lock":false,"position":{"x":36.575008392334,"y":1.33208382129669,"z":-70.2799911499023},"rotation":{"x":0.02080755867064,"y":270.004425048828,"z":0.0167725197970867}},"7ab1bc":{"lock":false,"position":{"x":32.7250137329102,"y":1.33724236488342,"z":-47.8799896240234},"rotation":{"x":0.0208022426813841,"y":270.0224609375,"z":0.0167790539562702}},"bef931":{"lock":false,"position":{"x":40.4250068664551,"y":1.3374160528183,"z":-56.8399925231934},"rotation":{"x":0.0208131764084101,"y":269.985534667969,"z":0.0167656857520342}},"e75ebc":{"lock":false,"position":{"x":40.4250068664551,"y":1.33610463142395,"z":-61.3199920654297},"rotation":{"x":0.0208084508776665,"y":270.001281738281,"z":0.0167715884745121}},"f4a462":{"lock":false,"position":{"x":40.4250068664551,"y":1.34003889560699,"z":-47.8799934387207},"rotation":{"x":0.0208105836063623,"y":269.993957519531,"z":0.0167687349021435}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.json new file mode 100644 index 00000000..e7b19f4a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/FWZMWtW/Edge-1-Ice-and-Death-David-Frasheski.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f4a462", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.425, + "posY": 1.34, + "posZ": -47.88, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.ttslua new file mode 100644 index 00000000..bf68da3e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1A.f4a462.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/FWZMWtW/Edge-1-Ice-and-Death-David-Frasheski.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.json new file mode 100644 index 00000000..44621d93 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/QDGV0jQ/Edge-1-Ice-and-Death-Felix-Riano.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37ff1a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.572, + "posY": 1.339, + "posZ": -47.88, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.ttslua new file mode 100644 index 00000000..a730090c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1B.37ff1a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/QDGV0jQ/Edge-1-Ice-and-Death-Felix-Riano.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.json new file mode 100644 index 00000000..75d34735 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hFJQM8v/Edge-1-Ice-and-Death-Mike-Gizienski.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ab1bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 1C", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.725, + "posY": 1.337, + "posZ": -47.88, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.ttslua new file mode 100644 index 00000000..5b1debdf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-1C.7ab1bc.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hFJQM8v/Edge-1-Ice-and-Death-Mike-Gizienski.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.json new file mode 100644 index 00000000..11ae2f2e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/C2SLByt/Edge-2-Forbidden-Peaks-David-Frasheski-2.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bef931", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.425, + "posY": 1.337, + "posZ": -56.84, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.ttslua new file mode 100644 index 00000000..d558432e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-2A.bef931.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/C2SLByt/Edge-2-Forbidden-Peaks-David-Frasheski-2.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.json new file mode 100644 index 00000000..b36e0e27 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/0cGkkBL/Edge-3-Forbidden-Peaks-David-Frasheski.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e75ebc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.425, + "posY": 1.336, + "posZ": -61.32, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.ttslua new file mode 100644 index 00000000..e61720d6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-3A.e75ebc.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/0cGkkBL/Edge-3-Forbidden-Peaks-David-Frasheski.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.json new file mode 100644 index 00000000..dbd4f251 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/FbpgBD3/Edge-4-City-Francois-Baranger.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6f0cc7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.425, + "posY": 1.335, + "posZ": -65.8, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.ttslua new file mode 100644 index 00000000..1ce4cffb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4A.6f0cc7.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/FbpgBD3/Edge-4-City-Francois-Baranger.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.json new file mode 100644 index 00000000..dd5703bc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ncRvHr3/Edge-4-City-Francois-Baranger-2.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "03b860", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.575, + "posY": 1.333, + "posZ": -65.8, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.ttslua new file mode 100644 index 00000000..ba25a039 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-4B.03b860.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ncRvHr3/Edge-4-City-Francois-Baranger-2.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.json new file mode 100644 index 00000000..f1357264 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/rk0qR4z/Edge-5-Heart-of-Madness-Karol-Sollich.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "704a25", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 5A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.425, + "posY": 1.333, + "posZ": -70.28, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.ttslua new file mode 100644 index 00000000..671ea262 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5A.704a25.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/rk0qR4z/Edge-5-Heart-of-Madness-Karol-Sollich.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.json new file mode 100644 index 00000000..7e87567a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/NVFjx6N/Edge-5-Heart-of-Madness-Miguel-Coimbra.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a68b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - 5B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.575, + "posY": 1.332, + "posZ": -70.28, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.ttslua new file mode 100644 index 00000000..786f4503 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-5B.7a68b3.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/NVFjx6N/Edge-5-Heart-of-Madness-Miguel-Coimbra.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.json new file mode 100644 index 00000000..19ad22b2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/KzwvjJN/Edge-2-Fatal-Mirage-David-Frasheski.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1d1397", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "EOTE - Fatal Mirage", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.425, + "posY": 1.339, + "posZ": -52.36, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.ttslua new file mode 100644 index 00000000..996be01f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/EdgeoftheEarth.1b9b55/EOTE-FatalMirage.1d1397.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/KzwvjJN/Edge-2-Fatal-Mirage-David-Frasheski.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.json new file mode 100644 index 00000000..35bdd2ae --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.20397, + "r": 0 + }, + "ContainedObjects_order": [ + "NotZ-1.13e274", + "NotZArkham-2A.ba3f23", + "NotZArkham-2F.875764", + "NotZArkham-2B.5c8477", + "NotZArkham-2C.bc94c3", + "NotZArkham-2G.805623", + "NotZArkham-2H.37d15e", + "NotZArkham-2I.154a13", + "NotZArkham-2J.d499ce", + "NotZArkham-2K.dea1a5", + "NotZArkham-Downtown.529e79", + "NotZArkham-Eastside.2b4d36", + "NotZArkham-MerchantDistrict.7b97ca", + "NotZArkham-Northside.5cb9b4", + "NotZArkham-Rivertown.509215", + "NotZArkham-Southside.b58725", + "NotZArkham-Uptown.b30384", + "NotZArkham-2D.94454d", + "NotZArkham-2E.dfd6a7", + "NotZArkham-MiskatonicUniversity.7725ed", + "NotZ-3A.a7f6c5", + "NotZ-3B.ec289e", + "ArkhamLocations.497d7f" + ], + "ContainedObjects_path": "NightoftheZealotArkhamLocations.07fe41", + "Description": "notzmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "07fe41", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Night of the Zealot + Arkham Locations", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.107, + "posZ": -47.41, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.luascriptstate new file mode 100644 index 00000000..90e4583d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.luascriptstate @@ -0,0 +1 @@ +{"ml":{"13e274":{"lock":false,"position":{"x":40.2900772094727,"y":1.34012448787689,"z":-47.4199829101563},"rotation":{"x":0.020806422457099,"y":270.008544921875,"z":0.0167741663753986}},"154a13":{"lock":false,"position":{"x":40.2900390625,"y":1.38758480548859,"z":-61.2199821472168},"rotation":{"x":358.457672119141,"y":269.967346191406,"z":0.0168419294059277}},"2b4d36":{"lock":false,"position":{"x":36.624324798584,"y":1.33340048789978,"z":-65.8082580566406},"rotation":{"x":0.0208951327949762,"y":269.990600585938,"z":0.0163758564740419}},"37d15e":{"lock":false,"position":{"x":32.9852905273438,"y":1.38665974140167,"z":-56.6083335876465},"rotation":{"x":1.59544217586517,"y":270.000885009766,"z":0.0167890843003988}},"497d7f":{"lock":false,"position":{"x":26.9502983093262,"y":1.35188734531403,"z":-59.0094108581543},"rotation":{"x":359.979187011719,"y":90.0027542114258,"z":359.983215332031}},"509215":{"lock":false,"position":{"x":36.6247177124023,"y":1.3835654258728,"z":-70.4083862304688},"rotation":{"x":1.58389699459076,"y":270.015502929688,"z":0.016900610178709}},"529e79":{"lock":false,"position":{"x":40.2900505065918,"y":1.3862282037735,"z":-65.8198318481445},"rotation":{"x":358.457885742188,"y":270.038146972656,"z":0.0167494770139456}},"5c8477":{"lock":false,"position":{"x":36.6244735717773,"y":1.33744859695435,"z":-52.0084457397461},"rotation":{"x":0.0208226945251226,"y":270.002868652344,"z":0.0167121347039938}},"5cb9b4":{"lock":false,"position":{"x":40.2900733947754,"y":1.33338963985443,"z":-70.4198532104492},"rotation":{"x":0.0208240523934364,"y":269.990386962891,"z":0.0166809689253569}},"7725ed":{"lock":false,"position":{"x":29.3393440246582,"y":1.38254737854004,"z":-65.8083801269531},"rotation":{"x":1.59257233142853,"y":269.964904785156,"z":0.0167679730802774}},"7b97ca":{"lock":false,"position":{"x":32.985237121582,"y":1.38396263122559,"z":-65.8082809448242},"rotation":{"x":1.59529936313629,"y":269.977233886719,"z":0.0168041884899139}},"805623":{"lock":false,"position":{"x":36.6243705749512,"y":1.38759183883667,"z":-56.6084480285645},"rotation":{"x":1.58358669281006,"y":270.0009765625,"z":0.0168078858405352}},"875764":{"lock":false,"position":{"x":40.2900810241699,"y":1.33742642402649,"z":-56.6199836730957},"rotation":{"x":0.0208445712924004,"y":269.999084472656,"z":0.0165760722011328}},"94454d":{"lock":false,"position":{"x":29.3420658111572,"y":1.38660037517548,"z":-52.0094909667969},"rotation":{"x":1.59271323680878,"y":270.172424316406,"z":0.0170341897755861}},"a7f6c5":{"lock":false,"position":{"x":40.2900657653809,"y":1.33204400539398,"z":-75.0199737548828},"rotation":{"x":0.0208240933716297,"y":269.983154296875,"z":0.0167090948671103}},"b30384":{"lock":false,"position":{"x":29.3389854431152,"y":1.32941460609436,"z":-70.4085388183594},"rotation":{"x":0.0208649169653654,"y":269.976135253906,"z":0.0166198685765266}},"b58725":{"lock":false,"position":{"x":32.9857978820801,"y":1.43257093429565,"z":-70.4083633422852},"rotation":{"x":0.0781175717711449,"y":269.988067626953,"z":0.0165759343653917}},"ba3f23":{"lock":false,"position":{"x":40.2900619506836,"y":1.39027500152588,"z":-52.0200004577637},"rotation":{"x":358.457733154297,"y":270.003845214844,"z":0.0167994406074286}},"bc94c3":{"lock":false,"position":{"x":32.9871482849121,"y":1.38803112506866,"z":-52.0097503662109},"rotation":{"x":1.59626138210297,"y":270.003509521484,"z":0.0167093928903341}},"d499ce":{"lock":false,"position":{"x":36.6243362426758,"y":1.38663482666016,"z":-61.2084007263184},"rotation":{"x":358.446105957031,"y":269.988037109375,"z":0.0167805850505829}},"dea1a5":{"lock":false,"position":{"x":32.9852409362793,"y":1.33343350887299,"z":-61.2082786560059},"rotation":{"x":0.0209027379751205,"y":269.987030029297,"z":0.0166827831417322}},"dfd6a7":{"lock":false,"position":{"x":25.4922695159912,"y":1.33340930938721,"z":-52.0012969970703},"rotation":{"x":0.0208043158054352,"y":270.015380859375,"z":0.0167765244841576}},"ec289e":{"lock":false,"position":{"x":36.624382019043,"y":1.38221514225006,"z":-75.0083999633789},"rotation":{"x":1.5838942527771,"y":270.007507324219,"z":0.0168235283344984}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/ArkhamLocations.497d7f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/ArkhamLocations.497d7f.json new file mode 100644 index 00000000..c6a66d8e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/ArkhamLocations.497d7f.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Anything labeled with NotZ (Arkham) can be used for settings/scenarios around Arkham\n\n- Dunwich Extracurricular Activity, Forgotten Age Threads of Fate, etc", + "DragSelectable": true, + "GMNotes": "", + "GUID": "497d7f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Arkham Locations", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 26.95, + "posY": 1.352, + "posZ": -59.009, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.json new file mode 100644 index 00000000..0d179957 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/6NWqg1K/Zealot-Gathering.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "13e274", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ - 1", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.ttslua new file mode 100644 index 00000000..3b722458 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-1.13e274.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/6NWqg1K/Zealot-Gathering.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.json new file mode 100644 index 00000000..bac89c0f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/x5QFzrx/Zealot-3-Devourer-Below-Helen-Castelow.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a7f6c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.332, + "posZ": -75.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.ttslua new file mode 100644 index 00000000..1cb21aad --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3A.a7f6c5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/x5QFzrx/Zealot-3-Devourer-Below-Helen-Castelow.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.json new file mode 100644 index 00000000..52f1425d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/6r6LFGz/Zealot-3-Devourer-Below-Sarah-Miller.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec289e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ - 3B", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.382, + "posZ": -75.008, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.ttslua new file mode 100644 index 00000000..d9e9e416 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZ-3B.ec289e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/6r6LFGz/Zealot-3-Devourer-Below-Sarah-Miller.png" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.json new file mode 100644 index 00000000..8454f55d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/6NwbM59/Arkham-Michele-Botticelli.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba3f23", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.39, + "posZ": -52.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.ttslua new file mode 100644 index 00000000..d3264130 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2A.ba3f23.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/6NwbM59/Arkham-Michele-Botticelli.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.json new file mode 100644 index 00000000..ce536d98 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/N6sxyq5/Arkham-Mihail-Bila.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5c8477", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.337, + "posZ": -52.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.ttslua new file mode 100644 index 00000000..874b2fb2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2B.5c8477.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/N6sxyq5/Arkham-Mihail-Bila.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.json new file mode 100644 index 00000000..a77c8e42 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/W3QvdZW/Arkham-Eastside-Cristi-Balanescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc94c3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.987, + "posY": 1.388, + "posZ": -52.01, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.ttslua new file mode 100644 index 00000000..c92f19c2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2C.bc94c3.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/W3QvdZW/Arkham-Eastside-Cristi-Balanescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.json new file mode 100644 index 00000000..c8f5b6a6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/N7Lk7jc/Arkham-French-Hill-Cristi-Balanescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "94454d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2D", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.342, + "posY": 1.387, + "posZ": -52.009, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.ttslua new file mode 100644 index 00000000..6533bbbd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2D.94454d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/N7Lk7jc/Arkham-French-Hill-Cristi-Balanescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.json new file mode 100644 index 00000000..5d3fb4de --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/FzRk98n/Arkham-Downtown-Cristi-Balanescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dfd6a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2E", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.492, + "posY": 1.333, + "posZ": -52.001, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.ttslua new file mode 100644 index 00000000..39cf4605 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2E.dfd6a7.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/FzRk98n/Arkham-Downtown-Cristi-Balanescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.json new file mode 100644 index 00000000..e7626df7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/B393zxv/Arkham-Tomasz-Jedruszek.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "875764", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2F", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.337, + "posZ": -56.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.ttslua new file mode 100644 index 00000000..12d64072 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2F.875764.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/B393zxv/Arkham-Tomasz-Jedruszek.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.json new file mode 100644 index 00000000..1f6526de --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/2WQ2Vt6/Arkham-Tomasz-Jedruszek-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "805623", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2G", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.388, + "posZ": -56.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.ttslua new file mode 100644 index 00000000..e254ff6e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2G.805623.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/2WQ2Vt6/Arkham-Tomasz-Jedruszek-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.json new file mode 100644 index 00000000..aa58d5d8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/R7pQ9Y7/Arkham-Tomasz-Jedruszek-3.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37d15e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2H", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.387, + "posZ": -56.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.ttslua new file mode 100644 index 00000000..ea883f4f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2H.37d15e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/R7pQ9Y7/Arkham-Tomasz-Jedruszek-3.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.json new file mode 100644 index 00000000..4041854f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hswfZD6/Arkham-Guillem-H-Pongiluppi.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "154a13", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2I", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.388, + "posZ": -61.22, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.ttslua new file mode 100644 index 00000000..971f5abf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2I.154a13.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hswfZD6/Arkham-Guillem-H-Pongiluppi.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.json new file mode 100644 index 00000000..20efac6d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/5h5cMyF/Arkham-Guillem-H-Pongiluppi-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d499ce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2J", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.387, + "posZ": -61.208, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.ttslua new file mode 100644 index 00000000..6c1b5156 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2J.d499ce.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/5h5cMyF/Arkham-Guillem-H-Pongiluppi-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.json new file mode 100644 index 00000000..d8d766d1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ZBdVsWt/Arkham-Guillem-H-Pongiluppi-3.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dea1a5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - 2K", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.333, + "posZ": -61.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.ttslua new file mode 100644 index 00000000..045f1e4a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-2K.dea1a5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ZBdVsWt/Arkham-Guillem-H-Pongiluppi-3.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.json new file mode 100644 index 00000000..ea71a846 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/W2yJ5QZ/Arkham-Downtown-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "529e79", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Downtown", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.386, + "posZ": -65.82, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.ttslua new file mode 100644 index 00000000..b9551c07 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Downtown.529e79.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/W2yJ5QZ/Arkham-Downtown-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.json new file mode 100644 index 00000000..2a054a66 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/xfn1Fp8/Arkham-Eastside-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b4d36", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Eastside", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.333, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.ttslua new file mode 100644 index 00000000..be5f620f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Eastside.2b4d36.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/xfn1Fp8/Arkham-Eastside-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.json new file mode 100644 index 00000000..df9c411a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/HTNCCq4/Arkham-Merchant-District-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7b97ca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Merchant District", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.384, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.ttslua new file mode 100644 index 00000000..e90b19d8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MerchantDistrict.7b97ca.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/HTNCCq4/Arkham-Merchant-District-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.json new file mode 100644 index 00000000..de5bafa4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ncz9xjP/Arkham-Miskatonic-University-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7725ed", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Miskatonic University", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.383, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.ttslua new file mode 100644 index 00000000..5b685cd3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-MiskatonicUniversity.7725ed.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ncz9xjP/Arkham-Miskatonic-University-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.json new file mode 100644 index 00000000..57dfefce --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/sVWx1R3/Arkham-Northside-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5cb9b4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Northside", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.333, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.ttslua new file mode 100644 index 00000000..b444c5fc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Northside.5cb9b4.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/sVWx1R3/Arkham-Northside-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.json new file mode 100644 index 00000000..914c1e85 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/RyJnHmz/Arkham-Rivertown-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "509215", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Rivertown", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.625, + "posY": 1.384, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.ttslua new file mode 100644 index 00000000..2c034e15 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Rivertown.509215.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/RyJnHmz/Arkham-Rivertown-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.json new file mode 100644 index 00000000..a81eb2b9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/5GW5jg5/Arkham-Southside-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b58725", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Southside", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.986, + "posY": 1.433, + "posZ": -70.408, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.ttslua new file mode 100644 index 00000000..c9708dd0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Southside.b58725.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/5GW5jg5/Arkham-Southside-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.json new file mode 100644 index 00000000..3c4202ea --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/YXjvkMn/Arkham-Uptown-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b30384", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "NotZ (Arkham) - Uptown", + "Snap": true, + "Sticky": true, + "Tags": [ + "notzmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.329, + "posZ": -70.409, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.ttslua new file mode 100644 index 00000000..a8cd39f1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/NightoftheZealotArkhamLocations.07fe41/NotZArkham-Uptown.b30384.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/YXjvkMn/Arkham-Uptown-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.json new file mode 100644 index 00000000..7457545e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 1 + }, + "ContainedObjects_order": [ + "BlobA.1948e6", + "BlobB.6d39e9", + "RougarouA.fa41e2", + "RougarouB.63b912", + "Carnevale.1e0757", + "GuardiansoftheAbyssB.a9db71", + "GuardiansoftheAbyssA.218bf9", + "HotelExcelsiorA.99ee1e", + "HotelExcelsiorB.76157c", + "RougarouC.96fe2f", + "GuardiansoftheAbyssC.be250d", + "GuardiansoftheAbyssD.2a2e57", + "LabyrinthA.36e6f8", + "LabyrinthB.46cd9b", + "LabyrinthC.d39fc2", + "RougarouD.77cf3d", + "RougarouE.07d749", + "GuardiansoftheAbyssE.12dc42", + "WaroftheOuterGods.71c514", + "Kingsport.03efce", + "ErichZann.969149", + "GuardiansoftheAbyssF.268604", + "Consternation.32c136" + ], + "ContainedObjects_path": "SideMissions.f4f4be", + "Description": "sidemat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f4f4be", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Side Missions", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.64, + "posY": 1.096, + "posZ": -84.258, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.luascriptstate new file mode 100644 index 00000000..24630610 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.luascriptstate @@ -0,0 +1 @@ +{"ml":{"03efce":{"lock":false,"position":{"x":40.2900695800781,"y":1.33069908618927,"z":-79.619873046875},"rotation":{"x":0.0208131559193134,"y":269.985595703125,"z":0.0167657025158405}},"07d749":{"lock":false,"position":{"x":25.6873207092285,"y":1.38649654388428,"z":-47.4359703063965},"rotation":{"x":1.58943736553192,"y":269.995300292969,"z":0.0167984291911125}},"12dc42":{"lock":false,"position":{"x":25.497371673584,"y":1.38354790210724,"z":-56.611457824707},"rotation":{"x":358.458099365234,"y":269.9794921875,"z":0.0167887043207884}},"1948e6":{"lock":false,"position":{"x":40.2902412414551,"y":1.38488984107971,"z":-70.4197998046875},"rotation":{"x":358.457763671875,"y":269.983093261719,"z":0.0168045125901699}},"1e0757":{"lock":false,"position":{"x":40.2900772094727,"y":1.33877789974213,"z":-52.0199775695801},"rotation":{"x":0.0208130832761526,"y":269.985412597656,"z":0.0167656317353249}},"218bf9":{"lock":false,"position":{"x":40.2899436950684,"y":1.33742809295654,"z":-56.6199073791504},"rotation":{"x":0.0208324305713177,"y":269.998474121094,"z":0.0166420117020607}},"268604":{"lock":false,"position":{"x":21.8304271697998,"y":1.33073222637177,"z":-56.6004219055176},"rotation":{"x":0.0208226758986712,"y":269.988494873047,"z":0.0167297348380089}},"2a2e57":{"lock":false,"position":{"x":29.3394107818604,"y":1.3852299451828,"z":-56.6081314086914},"rotation":{"x":1.59222602844238,"y":269.988037109375,"z":0.0167940221726894}},"32c136":{"lock":false,"position":{"x":40.274284362793,"y":1.32800400257111,"z":-88.8075485229492},"rotation":{"x":0.0208088848739862,"y":270.000030517578,"z":0.0167711488902569}},"36e6f8":{"lock":false,"position":{"x":40.2904167175293,"y":1.38624262809753,"z":-65.8198394775391},"rotation":{"x":358.457550048828,"y":269.992553710938,"z":0.016792930662632}},"46cd9b":{"lock":false,"position":{"x":36.6242561340332,"y":1.38526940345764,"z":-65.8083877563477},"rotation":{"x":358.446746826172,"y":269.997253417969,"z":0.0167947746813297}},"63b912":{"lock":false,"position":{"x":36.624397277832,"y":1.39066696166992,"z":-47.4084243774414},"rotation":{"x":358.446441650391,"y":269.986907958984,"z":0.0168084967881441}},"6d39e9":{"lock":false,"position":{"x":36.6240463256836,"y":1.33206403255463,"z":-70.4083557128906},"rotation":{"x":0.0208107903599739,"y":270.004913330078,"z":0.0167715772986412}},"71c514":{"lock":false,"position":{"x":40.2900657653809,"y":1.33204543590546,"z":-75.0199737548828},"rotation":{"x":0.020813150331378,"y":269.985626220703,"z":0.0167658105492592}},"76157c":{"lock":false,"position":{"x":36.6238708496094,"y":1.38624787330627,"z":-61.2081832885742},"rotation":{"x":1.58368766307831,"y":269.984252929688,"z":0.0167866926640272}},"77cf3d":{"lock":false,"position":{"x":29.3391380310059,"y":1.33614194393158,"z":-47.4095993041992},"rotation":{"x":0.0208786576986313,"y":269.988494873047,"z":0.0164429545402527}},"969149":{"lock":false,"position":{"x":40.289981842041,"y":1.3293524980545,"z":-84.2198638916016},"rotation":{"x":0.0208130199462175,"y":269.985595703125,"z":0.0167657379060984}},"96fe2f":{"lock":false,"position":{"x":32.9849624633789,"y":1.38926637172699,"z":-47.4095344543457},"rotation":{"x":358.44873046875,"y":270.020874023438,"z":0.0167370550334454}},"99ee1e":{"lock":false,"position":{"x":40.2900695800781,"y":1.33608162403107,"z":-61.2199897766113},"rotation":{"x":0.0208375491201878,"y":269.985595703125,"z":0.0166378431022167}},"a9db71":{"lock":false,"position":{"x":36.6273536682129,"y":1.43608236312866,"z":-56.6083679199219},"rotation":{"x":0.0203358624130487,"y":269.975708007813,"z":0.0164193212985992}},"be250d":{"lock":false,"position":{"x":32.9853019714355,"y":1.33477675914764,"z":-56.6083221435547},"rotation":{"x":0.0208540260791779,"y":269.985595703125,"z":0.0165619384497404}},"d39fc2":{"lock":false,"position":{"x":32.9843368530273,"y":1.3320859670639,"z":-65.8083038330078},"rotation":{"x":0.0208368692547083,"y":269.999786376953,"z":0.0166636761277914}},"fa41e2":{"lock":false,"position":{"x":40.2912559509277,"y":1.39161622524261,"z":-47.4199562072754},"rotation":{"x":358.457946777344,"y":269.987091064453,"z":0.0168129969388247}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.json new file mode 100644 index 00000000..00a71916 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/qJzstWF/Blob-That-Ate-Everything-Emilio-Rodriguez.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1948e6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Blob A", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.385, + "posZ": -70.42, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.ttslua new file mode 100644 index 00000000..622d499b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobA.1948e6.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/qJzstWF/Blob-That-Ate-Everything-Emilio-Rodriguez.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.json new file mode 100644 index 00000000..f9e331a2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/JxFV4ZN/Blob-That-Ate-Everything-Emilio-Rodriguez.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6d39e9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Blob B", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.332, + "posZ": -70.408, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.ttslua new file mode 100644 index 00000000..f94d4953 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/BlobB.6d39e9.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/JxFV4ZN/Blob-That-Ate-Everything-Emilio-Rodriguez.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.json new file mode 100644 index 00000000..5dd326af --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ZchJBpz/Carnevale-of-Horrors.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e0757", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Carnevale", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.339, + "posZ": -52.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.ttslua new file mode 100644 index 00000000..f6148f29 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Carnevale.1e0757.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ZchJBpz/Carnevale-of-Horrors.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.json new file mode 100644 index 00000000..114a85fb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Tw2xBP1/Consternation-Constellation.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "32c136", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Consternation", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.274, + "posY": 1.328, + "posZ": -88.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.ttslua new file mode 100644 index 00000000..9180a63f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Consternation.32c136.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Tw2xBP1/Consternation-Constellation.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.json new file mode 100644 index 00000000..5658d6cc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/SNr8tqN/Symphony-of-Erich-Zann-Hazel-Yingling.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "969149", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Erich Zann", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.329, + "posZ": -84.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.ttslua new file mode 100644 index 00000000..8f8a8d7b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/ErichZann.969149.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/SNr8tqN/Symphony-of-Erich-Zann-Hazel-Yingling.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.json new file mode 100644 index 00000000..2939309e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Vpzptmt/Guardians-of-the-Abyss-Yujin-Choo.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "218bf9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Guardians of the Abyss A", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.337, + "posZ": -56.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.ttslua new file mode 100644 index 00000000..23237326 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssA.218bf9.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Vpzptmt/Guardians-of-the-Abyss-Yujin-Choo.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.json new file mode 100644 index 00000000..e8bb610c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/jMHPcvz/Guardians-of-the-Abyss-Jose-Vega.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a9db71", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Guardians of the Abyss B", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.627, + "posY": 1.436, + "posZ": -56.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.ttslua new file mode 100644 index 00000000..513c60ae --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssB.a9db71.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/jMHPcvz/Guardians-of-the-Abyss-Jose-Vega.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.json new file mode 100644 index 00000000..55786ca4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/QbMvjbx/Guardians-of-the-Abyss-Mike-Szabados.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "be250d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Guardians of the Abyss C", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.335, + "posZ": -56.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.ttslua new file mode 100644 index 00000000..dc76c3c1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssC.be250d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/QbMvjbx/Guardians-of-the-Abyss-Mike-Szabados.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.json new file mode 100644 index 00000000..665ad633 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/99pqXQP/Guardians-of-the-Abyss-Koke-Nunez.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2a2e57", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Guardians of the Abyss D", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.385, + "posZ": -56.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.ttslua new file mode 100644 index 00000000..da08a7fb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssD.2a2e57.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/99pqXQP/Guardians-of-the-Abyss-Koke-Nunez.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.json new file mode 100644 index 00000000..99415b40 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/gD3R6cw/Guardians-of-the-Abyss-Jake-Murray.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "12dc42", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Guardians of the Abyss E", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.497, + "posY": 1.384, + "posZ": -56.611, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.ttslua new file mode 100644 index 00000000..96008584 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssE.12dc42.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/gD3R6cw/Guardians-of-the-Abyss-Jake-Murray.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.json new file mode 100644 index 00000000..a0237827 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/zFDt9Q8/Guardians-of-the-Abyss-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "268604", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Guardians of the Abyss F", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 21.83, + "posY": 1.331, + "posZ": -56.6, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.ttslua new file mode 100644 index 00000000..eeddf406 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/GuardiansoftheAbyssF.268604.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/zFDt9Q8/Guardians-of-the-Abyss-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.json new file mode 100644 index 00000000..76bba292 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/vBQRHNS/Murder-at-Excelsior-Hotel-Romain-Bayle.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "99ee1e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Hotel Excelsior A", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.336, + "posZ": -61.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.ttslua new file mode 100644 index 00000000..3482f235 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorA.99ee1e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/vBQRHNS/Murder-at-Excelsior-Hotel-Romain-Bayle.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.json new file mode 100644 index 00000000..b9f3c875 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/5cQ6LvN/Murder-at-Excelsior-Hotel-Alistair-Mitchell.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "76157c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Hotel Excelsior B", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.386, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.ttslua new file mode 100644 index 00000000..2bc7b56a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/HotelExcelsiorB.76157c.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/5cQ6LvN/Murder-at-Excelsior-Hotel-Alistair-Mitchell.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.json new file mode 100644 index 00000000..d806a279 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/rbkk7ys/Kingsport-Tomasz-Jedruszek.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "03efce", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Kingsport", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.331, + "posZ": -79.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.ttslua new file mode 100644 index 00000000..c1c36e2b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/Kingsport.03efce.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/rbkk7ys/Kingsport-Tomasz-Jedruszek.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.json new file mode 100644 index 00000000..d13af802 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/44DXfWw/Labyrinths-of-Lunacy-Richard-Wright.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36e6f8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Labyrinth A", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.386, + "posZ": -65.82, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.ttslua new file mode 100644 index 00000000..c9a50c67 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthA.36e6f8.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/44DXfWw/Labyrinths-of-Lunacy-Richard-Wright.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.json new file mode 100644 index 00000000..841ce552 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/f17PMCC/Labyrinths-of-Lunacy-Cordelia-Wolf.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "46cd9b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Labyrinth B", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.385, + "posZ": -65.808, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.ttslua new file mode 100644 index 00000000..a91323d4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthB.46cd9b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/f17PMCC/Labyrinths-of-Lunacy-Cordelia-Wolf.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.json new file mode 100644 index 00000000..2281fe64 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/jMQhs68/Labyrinths-of-Lunacy-Robert-Berg.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d39fc2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Labyrinth C", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.984, + "posY": 1.332, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.ttslua new file mode 100644 index 00000000..e9ec7a2d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/LabyrinthC.d39fc2.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/jMQhs68/Labyrinths-of-Lunacy-Robert-Berg.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.json new file mode 100644 index 00000000..c2aa1793 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Qf7Sr7P/Curse-of-the-Rougarou.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fa41e2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Rougarou A", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.291, + "posY": 1.392, + "posZ": -47.42, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.ttslua new file mode 100644 index 00000000..30c8ae56 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouA.fa41e2.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Qf7Sr7P/Curse-of-the-Rougarou.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.json new file mode 100644 index 00000000..0cc70600 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ZxGTC1w/Curse-of-the-Rougarou-Lachlan-Page.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "63b912", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Rougarou B", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.391, + "posZ": -47.408, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.ttslua new file mode 100644 index 00000000..c72058fd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouB.63b912.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ZxGTC1w/Curse-of-the-Rougarou-Lachlan-Page.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.json new file mode 100644 index 00000000..92930a81 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/BK7rmJ9/Curse-of-the-Rougarou-Karine-Villette.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "96fe2f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Rougarou C", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.389, + "posZ": -47.41, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.ttslua new file mode 100644 index 00000000..78c2941d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouC.96fe2f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/BK7rmJ9/Curse-of-the-Rougarou-Karine-Villette.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.json new file mode 100644 index 00000000..a1ac831a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/HgNXJhW/Curse-of-the-Rougarou-Vladimir-Manyukhin.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "77cf3d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Rougarou D", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.336, + "posZ": -47.41, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.ttslua new file mode 100644 index 00000000..d4d553ed --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouD.77cf3d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/HgNXJhW/Curse-of-the-Rougarou-Vladimir-Manyukhin.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.json new file mode 100644 index 00000000..15bd9d4c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hs1Qjp0/Curse-of-the-Rougarou-Ann-Kovaleva.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "07d749", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Rougarou E", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.687, + "posY": 1.386, + "posZ": -47.436, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.ttslua new file mode 100644 index 00000000..11ad1eef --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/RougarouE.07d749.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hs1Qjp0/Curse-of-the-Rougarou-Ann-Kovaleva.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.json new file mode 100644 index 00000000..75609502 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/wLNGFTG/War-of-the-Outer-Gods-Joshua-Cairos.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "71c514", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "War of the Outer Gods", + "Snap": true, + "Sticky": true, + "Tags": [ + "sidemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.332, + "posZ": -75.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.ttslua new file mode 100644 index 00000000..b55f93c3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/SideMissions.f4f4be/WaroftheOuterGods.71c514.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/wLNGFTG/War-of-the-Outer-Gods-Joshua-Cairos.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.json new file mode 100644 index 00000000..c49282f6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.json @@ -0,0 +1,80 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0, + "r": 0.95237 + }, + "ContainedObjects_order": [ + "TCU-2A.3467d8", + "TCU-3A.1299aa", + "TCU-3B.f7c7bd", + "TCU-0.0b7d77", + "TCU-2B.29fb59", + "TCU-2C.df64cb", + "TCU-3C.d6507e", + "TCU-4A.891943", + "TCU-4D.a3c29b", + "TCU-4B.7c18b0", + "TCU-4C.0e6a60", + "TCU-5C.5cc445", + "TCU-5A.c49f1a", + "TCU-5B.4637fa", + "TCU-1.36c99e", + "TCU-4E.93292a", + "TCU-3D.d3047a", + "TCU-5D.be0192", + "TCU-6.b96b46", + "TCU-7B.cef7d2", + "TCU-7A.727293", + "TCU-7C.8757ad", + "TCU-8A.7e50fa", + "TCU-8B.53c074" + ], + "ContainedObjects_path": "TheCircleUndone.d262db", + "Description": "tcumat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d262db", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Circle Undone", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.102, + "posZ": -65.809, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.luascriptstate new file mode 100644 index 00000000..e6d28646 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0b7d77":{"lock":false,"position":{"x":40.2900772094727,"y":1.34012448787689,"z":-47.4199829101563},"rotation":{"x":0.0208131186664104,"y":269.985534667969,"z":0.0167657472193241}},"0e6a60":{"lock":false,"position":{"x":32.986213684082,"y":1.33208477497101,"z":-65.8081970214844},"rotation":{"x":0.0208583567291498,"y":269.983978271484,"z":0.0165787246078253}},"1299aa":{"lock":false,"position":{"x":40.2900466918945,"y":1.38757884502411,"z":-61.2199859619141},"rotation":{"x":358.457855224609,"y":269.979278564453,"z":0.0167892947793007}},"29fb59":{"lock":false,"position":{"x":36.6243896484375,"y":1.38759207725525,"z":-56.6084251403809},"rotation":{"x":1.58360362052917,"y":269.979309082031,"z":0.0167949665337801}},"3467d8":{"lock":false,"position":{"x":40.2900810241699,"y":1.3374263048172,"z":-56.6199798583984},"rotation":{"x":0.0208505652844906,"y":269.979919433594,"z":0.0165672935545444}},"36c99e":{"lock":false,"position":{"x":40.2900772094727,"y":1.33877789974213,"z":-52.0199737548828},"rotation":{"x":0.0208148956298828,"y":269.979553222656,"z":0.0167634803801775}},"4637fa":{"lock":false,"position":{"x":36.6243934631348,"y":1.38356256484985,"z":-70.408317565918},"rotation":{"x":1.58386623859406,"y":269.982940673828,"z":0.0168385803699493}},"53c074":{"lock":false,"position":{"x":36.6243858337402,"y":1.37952423095703,"z":-84.2082748413086},"rotation":{"x":1.58394324779511,"y":269.97802734375,"z":0.0167910698801279}},"5cc445":{"lock":false,"position":{"x":32.9852676391602,"y":1.38259994983673,"z":-70.4083023071289},"rotation":{"x":1.59481465816498,"y":269.977111816406,"z":0.0167935099452734}},"727293":{"lock":false,"position":{"x":40.2900428771973,"y":1.38221776485443,"z":-79.6198806762695},"rotation":{"x":358.457061767578,"y":270.012268066406,"z":0.0167858339846134}},"7c18b0":{"lock":false,"position":{"x":36.6247444152832,"y":1.43335330486298,"z":-65.8082885742188},"rotation":{"x":0.0211367905139923,"y":269.991271972656,"z":0.0165514443069696}},"7e50fa":{"lock":false,"position":{"x":40.289981842041,"y":1.32934963703156,"z":-84.2198715209961},"rotation":{"x":0.0208379328250885,"y":269.973510742188,"z":0.0166499819606543}},"8757ad":{"lock":false,"position":{"x":32.9853096008301,"y":1.37991297245026,"z":-79.6082382202148},"rotation":{"x":1.59499394893646,"y":270.019073486328,"z":0.0168122481554747}},"891943":{"lock":false,"position":{"x":40.2896537780762,"y":1.3347327709198,"z":-65.8198318481445},"rotation":{"x":0.0208477415144444,"y":269.990509033203,"z":0.0165486726909876}},"93292a":{"lock":false,"position":{"x":25.5436916351318,"y":1.32938027381897,"z":-65.829231262207},"rotation":{"x":0.0208344701677561,"y":269.912841796875,"z":0.0167394429445267}},"a3c29b":{"lock":false,"position":{"x":29.3412799835205,"y":1.38257503509521,"z":-65.8089599609375},"rotation":{"x":1.59337544441223,"y":269.997375488281,"z":0.0167895462363958}},"b96b46":{"lock":false,"position":{"x":40.2900657653809,"y":1.33204555511475,"z":-75.0199737548828},"rotation":{"x":0.0208139251917601,"y":269.982513427734,"z":0.0167645514011383}},"be0192":{"lock":false,"position":{"x":29.3391304016113,"y":1.38119769096375,"z":-70.4084091186523},"rotation":{"x":1.59244918823242,"y":269.991485595703,"z":0.0168058760464191}},"c49f1a":{"lock":false,"position":{"x":40.2900695800781,"y":1.33338844776154,"z":-70.4198455810547},"rotation":{"x":0.0208339560776949,"y":269.981903076172,"z":0.0166303999722004}},"cef7d2":{"lock":false,"position":{"x":36.6243743896484,"y":1.32936525344849,"z":-79.608268737793},"rotation":{"x":0.0208449997007847,"y":270.015014648438,"z":0.0165506601333618}},"d3047a":{"lock":false,"position":{"x":29.3391284942627,"y":1.38389098644257,"z":-61.2083320617676},"rotation":{"x":1.59246706962585,"y":269.982208251953,"z":0.0167914628982544}},"d6507e":{"lock":false,"position":{"x":32.9852485656738,"y":1.38531124591827,"z":-61.2083473205566},"rotation":{"x":1.59538626670837,"y":269.977874755859,"z":0.0167828910052776}},"df64cb":{"lock":false,"position":{"x":32.9853172302246,"y":1.38665962219238,"z":-56.6083183288574},"rotation":{"x":1.59544384479523,"y":269.982849121094,"z":0.016785828396678}},"f7c7bd":{"lock":false,"position":{"x":36.6243286132813,"y":1.33475041389465,"z":-61.2084083557129},"rotation":{"x":0.0208660773932934,"y":269.98388671875,"z":0.016502944752574}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.json new file mode 100644 index 00000000..11d235c2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/gm4C6yy/Circle-Undone-0-Prologue-Ted-Galaday.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b7d77", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 0", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.ttslua new file mode 100644 index 00000000..00b443b7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-0.0b7d77.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/gm4C6yy/Circle-Undone-0-Prologue-Ted-Galaday.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.json new file mode 100644 index 00000000..675dd596 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/kgJ34WS/Circle-Undone-1-Witching-Hour-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36c99e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 1", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.339, + "posZ": -52.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.ttslua new file mode 100644 index 00000000..8498f0c2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-1.36c99e.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/kgJ34WS/Circle-Undone-1-Witching-Hour-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.json new file mode 100644 index 00000000..056f3936 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/qNWzH0Y/Circle-Undone-2-At-Death-039-s-Doorstep-Emilio-Rodriguez.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3467d8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.337, + "posZ": -56.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.ttslua new file mode 100644 index 00000000..181f6f1e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2A.3467d8.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/qNWzH0Y/Circle-Undone-2-At-Death-039-s-Doorstep-Emilio-Rodriguez.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.json new file mode 100644 index 00000000..269a0972 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/T1zp1QN/Circle-Undone-2-At-Death-039-s-Doorstep-Emilio-Rodriguez-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29fb59", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.388, + "posZ": -56.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.ttslua new file mode 100644 index 00000000..5f8626d1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2B.29fb59.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/T1zp1QN/Circle-Undone-2-At-Death-039-s-Doorstep-Emilio-Rodriguez-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.json new file mode 100644 index 00000000..361f0b46 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/ZJfYZ1w/Circle-Undone-2-At-Death-039-s-Doorstep-Majid-Azim.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df64cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.387, + "posZ": -56.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.ttslua new file mode 100644 index 00000000..35e9a5ba --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-2C.df64cb.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/ZJfYZ1w/Circle-Undone-2-At-Death-039-s-Doorstep-Majid-Azim.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.json new file mode 100644 index 00000000..d5f1fd57 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/MpcPXR5/Circle-Undone-3-Secret-Name-Pierre-Santamaria.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1299aa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.388, + "posZ": -61.22, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.ttslua new file mode 100644 index 00000000..e7638277 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3A.1299aa.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/MpcPXR5/Circle-Undone-3-Secret-Name-Pierre-Santamaria.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.json new file mode 100644 index 00000000..14a48833 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hsBw4JQ/Circle-Undone-3-Secret-Name-Jeff-Jumper.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f7c7bd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 3B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.335, + "posZ": -61.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.ttslua new file mode 100644 index 00000000..611a0515 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3B.f7c7bd.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hsBw4JQ/Circle-Undone-3-Secret-Name-Jeff-Jumper.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.json new file mode 100644 index 00000000..139742e3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/0D7LzxV/Circle-Undone-3-The-Secret-Name-Robert-Laskey.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d6507e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 3C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.385, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.ttslua new file mode 100644 index 00000000..afcba20c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3C.d6507e.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/0D7LzxV/Circle-Undone-3-The-Secret-Name-Robert-Laskey.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.json new file mode 100644 index 00000000..7a87ae70 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/LQ8rdKs/Circle-Undone-3-The-Secret-Name-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d3047a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 3D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.384, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.ttslua new file mode 100644 index 00000000..31451c4d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-3D.d3047a.ttslua @@ -0,0 +1,27 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/LQ8rdKs/Circle-Undone-3-The-Secret-Name-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.json new file mode 100644 index 00000000..e9cba1b1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/sj1bS5x/Circle-Undone-4-Wages-of-Sin-Serge-Da-Silva-Dias.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "891943", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.335, + "posZ": -65.82, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.ttslua new file mode 100644 index 00000000..1db3d869 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4A.891943.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/sj1bS5x/Circle-Undone-4-Wages-of-Sin-Serge-Da-Silva-Dias.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.json new file mode 100644 index 00000000..1079306d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/fDMqH1C/Circle-Undone-4-Wages-of-Sin-Emilio-Rodriguez.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7c18b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.625, + "posY": 1.433, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.ttslua new file mode 100644 index 00000000..e01911c4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4B.7c18b0.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/fDMqH1C/Circle-Undone-4-Wages-of-Sin-Emilio-Rodriguez.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.json new file mode 100644 index 00000000..cee68135 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/HDrKkZF/Circle-Undone-4-Wages-of-Sin-Emilio-Rodriguez-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e6a60", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 4C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.986, + "posY": 1.332, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.ttslua new file mode 100644 index 00000000..70064ca7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4C.0e6a60.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/HDrKkZF/Circle-Undone-4-Wages-of-Sin-Emilio-Rodriguez-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.json new file mode 100644 index 00000000..a9b5d032 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/CMj007q/Circle-Undone-4-Wages-of-Sin-Mateusz-Michalski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3c29b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 4D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.341, + "posY": 1.383, + "posZ": -65.809, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.ttslua new file mode 100644 index 00000000..ccf95b43 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4D.a3c29b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/CMj007q/Circle-Undone-4-Wages-of-Sin-Mateusz-Michalski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.json new file mode 100644 index 00000000..e3d8839c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/vkpG8cM/Circle-Undone-4-Wages-of-Sin-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "93292a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 4E", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.544, + "posY": 1.329, + "posZ": -65.829, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.ttslua new file mode 100644 index 00000000..fa1a8988 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-4E.93292a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/vkpG8cM/Circle-Undone-4-Wages-of-Sin-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.json new file mode 100644 index 00000000..ad8f8330 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/pPzXNd1/Circle-Undone-5-For-the-Greater-Good-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c49f1a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 5A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.333, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.ttslua new file mode 100644 index 00000000..4268d78e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5A.c49f1a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/pPzXNd1/Circle-Undone-5-For-the-Greater-Good-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.json new file mode 100644 index 00000000..56801ee5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/vj1q4Cm/Circle-Undone-5-For-the-Greater-Good-Robert-Laskey.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4637fa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 5B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.384, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.ttslua new file mode 100644 index 00000000..2861c692 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5B.4637fa.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/vj1q4Cm/Circle-Undone-5-For-the-Greater-Good-Robert-Laskey.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.json new file mode 100644 index 00000000..65a4d645 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/8rMLvJH/Circle-Undone-5-For-the-Greater-Good-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5cc445", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 5C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.383, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.ttslua new file mode 100644 index 00000000..bbd86dec --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5C.5cc445.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/8rMLvJH/Circle-Undone-5-For-the-Greater-Good-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.json new file mode 100644 index 00000000..9a08c62b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/LDyqjbj/Circle-Undone-5-For-the-Greater-Good.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "be0192", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 5D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.381, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.ttslua new file mode 100644 index 00000000..b0806ca3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-5D.be0192.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/LDyqjbj/Circle-Undone-5-For-the-Greater-Good.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.json new file mode 100644 index 00000000..ef05ff2b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/n7SD1tB/Circle-Undone-6-Union-amp-Disillusioned-Andreas-Rocha.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b96b46", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 6", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.332, + "posZ": -75.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.ttslua new file mode 100644 index 00000000..0513bf67 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-6.b96b46.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/n7SD1tB/Circle-Undone-6-Union-amp-Disillusioned-Andreas-Rocha.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.json new file mode 100644 index 00000000..adffefbf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/m6DshNg/Circle-Undone-7-In-the-Clutches-of-Chaos-Alexandr-Elichev.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "727293", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.382, + "posZ": -79.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.ttslua new file mode 100644 index 00000000..c1e53e00 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7A.727293.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/m6DshNg/Circle-Undone-7-In-the-Clutches-of-Chaos-Alexandr-Elichev.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.json new file mode 100644 index 00000000..f110c18b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/bFXBNh7/Circle-Undone-7-In-the-Clutches-of-Chaos.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cef7d2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.329, + "posZ": -79.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.ttslua new file mode 100644 index 00000000..2810285d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7B.cef7d2.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/bFXBNh7/Circle-Undone-7-In-the-Clutches-of-Chaos.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.json new file mode 100644 index 00000000..b0cd428e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/k2p4yfG/Circle-Undone-7-In-the-Clutches-of-Chaos-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8757ad", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 7C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.38, + "posZ": -79.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.ttslua new file mode 100644 index 00000000..8776bf3e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-7C.8757ad.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/k2p4yfG/Circle-Undone-7-In-the-Clutches-of-Chaos-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.json new file mode 100644 index 00000000..5385fc39 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/9TPwvP6/Circle-Undone-8-Before-the-Black-Throne-Aaron-Luke-Wilson.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7e50fa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.329, + "posZ": -84.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.ttslua new file mode 100644 index 00000000..1acf2572 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8A.7e50fa.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/9TPwvP6/Circle-Undone-8-Before-the-Black-Throne-Aaron-Luke-Wilson.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.json new file mode 100644 index 00000000..45e951f7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/VNtgH4v/Circle-Undone-8-Before-the-Black-Throne-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "53c074", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TCU - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tcumat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.38, + "posZ": -84.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.ttslua new file mode 100644 index 00000000..ebf0fcb6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheCircleUndone.d262db/TCU-8B.53c074.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/VNtgH4v/Circle-Undone-8-Before-the-Black-Throne-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.json new file mode 100644 index 00000000..1da21c88 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.json @@ -0,0 +1,76 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0, + "r": 0.70296 + }, + "ContainedObjects_order": [ + "TDEDreaming-1B.69f081", + "TDEDreaming-1A.d15fee", + "TDEDreaming-2A.7cc49f", + "TDEDreaming-2B.ba2453", + "TDEDreaming-3A.89227a", + "TDEDreaming-3B.30d019", + "TDEDreaming-4.3948b5", + "TDEDreaming-1C.044e36", + "TDEDreaming-2C.ad3576", + "TDEDreaming-2D.e2f73e", + "TDEWaking-1.c36a9f", + "TDEWaking-2C.3ac9be", + "TDEWaking-2B.5b18f5", + "TDEWaking-2A.513b6f", + "TDEDreaming-2E.90a381", + "TDEWaking-3A.271e9a", + "TDEWaking-3B.f97453", + "TDEWaking-4A.3549ff", + "TDEWaking-4B.b2b345", + "TDEWaking-4C.256a94" + ], + "ContainedObjects_path": "TheDream-Eaters.992a0b", + "Description": "tdemat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "992a0b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Dream-Eaters", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.1, + "posZ": -70.409, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.luascriptstate new file mode 100644 index 00000000..1749f13c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.luascriptstate @@ -0,0 +1 @@ +{"ml":{"044e36":{"lock":false,"position":{"x":32.9846038818359,"y":1.38932967185974,"z":-47.4094314575195},"rotation":{"x":1.59471690654755,"y":269.985992431641,"z":0.0168394166976213}},"256a94":{"lock":false,"position":{"x":32.9853172302246,"y":1.326700091362,"z":-84.2082977294922},"rotation":{"x":0.020869268104434,"y":269.985046386719,"z":0.0166497677564621}},"271e9a":{"lock":false,"position":{"x":40.2898750305176,"y":1.38220512866974,"z":-79.6198883056641},"rotation":{"x":358.457550048828,"y":269.982177734375,"z":0.0167788900434971}},"30d019":{"lock":false,"position":{"x":36.6243209838867,"y":1.33610236644745,"z":-56.6083869934082},"rotation":{"x":0.0208411328494549,"y":270.00732421875,"z":0.0167256332933903}},"3549ff":{"lock":false,"position":{"x":40.2870330810547,"y":1.32934617996216,"z":-84.2198257446289},"rotation":{"x":0.0208312459290028,"y":269.974700927734,"z":0.0165553595870733}},"3948b5":{"lock":false,"position":{"x":40.2900695800781,"y":1.33608496189117,"z":-61.2199897766113},"rotation":{"x":0.0208136904984713,"y":269.9833984375,"z":0.0167649537324905}},"3ac9be":{"lock":false,"position":{"x":32.9867706298828,"y":1.32939422130585,"z":-75.0083312988281},"rotation":{"x":0.0208565834909678,"y":269.989349365234,"z":0.0166643485426903}},"513b6f":{"lock":false,"position":{"x":40.28759765625,"y":1.33203971385956,"z":-75.0200424194336},"rotation":{"x":0.0208294373005629,"y":269.982086181641,"z":0.0165824517607689}},"5b18f5":{"lock":false,"position":{"x":36.6241035461426,"y":1.43067157268524,"z":-75.0083999633789},"rotation":{"x":0.0210113320499659,"y":269.989685058594,"z":0.0163585692644119}},"69f081":{"lock":false,"position":{"x":36.6245422363281,"y":1.33879220485687,"z":-47.408332824707},"rotation":{"x":0.0208539385348558,"y":269.957397460938,"z":0.0165824443101883}},"7cc49f":{"lock":false,"position":{"x":40.2891006469727,"y":1.39029014110565,"z":-52.0199813842773},"rotation":{"x":358.457275390625,"y":270.006744384766,"z":0.0167833250015974}},"89227a":{"lock":false,"position":{"x":40.2900390625,"y":1.38893449306488,"z":-56.6200294494629},"rotation":{"x":358.45751953125,"y":270.002593994141,"z":0.0167992264032364}},"90a381":{"lock":false,"position":{"x":25.4876403808594,"y":1.33340740203857,"z":-52.0017509460449},"rotation":{"x":0.0208137053996325,"y":269.9833984375,"z":0.0167648587375879}},"ad3576":{"lock":false,"position":{"x":32.985294342041,"y":1.43609476089478,"z":-52.0096244812012},"rotation":{"x":0.0210697632282972,"y":269.979797363281,"z":0.0167141612619162}},"b2b345":{"lock":false,"position":{"x":36.6205215454102,"y":1.427973985672,"z":-84.2085266113281},"rotation":{"x":0.0210325140506029,"y":269.981384277344,"z":0.0166059881448746}},"ba2453":{"lock":false,"position":{"x":36.6246452331543,"y":1.3374434709549,"z":-52.0082092285156},"rotation":{"x":0.0208558533340693,"y":270.002410888672,"z":0.0165013372898102}},"c36a9f":{"lock":false,"position":{"x":40.2900695800781,"y":1.33339202404022,"z":-70.4198455810547},"rotation":{"x":0.0208149589598179,"y":269.978942871094,"z":0.0167633779346943}},"d15fee":{"lock":false,"position":{"x":40.2887001037598,"y":1.39166271686554,"z":-47.4199638366699},"rotation":{"x":358.456451416016,"y":269.961853027344,"z":0.0167476702481508}},"e2f73e":{"lock":false,"position":{"x":29.3377857208252,"y":1.33480083942413,"z":-52.0099182128906},"rotation":{"x":0.0208508707582951,"y":269.982696533203,"z":0.0166664440184832}},"f97453":{"lock":false,"position":{"x":36.6243553161621,"y":1.32936978340149,"z":-79.6082763671875},"rotation":{"x":0.0207974631339312,"y":269.984252929688,"z":0.0167127083986998}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.json new file mode 100644 index 00000000..ff4946ed --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/S6sCy7G/Dream-Eaters-1-A-Beyond-the-Gates-of-Sleep-Phoebe-Herring.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d15fee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.289, + "posY": 1.392, + "posZ": -47.42, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.ttslua new file mode 100644 index 00000000..f93b88d7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1A.d15fee.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/S6sCy7G/Dream-Eaters-1-A-Beyond-the-Gates-of-Sleep-Phoebe-Herring.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.json new file mode 100644 index 00000000..24c20c9a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/kBfW9SC/Dream-Eaters-1-A-Beyond-the-Gates-of-Sleep-Regina-Kurnya.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69f081", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.625, + "posY": 1.339, + "posZ": -47.408, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.ttslua new file mode 100644 index 00000000..11ee0df4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1B.69f081.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/kBfW9SC/Dream-Eaters-1-A-Beyond-the-Gates-of-Sleep-Regina-Kurnya.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.json new file mode 100644 index 00000000..56239e5a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/HGvnxdX/Dream-Eaters-1-A-Beyond-the-Gates-of-Sleep-Jason-Scheier.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "044e36", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 1C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.389, + "posZ": -47.409, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.ttslua new file mode 100644 index 00000000..48ed46fa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-1C.044e36.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/HGvnxdX/Dream-Eaters-1-A-Beyond-the-Gates-of-Sleep-Jason-Scheier.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.json new file mode 100644 index 00000000..389d7715 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/MZ7Qtcc/Dream-Eaters-2-A-Search-for-Kadath-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7cc49f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.289, + "posY": 1.39, + "posZ": -52.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.ttslua new file mode 100644 index 00000000..03864ff5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2A.7cc49f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/MZ7Qtcc/Dream-Eaters-2-A-Search-for-Kadath-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.json new file mode 100644 index 00000000..f4b4ffbf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/jwsn0jf/Dream-Eaters-2-A-Search-for-Kadath-Diana-Tsareva.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba2453", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.625, + "posY": 1.337, + "posZ": -52.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.ttslua new file mode 100644 index 00000000..dee15024 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2B.ba2453.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/jwsn0jf/Dream-Eaters-2-A-Search-for-Kadath-Diana-Tsareva.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.json new file mode 100644 index 00000000..013aeabd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/4SwzCD8/Dream-Eaters-2-A-Search-for-Kadath-Andrei-Khrutskii.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ad3576", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.436, + "posZ": -52.01, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.ttslua new file mode 100644 index 00000000..4b1677a4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2C.ad3576.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/4SwzCD8/Dream-Eaters-2-A-Search-for-Kadath-Andrei-Khrutskii.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.json new file mode 100644 index 00000000..54f49cfa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/pd9vxmL/Dream-Eaters-2-A-Search-for-Kadath-Helen-Ilnytska.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e2f73e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 2D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.338, + "posY": 1.335, + "posZ": -52.01, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.ttslua new file mode 100644 index 00000000..23ce7223 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2D.e2f73e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/pd9vxmL/Dream-Eaters-2-A-Search-for-Kadath-Helen-Ilnytska.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.json new file mode 100644 index 00000000..3a8cb240 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/WpZ4fMc/Dream-Eaters-2-A-Search-for-Kadath-Dan-Iorgulescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "90a381", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 2E", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.488, + "posY": 1.333, + "posZ": -52.002, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.ttslua new file mode 100644 index 00000000..2a44dcc8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-2E.90a381.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/WpZ4fMc/Dream-Eaters-2-A-Search-for-Kadath-Dan-Iorgulescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.json new file mode 100644 index 00000000..827f84b3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/B2DfXLZ/Dream-Eaters-3-A-Dark-Side-of-the-Moon-Dabanli.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "89227a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.389, + "posZ": -56.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.ttslua new file mode 100644 index 00000000..34776dcb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3A.89227a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/B2DfXLZ/Dream-Eaters-3-A-Dark-Side-of-the-Moon-Dabanli.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.json new file mode 100644 index 00000000..a7f838a0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/c27JRvv/Dream-Eaters-3-A-Dark-Side-of-the-Moon-Frej-Agelii.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "30d019", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 3B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.336, + "posZ": -56.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.ttslua new file mode 100644 index 00000000..6444f803 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-3B.30d019.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/c27JRvv/Dream-Eaters-3-A-Dark-Side-of-the-Moon-Frej-Agelii.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.json new file mode 100644 index 00000000..d6cd3c40 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/v4nqw6G/Dream-Eaters-4-A-Where-the-Gods-Dwell-Samantha-Franco.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3948b5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Dreaming - 4", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.336, + "posZ": -61.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.ttslua new file mode 100644 index 00000000..d960a271 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEDreaming-4.3948b5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/v4nqw6G/Dream-Eaters-4-A-Where-the-Gods-Dwell-Samantha-Franco.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.json new file mode 100644 index 00000000..3a582364 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/sWsZCv8/Dream-Eaters-1-B-Waking-Nightmare-Josh-Gould-jpg.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c36a9f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 1", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.333, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.ttslua new file mode 100644 index 00000000..28bc317a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-1.c36a9f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/sWsZCv8/Dream-Eaters-1-B-Waking-Nightmare-Josh-Gould-jpg.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.json new file mode 100644 index 00000000..9f7e9708 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/9s7M0PP/Dream-Eaters-2-B-Thousand-Shapes-of-Horror-Nele-Diel-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "513b6f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.288, + "posY": 1.332, + "posZ": -75.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.ttslua new file mode 100644 index 00000000..d2f858a6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2A.513b6f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/9s7M0PP/Dream-Eaters-2-B-Thousand-Shapes-of-Horror-Nele-Diel-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.json new file mode 100644 index 00000000..fd3269f7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/T4Pqx0H/Dream-Eaters-2-B-Thousand-Shapes-of-Horror-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b18f5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.431, + "posZ": -75.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.ttslua new file mode 100644 index 00000000..79d3e2a7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2B.5b18f5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/T4Pqx0H/Dream-Eaters-2-B-Thousand-Shapes-of-Horror-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.json new file mode 100644 index 00000000..9abe7991 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/VJFQVYd/Dream-Eaters-2-B-Thousand-Shapes-of-Horror-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3ac9be", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.987, + "posY": 1.329, + "posZ": -75.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.ttslua new file mode 100644 index 00000000..2187342b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-2C.3ac9be.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/VJFQVYd/Dream-Eaters-2-B-Thousand-Shapes-of-Horror-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.json new file mode 100644 index 00000000..129d5e49 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/dMGNB9Y/Dream-Eaters-3-B-Point-of-No-Return-Daria-Khlebnikova.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "271e9a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.382, + "posZ": -79.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.ttslua new file mode 100644 index 00000000..db888ac4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3A.271e9a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/dMGNB9Y/Dream-Eaters-3-B-Point-of-No-Return-Daria-Khlebnikova.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.json new file mode 100644 index 00000000..93b28b0f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/dpXxPmz/Dream-Eaters-3-B-Point-of-No-Return-Karine-Villette.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f97453", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 3B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.329, + "posZ": -79.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.ttslua new file mode 100644 index 00000000..1dbce4a4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-3B.f97453.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/dpXxPmz/Dream-Eaters-3-B-Point-of-No-Return-Karine-Villette.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.json new file mode 100644 index 00000000..3ad7f394 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/7btNBS1/Dream-Eaters-4-B-Weaver-of-the-Cosmos-Diana-Franco.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3549ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.287, + "posY": 1.329, + "posZ": -84.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.ttslua new file mode 100644 index 00000000..0b712ca7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4A.3549ff.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/7btNBS1/Dream-Eaters-4-B-Weaver-of-the-Cosmos-Diana-Franco.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.json new file mode 100644 index 00000000..35eca49f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/f8LBbFW/Dream-Eaters-4-B-Weaver-of-the-Cosmos-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2b345", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.621, + "posY": 1.428, + "posZ": -84.209, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.ttslua new file mode 100644 index 00000000..4396dfeb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4B.b2b345.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/f8LBbFW/Dream-Eaters-4-B-Weaver-of-the-Cosmos-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.json new file mode 100644 index 00000000..c07f503a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/RY7y22b/Dream-Eaters-4-B-Weaver-of-the-Cosmos-Leanna-Crossan.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "256a94", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDE Waking - 4C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdemat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.327, + "posZ": -84.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.ttslua new file mode 100644 index 00000000..04764e7a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDream-Eaters.992a0b/TDEWaking-4C.256a94.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/RY7y22b/Dream-Eaters-4-B-Weaver-of-the-Cosmos-Leanna-Crossan.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.json new file mode 100644 index 00000000..15020774 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.json @@ -0,0 +1,82 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.66237, + "g": 1, + "r": 0 + }, + "ContainedObjects_order": [ + "TDL-1A.7fc275", + "TDL-2A.75474e", + "TDL-3A.2d3119", + "TDL-4.87c00f", + "TDL-1B.330f36", + "TDL-1C.2cce8e", + "TDL-2B.dae6ff", + "TDL-2C.491ba2", + "TDL-3B.ad222a", + "TDL-5A.490ee5", + "TDL-5B.ec83a8", + "TDL-5C.53627d", + "TDL-6A.21d971", + "TDL-6B.6f347f", + "TDL-6C.cbbd36", + "TDL-7A.0d397a", + "TDL-7B.b70302", + "TDL-7C.7ec346", + "TDL-2D.0964f0", + "TDL-5D.5fa489", + "TDL-6D.b32939", + "TDL-7D.784bfe", + "TDL-8A.995d75", + "TDL-8B.4bfe23", + "TDL-8C.b1efff", + "TDL-7E.bebff6" + ], + "ContainedObjects_path": "TheDunwichLegacy.c13c06", + "Description": "tdlmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c13c06", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.106, + "posZ": -52.01, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.luascriptstate new file mode 100644 index 00000000..35a11cdd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0964f0":{"lock":false,"position":{"x":29.3400859832764,"y":1.33480167388916,"z":-52.009635925293},"rotation":{"x":0.0208267811685801,"y":270.028442382813,"z":0.0166774820536375}},"0d397a":{"lock":false,"position":{"x":40.2900810241699,"y":1.38355588912964,"z":-75.0199813842773},"rotation":{"x":358.457366943359,"y":269.985076904297,"z":0.0167983770370483}},"21d971":{"lock":false,"position":{"x":40.2900657653809,"y":1.38485586643219,"z":-70.4198455810547},"rotation":{"x":358.458770751953,"y":269.987030029297,"z":0.0167951062321663}},"2cce8e":{"lock":false,"position":{"x":32.9853019714355,"y":1.33747291564941,"z":-47.409538269043},"rotation":{"x":0.0208195019513369,"y":270.025177001953,"z":0.0167117398232222}},"2d3119":{"lock":false,"position":{"x":40.2900581359863,"y":1.38893461227417,"z":-56.6199798583984},"rotation":{"x":358.457550048828,"y":269.983795166016,"z":0.0167835336178541}},"330f36":{"lock":false,"position":{"x":36.6243362426758,"y":1.39067852497101,"z":-47.4083976745605},"rotation":{"x":358.446075439453,"y":270.029449462891,"z":0.0168121848255396}},"490ee5":{"lock":false,"position":{"x":40.2910575866699,"y":1.38625061511993,"z":-65.8197937011719},"rotation":{"x":358.457305908203,"y":269.983306884766,"z":0.0167823601514101}},"491ba2":{"lock":false,"position":{"x":32.9844627380371,"y":1.38793182373047,"z":-52.0096168518066},"rotation":{"x":358.448455810547,"y":270.039215087891,"z":0.0168358646333218}},"4bfe23":{"lock":false,"position":{"x":36.6243591308594,"y":1.32936596870422,"z":-79.608268737793},"rotation":{"x":0.0208485554903746,"y":269.983917236328,"z":0.0165696386247873}},"53627d":{"lock":false,"position":{"x":32.9853057861328,"y":1.33208239078522,"z":-65.8082427978516},"rotation":{"x":0.0208651907742023,"y":269.98486328125,"z":0.0165079906582832}},"5fa489":{"lock":false,"position":{"x":29.3400783538818,"y":1.3825421333313,"z":-65.8084564208984},"rotation":{"x":1.59238505363464,"y":269.986999511719,"z":0.016799682751298}},"6f347f":{"lock":false,"position":{"x":36.6221656799316,"y":1.33205735683441,"z":-70.4083862304688},"rotation":{"x":0.020858833566308,"y":269.994812011719,"z":0.0165370889008045}},"75474e":{"lock":false,"position":{"x":40.2878494262695,"y":1.33876860141754,"z":-52.0200080871582},"rotation":{"x":0.0208697244524956,"y":269.990295410156,"z":0.0164402443915606}},"784bfe":{"lock":false,"position":{"x":29.3400745391846,"y":1.32807147502899,"z":-75.0085678100586},"rotation":{"x":0.0208148900419474,"y":270.017791748047,"z":0.0167522989213467}},"7ec346":{"lock":false,"position":{"x":32.9853172302246,"y":1.38119006156921,"z":-75.0083618164063},"rotation":{"x":358.448760986328,"y":270.005767822266,"z":0.0168228913098574}},"7fc275":{"lock":false,"position":{"x":40.2900695800781,"y":1.39162695407867,"z":-47.4199905395508},"rotation":{"x":358.457580566406,"y":270.023223876953,"z":0.016811341047287}},"87c00f":{"lock":false,"position":{"x":40.2900733947754,"y":1.33608496189117,"z":-61.2199859619141},"rotation":{"x":0.0208142343908548,"y":269.981628417969,"z":0.016764285042882}},"995d75":{"lock":false,"position":{"x":40.2900466918945,"y":1.38221669197083,"z":-79.6198806762695},"rotation":{"x":358.457122802734,"y":269.980773925781,"z":0.0167763847857714}},"ad222a":{"lock":false,"position":{"x":36.6243553161621,"y":1.33610224723816,"z":-56.6084136962891},"rotation":{"x":0.0208268202841282,"y":269.986450195313,"z":0.016710827127099}},"b1efff":{"lock":false,"position":{"x":32.9847984313965,"y":1.37990999221802,"z":-79.6079940795898},"rotation":{"x":1.59491741657257,"y":269.980163574219,"z":0.0167928170412779}},"b32939":{"lock":false,"position":{"x":29.3388404846191,"y":1.38123536109924,"z":-70.4083404541016},"rotation":{"x":1.59352207183838,"y":270.034545898438,"z":0.0168794970959425}},"b70302":{"lock":false,"position":{"x":36.6243209838867,"y":1.38257992267609,"z":-75.0083770751953},"rotation":{"x":358.446685791016,"y":269.996704101563,"z":0.0168163944035769}},"bebff6":{"lock":false,"position":{"x":25.4906044006348,"y":1.32666826248169,"z":-75.0282440185547},"rotation":{"x":0.0208054818212986,"y":270.011474609375,"z":0.0167752020061016}},"cbbd36":{"lock":false,"position":{"x":32.982177734375,"y":1.38260364532471,"z":-70.4079666137695},"rotation":{"x":1.59503698348999,"y":269.964080810547,"z":0.016715144738555}},"dae6ff":{"lock":false,"position":{"x":36.6217803955078,"y":1.43930053710938,"z":-52.0080757141113},"rotation":{"x":359.962188720703,"y":270.015869140625,"z":0.0167557653039694}},"ec83a8":{"lock":false,"position":{"x":36.625431060791,"y":1.38528168201447,"z":-65.8083038330078},"rotation":{"x":358.446411132813,"y":269.979736328125,"z":0.0167838335037231}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.json new file mode 100644 index 00000000..82e35193 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/RQ6z0pj/Dunwich-1-Extracurricular-Activity-Joseph-Diaz.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7fc275", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.392, + "posZ": -47.42, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.ttslua new file mode 100644 index 00000000..f0f74b68 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1A.7fc275.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/RQ6z0pj/Dunwich-1-Extracurricular-Activity-Joseph-Diaz.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.json new file mode 100644 index 00000000..9f09342c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/nnJdwL2/Dunwich-1-Extracurricular-Activity-Tomasz-Jedruszek.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "330f36", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.391, + "posZ": -47.408, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.ttslua new file mode 100644 index 00000000..c781af8d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1B.330f36.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/nnJdwL2/Dunwich-1-Extracurricular-Activity-Tomasz-Jedruszek.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.json new file mode 100644 index 00000000..ac320b59 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/tDxX8KS/Dunwich-1-Extracurricular-Activity-Igor-Kirdeika.https://i.ibb.co/tDxX8KS/Dunwich-1-Extracurricular-Activity-Igor-Kirdeika.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2cce8e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 1C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.337, + "posZ": -47.41, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.ttslua new file mode 100644 index 00000000..e49429d7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-1C.2cce8e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/tDxX8KS/Dunwich-1-Extracurricular-Activity-Igor-Kirdeika.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.json new file mode 100644 index 00000000..68619ed6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/MCLP3Sz/Dunwich-2-House-Always-Wins-XX-l.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "75474e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.288, + "posY": 1.339, + "posZ": -52.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.ttslua new file mode 100644 index 00000000..abb55ba0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2A.75474e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/MCLP3Sz/Dunwich-2-House-Always-Wins-XX-l.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.json new file mode 100644 index 00000000..0e1e38bc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/w7Pf5sd/Dunwich-2-House-Always-Wins-XX-l-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dae6ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.622, + "posY": 1.439, + "posZ": -52.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.ttslua new file mode 100644 index 00000000..3934dfef --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2B.dae6ff.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/w7Pf5sd/Dunwich-2-House-Always-Wins-XX-l-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.json new file mode 100644 index 00000000..7b41f8d1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/8XPLdr9/Dunwich-2-House-Always-Wins-Jonny-Klein.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "491ba2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.984, + "posY": 1.388, + "posZ": -52.01, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.ttslua new file mode 100644 index 00000000..17b61bfa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2C.491ba2.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/8XPLdr9/Dunwich-2-House-Always-Wins-Jonny-Klein.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.json new file mode 100644 index 00000000..dad1266b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/HtX95GK/Dunwich-2-House-Always-Wins-Robert-Laskey.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0964f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 2D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 1.335, + "posZ": -52.01, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.ttslua new file mode 100644 index 00000000..0e8893db --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-2D.0964f0.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/HtX95GK/Dunwich-2-House-Always-Wins-Robert-Laskey.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.json new file mode 100644 index 00000000..7dff1910 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/x1Kf7qG/Dunwich-3-Miskatonic-Museum-Emre-Aktuna.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d3119", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.389, + "posZ": -56.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.ttslua new file mode 100644 index 00000000..6f983ca5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3A.2d3119.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/x1Kf7qG/Dunwich-3-Miskatonic-Museum-Emre-Aktuna.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.json new file mode 100644 index 00000000..ac5935bf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/yWXVPcN/Dunwich-3-Miskatonic-Museum-Richard-Wright.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ad222a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 3B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.336, + "posZ": -56.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.ttslua new file mode 100644 index 00000000..cfeafc72 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-3B.ad222a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/yWXVPcN/Dunwich-3-Miskatonic-Museum-Richard-Wright.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.json new file mode 100644 index 00000000..fe310bf5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/602CMZb/Dunwich-4-Essex-County-Express-David-Alvarez.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "87c00f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 4", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.336, + "posZ": -61.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.ttslua new file mode 100644 index 00000000..a78965b3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-4.87c00f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/602CMZb/Dunwich-4-Essex-County-Express-David-Alvarez.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.json new file mode 100644 index 00000000..4c3f19fa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/3CYHDhf/Dunwich-5-Blood-on-the-Altar.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "490ee5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 5A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.291, + "posY": 1.386, + "posZ": -65.82, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.ttslua new file mode 100644 index 00000000..61c39dd3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5A.490ee5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/3CYHDhf/Dunwich-5-Blood-on-the-Altar.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.json new file mode 100644 index 00000000..4b80be4b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/kBPNGBd/Dunwich-5-Blood-on-the-Altar-Mark-Molnar.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec83a8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 5B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.625, + "posY": 1.385, + "posZ": -65.808, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.ttslua new file mode 100644 index 00000000..5171875c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5B.ec83a8.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/kBPNGBd/Dunwich-5-Blood-on-the-Altar-Mark-Molnar.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.json new file mode 100644 index 00000000..8b830d36 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/sJf6YsZ/Dunwich-5-Blood-on-the-Altar-Lucas-Staniec.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "53627d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 5C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.332, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.ttslua new file mode 100644 index 00000000..cd17135a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5C.53627d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/sJf6YsZ/Dunwich-5-Blood-on-the-Altar-Lucas-Staniec.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.json new file mode 100644 index 00000000..075b3d72 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/FbxcCY2/Dunwich-5-Blood-on-the-Altar-Chris-Ostrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5fa489", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 5D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 1.383, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.ttslua new file mode 100644 index 00000000..9d7f402c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-5D.5fa489.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/FbxcCY2/Dunwich-5-Blood-on-the-Altar-Chris-Ostrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.json new file mode 100644 index 00000000..fda857fa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/wwGDcq6/Dunwich-6-Undimensioned-and-Unseen-Tomasz-Jedruszek.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "21d971", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 6A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.385, + "posZ": -70.42, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.ttslua new file mode 100644 index 00000000..8b07d107 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6A.21d971.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/wwGDcq6/Dunwich-6-Undimensioned-and-Unseen-Tomasz-Jedruszek.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.json new file mode 100644 index 00000000..895ac624 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/wBFsS8P/Dunwich-6-Undimensioned-and-Unseen-Michal-Teliga-jpg.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6f347f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 6B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.622, + "posY": 1.332, + "posZ": -70.408, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.ttslua new file mode 100644 index 00000000..1bde1a81 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6B.6f347f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/wBFsS8P/Dunwich-6-Undimensioned-and-Unseen-Michal-Teliga-jpg.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.json new file mode 100644 index 00000000..0a5f3ce5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/QvfhjDv/Dunwich-6-Undimensioned-and-Unseen-Frej-Agelii.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cbbd36", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 6C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.982, + "posY": 1.383, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.ttslua new file mode 100644 index 00000000..6ad59df3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6C.cbbd36.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/QvfhjDv/Dunwich-6-Undimensioned-and-Unseen-Frej-Agelii.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.json new file mode 100644 index 00000000..e692d45e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/4VL9gSK/Dunwich-6-Undimensioned-and-Unseen-Lucas-Staniec.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b32939", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 6D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.339, + "posY": 1.381, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.ttslua new file mode 100644 index 00000000..291c5e4b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-6D.b32939.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/4VL9gSK/Dunwich-6-Undimensioned-and-Unseen-Lucas-Staniec.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.json new file mode 100644 index 00000000..e398c1f1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/TvMwqj4/Dunwich-7-Where-Doom-Awaits.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0d397a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.384, + "posZ": -75.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.ttslua new file mode 100644 index 00000000..98f94e35 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7A.0d397a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/TvMwqj4/Dunwich-7-Where-Doom-Awaits.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.json new file mode 100644 index 00000000..62390ec7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/S6cSLH9/Dunwich-7-Where-Doom-Awaits-3.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b70302", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.383, + "posZ": -75.008, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.ttslua new file mode 100644 index 00000000..7294be5b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7B.b70302.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/S6cSLH9/Dunwich-7-Where-Doom-Awaits-3.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.json new file mode 100644 index 00000000..169b226c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/khBX32g/Dunwich-7-Where-Doom-Awaits-4.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ec346", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 7C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.381, + "posZ": -75.008, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.ttslua new file mode 100644 index 00000000..1cf7ad0f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7C.7ec346.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/khBX32g/Dunwich-7-Where-Doom-Awaits-4.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.json new file mode 100644 index 00000000..1c7b1912 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/S0hcwN8/Dunwich-7-Where-Doom-Awaits-5.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "784bfe", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 7D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 1.328, + "posZ": -75.009, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.ttslua new file mode 100644 index 00000000..374da14c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7D.784bfe.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/S0hcwN8/Dunwich-7-Where-Doom-Awaits-5.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.json new file mode 100644 index 00000000..b8156522 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Lxv1Bjp/Dunwich-7-Where-Doom-Awaits-Luca-Trentin.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bebff6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 7E", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.491, + "posY": 1.327, + "posZ": -75.028, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.ttslua new file mode 100644 index 00000000..ee26a872 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-7E.bebff6.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Lxv1Bjp/Dunwich-7-Where-Doom-Awaits-Luca-Trentin.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.json new file mode 100644 index 00000000..3288e08d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/0XcnxFD/Dunwich-8-Lost-in-Time-amp-Space-Lino-Drieghe.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "995d75", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.382, + "posZ": -79.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.ttslua new file mode 100644 index 00000000..a6b25572 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8A.995d75.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/0XcnxFD/Dunwich-8-Lost-in-Time-amp-Space-Lino-Drieghe.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.json new file mode 100644 index 00000000..ee04d24c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/rtTpbDx/Dunwich-8-Lost-in-Time-amp-Space.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4bfe23", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.329, + "posZ": -79.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.ttslua new file mode 100644 index 00000000..83afa1dc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8B.4bfe23.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/rtTpbDx/Dunwich-8-Lost-in-Time-amp-Space.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.json new file mode 100644 index 00000000..a2d0f99b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/dBXP0GL/Dunwich-8-Lost-in-Time-amp-Space-Chris-Ostrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b1efff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TDL - 8C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tdlmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.38, + "posZ": -79.608, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.ttslua new file mode 100644 index 00000000..5cfb6ab5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheDunwichLegacy.c13c06/TDL-8C.b1efff.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/dBXP0GL/Dunwich-8-Lost-in-Time-amp-Space-Chris-Ostrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.json new file mode 100644 index 00000000..9e973bc2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 1, + "r": 0.15387 + }, + "ContainedObjects_order": [ + "TFA-1A.680ebc", + "TFA-2A.282d25", + "TFA-2B.2b14a7", + "TFA-3.9dcd0b", + "TFA-1B.d0c65d", + "TFA-1C.42c201", + "TFA-2C.0c5d69", + "TFA-4A.ac1189", + "TFA-4B.2b16af", + "TFA-4C.31a48f", + "TFA-5APartI.deb491", + "TFA-5BPartI.325a77", + "TFA-5PartII.d30cd9", + "TFA-6A.caf51e", + "TFA-6B.50a644", + "TFA-1D.cfbb3a", + "TFA-1E.f85e49", + "TFA-6C.053d7c", + "TFA-7A.92bec7", + "TFA-7B.18f3be", + "TFA-7C.c9e359", + "TFA-8A.021c1b", + "TFA-8B.fdc988" + ], + "ContainedObjects_path": "TheForgottenAge.b172b0", + "Description": "tfamat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b172b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.103, + "posZ": -61.209, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.luascriptstate new file mode 100644 index 00000000..f80cff6f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.luascriptstate @@ -0,0 +1 @@ +{"ml":{"021c1b":{"lock":false,"position":{"x":40.2875709533691,"y":1.3808581829071,"z":-84.2085189819336},"rotation":{"x":358.459014892578,"y":269.972747802734,"z":0.0169319715350866}},"053d7c":{"lock":false,"position":{"x":32.9852981567383,"y":1.32939565181732,"z":-75.0084381103516},"rotation":{"x":0.02073809877038,"y":270.000335693359,"z":0.016705384477973}},"0c5d69":{"lock":false,"position":{"x":32.9852981567383,"y":1.33612680435181,"z":-52.0095405578613},"rotation":{"x":0.0208171270787716,"y":269.98291015625,"z":0.0167093388736248}},"18f3be":{"lock":false,"position":{"x":36.6238288879395,"y":1.3812335729599,"z":-79.6084289550781},"rotation":{"x":358.446472167969,"y":269.9794921875,"z":0.0168852042406797}},"282d25":{"lock":false,"position":{"x":40.2900543212891,"y":1.39028000831604,"z":-52.0199737548828},"rotation":{"x":358.457641601563,"y":269.978851318359,"z":0.0168040823191404}},"2b14a7":{"lock":false,"position":{"x":36.6243591308594,"y":1.38933229446411,"z":-52.0084075927734},"rotation":{"x":358.446075439453,"y":269.982360839844,"z":0.0168056171387434}},"2b16af":{"lock":false,"position":{"x":36.624568939209,"y":1.38662624359131,"z":-61.2083930969238},"rotation":{"x":358.447784423828,"y":269.962463378906,"z":0.0169158354401588}},"31a48f":{"lock":false,"position":{"x":32.984992980957,"y":1.33343350887299,"z":-61.2083930969238},"rotation":{"x":0.0198651291429996,"y":269.979614257813,"z":0.0165644437074661}},"325a77":{"lock":false,"position":{"x":36.6243591308594,"y":1.3334094285965,"z":-65.8082809448242},"rotation":{"x":0.0208267085254192,"y":269.983184814453,"z":0.0167188979685307}},"42c201":{"lock":false,"position":{"x":32.9837493896484,"y":1.43936955928802,"z":-47.4096641540527},"rotation":{"x":0.0768025517463684,"y":269.8291015625,"z":0.0124329905956984}},"50a644":{"lock":false,"position":{"x":36.6242752075195,"y":1.38259315490723,"z":-75.0084838867188},"rotation":{"x":358.446228027344,"y":269.988464355469,"z":0.0168090295046568}},"680ebc":{"lock":false,"position":{"x":40.2900428771973,"y":1.34011721611023,"z":-47.4199676513672},"rotation":{"x":0.0210752561688423,"y":270.015319824219,"z":0.0165243372321129}},"92bec7":{"lock":false,"position":{"x":40.2926330566406,"y":1.38218510150909,"z":-79.6199340820313},"rotation":{"x":358.458770751953,"y":270.000427246094,"z":0.0163544565439224}},"9dcd0b":{"lock":false,"position":{"x":40.2900810241699,"y":1.33743155002594,"z":-56.6199836730957},"rotation":{"x":0.0208146944642067,"y":269.980804443359,"z":0.0167645644396544}},"ac1189":{"lock":false,"position":{"x":40.289924621582,"y":1.38761913776398,"z":-61.2197532653809},"rotation":{"x":358.456939697266,"y":269.994445800781,"z":0.0169746391475201}},"c9e359":{"lock":false,"position":{"x":32.9839820861816,"y":1.3280485868454,"z":-79.6083984375},"rotation":{"x":0.0201026313006878,"y":269.980010986328,"z":0.0167114678770304}},"caf51e":{"lock":false,"position":{"x":40.2897300720215,"y":1.38356018066406,"z":-75.0200500488281},"rotation":{"x":358.457275390625,"y":269.988403320313,"z":0.0168066471815109}},"cfbb3a":{"lock":false,"position":{"x":29.3380336761475,"y":1.33616042137146,"z":-47.4108543395996},"rotation":{"x":0.0186033509671688,"y":269.838012695313,"z":0.0168211944401264}},"d0c65d":{"lock":false,"position":{"x":36.6234588623047,"y":1.39028167724609,"z":-47.4083480834961},"rotation":{"x":1.58323085308075,"y":269.984588623047,"z":0.0166565980762243}},"d30cd9":{"lock":false,"position":{"x":40.2900695800781,"y":1.33339202404022,"z":-70.4198455810547},"rotation":{"x":0.0208108928054571,"y":269.992828369141,"z":0.0167683735489845}},"deb491":{"lock":false,"position":{"x":40.2900581359863,"y":1.38624215126038,"z":-65.8198394775391},"rotation":{"x":358.457550048828,"y":269.977416992188,"z":0.0167841203510761}},"f85e49":{"lock":false,"position":{"x":25.5162200927734,"y":1.33475422859192,"z":-47.4359703063965},"rotation":{"x":0.02083470672369,"y":269.912170410156,"z":0.0167392510920763}},"fdc988":{"lock":false,"position":{"x":36.6213645935059,"y":1.32802617549896,"z":-84.1988296508789},"rotation":{"x":0.0201081596314907,"y":269.929565429688,"z":0.01691191829741}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.json new file mode 100644 index 00000000..74e8045a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/HPbJwXk/Forgotten-Age-1-Untamed-Wilds-Lucas-Staniec.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "680ebc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.ttslua new file mode 100644 index 00000000..6a906e6c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1A.680ebc.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/HPbJwXk/Forgotten-Age-1-Untamed-Wilds-Lucas-Staniec.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.json new file mode 100644 index 00000000..84dc53bd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/SnJfsNy/Forgotten-Age-1-Untamed-Wilds-David-Frasheski-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d0c65d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.623, + "posY": 1.39, + "posZ": -47.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.ttslua new file mode 100644 index 00000000..6f129b61 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1B.d0c65d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/SnJfsNy/Forgotten-Age-1-Untamed-Wilds-David-Frasheski-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.json new file mode 100644 index 00000000..e721b628 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/BLhwCG1/Forgotten-Age-1-Untamed-Wilds-David-Frasheski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "42c201", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 1C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.984, + "posY": 1.439, + "posZ": -47.41, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.ttslua new file mode 100644 index 00000000..bb2ed1a1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1C.42c201.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/BLhwCG1/Forgotten-Age-1-Untamed-Wilds-David-Frasheski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.json new file mode 100644 index 00000000..cdd92167 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/kcx1tvp/Forgotten-Age-1-Untamed-Wilds-Ethan-Patrick-Harris.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfbb3a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 1D", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.338, + "posY": 1.336, + "posZ": -47.411, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.ttslua new file mode 100644 index 00000000..c972626c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1D.cfbb3a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/kcx1tvp/Forgotten-Age-1-Untamed-Wilds-Ethan-Patrick-Harris.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.json new file mode 100644 index 00000000..df8db2fa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/bbq1ZrK/Forgotten-Age-1-Untamed-Wilds-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f85e49", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 1E", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.516, + "posY": 1.335, + "posZ": -47.436, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.ttslua new file mode 100644 index 00000000..d4018ca2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-1E.f85e49.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/bbq1ZrK/Forgotten-Age-1-Untamed-Wilds-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.json new file mode 100644 index 00000000..20600aad --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Pw4by4q/Forgotten-Age-2-Doom-of-Eztli-Cristi-Balanescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "282d25", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.39, + "posZ": -52.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.ttslua new file mode 100644 index 00000000..4ac84063 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2A.282d25.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Pw4by4q/Forgotten-Age-2-Doom-of-Eztli-Cristi-Balanescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.json new file mode 100644 index 00000000..d146000e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/xqW6cXR/Forgotten-Age-2-Doom-of-Eztli-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b14a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.389, + "posZ": -52.008, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.ttslua new file mode 100644 index 00000000..4fae8441 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2B.2b14a7.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/xqW6cXR/Forgotten-Age-2-Doom-of-Eztli-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.json new file mode 100644 index 00000000..f28d5446 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/kgsC3pb/Forgotten-Age-2-Doom-of-Eztli-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c5d69", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.336, + "posZ": -52.01, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.ttslua new file mode 100644 index 00000000..a3ad8cfb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-2C.0c5d69.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/kgsC3pb/Forgotten-Age-2-Doom-of-Eztli-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.json new file mode 100644 index 00000000..2517f9e1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Bn0Pjng/Forgotten-Age-3-Threads-of-Fate-Jokubas-Uogintas.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9dcd0b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 3", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.337, + "posZ": -56.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.ttslua new file mode 100644 index 00000000..f661c5f8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-3.9dcd0b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Bn0Pjng/Forgotten-Age-3-Threads-of-Fate-Jokubas-Uogintas.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.json new file mode 100644 index 00000000..835d8c69 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/D1rh9Ry/Forgotten-Age-4-Boundary-Beyond-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ac1189", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.388, + "posZ": -61.22, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.ttslua new file mode 100644 index 00000000..ef82296f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4A.ac1189.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/D1rh9Ry/Forgotten-Age-4-Boundary-Beyond-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.json new file mode 100644 index 00000000..940af00e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/vm0JgFs/Forgotten-Age-4-Boundary-Beyond-Greg-Bobrowski-jpg.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b16af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.625, + "posY": 1.387, + "posZ": -61.208, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.ttslua new file mode 100644 index 00000000..f51e9f83 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4B.2b16af.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/vm0JgFs/Forgotten-Age-4-Boundary-Beyond-Greg-Bobrowski-jpg.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.json new file mode 100644 index 00000000..a054be11 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/yPZ9v2X/Forgotten-Age-4-Boundary-Beyond-Greg-Bobrowski-2-jpg.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31a48f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 4C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.333, + "posZ": -61.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.ttslua new file mode 100644 index 00000000..babd20d4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-4C.31a48f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/yPZ9v2X/Forgotten-Age-4-Boundary-Beyond-Greg-Bobrowski-2-jpg.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.json new file mode 100644 index 00000000..2a79c24f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/jzKvv6P/Forgotten-Age-5-Heart-of-the-Elders-I-Lucas-Staniec.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "deb491", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 5A Part I", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.386, + "posZ": -65.82, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.ttslua new file mode 100644 index 00000000..5eb0cc95 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5APartI.deb491.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/jzKvv6P/Forgotten-Age-5-Heart-of-the-Elders-I-Lucas-Staniec.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.json new file mode 100644 index 00000000..a1be6578 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/mR79MX4/Forgotten-Age-5-Heart-of-the-Elders-I-Lucas-Staniec-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "325a77", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 5B Part I", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.333, + "posZ": -65.808, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.ttslua new file mode 100644 index 00000000..f334188d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5BPartI.325a77.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/mR79MX4/Forgotten-Age-5-Heart-of-the-Elders-I-Lucas-Staniec-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.json new file mode 100644 index 00000000..d48b3b05 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/pQSbL0t/Forgotten-Age-5-Heart-of-the-Elders-II-Nele-Diel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d30cd9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 5 Part II", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.333, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.ttslua new file mode 100644 index 00000000..07b08757 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-5PartII.d30cd9.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/pQSbL0t/Forgotten-Age-5-Heart-of-the-Elders-II-Nele-Diel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.json new file mode 100644 index 00000000..840ebcf1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/qdPbSZ8/Forgotten-Age-6-City-of-Archives-Chris-Ostrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "caf51e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 6A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.384, + "posZ": -75.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.ttslua new file mode 100644 index 00000000..4a1512c0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6A.caf51e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/qdPbSZ8/Forgotten-Age-6-City-of-Archives-Chris-Ostrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.json new file mode 100644 index 00000000..d81b752d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/f04DSPb/Forgotten-Age-6-City-of-Archives.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "50a644", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 6B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.383, + "posZ": -75.008, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.ttslua new file mode 100644 index 00000000..3982afe3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6B.50a644.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/f04DSPb/Forgotten-Age-6-City-of-Archives.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.json new file mode 100644 index 00000000..cf55f49d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/WsSBrYj/Forgotten-Age-6-City-of-Archives-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "053d7c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 6C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.329, + "posZ": -75.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.ttslua new file mode 100644 index 00000000..0b6b9e97 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-6C.053d7c.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/WsSBrYj/Forgotten-Age-6-City-of-Archives-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.json new file mode 100644 index 00000000..50bed539 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/dbLKgGv/Forgotten-Age-7-Depths-of-Yoth-Diego-Arbetta.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "92bec7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.293, + "posY": 1.382, + "posZ": -79.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.ttslua new file mode 100644 index 00000000..6af23eb6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7A.92bec7.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/dbLKgGv/Forgotten-Age-7-Depths-of-Yoth-Diego-Arbetta.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.json new file mode 100644 index 00000000..e986aa49 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/NW7Wp98/Forgotten-Age-7-Depths-of-Yoth-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18f3be", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.381, + "posZ": -79.608, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.ttslua new file mode 100644 index 00000000..a2b26ad4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7B.18f3be.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/NW7Wp98/Forgotten-Age-7-Depths-of-Yoth-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.json new file mode 100644 index 00000000..61318a30 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/257zr7c/Forgotten-Age-7-Depths-of-Yoth-Greg-Bobrowski-2-jpg.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c9e359", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 7C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.984, + "posY": 1.328, + "posZ": -79.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.ttslua new file mode 100644 index 00000000..beb73749 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-7C.c9e359.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/257zr7c/Forgotten-Age-7-Depths-of-Yoth-Greg-Bobrowski-2-jpg.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.json new file mode 100644 index 00000000..0b6fb1cb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/KwnWTGR/Forgotten-Age-8-Shattered-Aeons.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "021c1b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.288, + "posY": 1.381, + "posZ": -84.209, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.ttslua new file mode 100644 index 00000000..014ea53b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8A.021c1b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/KwnWTGR/Forgotten-Age-8-Shattered-Aeons.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.json new file mode 100644 index 00000000..35e90427 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/b7kVd4F/Forgotten-Age-8-Shattered-Aeons-Alexandr-Elichev.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fdc988", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TFA - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tfamat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.621, + "posY": 1.328, + "posZ": -84.199, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.ttslua new file mode 100644 index 00000000..6486f1cd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheForgottenAge.b172b0/TFA-8B.fdc988.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/b7kVd4F/Forgotten-Age-8-Shattered-Aeons-Alexandr-Elichev.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.json new file mode 100644 index 00000000..0b9041d7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.json @@ -0,0 +1,78 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.8615, + "r": 0 + }, + "ContainedObjects_order": [ + "TIC-1A.979594", + "TIC-1B.660e61", + "TIC-2A.6abdc5", + "TIC-2B.979352", + "TIC-2C.7486a3", + "TIC-2D.c53204", + "TIC-3A.77a94c", + "TIC-3B.9c79a5", + "TIC-3C.a8957d", + "TIC-4B.3f0496", + "TIC-4A.957b29", + "TIC-5A.9a7d80", + "TIC-5B.0118ae", + "TIC-5C.ebe3a7", + "TIC-5D.0eff3a", + "TIC-6A.092468", + "TIC-6B.4f17e8", + "TIC-2E.08c430", + "TIC-7A.7e861b", + "TIC-7B.d31f0f", + "TIC-8A.e0348a", + "TIC-8B.f1db94" + ], + "ContainedObjects_path": "TheInnsmouthConspiracy.a0cfe5", + "Description": "ticmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0cfe5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Innsmouth Conspiracy", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.099, + "posZ": -75.009, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.luascriptstate new file mode 100644 index 00000000..0d786539 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0118ae":{"lock":false,"position":{"x":36.6180000305176,"y":1.38481879234314,"z":-65.8078918457031},"rotation":{"x":1.58113861083984,"y":270.013153076172,"z":0.0168895907700062}},"08c430":{"lock":false,"position":{"x":25.5426006317139,"y":1.3334151506424,"z":-52.0431976318359},"rotation":{"x":0.0208029337227345,"y":270.020446777344,"z":0.0167784541845322}},"092468":{"lock":false,"position":{"x":40.2902565002441,"y":1.38489079475403,"z":-70.4197998046875},"rotation":{"x":358.457733154297,"y":269.983093261719,"z":0.0168081410229206}},"0eff3a":{"lock":false,"position":{"x":29.3395824432373,"y":1.38256311416626,"z":-65.808479309082},"rotation":{"x":1.59300947189331,"y":269.992980957031,"z":0.0168074797838926}},"3f0496":{"lock":false,"position":{"x":36.6240577697754,"y":1.33475565910339,"z":-61.2084808349609},"rotation":{"x":0.0208406671881676,"y":269.996490478516,"z":0.0167188383638859}},"4f17e8":{"lock":false,"position":{"x":36.6241188049316,"y":1.33206379413605,"z":-70.4083480834961},"rotation":{"x":0.0208168532699347,"y":270.001953125,"z":0.0167598761618137}},"660e61":{"lock":false,"position":{"x":36.6243591308594,"y":1.3902941942215,"z":-47.4084205627441},"rotation":{"x":1.5838874578476,"y":269.987731933594,"z":0.0167927276343107}},"6abdc5":{"lock":false,"position":{"x":40.2911682128906,"y":1.39026665687561,"z":-52.0199394226074},"rotation":{"x":358.4580078125,"y":269.984069824219,"z":0.0168000254780054}},"7486a3":{"lock":false,"position":{"x":32.9846954345703,"y":1.38791227340698,"z":-52.0095405578613},"rotation":{"x":358.449035644531,"y":269.984741210938,"z":0.0167792793363333}},"77a94c":{"lock":false,"position":{"x":40.2915649414063,"y":1.38890874385834,"z":-56.6198844909668},"rotation":{"x":358.458312988281,"y":270.019104003906,"z":0.0167943090200424}},"7e861b":{"lock":false,"position":{"x":40.2902374267578,"y":1.38354241847992,"z":-75.0199127197266},"rotation":{"x":358.457763671875,"y":269.983245849609,"z":0.0167876947671175}},"957b29":{"lock":false,"position":{"x":40.2902297973633,"y":1.38758146762848,"z":-61.2199325561523},"rotation":{"x":358.457733154297,"y":269.992248535156,"z":0.0167983192950487}},"979352":{"lock":false,"position":{"x":36.6241989135742,"y":1.3893209695816,"z":-52.008430480957},"rotation":{"x":358.446380615234,"y":269.986480712891,"z":0.0167909879237413}},"979594":{"lock":false,"position":{"x":40.2900772094727,"y":1.34012138843536,"z":-47.4199867248535},"rotation":{"x":0.020835580304265,"y":269.985260009766,"z":0.0166482981294394}},"9a7d80":{"lock":false,"position":{"x":40.2900733947754,"y":1.33473515510559,"z":-65.8198394775391},"rotation":{"x":0.0208256263285875,"y":270.007568359375,"z":0.0166513193398714}},"9c79a5":{"lock":false,"position":{"x":36.6241989135742,"y":1.38796746730804,"z":-56.608512878418},"rotation":{"x":358.446624755859,"y":269.989440917969,"z":0.016850559040904}},"a8957d":{"lock":false,"position":{"x":32.9840278625488,"y":1.33477926254272,"z":-56.6084213256836},"rotation":{"x":0.0208590421825647,"y":269.987182617188,"z":0.0166654288768768}},"c53204":{"lock":false,"position":{"x":29.3396053314209,"y":1.33480095863342,"z":-52.009521484375},"rotation":{"x":0.0208586659282446,"y":269.987213134766,"z":0.0166388098150492}},"d31f0f":{"lock":false,"position":{"x":36.6240577697754,"y":1.33071637153625,"z":-75.0084533691406},"rotation":{"x":0.020815584808588,"y":269.989013671875,"z":0.016719076782465}},"e0348a":{"lock":false,"position":{"x":40.2902565002441,"y":1.3821964263916,"z":-79.6198425292969},"rotation":{"x":358.457733154297,"y":269.983215332031,"z":0.0167914871126413}},"ebe3a7":{"lock":false,"position":{"x":32.9844970703125,"y":1.38402533531189,"z":-65.8082275390625},"rotation":{"x":1.59724962711334,"y":269.976989746094,"z":0.0167587772011757}},"f1db94":{"lock":false,"position":{"x":36.6241264343262,"y":1.32936978340149,"z":-79.6083221435547},"rotation":{"x":0.020829314365983,"y":269.987213134766,"z":0.0167126581072807}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.json new file mode 100644 index 00000000..dec2944d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Nj9JLBQ/Innsmouth-1-Pit-of-Despair-J-Mill.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "979594", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 1A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.ttslua new file mode 100644 index 00000000..e64d599c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1A.979594.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Nj9JLBQ/Innsmouth-1-Pit-of-Despair-J-Mill.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.json new file mode 100644 index 00000000..effb8388 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/2sc0F61/Innsmouth-1-Pit-of-Despair-Amanda-Castrillo.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "660e61", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 1B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.39, + "posZ": -47.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.ttslua new file mode 100644 index 00000000..b6eda9b7 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-1B.660e61.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/2sc0F61/Innsmouth-1-Pit-of-Despair-Amanda-Castrillo.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.json new file mode 100644 index 00000000..de65bb14 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hFQMm7N/Innsmouth-2-Vanishing-of-Elina-Harper-Richard-Wright.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6abdc5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.291, + "posY": 1.39, + "posZ": -52.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.ttslua new file mode 100644 index 00000000..86beacf6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2A.6abdc5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hFQMm7N/Innsmouth-2-Vanishing-of-Elina-Harper-Richard-Wright.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.json new file mode 100644 index 00000000..715bcd0c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/2j74cVn/Innsmouth-2-Vanishing-of-Elina-Harper-Konstantin-Vohwinkel.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "979352", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.389, + "posZ": -52.008, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.ttslua new file mode 100644 index 00000000..5b1a54ab --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2B.979352.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/2j74cVn/Innsmouth-2-Vanishing-of-Elina-Harper-Konstantin-Vohwinkel.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.json new file mode 100644 index 00000000..e876e660 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/2nZKGN6/Innsmouth-2-Vanishing-of-Elina-Harper-Tomasz-Jedruszek-1.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7486a3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.388, + "posZ": -52.01, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.ttslua new file mode 100644 index 00000000..7eba40dd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2C.7486a3.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/2nZKGN6/Innsmouth-2-Vanishing-of-Elina-Harper-Tomasz-Jedruszek-1.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.json new file mode 100644 index 00000000..b08bae00 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/WxLpKrM/Innsmouth-2-Vanishing-of-Elina-Harper-Tomasz-Jedruszek-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c53204", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 2D", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 1.335, + "posZ": -52.01, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.ttslua new file mode 100644 index 00000000..642ca8b6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2D.c53204.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/WxLpKrM/Innsmouth-2-Vanishing-of-Elina-Harper-Tomasz-Jedruszek-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.json new file mode 100644 index 00000000..a9060db3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/r2VqHSn/Innsmouth-2-Vanishing-of-Elina-Harper-Mihail-Bila.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "08c430", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 2E", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 25.543, + "posY": 1.333, + "posZ": -52.043, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.ttslua new file mode 100644 index 00000000..3a2c0257 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-2E.08c430.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/r2VqHSn/Innsmouth-2-Vanishing-of-Elina-Harper-Mihail-Bila.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.json new file mode 100644 index 00000000..eaa83a46 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/jgQ8zQN/Innsmouth-3-In-Too-Deep-Klaudia-Bezak.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "77a94c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 3A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.292, + "posY": 1.389, + "posZ": -56.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.ttslua new file mode 100644 index 00000000..ce7a0a1a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3A.77a94c.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/jgQ8zQN/Innsmouth-3-In-Too-Deep-Klaudia-Bezak.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.json new file mode 100644 index 00000000..42e20eca --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/SsQ3my4/Innsmouth-3-In-Too-Deep-David-Frasheski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9c79a5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 3B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.388, + "posZ": -56.609, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.ttslua new file mode 100644 index 00000000..11398bef --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3B.9c79a5.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/SsQ3my4/Innsmouth-3-In-Too-Deep-David-Frasheski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.json new file mode 100644 index 00000000..bd43fe7a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/VVgtNM1/Innsmouth-3-In-Too-Deep-Patrik-Antonescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a8957d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 3C", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.984, + "posY": 1.335, + "posZ": -56.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.ttslua new file mode 100644 index 00000000..83245695 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-3C.a8957d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/VVgtNM1/Innsmouth-3-In-Too-Deep-Patrik-Antonescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.json new file mode 100644 index 00000000..2fa32ba0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Jrf6CJ0/Innsmouth-4-Devil-Reef-Ludovic-Sanson.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "957b29", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.388, + "posZ": -61.22, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.ttslua new file mode 100644 index 00000000..1ba1a347 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4A.957b29.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Jrf6CJ0/Innsmouth-4-Devil-Reef-Ludovic-Sanson.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.json new file mode 100644 index 00000000..07a81e49 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/4jfwDZR/Innsmouth-4-Devil-Reef-Marc-Stewart.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3f0496", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.335, + "posZ": -61.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.ttslua new file mode 100644 index 00000000..880f37b0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-4B.3f0496.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/4jfwDZR/Innsmouth-4-Devil-Reef-Marc-Stewart.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.json new file mode 100644 index 00000000..9e12cd2e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/vqYJjYJ/Innsmouth-5-Horror-in-High-Gear-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a7d80", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 5A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.335, + "posZ": -65.82, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.ttslua new file mode 100644 index 00000000..1212dd40 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5A.9a7d80.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/vqYJjYJ/Innsmouth-5-Horror-in-High-Gear-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.json new file mode 100644 index 00000000..f14e6d67 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/yYrzbYS/Innsmouth-5-Horror-in-High-Gear-Greg-Bobrowski-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0118ae", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 5B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.618, + "posY": 1.385, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.ttslua new file mode 100644 index 00000000..c1567168 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5B.0118ae.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/yYrzbYS/Innsmouth-5-Horror-in-High-Gear-Greg-Bobrowski-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.json new file mode 100644 index 00000000..19abc974 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/YkLFy7y/Innsmouth-5-Horror-in-High-Gear-Rostyslav-Zagornov.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ebe3a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 5C", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.984, + "posY": 1.384, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.ttslua new file mode 100644 index 00000000..9cbcdc1e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5C.ebe3a7.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/YkLFy7y/Innsmouth-5-Horror-in-High-Gear-Rostyslav-Zagornov.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.json new file mode 100644 index 00000000..39fed8f8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/fpKWhGY/Innsmouth-5-Horror-in-High-Gear-Guillem-H-Pongiluppi.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0eff3a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 5D", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 1.383, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.ttslua new file mode 100644 index 00000000..c44d0926 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-5D.0eff3a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/fpKWhGY/Innsmouth-5-Horror-in-High-Gear-Guillem-H-Pongiluppi.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.json new file mode 100644 index 00000000..53230ea4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Db2pRd6/Innsmouth-6-Light-in-the-Fog-JB-Caillet.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "092468", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 6A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.385, + "posZ": -70.42, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.ttslua new file mode 100644 index 00000000..067ac95a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6A.092468.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Db2pRd6/Innsmouth-6-Light-in-the-Fog-JB-Caillet.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.json new file mode 100644 index 00000000..7eea9857 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/v1rhgqJ/Innsmouth-6-Light-in-the-Fog-Florian-Aupetit.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4f17e8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 6B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.332, + "posZ": -70.408, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.ttslua new file mode 100644 index 00000000..dc8e92b9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-6B.4f17e8.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/v1rhgqJ/Innsmouth-6-Light-in-the-Fog-Florian-Aupetit.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.json new file mode 100644 index 00000000..78f632a0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/MZBpCbs/Innsmouth-7-Lair-of-Dagon-Guillem-H-Pongiluppi.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7e861b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.384, + "posZ": -75.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.ttslua new file mode 100644 index 00000000..ed064a18 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7A.7e861b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/MZBpCbs/Innsmouth-7-Lair-of-Dagon-Guillem-H-Pongiluppi.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.json new file mode 100644 index 00000000..f8ba0c73 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/QPwzQL5/Innsmouth-7-Lair-of-Dagon-Daria-Khlebnikova.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d31f0f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.331, + "posZ": -75.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.ttslua new file mode 100644 index 00000000..7008a789 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-7B.d31f0f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/QPwzQL5/Innsmouth-7-Lair-of-Dagon-Daria-Khlebnikova.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.json new file mode 100644 index 00000000..390a2aaa --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/k56Dn9q/Innsmouth-8-Into-the-Maelstrom-Mateusz-Michalski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e0348a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.382, + "posZ": -79.62, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.ttslua new file mode 100644 index 00000000..fa49497b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8A.e0348a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/k56Dn9q/Innsmouth-8-Into-the-Maelstrom-Mateusz-Michalski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.json new file mode 100644 index 00000000..9bb994c2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/fkSXDgs/Innsmouth-8-Into-the-Maelstrom-Dimitri-Bielak.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f1db94", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "TIC - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "ticmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.329, + "posZ": -79.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.ttslua new file mode 100644 index 00000000..6f2d0802 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/TheInnsmouthConspiracy.a0cfe5/TIC-8B.f1db94.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/fkSXDgs/Innsmouth-8-Into-the-Maelstrom-Dimitri-Bielak.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.json new file mode 100644 index 00000000..aa077f61 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.json @@ -0,0 +1,72 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.98454, + "r": 1 + }, + "ContainedObjects_order": [ + "POC-2A.f7d07b", + "POC-3.6cea28", + "POC-4A.fa603e", + "POC-4B.1e0a2d", + "POC-5A.1e8406", + "POC-5B.2abbe8", + "POC-2B.7010ef", + "POC-6A.2d374a", + "POC-6B.8b2f2f", + "POC-1.85cf7e", + "POC-2C.8127bb", + "POC-4C.095a6c", + "POC-7A.456b43", + "POC-8A.3aacc6", + "POC-8B.0e16cf", + "POC-7B.8e8954" + ], + "ContainedObjects_path": "ThePathtoCarcosa.569aab", + "Description": "tpocmat", + "DragSelectable": true, + "GMNotes": "", + "GUID": "569aab", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "The Path to Carcosa", + "Snap": true, + "Sticky": true, + "Tags": [ + "playmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 45.639, + "posY": 1.104, + "posZ": -56.609, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.luascriptstate new file mode 100644 index 00000000..a933e62c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.luascriptstate @@ -0,0 +1 @@ +{"ml":{"095a6c":{"lock":false,"position":{"x":32.9845237731934,"y":1.38532066345215,"z":-61.2080574035645},"rotation":{"x":1.59576117992401,"y":270.084533691406,"z":0.016707519069314}},"0e16cf":{"lock":false,"position":{"x":36.6240348815918,"y":1.32936930656433,"z":-79.609992980957},"rotation":{"x":0.020971966907382,"y":269.514434814453,"z":0.0165424905717373}},"1e0a2d":{"lock":false,"position":{"x":36.6228218078613,"y":1.3862898349762,"z":-61.2083969116211},"rotation":{"x":1.58478653430939,"y":270.196533203125,"z":0.016992861405015}},"1e8406":{"lock":false,"position":{"x":40.2875022888184,"y":1.33473646640778,"z":-65.8198318481445},"rotation":{"x":0.0207942202687263,"y":270.075103759766,"z":0.0167566929012537}},"2abbe8":{"lock":false,"position":{"x":36.622932434082,"y":1.38492453098297,"z":-65.8079833984375},"rotation":{"x":1.58433163166046,"y":270.104827880859,"z":0.0168658625334501}},"2d374a":{"lock":false,"position":{"x":40.2900695800781,"y":1.33337986469269,"z":-70.4198532104492},"rotation":{"x":0.0208862069994211,"y":270.049285888672,"z":0.0163175016641617}},"3aacc6":{"lock":false,"position":{"x":40.2902526855469,"y":1.38219845294952,"z":-79.6182250976563},"rotation":{"x":358.457824707031,"y":269.510528564453,"z":0.0166097246110439}},"456b43":{"lock":false,"position":{"x":40.2905960083008,"y":1.38353705406189,"z":-75.0199966430664},"rotation":{"x":358.457855224609,"y":270.063842773438,"z":0.0167510230094194}},"6cea28":{"lock":false,"position":{"x":40.2900810241699,"y":1.33743143081665,"z":-56.6199798583984},"rotation":{"x":0.020815797150135,"y":269.976776123047,"z":0.0167626142501831}},"7010ef":{"lock":false,"position":{"x":36.6237106323242,"y":1.38894164562225,"z":-52.0081634521484},"rotation":{"x":1.5831127166748,"y":270.319885253906,"z":0.017417760565877}},"8127bb":{"lock":false,"position":{"x":32.9846115112305,"y":1.3880113363266,"z":-52.0093383789063},"rotation":{"x":1.59560775756836,"y":270.239685058594,"z":0.016812251880765}},"85cf7e":{"lock":false,"position":{"x":40.2900772094727,"y":1.3401243686676,"z":-47.419994354248},"rotation":{"x":0.0208344608545303,"y":269.912475585938,"z":0.0167393144220114}},"8b2f2f":{"lock":false,"position":{"x":36.6228141784668,"y":1.38353550434113,"z":-70.4082412719727},"rotation":{"x":1.58326184749603,"y":269.92626953125,"z":0.0166300144046545}},"8e8954":{"lock":false,"position":{"x":36.6243591308594,"y":1.33071219921112,"z":-75.0083999633789},"rotation":{"x":0.0208491515368223,"y":270.011322021484,"z":0.016562158241868}},"f7d07b":{"lock":false,"position":{"x":40.2900772094727,"y":1.33880090713501,"z":-52.0199775695801},"rotation":{"x":0.0206596124917269,"y":269.901672363281,"z":0.0176223460584879}},"fa603e":{"lock":false,"position":{"x":40.2854118347168,"y":1.33607804775238,"z":-61.2198791503906},"rotation":{"x":0.0208030603826046,"y":270.1435546875,"z":0.0166210383176804}}}} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.ttslua new file mode 100644 index 00000000..4c56fac6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab.ttslua @@ -0,0 +1,163 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-03-16 3:26 p.m. +--- + +--- Original Memory Bag by MrStump +--- https://steamcommunity.com/sharedfiles/filedetails/?id=953770080 + +---@class MemoryListEntry +---@field public position Vector +---@field public rotation Vector +---@field public lock boolean +local MemoryListEntry={} + +---@type table +local memory_list = {} + +local POSTFIX = { + SAVE = "_memory_object", + ZONE = "_memory_zone", + SHUFFLE = "_memory_shuffle" +} + +---@type table +local BUTTON = { + POSITION = Vector(0, 0.3, -2), + ROTATION = Vector(0, 180, 0), + HEIGHT = 350, + WIDTH = 800, + FONT_SIZE = 250, + COLOR = Color.Black, + FONT_COLOR = Color.White +} + +local ipairs = ipairs +local pairs = pairs + +---@return string +local function get_prefix() + return self:getDescription() +end + +local function updateSave() + local data_to_save = {["ml"]=memory_list} + local saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +---@param label string +---@param action string +local function createButton(label, action) + self:clearButtons() + + ---@type CreateClassicUIButton + local parameters = { + label = label, + click_function = action, + function_owner = self + } + + for key, value in pairs(BUTTON) do + parameters[key:lower()] = value + end + + self:createButton(parameters) +end + +local function create_place_button() createButton("Place", "place_objects") end +local function create_recall_button() createButton("Recall", "recall_objects") end + +---@param tag string +---@param lock boolean +---@return fun(object:TTSObject) +local function create_object_callback(tag, lock) + ---@param object TTSObject + return function (object) + object:setLock(lock) + if object:hasTag(tag) then object:shuffle() end + end +end + +---@param object TTSObject +local function record_objects(object) + memory_list[object:getGUID()] = { + position = object:getPosition(), + rotation = object:getRotation(), + lock = object:getLock() + } + self:putObject(object) +end + +---@param objects TTSObject[] +local function update_objects(objects) + for _, object in ipairs(objects) do + record_objects(object) + end +end + +--Sends objects from bag/table to their saved position/rotation +function place_objects() + local prefix = get_prefix() + local shuffle_tag = prefix .. POSTFIX.SHUFFLE + local content = self.getObjects() + + for _, item in ipairs(content) do + local entry = memory_list[item.guid] + if entry then + self.takeObject { + guid=item.guid, + position=entry.position, + rotation=entry.rotation, + callback_function = create_object_callback(shuffle_tag, entry.lock) + } + end + end + + broadcastToAll("Objects Placed", {1,1,1}) + create_recall_button() +end + +--Recalls objects to bag from table +function recall_objects() + memory_list = {} + local prefix = get_prefix() + + if prefix=="" then + broadcastToAll("Error in Memory Bag: Tag prefix not set.") + return + end + + local save_tag = prefix .. POSTFIX.SAVE + local zone_tag = prefix .. POSTFIX.ZONE + + local zones = getObjectsWithTag(zone_tag) + if #zones>0 then + for _, zone in ipairs(zones) do + update_objects(zone:getObjects()) + end + else + update_objects(getObjectsWithTag(save_tag)) + end + updateSave() + broadcastToAll("Objects Recalled", {1,1,1}) + create_place_button() +end + +function onload(saved_data) + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memory_list = loaded_data.ml + else + --Set up information for if there is no saved saved data + memory_list = {} + end + + if self:getQuantity()==0 then + create_recall_button() + else + create_place_button() + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.json new file mode 100644 index 00000000..486e8e1d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/TcnKXJD/Carcosa-1-Curtain-Call-Mark-Molnar.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "85cf7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 1", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.34, + "posZ": -47.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.ttslua new file mode 100644 index 00000000..9a464127 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-1.85cf7e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/TcnKXJD/Carcosa-1-Curtain-Call-Mark-Molnar.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.json new file mode 100644 index 00000000..b87b0c8c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/x56ZHt7/Carcosa-2-Last-King-Wu-Mengjia.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f7d07b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 2A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.339, + "posZ": -52.02, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.ttslua new file mode 100644 index 00000000..d4b0ff02 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2A.f7d07b.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/x56ZHt7/Carcosa-2-Last-King-Wu-Mengjia.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.json new file mode 100644 index 00000000..39201ea8 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/JRQJKR8/Carcosa-2-Last-King-Cristi-Balanescu.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7010ef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 2B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.389, + "posZ": -52.008, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.ttslua new file mode 100644 index 00000000..21e9e7bb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2B.7010ef.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/JRQJKR8/Carcosa-2-Last-King-Cristi-Balanescu.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.json new file mode 100644 index 00000000..b2680f59 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/NZzBwgv/Carcosa-2-Last-King-Cristi-Balanescu-2.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8127bb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 2C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.388, + "posZ": -52.009, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.ttslua new file mode 100644 index 00000000..d7e74955 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-2C.8127bb.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/NZzBwgv/Carcosa-2-Last-King-Cristi-Balanescu-2.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.json new file mode 100644 index 00000000..96e8e4ec --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/R6gSm0D/Carcosa-3-Echoes-of-the-Past-Heather-Savage.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6cea28", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 3", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.337, + "posZ": -56.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.ttslua new file mode 100644 index 00000000..b1bf9bdd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-3.6cea28.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/R6gSm0D/Carcosa-3-Echoes-of-the-Past-Heather-Savage.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.json new file mode 100644 index 00000000..00f8aaf4 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/DzzDQQQ/Carcosa-4-Unspeakable-Oath.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fa603e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 4A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.285, + "posY": 1.336, + "posZ": -61.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.ttslua new file mode 100644 index 00000000..933fd315 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4A.fa603e.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/DzzDQQQ/Carcosa-4-Unspeakable-Oath.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.json new file mode 100644 index 00000000..efb24424 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/wWL73c9/Carcosa-4-Unspeakable-Oath-Paul-Fairbairn.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e0a2d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 4B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.623, + "posY": 1.386, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.ttslua new file mode 100644 index 00000000..f201fb91 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4B.1e0a2d.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/wWL73c9/Carcosa-4-Unspeakable-Oath-Paul-Fairbairn.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.json new file mode 100644 index 00000000..0f7c924f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/9gqBzXr/Carcosa-4-Unspeakable-Oath-2-Mark-Molnar.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "095a6c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 4C", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.385, + "posZ": -61.208, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.ttslua new file mode 100644 index 00000000..dcf0180d --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-4C.095a6c.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/9gqBzXr/Carcosa-4-Unspeakable-Oath-2-Mark-Molnar.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.json new file mode 100644 index 00000000..04c36995 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Vp1wNbT/Carcosa-5-Phantom-of-Truth-Tomasz-Jedruszek.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e8406", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 5A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.288, + "posY": 1.335, + "posZ": -65.82, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.ttslua new file mode 100644 index 00000000..266dd8a2 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5A.1e8406.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Vp1wNbT/Carcosa-5-Phantom-of-Truth-Tomasz-Jedruszek.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.json new file mode 100644 index 00000000..5bf37ecc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/mzpz1Dd/Carcosa-5-Phantom-of-Truth-Lucas-Staniec.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2abbe8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 5B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.623, + "posY": 1.385, + "posZ": -65.808, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.ttslua new file mode 100644 index 00000000..766fd9df --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-5B.2abbe8.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/mzpz1Dd/Carcosa-5-Phantom-of-Truth-Lucas-Staniec.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.json new file mode 100644 index 00000000..b2d4c5a6 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/Bf5LByY/Carcosa-6-Pallid-Mask-Greg-Bobrowski.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d374a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 6A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.333, + "posZ": -70.42, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.ttslua new file mode 100644 index 00000000..2155f94c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6A.2d374a.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/Bf5LByY/Carcosa-6-Pallid-Mask-Greg-Bobrowski.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.json new file mode 100644 index 00000000..38212896 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/1v1J9Xx/Carcosa-6-Pallid-Mask-Rafal-Pyra.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b2f2f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 6B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.623, + "posY": 1.384, + "posZ": -70.408, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.ttslua new file mode 100644 index 00000000..065da2bb --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-6B.8b2f2f.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/1v1J9Xx/Carcosa-6-Pallid-Mask-Rafal-Pyra.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.json new file mode 100644 index 00000000..fed493bf --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/TB451t7/Carcosa-7-Black-Star-Rises-Audric-Gatoux.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "456b43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 7A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.291, + "posY": 1.384, + "posZ": -75.02, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.ttslua new file mode 100644 index 00000000..8824deba --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7A.456b43.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/TB451t7/Carcosa-7-Black-Star-Rises-Audric-Gatoux.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.json new file mode 100644 index 00000000..f89df30e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/nC8Ncxx/Carcosa-7-Black-Star-Rises-Chris-Kintner.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8e8954", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 7B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.331, + "posZ": -75.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.ttslua new file mode 100644 index 00000000..8b270c1a --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-7B.8e8954.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/nC8Ncxx/Carcosa-7-Black-Star-Rises-Chris-Kintner.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.json new file mode 100644 index 00000000..ad3d5687 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/QvS4y3D/Carcosa-8-Dim-Carcosa-Alexandr-Elichev.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3aacc6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 8A", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 40.29, + "posY": 1.382, + "posZ": -79.618, + "rotX": 358, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.ttslua new file mode 100644 index 00000000..18c30ad3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8A.3aacc6.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/QvS4y3D/Carcosa-8-Dim-Carcosa-Alexandr-Elichev.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.json b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.json new file mode 100644 index 00000000..7b334395 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.ibb.co/hR95x7k/Carcosa-8-Dim-Carcosa-Yuri-Shepherd.jpg", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e16cf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "POC - 8B", + "Snap": true, + "Sticky": true, + "Tags": [ + "tpocmat_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": 36.624, + "posY": 1.329, + "posZ": -79.61, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.ttslua b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.ttslua new file mode 100644 index 00000000..53db870b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/PlaymatCustomsByBLMintTeaFan.67d8c7/ThePathtoCarcosa.569aab/POC-8B.0e16cf.ttslua @@ -0,0 +1,28 @@ +function onLoad() + local params = {} + params.click_function = 'updateSurface' + params.function_owner = self + params.label = 'Apply' + params.tooltip= 'Left click to apply image, right click to revert to default.' + params.position = {0,0.05,-1.6} + params.rotation = {0,0,0} + params.height = 250 + params.width = 580 + params.color = {0,0,0} + params.font_color = {1,1,1} + self.createButton(params) +end + + function updateSurface(obj, color, alt_click) + obj_surface = getObjectFromGUID("721ba2") + local customInfo = obj_surface.getCustomObject() + if alt_click == false then + customInfo.image = "https://i.ibb.co/hR95x7k/Carcosa-8-Dim-Carcosa-Yuri-Shepherd.jpg" + else + customInfo.image = "http://cloud-3.steamusercontent.com/ugc/1717534454684871624/1739012BC3EA35E381D1172705B670BEEBD1AF6F/" + end + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() + broadcastToAll("New Playmat Image Applied", {0.2,0.9,0.2}) + end + diff --git a/objects/Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.json b/objects/Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.json new file mode 100644 index 00000000..63808a4f --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1838053776205435595/ECFB88938ADBD1EF7AEF713111A11330FD9FAA5A/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1838053776205435595/ECFB88938ADBD1EF7AEF713111A11330FD9FAA5A/", + "WidthScale": 0 + }, + "Description": "Searches your top X cards by setting your hand aside and putting the cards into your hand.\n\nPut the target of your search on your set aside hand.\n\nSelect \"Shuffle\" or \"No Shuffle\" to put the cards back in your deck.\n\nCheck context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "17aed0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "{\"playerColor\":\"White\"}", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Search Assistant", + "Snap": true, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": true, + "Transform": { + "posX": 29.245, + "posY": 8.402, + "posZ": -27.089, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.ttslua b/objects/Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.ttslua new file mode 100644 index 00000000..20eb136e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/SearchAssistant.17aed0.ttslua @@ -0,0 +1,266 @@ +-- Search Assistant +-- made by: Chr1Z +-- original by: Tikatoy +-- description: search the top X cards of your deck +information = { + version = "1.3", + last_updated = "26.09.2022" +} + +MAT_GUIDS = { "8b081b", "bd0ff4", "383d8b", "0840d5" } + +-- common parameters +local BUTTON_PARAMETERS = {} +BUTTON_PARAMETERS.function_owner = self +BUTTON_PARAMETERS.font_size = 125 +BUTTON_PARAMETERS.width = 650 +BUTTON_PARAMETERS.height = 225 + +local INPUT_PARAMETERS = {} +INPUT_PARAMETERS.function_owner = self +INPUT_PARAMETERS.input_function = "updateSearchNumber" +INPUT_PARAMETERS.tooltip = "number of cards to search" +INPUT_PARAMETERS.label = "#" +INPUT_PARAMETERS.font_size = 175 +INPUT_PARAMETERS.width = 400 +INPUT_PARAMETERS.height = INPUT_PARAMETERS.font_size + 23 +INPUT_PARAMETERS.position = { 0, 0.1, 0 } +INPUT_PARAMETERS.alignment = 3 +INPUT_PARAMETERS.validation = 2 + +function onLoad(save_state) + if save_state ~= nil then + local loaded_data = JSON.decode(save_state) + if loaded_data.playerColor ~= nil then + playerColor = loaded_data.playerColor + end + end + + if playerColor == nil then + playerColor = Player.getAvailableColors()[1] + end + + normalView() + + self.addContextMenuItem("More Information", function() + printToAll("------------------------------", "White") + printToAll("Search Assistant v" .. information["version"] .. " by Chr1Z", "Orange") + printToAll("last updated: " .. information["last_updated"], "White") + printToAll("original concept by Tikatoy", "White") + end) +end + +function onSave() + return JSON.encode({ playerColor = playerColor }) +end + +-- regular view with search box and color switcher +function normalView() + self.clearButtons() + self.clearInputs() + + createSearchButton() + changeColor("initialize") + self.createInput(INPUT_PARAMETERS) +end + +-- view during a search with "done" buttons +function searchView() + self.clearButtons() + self.clearInputs() + + createDoneButton(true) + createDoneButton(false) +end + +-- change color (or initialize button) +function changeColor(arg) + if arg ~= "initialize" then + -- update table with colors + COLORS = Player.getAvailableColors() + table.insert(COLORS, COLORS[1]) + + -- get index of current color and move up one step + local pos = indexOf(COLORS, playerColor) + if pos == nil then pos = 0 end + playerColor = COLORS[pos + 1] + + -- remove button and recreate it afterwards + self.removeButton(1) + end + + BUTTON_PARAMETERS.click_function = "changeColor" + BUTTON_PARAMETERS.tooltip = "change color" + BUTTON_PARAMETERS.position = { 0, 0.1, -0.65 } + BUTTON_PARAMETERS.label = playerColor + BUTTON_PARAMETERS.color = Color.fromString(playerColor) + BUTTON_PARAMETERS.hover_color = BUTTON_PARAMETERS.color + self.createButton(BUTTON_PARAMETERS) +end + +-- create the search button +function createSearchButton() + BUTTON_PARAMETERS.click_function = "startSearch" + BUTTON_PARAMETERS.tooltip = "start the search" + BUTTON_PARAMETERS.position = { 0, 0.1, 0.65 } + BUTTON_PARAMETERS.label = "Search" + BUTTON_PARAMETERS.color = Color.fromString("White") + BUTTON_PARAMETERS.hover_color = nil + self.createButton(BUTTON_PARAMETERS) +end + +-- create the done buttons (with and without shuffle) +function createDoneButton(arg) + if arg then + BUTTON_PARAMETERS.click_function = "endSearch1" + BUTTON_PARAMETERS.tooltip = "Done (Shuffle)" + BUTTON_PARAMETERS.position = { 0, 0.1, -0.65 } + BUTTON_PARAMETERS.label = "Shuffle" + else + BUTTON_PARAMETERS.click_function = "endSearch2" + BUTTON_PARAMETERS.tooltip = "Done (No Shuffle)" + BUTTON_PARAMETERS.position = { 0, 0.1, 0.65 } + BUTTON_PARAMETERS.label = "No Shuffle" + end + + BUTTON_PARAMETERS.color = Color.fromString("White") + BUTTON_PARAMETERS.hover_color = nil + self.createButton(BUTTON_PARAMETERS) +end + +-- get the draw deck from the player mat +function getDrawDeck() + mat.call("getDrawDiscardDecks") + return mat.getVar("drawDeck") +end + +-- input_function to get number of cards to search +function updateSearchNumber(_, _, input) + INPUT_PARAMETERS.value = tonumber(input) +end + +-- start the search (change UI, set hand aside, draw cards) +function startSearch(_, color) + if INPUT_PARAMETERS.value == nil then + printToColor("Enter the number of cards to search in the textbox.", color, "Orange") + return + end + + local hand_data = Player[playerColor].getHandTransform() + + -- make distinction between players based on hand position + if hand_data.position.x < -30 then + if hand_data.position.z > 0 then + playerNumber = 1 + else + playerNumber = 2 + end + else + if hand_data.position.z > 0 then + playerNumber = 3 + else + playerNumber = 4 + end + end + + mat = getObjectFromGUID(MAT_GUIDS[playerNumber]) + local zoneID = mat.getVar("zoneID") + + drawDeck = getDrawDeck() + if drawDeck == nil then + printToColor("Draw pile could not be found!", color, "Red") + return + end + + drawDeckPos = drawDeck.getPosition() + printToColor("Place target(s) of search on set aside hand.", color, "Green") + + -- get position for set aside cards + local hand = Player[playerColor].getHandObjects() + deck_rotation = { hand_data.rotation.x, hand_data.rotation.y + 180, 180 } + + -- for left players (p1 and p3) move to the left, for right players (p2 and p4) to the right + if playerNumber == 1 or playerNumber == 3 then + set_aside_pos = hand_data.position - 15 * hand_data.right + else + set_aside_pos = hand_data.position + 15 * hand_data.right + end + + for i = #hand, 1, -1 do + hand[i].setPosition(set_aside_pos - Vector(0, i * 0.3, 0)) + hand[i].setRotation(deck_rotation) + end + + searchView() + + -- handling for Norman Withers + for i, object in ipairs(getObjectFromGUID(zoneID).getObjects()) do + if self.positionToLocal(object.getPosition()).z < 0.5 and object.tag == "Card" and not object.is_face_down then + object.flip() + Wait.time(function() + drawDeck = getDrawDeck() + end, 1) + break + end + end + + Wait.time(function() + drawDeck.deal(INPUT_PARAMETERS.value, playerColor) + end, 1) +end + +-- place hand back into deck and optionally shuffle +function endSearch1() + endSearch("true") +end + +function endSearch2() + endSearch("false") +end + +function endSearch(shuffle) + local hand = Player[playerColor].getHandObjects() + + for i = #hand, 1, -1 do + hand[i].setPosition(drawDeckPos + Vector(0, 6 - i * 0.3, 0)) + hand[i].setRotation(deck_rotation) + end + + if shuffle == "true" then + Wait.time(function() + local deck = getDrawDeck() + if deck ~= nil then + deck.shuffle() + end + end, 2) + end + + -- draw set aside cards (from the ground!) + local objs = Physics.cast({ + origin = set_aside_pos - Vector(0, 5, 0), + direction = { x = 0, y = 1, z = 0 }, + type = 3, + size = { 2, 2, 2 } + }) + + for i, v in ipairs(objs) do + local obj = v.hit_object + if obj.tag == "Deck" then + Wait.time(function() + obj.deal(#obj.getObjects(), playerColor) + end, 1) + break + end + end + + normalView() +end + +-- helper to search array +function indexOf(array, value) + for i, v in ipairs(array) do + if v == value then + return i + end + end +end diff --git a/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.json b/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.json new file mode 100644 index 00000000..5a1ecb83 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.100000009 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1838054223124059668/0BF8F541309E717BA84987BD554675A2FD06AF9F/", + "WidthScale": 0 + }, + "Description": "Displays the content of the chaos bag in tabular fashion.\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "022907", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/TokenArranger.022907.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/TokenArranger.022907.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Token Arranger", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 22.951, + "posY": 5.242, + "posZ": -30.295, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 2, + "scaleY": 1, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.luascriptstate new file mode 100644 index 00000000..bec5a180 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.luascriptstate @@ -0,0 +1 @@ +{"":[0,11],"Auto-fail":[-100,7],"Bless":[101,8],"Cultist":[-2,4],"Curse":[-100,9],"Elder Sign":[100,2],"Elder Thing":[-4,6],"Frost":[-99,10],"Skull":[-1,3],"Tablet":[-3,5]} diff --git a/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.ttslua b/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.ttslua new file mode 100644 index 00000000..d48d34c1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/TokenArranger.022907.ttslua @@ -0,0 +1,259 @@ +-- Token Arranger +-- created by: Chr1Z +-- original by: Whimsical +-- description: displays the content of the chaos bag +information = { + version = "1.6", + last_updated = "10.10.2022" +} + +-- names of tokens in order +token_names = { + "Elder Sign", + "Skull", + "Cultist", + "Tablet", + "Elder Thing", + "Auto-fail", + "Bless", + "Curse", + "Frost", + "" +} + +-- common parameters +local BUTTON_PARAMETERS = {} +BUTTON_PARAMETERS.function_owner = self +BUTTON_PARAMETERS.label = "" +BUTTON_PARAMETERS.tooltip = "Add / Remove" +BUTTON_PARAMETERS.color = { 0, 0, 0, 0 } +BUTTON_PARAMETERS.width = 325 +BUTTON_PARAMETERS.height = 325 + +local INPUT_PARAMETERS = {} +INPUT_PARAMETERS.function_owner = self +INPUT_PARAMETERS.font_size = 100 +INPUT_PARAMETERS.width = 250 +INPUT_PARAMETERS.height = INPUT_PARAMETERS.font_size + 23 +INPUT_PARAMETERS.alignment = 3 +INPUT_PARAMETERS.validation = 2 +INPUT_PARAMETERS.tab = 2 + +-- tag for cloned tokens +TO_DELETE_TAG = "to_be_deleted" + +function onSave() return JSON.encode(token_precedence) end + +function onload(save_state) + if save_state ~= nil then + token_precedence = JSON.decode(save_state) + else + -- token modifiers for sorting (and order for same modifier) + -- order starts at 2 because there is a "+1" token + token_precedence = { + ["Elder Sign"] = { 100, 2 }, + ["Skull"] = { -1, 3 }, + ["Cultist"] = { -2, 4 }, + ["Tablet"] = { -3, 5 }, + ["Elder Thing"] = { -4, 6 }, + ["Auto-fail"] = { -100, 7 }, + ["Bless"] = { 101, 8 }, + ["Curse"] = { -101, 9 }, + ["Frost"] = { -99, 10 }, + [""] = { 0, 11 } + } + end + + updating = false + + -- create UI + local offset = 0.725 + local pos = { + x = { -1.067, 0.377 }, + z = -2.175 + } + + -- button and inputs index 1-10 + for i = 1, 10 do + if i < 6 then + BUTTON_PARAMETERS.position = { pos.x[1], 0, pos.z + i * offset } + INPUT_PARAMETERS.position = { pos.x[1] + offset, 0.1, pos.z + i * offset } + else + BUTTON_PARAMETERS.position = { pos.x[2], 0, pos.z + (i - 5) * offset } + INPUT_PARAMETERS.position = { pos.x[2] + offset, 0.1, pos.z + (i - 5) * offset } + end + + BUTTON_PARAMETERS.click_function = attachIndex("tokenClick", i) + INPUT_PARAMETERS.input_function = attachIndex2("tokenInput", i) + INPUT_PARAMETERS.value = token_precedence[token_names[i]][1] + + self.createButton(BUTTON_PARAMETERS) + self.createInput(INPUT_PARAMETERS) + end + + -- index 11: "Update / Hide" button + BUTTON_PARAMETERS.label = "Update / Hide" + BUTTON_PARAMETERS.click_function = "layout" + BUTTON_PARAMETERS.tooltip = "Left-Click: Update!\nRight-Click: Hide Tokens!" + BUTTON_PARAMETERS.position = { 0.725, 0.1, 2.025 } + BUTTON_PARAMETERS.color = { 1, 1, 1 } + BUTTON_PARAMETERS.width = 675 + BUTTON_PARAMETERS.height = 175 + self.createButton(BUTTON_PARAMETERS) + + self.addContextMenuItem("More Information", function() + printToAll("------------------------------", "White") + printToAll("Token Arranger v" .. information["version"] .. " by Chr1Z", "Orange") + printToAll("last updated: " .. information["last_updated"], "White") + printToAll("original concept by Whimsical", "White") + end) +end + +-- helper functions to carry index +function attachIndex(click_function, index) + local fn_name = click_function .. index + _G[fn_name] = function(obj, player_color, alt_click) + _G[click_function](obj, player_color, alt_click, index) + end + return fn_name +end + +function attachIndex2(input_function, index) + local fn_name = input_function .. index + _G[fn_name] = function(obj, player_color, input, selected) + _G[input_function](obj, player_color, input, selected, index) + end + return fn_name +end + +-- click_function for buttons on chaos tokens +function tokenClick(obj, player_color, alt_click, index) + if not updating then + updating = true + if alt_click then + token_precedence[token_names[index]][1] = token_precedence[token_names[index]][1] - 1 + else + token_precedence[token_names[index]][1] = token_precedence[token_names[index]][1] + 1 + end + self.editInput({ index = index - 1, value = token_precedence[token_names[index]][1] }) + layout() + end +end + +-- input_function for input_boxes +function tokenInput(obj, player_color, input, selected, index) + if selected == false and not updating then + updating = true + local num = tonumber(input) + if num ~= nil then + token_precedence[token_names[index]][1] = num + end + layout() + end +end + +-- order function for data sorting +function token_value_comparator(left, right) + if left.value > right.value then return true + elseif right.value > left.value then return false + elseif left.order < right.order then return true + elseif right.order < left.order then return false + else return left.token.getGUID() > right.token.getGUID() + end +end + +-- get chaos bag from scripting zone and description +function getChaosBag() + local chaosbag = nil + local chaosbag_zone = getObjectFromGUID("83ef06") + + -- error handling: scripting zone not found + if chaosbag_zone == nil then + printToAll("Zone for chaos bag detection couldn't be found.", "Red") + return nil + end + + for _, v in ipairs(chaosbag_zone.getObjects()) do + if v.getDescription() == "Chaos Bag" then + chaosbag = getObjectFromGUID(v.getGUID()) + break + end + end + + -- error handling: chaos bag not found + if chaosbag == nil then + printToAll("Chaos bag couldn't be found.", "Red") + end + return chaosbag +end + +-- main function (delete old tokens, clone chaos bag content, sort it and position it) +function layout(_, _, isRightClick) + -- delete previously pulled out tokens + for _, token in ipairs(getObjectsWithTag(TO_DELETE_TAG)) do token.destruct() end + + -- stop here if right-clicked + if isRightClick then return end + + local chaos_bag = getChaosBag() + local chaos_bag_objects = chaos_bag.getObjects() + + -- take each token out and clone it + for _, data in ipairs(chaos_bag_objects) do + chaos_bag.takeObject { + guid = data.guid, + smooth = false, + callback_function = function(tok) + chaos_bag.putObject(tok.clone()) + tok.addTag(TO_DELETE_TAG) + end + } + end + + -- wait until all tokens have finished spawning + Wait.condition(function() do_position() end, + function() return #chaos_bag_objects == #getObjectsWithTag(TO_DELETE_TAG) end) +end + +-- position tokens sorted by value +function do_position() + local data = {} + + -- create table with tokens + for i, token in ipairs(getObjectsWithTag(TO_DELETE_TAG)) do + local name = token.getName() + local value = tonumber(name) + local precedence = token_precedence[name] + + data[i] = { + token = token, + value = value or precedence[1] + } + + if precedence ~= nil then + data[i].order = precedence[2] + else + data[i].order = value + end + end + + -- sort table by value (symbols last if same value) + table.sort(data, token_value_comparator) + + -- laying out the tokens + local pos = self.getPosition() + Vector(3.55, -0.05, -3.95) + local location = { x = pos.x, y = pos.y, z = pos.z } + local current_value = data[1].value + + for _, item in ipairs(data) do + if item.value ~= current_value then + location.x = location.x - 1.75 + location.z = pos.z + current_value = item.value + end + item.token.setPosition(location) + item.token.setRotation(self.getRotation()) + location.z = location.z - 1.75 + end + updating = false +end diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4.json b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4.json new file mode 100644 index 00000000..6c44742b --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "GenericDifficultySelector.8112ff", + "TokenImageProvider.162580", + "TokenList.297f5e", + "GenericDifficultySelectorInstructions13.c32992" + ], + "ContainedObjects_path": "WhimsicalsGenericDifficultySelector.05efb4", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "05efb4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Whimsical's Generic Difficulty Selector", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.073, + "posY": 3.901, + "posZ": -21.285, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.json b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.json new file mode 100644 index 00000000..08d5f0b1 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/EcbhVuh.jpg/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/965354846165100486/3DC8FCEF364B30758B09EF96AF9458F2B8E64D56/", + "WidthScale": 0 + }, + "Description": "click to set chaos token difficulty", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8112ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Generic Difficulty Selector", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.174, + "posY": 4.216, + "posZ": 29.914, + "rotX": 0, + "rotY": 270, + "rotZ": 42, + "scaleX": 2.2, + "scaleY": 1, + "scaleZ": 2.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.ttslua b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.ttslua new file mode 100644 index 00000000..813f317e --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelector.8112ff.ttslua @@ -0,0 +1,169 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-05 6:14 p.m. +--- + + +local tags = { + bag = "chaos_bag", + provider = "token_list_provider", + tokens = "token_image_provider" +} + +---@class ChaosToken +---@field name string +---@field image string +local _ = {} + +---@type table +local sources + +---@type table +local tokens + +---@param source TTSObject +local LoadSource = function (source) + tokens = source:getTable("chaos_tokens") +end + +---@param token ChaosToken +---@param position Vector +---@param chaos_bag TTSObject +---@return number +local SpawnToken = function (token, position, chaos_bag) + spawnObject { + type = "Custom_Tile", + position = position, + scale = { 0.81, 1.0, 0.81 }, + rotation = { 0, 270, 0 }, + ---@param object TTSObject + callback_function = function(object, _, _) + object:setName(token.name) + chaos_bag:putObject(object) + end + }:setCustomObject { + image = token.image, + type = 2, + thickness = 0.1 + } +end + +---@param chaos_bag TTSObject +local emptyBag= function (chaos_bag) + local object = chaos_bag:getObjects() + local pos = self:getPosition() + pos.y = pos.y+1 + + for _, object in ipairs(object) do + chaos_bag:takeObject { + guid = object.guid, + position = pos, + ---@param item TTSObject + callback_function = function (item) item:destruct() end + } + end +end + +---@param difficulty string +local clickFun= function (difficulty) + local chaos_bag = getObjectsWithTag(tags.bag)[1] + + emptyBag(chaos_bag) + + local loading = tokens[difficulty] + local pos = self:getPosition() + + for _, token_id in ipairs(loading) do + if type(token_id)=="string" then token_id = token_id:lower() end + + local token = sources[token_id] + + if (token==nil) then + error("Could not find token \"" .. token_id .. "\".") + return + end + + SpawnToken(token, pos, chaos_bag) + end +end + + +---@param difficulty string +local MakeClickFun = function(difficulty) + return function () + clickFun(difficulty) + end +end + +---@param label string +---@param z_offset number|nil +local makeButton = function(label , z_offset) + z_offset = z_offset or -0.15 + + _G[label:lower() .. "Click"] = MakeClickFun(label) + + self:createButton({ + label = label, + function_owner = self, + click_function = label:lower() .. "Click", + position = {0, 0.1, z_offset}, + rotation = {0, 0, 0}, + scale = {0.47, 1, 0.47}, + height = 200, + width = 1150, + font_size = 100, + color = {0.87, 0.8, 0.70}, + font_color = {0, 0, 0} + }) + return z_offset + 0.20 +end + +---@param source TTSObject +local CreateButtons= function(source) + self:clearButtons() + + local z_offset + for difficulty,_ in pairs(tokens) do + z_offset = makeButton(difficulty, z_offset) + end +end + + +function LoadTokens() + ---@type TTSObject[] + local image_sources = getObjectsWithTag(tags.tokens) + + if (#image_sources<=0) then + error("Cannot find images_sources") + return + end + + sources = image_sources[1]:getTable("sources") + + if (tokens~=nil) then CreateButtons() return end + + local source = getObjectsWithTag(tags.provider) + + if (#source<=0) then return end + + LoadSource(source[1]) + + CreateButtons() +end + +function onload() + Timer.create { + identifier = self:getGUID(), + function_name = "LoadTokens" + } +end + +---@param provider TTSObject +function onObjectSpawn(provider) + if (not provider:hasTag(tags.provider)) then return end + + LoadSource(provider) + + CreateButtons() +end diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelectorInstructions13.c32992.json b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelectorInstructions13.c32992.json new file mode 100644 index 00000000..a1ffa120 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/GenericDifficultySelectorInstructions13.c32992.json @@ -0,0 +1,137 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Tool for create custom chaos bag configurations.\n - The actual difficulty selector: click a difficulty to fill the chaos bag.\n- Token Image Provider: edit in scripting editor to add new token types. Cut and Paste to save.\n- Token List: edit in scripting editor to customize difficulties. Cut and Paste to save.\n\nReference of Token codes on following pages:", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c32992", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Generic Difficulty Selector Instructions 1/3", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "1 — -8: Numeric tokens (Don't place quotes around these).\r\n\"S\": Skull.\r\n\"C\": Cultist.\r\n\"T\": Tablet.\r\n\"E\": Elder Thing.\r\n\"Fr\": Frost.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eab766", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Generic Difficulty Selector Instructions 2/3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.29240441, + "posY": 1.33262193, + "posZ": 56.0586357, + "rotX": 359.9792, + "rotY": 89.99884, + "rotZ": 359.983215, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "\"*\": Elder Sign.\r\n\"F\": Auto-fail.\r\n\"+\": Bless.\r\n\"-\": Curse.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "309295", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Generic Difficulty Selector Instructions 3/3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.29240441, + "posY": 1.33262193, + "posZ": 56.0586357, + "rotX": 359.9792, + "rotY": 89.9988556, + "rotZ": 359.983215, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.505, + "posY": 3.625, + "posZ": 30.273, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.json b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.json new file mode 100644 index 00000000..6da706bc --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "162580", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Token Image Provider", + "Snap": true, + "Sticky": true, + "Tags": [ + "token_image_provider" + ], + "Tooltip": true, + "Transform": { + "posX": 13.194, + "posY": 3.807, + "posZ": 28.835, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.ttslua b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.ttslua new file mode 100644 index 00000000..a9fd71cd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenImageProvider.162580.ttslua @@ -0,0 +1,38 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-05 6:51 p.m. +--- + +---@param name string +---@param image string +---@return ChaosToken +local MakeToken = function (name, image) + return { + name = name, + image = image + } +end + +sources = { + [1] = MakeToken("+1", "https://i.imgur.com/uIx8jbY.png"), + [0] = MakeToken("0", "https://i.imgur.com/btEtVfd.png"), + [-1] = MakeToken("-1", "https://i.imgur.com/w3XbrCC.png"), + [-2] = MakeToken("-2", "https://i.imgur.com/bfTg2hb.png"), + [-3] = MakeToken("-3", "https://i.imgur.com/yfs8gHq.png"), + [-4] = MakeToken("-4", "https://i.imgur.com/qrgGQRD.png"), + [-5] = MakeToken("-5", "https://i.imgur.com/3Ym1IeG.png"), + [-6] = MakeToken("-6", "https://i.imgur.com/c9qdSzS.png"), + [-7] = MakeToken("-7", "https://i.imgur.com/4WRD42n.png"), + [-8] = MakeToken("-8", "https://i.imgur.com/9t3rPTQ.png"), + ["s"] = MakeToken("Skull", "https://i.imgur.com/stbBxtx.png"), + ["c"] = MakeToken("Cultist", "https://i.imgur.com/VzhJJaH.png"), + ["t"] = MakeToken("Tablet", "https://i.imgur.com/1plY463.png"), + ["e"] = MakeToken("Elder Thing", "https://i.imgur.com/ttnspKt.png"), + ["*"] = MakeToken("Elder Sign", "https://i.imgur.com/nEmqjmj.png"), + ["f"] = MakeToken("Auto-fail", "https://i.imgur.com/lns4fhz.png"), + ["+"] = MakeToken("Bless", "http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/"), + ["-"] = MakeToken("Curse", "http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/"), + ["fr"] = MakeToken("Frost", "http://cloud-3.steamusercontent.com/ugc/1858293462583104677/195F93C063A8881B805CE2FD4767A9718B27B6AE/"), +} + diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.json b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.json new file mode 100644 index 00000000..4d8224b0 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.json @@ -0,0 +1,49 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "297f5e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.ttslua", + "MeasureMovement": false, + "Name": "Checker_black", + "Nickname": "Token List", + "Snap": true, + "Sticky": true, + "Tags": [ + "mlc_memory_object", + "token_list_provider" + ], + "Tooltip": true, + "Transform": { + "posX": 12.984, + "posY": 4.045, + "posZ": 29.828, + "rotX": 0, + "rotY": 270, + "rotZ": 206, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.ttslua b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.ttslua new file mode 100644 index 00000000..f8c5d2b3 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/WhimsicalsGenericDifficultySelector.05efb4/TokenList.297f5e.ttslua @@ -0,0 +1,13 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-05 7:19 p.m. +--- + +chaos_tokens = { + Easy = {1, 1, 0, 0, -1, -1, -1, -2, -2, "S", "S", "C", "T", "F", "*"}, + Standard = {1, 0, 0, -1, -1, -1, -2, -2, -3, -4, "S", "S", "C", "T", "F", "*"}, + Hard = {0, 0, -1, -1, -2, -2, -3, -4, -4, -5, "Fr", "Fr", "S", "S", "C", "T", "F", "*"}, + Expert = {0, -1, -2, -2, -3, -4, -4, -5, -7, "Fr", "Fr", "Fr", "S", "S", "C", "T", "F", "*"} +} + diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa.json b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa.json new file mode 100644 index 00000000..e91417d9 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa.json @@ -0,0 +1,56 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "NavigationOverlay.739ee5", + "Custom_Assetbundle.cecc3e", + "jaqenZannsNavigationOverlayTile.0ffbc5" + ], + "ContainedObjects_path": "jaqenZannsNavigationOverlay.a8affa", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a8affa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "jaqenZann's Navigation Overlay", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.32, + "posY": 3.899, + "posZ": -20.956, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.json b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.json new file mode 100644 index 00000000..41273c03 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.json @@ -0,0 +1,52 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.18382, + "g": 0.18382, + "r": 0.18382 + }, + "CustomAssetbundle": { + "AssetbundleSecondaryURL": "", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/880873968289806692/67F62868DF65CD9CC43F3CDCDED7BACA0F075422/", + "LoopingEffectIndex": 0, + "MaterialIndex": 2, + "TypeIndex": 4 + }, + "Description": "[b]Camera Placement Helper[/b]\n\nIf you want to use another object as the focus for the camera, you may do so by enter its GUID into this object's NAME field.\n\nIf you put a space and a number, the camera rotation will be offset by that amount. POSITIVE NUMBERS ONLY.\n\n[i]Example:[/i]\ncecc3e 90\n", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cecc3e", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "{\"distance\":15,\"pitch\":75}", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Assetbundle", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 18.148, + "posY": 3.504, + "posZ": -26.634, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5750004, + "scaleY": 0.5750004, + "scaleZ": 0.5750004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.ttslua b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.ttslua new file mode 100644 index 00000000..1d11233c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/Custom_Assetbundle.cecc3e.ttslua @@ -0,0 +1,162 @@ +--On-demand save function, remembers pitch and distance values +function updateSave() + saved_data = JSON.encode({pitch=pitch, distance=distance}) + self.script_state = saved_data +end + +--Startup, loading memory +function onload(saved_data) + --Loads the tracking for if the game has started yet + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + pitch = loaded_data.pitch + distance = loaded_data.distance + else + pitch = 45 + distance = 30 + end + + createInputs() + createButtons() +end + +--Activated by finishing writing in the input box, updates save info +function input_entered(inputString, stillEditing , typeIndex) + if stillEditing == false then + --Check to avoid empty input strings + if tonumber(inputString) == nil then inputString = 0 end + --Update save data + if typeIndex==0 then + pitch = inputString + else + distance = inputString + end + updateSave() + end +end + +--Activated by button, the -5 -1 +1 +5 buttons +function click_modify(amount, typeIndex) + if typeIndex==0 then + pitch = pitch + amount + self.editInput({index=typeIndex, value=pitch}) + else + distance = distance + amount + self.editInput({index=typeIndex, value=distance}) + end + updateSave() +end + +--Activated by button, uses the data to move the camera +function click_setCamera(_, color) + --Check if there is another object to use instead of self + local targetObj = self + local nameGUID = string.sub(self.getName(), 1, 6) + if getObjectFromGUID(nameGUID) ~= nil then + targetObj = getObjectFromGUID(nameGUID) + end + + --Check if there is an offset to use instead of 180 + local offsetY = 180 + local offsetString = string.sub(self.getName(), 7) + if tonumber(string.match(offsetString, "%d+")) ~= nil then + offsetY = tonumber(string.match(offsetString, "%d+")) + end + + --Move camera into position around object + local pos = targetObj.getPosition() + local rot = targetObj.getRotation() + rot.y = rot.y + offsetY + Player[color].lookAt({position=pos, pitch=pitch, yaw=rot.y, distance=distance}) + + local objectList = getObjects() + local AHLCGNavTile = nil + + for i,v in ipairs(objectList) do + if v.getName() == 'Navigation Overlay Tile' then + AHLCGNavTile = v + break + end + end + +-- local AHLCGNavTile = getObjectFromGUID("0ffbc5") + if AHLCGNavTile then + AHLCGNavTile.call('updateEditCamera', {pos, pitch, rot.y, distance}) + end +end + + + + +--Button/Input creation + + + +--Text boxes for number input +function createInputs() + local funcName = "inputFuncNamePitch" + local func = function(_,_,x,z) input_entered(x,z,0) end + self.setVar(funcName, func) + self.createInput({ + input_function=funcName, function_owner=self, label="input", + alignment=2, position={-3.4,0.35,-0.21}, rotation={0,0,0}, height=420, width=1400, + font_size=400, color={57/255,46/255,40/255}, + font_color={1,1,1}, value=pitch, + validation=3 -- int (1 = None, 2 = Integer, 3 = Float, 4 = Alphanumeric, 5 = Username, 6 = Name), + }) + local funcName = "inputFuncNameDistance" + local func = function(_,_,x,z) input_entered(x,z,1) end + self.setVar(funcName, func) + self.createInput({ + input_function=funcName, function_owner=self, label="input", + alignment=4, position={3.4,0.35,-0.21}, rotation={0,0,0}, height=420, width=1400, + font_size=400, color={57/255,46/255,40/255}, + font_color={1,1,1}, value=distance, + validation=3 -- int (1 = None, 2 = Integer, 3 = Float, 4 = Alphanumeric, 5 = Username, 6 = Name), + }) +end + +--Center button and -5 - +5 buttons +function createButtons() + self.createButton({ + click_function="click_setCamera", function_owner=self, + position={0,0.4,0}, height=900, width=900, color={1,1,1,0}, + tooltip="Set camera to this angle" + }) + + for i, ref in ipairs(ref_modifyPitchButtons) do + local funcName = "pitchModifyFunction_"..i + self.setVar(funcName, ref.func) + local pos = {-3.4+ref.offset,0.3,0.6} + self.createButton({ + click_function=funcName, function_owner=self, + position=pos, height=240, width=320, color={1,1,1,0} + }) + end + + for i, ref in ipairs(ref_modifyDistanceButtons) do + local funcName = "distanceModifyFunction_"..i + self.setVar(funcName, ref.func) + local pos = {3.4+ref.offset,0.3,0.6} + self.createButton({ + click_function=funcName, function_owner=self, + position=pos, height=240, width=320, color={1,1,1,0} + }) + end +end + +--Data tables used in button creation + +ref_modifyPitchButtons = { + {offset=-0.37, func=function() click_modify(-1, 0) end}, + {offset=-1.11, func=function() click_modify(-5, 0) end}, + {offset=0.37, func=function() click_modify(1, 0) end}, + {offset=1.11, func=function() click_modify(5, 0) end}, +} + +ref_modifyDistanceButtons = { + {offset=-0.37, func=function() click_modify(-1, 1) end}, + {offset=-1.11, func=function() click_modify(-5, 1) end}, + {offset=0.37, func=function() click_modify(1, 1) end}, + {offset=1.11, func=function() click_modify(5, 1) end}, +} diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/NavigationOverlay.739ee5.json b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/NavigationOverlay.739ee5.json new file mode 100644 index 00000000..b53e4b41 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/NavigationOverlay.739ee5.json @@ -0,0 +1,182 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Controls a movable overlay allowing for quick movement to various parts of the table. There should only be one tile per table.\n\nFull Table: Displays a larger overlay corresponding to the whole table.\n\nPlay Area: Displays a much smaller overlay only covering the play area.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "739ee5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Navigation Overlay", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "If there is only 1 player, clicking a button to move to a playmat will change the player's color to that playmat's color. Changes to camera settings will apply to all colors.\n\nIf there is more than 1 player, displaying the overlay or editing a camera setting will only apply to your color.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3051f2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Navigation Overlay", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.08392429, + "posY": 1.53338218, + "posZ": -32.7559, + "rotX": 0.07987893, + "rotY": 89.9998, + "rotZ": 359.983124, + "scaleX": 0.7, + "scaleY": 1, + "scaleZ": 0.7 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Edit Camera: TTS does not make accessing camera settings easy, so this is done using a modified version of MrStump's Camera Placement Helper.\n\nTo use the Helper, place it in the position you want the camera to look, with the desired rotation. Set the Pitch and Distance values. Click \"Set camera to this angle\".", + "DragSelectable": true, + "GMNotes": "", + "GUID": "579a11", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Navigation Overlay: Edit Camera (1/2)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.083923, + "posY": 1.53338218, + "posZ": -32.75589, + "rotX": 0.07987937, + "rotY": 89.99992, + "rotZ": 359.983124, + "scaleX": 0.7, + "scaleY": 1, + "scaleZ": 0.7 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "1. Click \"Edit Camera\"\n2. Click a button in the overlay, it will turn green.\n3. Use the Camera Placement Helper to set the camera view.\n4. When clicking \"Set camera to this angle\" produces the correct camera view, click the green button in the overlay again to set the camera. Click a red button to cancel.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "045a3e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Navigation Overlay: Edit Camera (2/2)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.08392334, + "posY": 1.53338218, + "posZ": -32.7558937, + "rotX": 0.07987977, + "rotY": 89.9998856, + "rotZ": 359.983124, + "scaleX": 0.7, + "scaleY": 1, + "scaleZ": 0.7 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 18.447, + "posY": 3.599, + "posZ": -25.855, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.7, + "scaleY": 1, + "scaleZ": 0.7 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.json b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.json new file mode 100644 index 00000000..ae40c11c --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1745699644170918010/4E5FCD0140AE8960A1E1272A1979E575EE12C3F3/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1745699644170918010/4E5FCD0140AE8960A1E1272A1979E575EE12C3F3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0ffbc5", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.luascriptstate", + "LuaScript_path": "Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "jaqenZann's Navigation Overlay Tile", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.962, + "posY": 3.519, + "posZ": -18.624, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8023953, + "scaleY": 1, + "scaleZ": 0.8023953 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.luascriptstate b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.luascriptstate new file mode 100644 index 00000000..628a58dd --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.luascriptstate @@ -0,0 +1 @@ +{"cameras":{"Green":[{"distance":17.844,"pitch":62.964,"position":[-1.626,-2.5,-0.064],"yaw":90},{"distance":-1,"pitch":75.823,"position":[-27.822,-2.5,0.424],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,26.392],"yaw":180},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,12.052],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,-11.479],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,-26.392],"yaw":0},{"distance":20.146,"pitch":73.556,"position":[-2.94,-2.5,25.16],"yaw":90},{"distance":20,"pitch":76.43,"position":[-58.216,-2.5,-71.288],"yaw":90},{"distance":46.255,"pitch":69.491,"position":[46.368,-2.5,0.328],"yaw":90},{"distance":37.962,"pitch":69.491,"position":[13.875,-2.5,0.328],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.94,-2.5,64.476],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.302,-2.5,-73.514],"yaw":90},{"distance":30.616,"pitch":76.43,"position":[-27.788,-2.5,74.662],"yaw":90},{"distance":34.188,"pitch":76.43,"position":[-61.09,-2.5,70.762],"yaw":90},{"distance":42.249,"pitch":76.43,"position":[-18.547,-2.5,-73.514],"yaw":90},{"distance":20.146,"pitch":73.556,"position":[-2.144,-2.5,-26.9],"yaw":90},{"distance":12,"pitch":73.556,"position":[-45,-2.5,-0.228],"yaw":90}],"Orange":[{"distance":17.844,"pitch":62.964,"position":[-1.626,-2.5,-0.064],"yaw":90},{"distance":-1,"pitch":75.823,"position":[-27.822,-2.5,0.424],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,26.392],"yaw":180},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,12.052],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,-11.479],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,-26.392],"yaw":0},{"distance":20.146,"pitch":73.556,"position":[-2.94,-2.5,25.16],"yaw":90},{"distance":20,"pitch":76.43,"position":[-58.216,-2.5,-71.288],"yaw":90},{"distance":46.255,"pitch":69.491,"position":[46.368,-2.5,0.328],"yaw":90},{"distance":37.962,"pitch":69.491,"position":[13.875,-2.5,0.328],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.94,-2.5,64.476],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.302,-2.5,-73.514],"yaw":90},{"distance":30.616,"pitch":76.43,"position":[-27.788,-2.5,74.662],"yaw":90},{"distance":34.188,"pitch":76.43,"position":[-61.09,-2.5,70.762],"yaw":90},{"distance":42.249,"pitch":76.43,"position":[-18.547,-2.5,-73.514],"yaw":90},{"distance":20.146,"pitch":73.556,"position":[-2.144,-2.5,-26.9],"yaw":90},{"distance":12,"pitch":73.556,"position":[-45,-2.5,-0.228],"yaw":90}],"Red":[{"distance":17.844,"pitch":62.964,"position":[-1.626,-2.5,-0.064],"yaw":90},{"distance":-1,"pitch":75.823,"position":[-27.822,-2.5,0.424],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,26.392],"yaw":180},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,12.052],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,-11.479],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,-26.392],"yaw":0},{"distance":20.146,"pitch":73.556,"position":[-2.94,-2.5,25.16],"yaw":90},{"distance":20,"pitch":76.43,"position":[-58.216,-2.5,-71.288],"yaw":90},{"distance":46.255,"pitch":69.491,"position":[46.368,-2.5,0.328],"yaw":90},{"distance":37.962,"pitch":69.491,"position":[13.875,-2.5,0.328],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.94,-2.5,64.476],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.302,-2.5,-73.514],"yaw":90},{"distance":30.616,"pitch":76.43,"position":[-27.788,-2.5,74.662],"yaw":90},{"distance":34.188,"pitch":76.43,"position":[-61.09,-2.5,70.762],"yaw":90},{"distance":42.249,"pitch":76.43,"position":[-18.547,-2.5,-73.514],"yaw":90},{"distance":20.146,"pitch":73.556,"position":[-2.144,-2.5,-26.9],"yaw":90},{"distance":12,"pitch":73.556,"position":[-45,-2.5,-0.228],"yaw":90}],"White":[{"distance":17.844,"pitch":62.964,"position":[-1.626,-2.5,-0.064],"yaw":90},{"distance":-1,"pitch":75.823,"position":[-27.822,-2.5,0.424],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,26.392],"yaw":180},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,12.052],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-55.026,-2.5,-11.479],"yaw":90},{"distance":-1,"pitch":74.238,"position":[-31.592,-2.5,-26.392],"yaw":0},{"distance":20.146,"pitch":73.556,"position":[-2.94,-2.5,25.16],"yaw":90},{"distance":20,"pitch":76.43,"position":[-58.216,-2.5,-71.288],"yaw":90},{"distance":46.255,"pitch":69.491,"position":[46.368,-2.5,0.328],"yaw":90},{"distance":37.962,"pitch":69.491,"position":[13.875,-2.5,0.328],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.94,-2.5,64.476],"yaw":90},{"distance":48.102,"pitch":76.43,"position":[51.302,-2.5,-73.514],"yaw":90},{"distance":30.616,"pitch":76.43,"position":[-27.788,-2.5,74.662],"yaw":90},{"distance":34.188,"pitch":76.43,"position":[-61.09,-2.5,70.762],"yaw":90},{"distance":42.249,"pitch":76.43,"position":[-18.547,-2.5,-73.514],"yaw":90},{"distance":20.146,"pitch":73.556,"position":[-2.144,-2.5,-26.9],"yaw":90},{"distance":12,"pitch":73.556,"position":[-45,-2.5,-0.228],"yaw":90}]},"fullVis":{"Green":false,"Orange":false,"Red":false,"White":false},"playVis":{"Green":false,"Orange":false,"Red":false,"White":false}} diff --git a/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.ttslua b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.ttslua new file mode 100644 index 00000000..245c42f5 --- /dev/null +++ b/objects/Fan-MadeAccessories.aa8b38/jaqenZannsNavigationOverlay.a8affa/jaqenZannsNavigationOverlayTile.0ffbc5.ttslua @@ -0,0 +1,649 @@ +-- SCE Navigation Panel version 1.00 + +function onLoad(saved_data) + self.createButton({ + label="", + tooltip="Display full overlay", + click_function="displayFull", + function_owner=self, + position={0.0,0.1,-0.57}, + height=70, + width=800, + scale={x=1, y=1, z=1}, + color={1,0,0,0} + }) + self.createButton({ + label="", + tooltip="Display only play area", + click_function="displayPlayArea", + function_owner=self, + position={0.0,0.1,-0.30}, + height=70, + width=800, + scale={x=1, y=1, z=1}, + color={1,0,0,0} + }) + self.createButton({ + label="", + tooltip="Close overlay", + click_function="closeOverlay", + function_owner=self, + position={0.0,0.1,-0.03}, + height=70, + width=800, + scale={x=1, y=1, z=1}, + color={1,0,0,0} + }) + self.createButton({ + label="", + tooltip="Modify a camera position", + click_function="beginSetCamera", + function_owner=self, + position={0.0,0.1,0.37}, + height=70, + width=800, + scale={x=1, y=1, z=1}, + color={1,0,0,0} + }) + self.createButton({ + label="", + tooltip="Reset camera positions to default", + click_function="resetCameras", + function_owner=self, + position={0.0,0.1,0.77}, + height=70, + width=800, + scale={x=1, y=1, z=1}, + color={1,0,0,0} + }) + + defaultCameraParams = { + {position={-1.626, -2.5, -0.064}, pitch=62.964, yaw=90.000, distance=17.844}, -- 1. ActAgenda + {position={-27.822, -2.5, 0.424}, pitch=75.823, yaw=90.000, distance=-1.000}, -- 2. Map +-- {position={-31.592, -2.5, 26.392}, pitch=74.238, yaw=180.000, distance=19.858}, -- 3. Green playmat + {position={-31.592, -2.5, 26.392}, pitch=74.238, yaw=180.000, distance=-1.000}, -- 3. Green playmat + {position={-55.026, -2.5, 12.052}, pitch=74.238, yaw=90.000, distance=-1.000}, -- 4. White playmat + {position={-55.026, -2.5, -11.479}, pitch=74.238, yaw=90.000, distance=-1.000}, -- 5. Orange playmat + {position={-31.592, -2.5, -26.392}, pitch=74.238, yaw=0.000, distance=-1.000}, -- 6. Red playmat + {position={-2.940, -2.5, 25.160}, pitch=73.556, yaw=90.000, distance=20.146}, -- 7. Victory / SetAside + {position={-58.216, -2.5, -71.288}, pitch=76.430, yaw=90.000, distance=20.000}, -- 8. Deckbuilder + {position={46.368, -2.5, 0.328}, pitch=69.491, yaw=90.000, distance=46.255}, -- 9. Campaigns + {position={13.875, -2.5, 0.328}, pitch=69.491, yaw=90.000, distance=37.962}, -- 10. Scenarios + {position={51.940, -2.5, 64.476}, pitch=76.430, yaw=90.000, distance=48.102}, -- 11. Level 0 + {position={51.302, -2.5, -73.514}, pitch=76.430, yaw=90.000, distance=48.102}, -- 12. Upgraded + {position={-27.788, -2.5, 74.662}, pitch=76.430, yaw=90.000, distance=30.616}, -- 13. Weaknesses + {position={-61.090, -2.5, 70.762}, pitch=76.430, yaw=90.000, distance=34.188}, -- 14. Rules + {position={-18.547, -2.5, -73.514}, pitch=76.430, yaw=90.000, distance=42.249}, -- 15. Investigators + {position={-2.144, -2.5, -26.900}, pitch=73.556, yaw=90.000, distance=20.146}, -- 16. Log + {position={-45.000, -2.5, -0.228}, pitch=73.556, yaw=90.000, distance=12.000} -- 17. BlessCurse + } + + fullButtonData = { + { id = "1", width = "84", height = "38", offsetX = "1", offsetY = "-9" }, + { id = "2", width = "78", height = "50", offsetX = "1", offsetY = "-59" }, + { id = "3", width = "36", height = "70", offsetX = "-62", offsetY = "-70" }, + { id = "4", width = "70", height = "40", offsetX = "-36", offsetY = "-130" }, + { id = "5", width = "70", height = "40", offsetX = "39", offsetY = "-130" }, + { id = "6", width = "36", height = "70", offsetX = "64", offsetY = "-70" }, + { id = "7", width = "36", height = "36", offsetX = "-63", offsetY = "-9" }, + { id = "8", width = "64", height = "64", offsetX = "153", offsetY = "-128" }, + { id = "9", width = "155", height = "70", offsetX = "2", offsetY = "120" }, + { id = "10", width = "155", height = 70, offsetX = "2", offsetY = "47" }, + { id = "11", width = "120", height = "100", offsetX = "-148", offsetY = "101" }, + { id = "12", width = "120", height = "100", offsetX = "150", offsetY = "101" }, + { id = "13", width = "120", height = "80", offsetX = "-150", offsetY = "-55" }, + { id = "14", width = "120", height = "60", offsetX = "-150", offsetY = "-132" }, + { id = "15", width = "110", height = "100", offsetX = "152", offsetY = "-42" }, + { id = "16", width = "36", height = "36", offsetX = "64", offsetY = "-9" }, + { id = "17", width = "44", height = "25", offsetX = "1", offsetY = "-97" } + } + + playButtonData = { + { id = "1", width = "84", height = "38", offsetX = "0", offsetY = "59" }, + { id = "2", width = "78", height = "50", offsetX = "0", offsetY = "9" }, + { id = "3", width = "36", height = "70", offsetX = "-62", offsetY = "-1" }, + { id = "4", width = "70", height = "40", offsetX = "-37", offsetY = "-61" }, + { id = "5", width = "70", height = "40", offsetX = "39", offsetY = "-61" }, + { id = "6", width = "36", height = "70", offsetX = "63", offsetY = "-2" }, + { id = "7", width = "36", height = "36", offsetX = "-64", offsetY = "59" }, + { id = "16", width = "36", height = "36", offsetX = "63", offsetY = "59" }, + { id = "17", width = "44", height = "25", offsetX = "0", offsetY = "-28" } + } + + playermatData = { + White = { guid = '8b081b', origin = { x=-54.42, y=0, z=20.96 }, scale = { x=36.63, y=5.10, z=14.59 }, orientation = { x=0, y=270, z=0 }, minX = -61.4, maxX = -48.6, minZ = -2.39, maxZ = 24.53, xOffset = 0.07, zOffset = 0.03 }, + Orange = { guid = 'bd0ff4', origin = { x=-54.42, y=0, z=-20.96 }, scale = { x=36.63, y=5.10, z=14.59 }, orientation = { x=0, y=270, z=0 }, minX = -61.4, maxX = -48.6, minZ = -24.53, maxZ = 2.39, xOffset = 0.07, zOffset = 0.02 }, + Green = { guid = '383d8b', origin = { x=-25.00, y=0, z=26.20 }, scale = { x=31.5, y=5.10, z=14.59 }, orientation = { x=0, y=0, z=0 }, minX = -44.43, maxX = -17.44, minZ = 20.17, maxZ = 32.97, xOffset = -0.07, zOffset = 0.00 }, + Red = { guid = '0840d5', origin = { x=-25.00, y=0, z=-26.60 }, scale = { x=31.5, y=5.10, z=14.59 }, orientation = { x=0, y=180, z=0 }, minX = -44.43, maxX = -17.44, minZ = -32.97, maxZ = -20.17, xOffset = 0.07, zOffset = -0.06 } + } + + editing = false + selectedEditButton = -1 + + editPos = {0, 0, 0} + editPitch = 0 + editYaw = 0 + editDistance = 0 + + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + + cameraParams = loaded_data.cameras + fullVisibility = loaded_data.fullVis + playVisibility = loaded_data.playVis + + resetOverlay() + else + cameraParams = { + Green = {}, + White = {}, + Orange = {}, + Red = {} + } + + for iv, v in pairs({'Green', 'White', 'Orange', 'Red'}) do + cameraParams[v] = {} + + for i = 1,17 do + cameraParams[v][i] = {} + + cameraParams[v][i].position = defaultCameraParams[i].position + cameraParams[v][i].pitch = defaultCameraParams[i].pitch + cameraParams[v][i].yaw = defaultCameraParams[i].yaw + cameraParams[v][i].distance = defaultCameraParams[i].distance + end + end + + fullVisibility = { + Green = false, + White = false, + Orange = false, + Red = false + } + + playVisibility = { + Green = false, + White = false, + Orange = false, + Red = false + } + end +end + +function onSave() + return JSON.encode({ + cameras = cameraParams, + fullVis = fullVisibility, + playVis = playVisibility + }) + +-- return '' +end + +function displayFull(object, color) + local playerCount = getPlayerCount() + local colors + if playerCount == 1 then + colors = { 'Green', 'White', 'Orange', 'Red' } + else + colors = { color } + end + + for i, v in ipairs(colors) do + fullVisibility[v] = true + playVisibility[v] = false + end + + resetOverlay() +end + +function displayPlayArea(object, color) + local playerCount = getPlayerCount() + local colors + if playerCount == 1 then + colors = { 'Green', 'White', 'Orange', 'Red' } + else + colors = { color } + end + + for i, v in ipairs(colors) do + fullVisibility[v] = false + playVisibility[v] = true + end + + resetOverlay() +end + +function resetCameras(object, color) + local playerCount = getPlayerCount() + local colors + + if playerCount == 1 then + colors = { 'Green', 'White', 'Orange', 'Red' } + else + colors = { color } + end + + for iv, v in ipairs(colors) do + for i = 1,17 do + cameraParams[v][i].position = defaultCameraParams[i].position + cameraParams[v][i].pitch = defaultCameraParams[i].pitch + cameraParams[v][i].yaw = defaultCameraParams[i].yaw + cameraParams[v][i].distance = defaultCameraParams[i].distance + end + end +end + +function closeOverlay(object, color) + fullVisibility[color] = false + playVisibility[color] = false + + resetOverlay() +end + +function resetOverlay() + local guid = self.getGUID() + local color + local panel + + local existingXml = UI.getXml() + local openingXml = '' + + -- try to only remove our panels + for p = 1,2 do + i, j = string.find(existingXml, ' + ]] + + for i, d in ipairs(data) do + if editing then + if selectedEditButton < 0 then + color = "rgba(1,1,1,1)" + elseif tonumber(d.id) == selectedEditButton then + color = "rgba(0,1,0,1)" + else + color = "rgba(1,0,0,1)" + end + else + color = "rgba(0,1,0,0)" + end + + xml = xml .. [[ + ]] + end + + xml = xml .. [[ ]] + end + + if string.len(playColors) > 0 then + data = playButtonData + + xml = xml .. [[ + + ]] + + for i, d in ipairs(data) do + if editing then + if selectedEditButton < 0 then + color = "rgba(1,1,1,1)" + elseif tonumber(d.id) == selectedEditButton then + color = "rgba(0,1,0,1)" + else + color = "rgba(1,0,0,1)" + end + else + color = "rgba(0,1,0,0)" + end + + xml = xml .. [[ + ]] + end + + xml = xml .. [[ ]] + end + + local existingAssets = UI.getCustomAssets() + local largeOverlay = nil + local smallOverlay = nil + + for i,v in pairs(existingAssets) do + for ii,vv in pairs(v) do + if vv == 'OverlayLarge' then + largeOverlay = v + end + if vv == 'OverlaySmall' then + smallOverlay = v + end + end + end + + local largeURL = 'http://cloud-3.steamusercontent.com/ugc/1745699502804112656/A34D1F30E0DA0E283F300AE6D6B63F59FFC97730/' + local smallURL = 'http://cloud-3.steamusercontent.com/ugc/1745699502804112719/CFFC89BF9FB8439204EE19CF94180EC99450CD38/' + + if largeOverlay == nil then + largeOverlay = { name='OverlayLarge', url=largeURL } + table.insert(existingAssets, largeOverlay) + else + largeOverlay.url = largeURL + + end + + if smallOverlay == nil then + smallOverlay = { name='OverlaySmall', url=smallURL } + table.insert(existingAssets, smallOverlay) + else + smallOverlay.url = smallURL + end + + UI.setXml(xml, existingAssets) +end + +function buttonClicked(player, _, idValue) + if editing then + if selectedEditButton < 0 then + selectedEditButton = tonumber(idValue) + else + if tonumber(idValue) == selectedEditButton and editDistance > 0 then + local playerCount = getPlayerCount() + local colors + + if playerCount == 1 then + colors = { 'Green', 'White', 'Orange', 'Red' } + else + colors = { player.color } + end + + for i, v in ipairs(colors) do + cameraParams[v][selectedEditButton].position = editPos + cameraParams[v][selectedEditButton].pitch = editPitch + cameraParams[v][selectedEditButton].yaw = editYaw + cameraParams[v][selectedEditButton].distance = editDistance + end + end + + editing = false + selectedEditButton = -1 + end + + resetOverlay() + else + loadCamera(player, _, idValue) + end +end + +function loadCamera(player, _, idValue) + local index = tonumber(idValue) + local color = player.color + + -- only do map zooming if te camera hasn't been specially set by user + if index == 2 and cameraParams[color][index].distance <= 0.0 then + local mapObjects = Physics.cast({ + origin = { x=-29.2, y=0, z=0.0 }, + direction = { x=0, y=1, z=0 }, + type = 3, + size = { x=36, y=5, z=31.4 }, + orientation = { x=0, y=90, z=0 } + }) + + local minX = 100 + local maxX = -100 + local minZ = 100 + local maxZ = -100 + + for i,v in pairs(mapObjects) do + local obj = v.hit_object + + if obj.type == 'Card' or obj.type == 'Infinite' then + local bounds = obj.getBounds() + + local x1 = bounds['center'][1] - bounds['size'][1]/2 + local x2 = bounds['center'][1] + bounds['size'][1]/2 + local z1 = bounds['center'][3] - bounds['size'][3]/2 + local z2 = bounds['center'][3] + bounds['size'][3]/2 + + if x1 < minX then + minX = x1 + end + if x2 > maxX then + maxX = x2 + end + if z1 < minZ then + minZ = z1 + end + if z2 > maxZ then + maxZ = z2 + end + end + end + + if minX < 100 then + local dx = maxX - minX + local dz = (maxZ - minZ) / (1.6) -- screen ratio * 1.2 (for my macbook pro, no idea how to generalize this) + local centerX = (minX + maxX) / 2 - dx*0.12 -- offset is to move it a bit up, so the cards don't block anything + local centerZ = (minZ + maxZ) / 2 + + local scale = dx + if dz > dx then + scale = dz + end + + -- regression line from the following data points, seems linear + -- rows 1 scale 4.5 d 12 + -- rows 2 scale 11 d 16 + -- rows 3 scale 14.5 d 19.6 + -- rows 4 scale 19.6 d 25 + -- rows 5 scale 23.25 d 28 + -- rows 6 scale 30.8 d 34 + + -- local d = 0.8685 * scale + 7.4505 + + -- modified by testing + -- local d = 0.8685 * scale + 5 + local d = 1.04 * scale + 5 + + player.lookAt({position={centerX, 0, centerZ}, pitch=75.823, yaw=90.000, distance=d}) + else + player.lookAt({position={-33.667, 0, 0.014}, pitch=75.823, yaw=90.000, distance=36}) + end + elseif index >= 3 and index <= 6 then + local matColor = nil + + if index == 3 then + matColor = 'Green' + elseif index == 4 then + matColor = 'White' + elseif index == 5 then + matColor = 'Orange' + elseif index == 6 then + matColor = 'Red' + end + + if matColor ~= nil then + local playerCount = getPlayerCount() + + if playerCount <= 1 then + player.changeColor(matColor) + end + end + + if cameraParams[color][index].distance <= 0.0 then + local matObjects = Physics.cast({ + origin = playermatData[matColor].origin, + direction = { x=0, y=1, z=0 }, + type = 3, + size = playermatData[matColor].scale, + orientation = playermatData[matColor].orientation, +-- debug=true + }) + + local minX = playermatData[matColor].minX + local maxX = playermatData[matColor].maxX + local minZ = playermatData[matColor].minZ + local maxZ = playermatData[matColor].maxZ + + for i,v in pairs(matObjects) do + local obj = v.hit_object + + if obj.type == 'Card' or obj.type == 'Infinite' then + local bounds = obj.getBounds() + + local x1 = bounds['center'][1] - bounds['size'][1]/2 + local x2 = bounds['center'][1] + bounds['size'][1]/2 + local z1 = bounds['center'][3] - bounds['size'][3]/2 + local z2 = bounds['center'][3] + bounds['size'][3]/2 + + if x1 < minX then + minX = x1 + end + if x2 > maxX then + maxX = x2 + end + if z1 < minZ then + minZ = z1 + end + if z2 > maxZ then + maxZ = z2 + end + end + end + + local dx + local dz + local centerX + local centerZ + local scale + local yaw + local d + + -- White/Orange + if index > 3 and index < 6 then + dx = maxX - minX + dz = (maxZ - minZ) / (1.6) -- screen ratio * 1.2 (for my macbook pro, no idea how to generalize this) + + centerX = (minX + maxX) / 2 - dx*playermatData[matColor].xOffset -- offset is to move it a bit up, so the cards don't block anything + centerZ = (minZ + maxZ) / 2 + dz*playermatData[matColor].zOffset -- offset is to move it right a bit, so the toolbar doesn't block anything + yaw = 90 + + scale = dx + if dz > dx then + scale = dz + end + + d = 0.64 * scale + 7 + else -- Green/Red + dx = (maxX - minX) / (1.6) -- screen ratio * 1.2 (for my macbook pro, no idea how to generalize this) + dz = maxZ - minZ + + centerX = (minX + maxX) / 2 + dx*playermatData[matColor].zOffset -- offset is to move it right a bit, so the toolbar doesn't block anything + centerZ = (minZ + maxZ) / 2 - dz*playermatData[matColor].xOffset -- offset is to move it a bit up, so the cards don't block anything + yaw = playermatData[matColor].orientation.y + 180 + + scale = dz + if dx > dz then + scale = dx + end + + d = 0.64 * scale + 7 + end + + -- 15.46 -> 17.081 + -- 18.88 -> 19.33 + -- 24.34 -> 22.6 + + -- need to wait if the player color changed + Wait.frames(function() player.lookAt({position={centerX, 0, centerZ}, pitch=75.823, yaw=yaw, distance=d}) end, 2) + else + Wait.frames(function() player.lookAt(cameraParams[color][index]) end, 2) + end + else + player.lookAt(cameraParams[color][index]) + end +end + +function beginSetCamera(object, color) + editing = true + + resetOverlay() +end + +function updateEditCamera(params) + editPos = params[1] + editPitch = params[2] + editYaw = params[3] + editDistance = params[4] +end + +function getPlayerCount() + local playerCount = 0 + + local playerList = getSeatedPlayers() + + for i, v in ipairs(playerList) do + if v == 'Green' or v == 'White' or v == 'Orange' or v == 'Red' then + playerCount = playerCount + 1 + end + end + + return playerCount +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c.json new file mode 100644 index 00000000..d2d0fefa --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c.json @@ -0,0 +1,77 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.99217, + "r": 1 + }, + "ContainedObjects_order": [ + "SecretObjectivesUltimatums.b2077d", + "FanContentIndex.2e32b1", + "Fan-MadeStandaloneScenarios.5db60c", + "Fan-MadeCampaigns.89c32e" + ], + "ContainedObjects_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068588410888435/EDEEC5792F4161A1F125EF7F65AB1C1DC8FDBC27/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66e97c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "{\"ml\":[]}", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Fan-Made Scenarios/Campaigns/Miscellany", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.09, + "posY": 1.866, + "posZ": 14.5, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76, + "scaleY": 0.11, + "scaleZ": 1.49 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e.json new file mode 100644 index 00000000..b008e71d --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e.json @@ -0,0 +1,100 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "WinterWinds.754057", + "TheWaroftheWorlds.19d469", + "StrangeAeons.2abdd6", + "PokemonEldritchEdition.75fe78", + "ParallelUniverse.28e0a1", + "TheOutsider.3c175c", + "OrdoTempliOrientis.608bea", + "OfSphinxandSands.edb650", + "NorthCountryCycle.aaceca", + "TheLondonSet.0f96ac", + "KiedysnyStajsiRzeczywici.acdf16", + "Kaimonogatari.2df25a", + "IntotheShadowlands.019847", + "IdolThoughts.2d417b", + "TheGhostsOfOnigawaCampaignExpansion.8daa73", + "FutureReflections.0f0680", + "EssenceofHumanityCampaignBox.691339", + "TheDyingStar.bcfff6", + "DarkMatter.d713f4", + "DarkhamHorror.bc7fa7", + "CyclopeanFoundations.169eb9", + "TheCrownofEgil.7458b7", + "CallofthePlaguebearer.613b64", + "BetrayalattheMountainsofMadness084.ef939a", + "TheApproachingStorm.ab6b9a", + "AliceinWonderland.39916d", + "AgesUnwound.f7e5eb" + ], + "ContainedObjects_path": "Fan-MadeCampaigns.89c32e", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068588410858852/B3312EB929FDEF7CB2B88F98CD757950B919B147/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "89c32e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "{\"ml\":[]}", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Fan-Made Campaigns", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.09, + "posY": 2.232, + "posZ": 14.5, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.07, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.json new file mode 100644 index 00000000..ce377e8f --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.json @@ -0,0 +1,85 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0.40592, + "g": 0.40592, + "r": 0.40592 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1811004822724765158/DE184EBA95BF16D06DC2528B30E9058A87C7567E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_ages_unwound.json", + "GUID": "f7e5eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Ages Unwound", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 48.801, + "posY": 4.007, + "posZ": 5.769, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.luascriptstate new file mode 100644 index 00000000..52cd8eac --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00430e":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.0209,"z":0.0168}},"004cfe":{"lock":false,"pos":{"x":-26.9746,"y":1.6474,"z":-7.719},"rot":{"x":359.9201,"y":269.9977,"z":0.0168}},"00d866":{"lock":false,"pos":{"x":-36.7731,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"022ddf":{"lock":false,"pos":{"x":12.2516,"y":1.4582,"z":-21.306},"rot":{"x":359.9201,"y":270.0089,"z":0.0169}},"031bc3":{"lock":false,"pos":{"x":-36.7731,"y":1.6463,"z":-0.0302},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"04861e":{"lock":false,"pos":{"x":-22.1074142456055,"y":1.65198755264282,"z":-0.0799271017313004},"rot":{"x":358.949035644531,"y":269.996215820313,"z":0.00770164048299193}},"0504b5":{"lock":false,"pos":{"x":-11.2926998138428,"y":1.64528131484985,"z":10.474401473999},"rot":{"x":359.920104980469,"y":270,"z":0.0168414264917374}},"05b0dd":{"lock":false,"pos":{"x":-23.6763114929199,"y":1.6280529499054,"z":-0.0299995802342892},"rot":{"x":359.920288085938,"y":270.000335693359,"z":0.015868254005909}},"066856":{"lock":false,"pos":{"x":-20.3639,"y":1.711,"z":3.7797},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"0727ee":{"lock":false,"pos":{"x":1.6964,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"073668":{"lock":false,"pos":{"x":-2.68840003013611,"y":1.614302277565,"z":-5.04850006103516},"rot":{"x":0.0168355908244848,"y":180.000106811523,"z":0.0802557617425919}},"0b0c58":{"lock":false,"pos":{"x":-5.7816,"y":1.6687,"z":15.6917},"rot":{"x":359.9197,"y":270.0067,"z":180.0168}},"0bbad1":{"lock":false,"pos":{"x":-32.2743,"y":1.6254,"z":-3.6548},"rot":{"x":0.0254,"y":30.0076,"z":359.9224}},"0dc38e":{"lock":false,"pos":{"x":-2.6885,"y":1.5973,"z":-5.0485},"rot":{"x":0.0168,"y":180.0005,"z":0.0803}},"0e28db":{"lock":false,"pos":{"x":-36.7732,"y":1.6486,"z":7.5699},"rot":{"x":359.9201,"y":269.9991,"z":0.0168}},"0f29d2":{"lock":false,"pos":{"x":-23.6766,"y":1.6865,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"0f6a9a":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9991,"z":180.0168}},"0f9069":{"lock":false,"pos":{"x":-2.68841552734375,"y":1.62393045425415,"z":-5.04849767684937},"rot":{"x":0.0167863219976425,"y":180.035003662109,"z":0.0802668780088425}},"11f346":{"lock":false,"pos":{"x":-2.7248,"y":1.6159,"z":0.3733},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"127c22":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":270.0034,"z":180.0168}},"12ee5c":{"lock":false,"pos":{"x":-2.6886,"y":1.6239,"z":-5.0485},"rot":{"x":0.0168,"y":179.9979,"z":0.0803}},"133c08":{"lock":false,"pos":{"x":-26.8915,"y":1.6274,"z":-17.6781},"rot":{"x":359.9201,"y":269.9982,"z":180.0168}},"140554":{"lock":false,"pos":{"x":-30.2241,"y":1.6372,"z":-0.0301},"rot":{"x":359.9201,"y":270,"z":180.0168}},"14294d":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.62247538566589,"z":-3.82999968528748},"rot":{"x":359.983154296875,"y":9.45557644627115E-07,"z":359.920074462891}},"156143":{"lock":false,"pos":{"x":-26.8175,"y":1.6176,"z":-4.2813},"rot":{"x":359.9316,"y":314.9987,"z":359.9554}},"188869":{"lock":false,"pos":{"x":-33.7877006530762,"y":1.62736082077026,"z":-4.1144003868103},"rot":{"x":359.931579589844,"y":314.995208740234,"z":359.955413818359}},"18fe65":{"lock":false,"pos":{"x":-2.7246,"y":1.6551,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"1b18e3":{"lock":false,"pos":{"x":-28.6364,"y":1.6179,"z":-11.6987},"rot":{"x":0.0254,"y":30.0069,"z":359.9224}},"1b5ff6":{"lock":false,"pos":{"x":-3.9278,"y":1.7396,"z":5.7572},"rot":{"x":359.9197,"y":269.9997,"z":180.0168}},"1c0ba0":{"lock":false,"pos":{"x":-2.7248,"y":1.6256,"z":0.3733},"rot":{"x":359.9197,"y":270.0203,"z":0.0168}},"1c28a2":{"lock":false,"pos":{"x":-3.9278,"y":1.8118,"z":5.7572},"rot":{"x":359.9197,"y":270,"z":180.0168}},"1d3069":{"lock":false,"pos":{"x":-3.9272,"y":1.8463,"z":5.7572},"rot":{"x":359.9197,"y":270,"z":180.0168}},"1eacd2":{"lock":false,"pos":{"x":-23.6762199401855,"y":1.62580633163452,"z":-7.69966125488281},"rot":{"x":359.920471191406,"y":269.987823486328,"z":0.0164900496602058}},"232fcf":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9996,"z":0.0168}},"24051c":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9973,"z":180.0168}},"24194b":{"lock":false,"pos":{"x":-26.9644,"y":1.619,"z":-0.0254},"rot":{"x":0.0799,"y":89.9918,"z":359.9831}},"242601":{"lock":false,"pos":{"x":-12.1035,"y":1.6502,"z":7.1013},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"247967":{"lock":false,"pos":{"x":-3.502,"y":1.582,"z":-14.91},"rot":{"x":359.9204,"y":270.007,"z":0.0177}},"24d46d":{"lock":false,"pos":{"x":-5.8948,"y":1.5,"z":-14.5194},"rot":{"x":359.9817,"y":0,"z":359.953}},"24d9ae":{"lock":false,"pos":{"x":-23.6765,"y":1.6247,"z":-11.5103},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"254882":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"255665":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"255ca1":{"lock":false,"pos":{"x":-33.5974,"y":1.7283,"z":0.0331},"rot":{"x":0.0799,"y":89.9999,"z":179.9832}},"26f00f":{"lock":false,"pos":{"x":-17.12,"y":1.6201,"z":3.86},"rot":{"x":359.9201,"y":269.9983,"z":180.0168}},"2701b0":{"lock":false,"pos":{"x":-3.9563,"y":1.5975,"z":-10.442},"rot":{"x":359.9197,"y":269.9972,"z":0.0168}},"27d0df":{"lock":false,"pos":{"x":-2.7246,"y":1.664,"z":0.3733},"rot":{"x":0.0168,"y":179.9939,"z":0.0803}},"2889fa":{"lock":false,"pos":{"x":-2.6886,"y":1.6143,"z":-5.0485},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"289f45":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0485},"rot":{"x":359.9197,"y":270.0211,"z":0.0168}},"2a8b58":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"2baf46":{"lock":false,"pos":{"x":-23.6765,"y":1.6314,"z":11.46},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"2c0325":{"lock":false,"pos":{"x":1.6964,"y":1.5583,"z":14.2789},"rot":{"x":359.9551,"y":225.0012,"z":0.0687}},"2c535b":{"lock":false,"pos":{"x":-29.0341,"y":1.7197,"z":-7.6416},"rot":{"x":0.0254,"y":30.0001,"z":179.9224}},"2d2cea":{"lock":false,"pos":{"x":-30.2243,"y":1.6586,"z":15.19},"rot":{"x":359.9201,"y":269.9971,"z":0.0168}},"2e58be":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"2eb7a1":{"lock":false,"pos":{"x":-21.4944,"y":1.7855,"z":-7.738},"rot":{"x":356.077,"y":270.0019,"z":0.0175}},"2ee2b1":{"lock":false,"pos":{"x":-3.927414894104,"y":1.76844847202301,"z":5.75720548629761},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"2ee4bd":{"lock":false,"pos":{"x":-2.68842387199402,"y":1.61430239677429,"z":-5.04849529266357},"rot":{"x":0.0168356243520975,"y":180.000106811523,"z":0.0802557170391083}},"30684d":{"lock":false,"pos":{"x":12.2514,"y":1.4633,"z":-3.92},"rot":{"x":359.9201,"y":269.9965,"z":0.0169}},"356aa9":{"lock":false,"pos":{"x":-30.2243,"y":1.6349,"z":-7.7},"rot":{"x":359.9201,"y":270.0009,"z":180.0168}},"35a5ed":{"lock":false,"pos":{"x":-2.7248,"y":1.6256,"z":0.3733},"rot":{"x":359.9197,"y":270.0204,"z":0.0168}},"35bf8e":{"lock":false,"pos":{"x":-26.6194000244141,"y":1.62078189849854,"z":7.51179981231689},"rot":{"x":0.0798935890197754,"y":89.9971008300781,"z":359.983123779297}},"3638b9":{"lock":false,"pos":{"x":-36.7731,"y":1.6633,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0168}},"364115":{"lock":false,"pos":{"x":-30.2242,"y":1.6586,"z":15.1899},"rot":{"x":359.9201,"y":269.9997,"z":0.0168}},"3726c0":{"lock":false,"pos":{"x":-27.1284,"y":1.6204,"z":3.8457},"rot":{"x":359.9316,"y":315.0028,"z":359.9554}},"38d15b":{"lock":false,"pos":{"x":-28.3176,"y":1.6199,"z":-3.6849},"rot":{"x":359.9454,"y":329.9789,"z":359.9392}},"393742":{"lock":false,"pos":{"x":-26.6029,"y":1.631,"z":-3.8066},"rot":{"x":359.9201,"y":270,"z":180.0168}},"393c71":{"lock":false,"pos":{"x":-3.96210074424744,"y":1.58277440071106,"z":-14.4190082550049},"rot":{"x":359.919738769531,"y":270.005798339844,"z":0.0168296620249748}},"3de646":{"lock":false,"pos":{"x":-36.7729,"y":1.7339,"z":3.8599},"rot":{"x":359.9832,"y":0.0004,"z":179.92}},"3f13be":{"lock":false,"pos":{"x":-30.224,"y":1.7247,"z":3.86},"rot":{"x":359.9832,"y":0.0002,"z":179.9201}},"3f69bd":{"lock":false,"pos":{"x":-3.9562,"y":1.5975,"z":-10.4418},"rot":{"x":359.9197,"y":269.9989,"z":0.0168}},"3fd58d":{"lock":false,"pos":{"x":-28.533,"y":1.6224,"z":3.8911},"rot":{"x":0.0254,"y":30.0068,"z":359.9224}},"425157":{"lock":false,"pos":{"x":-26.7825,"y":1.6272,"z":-17.6964},"rot":{"x":359.9201,"y":270,"z":180.0168}},"43194d":{"lock":false,"pos":{"x":-3.9275,"y":1.807,"z":5.7571},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"44b0c5":{"lock":false,"pos":{"x":-20.5196,"y":1.6101,"z":-0.0882},"rot":{"x":359.9201,"y":269.9942,"z":0.0169}},"44ba74":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3734},"rot":{"x":0.0168,"y":179.9984,"z":0.0803}},"45341b":{"lock":false,"pos":{"x":-23.6765174865723,"y":1.63030016422272,"z":7.57000255584717},"rot":{"x":359.920104980469,"y":269.999877929688,"z":0.0168404877185822}},"47ff0e":{"lock":false,"pos":{"x":-30.224100112915,"y":1.6371967792511,"z":-0.0300003066658974},"rot":{"x":359.920104980469,"y":269.999694824219,"z":0.0168400406837463}},"49bfac":{"lock":false,"pos":{"x":-23.6764,"y":1.6428,"z":-7.7001},"rot":{"x":359.9201,"y":270,"z":180.0168}},"4b1874":{"lock":false,"pos":{"x":-23.6764163970947,"y":1.62806642055511,"z":-0.030196737498045},"rot":{"x":359.920104980469,"y":269.998413085938,"z":0.0168425049632788}},"4b3a73":{"lock":false,"pos":{"x":-23.6766,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":270.0014,"z":180.0168}},"4c4031":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":0.0169,"y":179.96,"z":0.0802}},"4f0ae7":{"lock":false,"pos":{"x":-30.2243,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"4f822c":{"lock":false,"pos":{"x":-28.57,"y":1.7214,"z":0.2148},"rot":{"x":359.9455,"y":330.0001,"z":179.9392}},"500ae5":{"lock":false,"pos":{"x":-35.5959,"y":1.63,"z":-3.703},"rot":{"x":359.9455,"y":329.9933,"z":359.9392}},"50fc37":{"lock":false,"pos":{"x":-3.92750406265259,"y":1.70105195045471,"z":5.75720119476318},"rot":{"x":359.919738769531,"y":269.999420166016,"z":180.016815185547}},"51c0d9":{"lock":false,"pos":{"x":12.2531,"y":1.4735,"z":30.8262},"rot":{"x":359.9201,"y":270.0129,"z":0.0169}},"52dd93":{"lock":false,"pos":{"x":-17.12,"y":1.6721,"z":-15.28},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}},"52f8d5":{"lock":false,"pos":{"x":1.6964008808136,"y":1.55831670761108,"z":14.278902053833},"rot":{"x":359.955139160156,"y":224.998016357422,"z":0.0686715692281723}},"5484d3":{"lock":false,"pos":{"x":-36.7732,"y":1.661,"z":-7.7002},"rot":{"x":359.9201,"y":269.9997,"z":180.0168}},"55cac8":{"lock":false,"pos":{"x":-11.1399278640747,"y":1.41411137580872,"z":7.3362250328064},"rot":{"x":359.983154296875,"y":-7.57175366743468E-05,"z":359.920043945313}},"57d9e9":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61560487747192,"z":3.86000108718872},"rot":{"x":0.0168614368885756,"y":179.984069824219,"z":0.0799344405531883}},"57fc40":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9997,"z":0.0168}},"584326":{"lock":false,"pos":{"x":-30.2243,"y":1.6542,"z":-0.03},"rot":{"x":359.9201,"y":270.0335,"z":0.0168}},"584b1a":{"lock":false,"pos":{"x":-2.72460699081421,"y":1.62076032161713,"z":0.373302042484283},"rot":{"x":0.016835467889905,"y":180.000091552734,"z":0.080255888402462}},"588354":{"lock":false,"pos":{"x":-30.2243,"y":1.6805,"z":11.46},"rot":{"x":359.9201,"y":270.0007,"z":0.0169}},"5a09e8":{"lock":false,"pos":{"x":-26.8946,"y":1.6167,"z":-7.7475},"rot":{"x":0.0799,"y":89.9671,"z":359.9831}},"5a6870":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":0.0169,"y":179.9999,"z":0.0799}},"5a6fc6":{"lock":false,"pos":{"x":-36.7732,"y":1.6655,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"5af4bf":{"lock":false,"pos":{"x":-23.6765,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"5b01f6":{"lock":false,"pos":{"x":-33.431999206543,"y":1.63023662567139,"z":7.35879898071289},"rot":{"x":0.0798932984471321,"y":89.9970321655273,"z":359.983123779297}},"5b0903":{"lock":false,"pos":{"x":-23.6765,"y":1.645,"z":-0.03},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"5c46c6":{"lock":false,"pos":{"x":-30.2243,"y":1.6349,"z":-7.7001},"rot":{"x":359.9201,"y":269.9992,"z":0.0168}},"5e6a84":{"lock":false,"pos":{"x":1.6978,"y":1.5583,"z":14.2786},"rot":{"x":359.9551,"y":225.0012,"z":0.0687}},"5e9e43":{"lock":false,"pos":{"x":-27.0287,"y":1.7203,"z":3.8183},"rot":{"x":359.92,"y":270.0641,"z":180.0166}},"60a5f6":{"lock":false,"pos":{"x":-17.1201,"y":1.6042,"z":-3.8287},"rot":{"x":359.9831,"y":-0.0041,"z":359.92}},"62a154":{"lock":false,"pos":{"x":-2.6886,"y":1.6239,"z":-5.0486},"rot":{"x":359.9197,"y":269.9958,"z":0.0168}},"62c028":{"lock":false,"pos":{"x":-3.9268,"y":1.793,"z":5.7571},"rot":{"x":359.9197,"y":270,"z":180.0168}},"633816":{"lock":false,"pos":{"x":-23.6765,"y":1.6862,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":0.0169}},"6368e6":{"lock":false,"pos":{"x":-2.6886,"y":1.6239,"z":-5.0522},"rot":{"x":0.0168,"y":180.0047,"z":0.0803}},"64a607":{"lock":false,"pos":{"x":-4.0506,"y":1.5828,"z":-14.8887},"rot":{"x":359.9197,"y":269.9735,"z":0.0169}},"655f00":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":-0.0041,"z":359.92}},"6571a3":{"lock":false,"pos":{"x":-2.6884,"y":1.6535,"z":-5.0485},"rot":{"x":0.0168,"y":180,"z":0.0803}},"65f985":{"lock":false,"pos":{"x":-2.6885,"y":1.6143,"z":-5.0485},"rot":{"x":0.0168,"y":180.0002,"z":0.0803}},"66a2dd":{"lock":false,"pos":{"x":-25.0681,"y":1.7141,"z":-7.7809},"rot":{"x":359.9455,"y":330,"z":179.9392}},"67d0e2":{"lock":false,"pos":{"x":-30.2243,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":269.9991,"z":180.0168}},"680d25":{"lock":false,"pos":{"x":-2.6885,"y":1.6535,"z":-5.0485},"rot":{"x":0.0168,"y":179.9999,"z":0.0803}},"69b78e":{"lock":false,"pos":{"x":1.69600069522858,"y":1.55831730365753,"z":14.2787017822266},"rot":{"x":359.955139160156,"y":224.998001098633,"z":0.0686735510826111}},"69f8c5":{"lock":false,"pos":{"x":-23.4317,"y":1.633,"z":17.8768},"rot":{"x":359.9201,"y":269.9994,"z":180.0168}},"69fdfb":{"lock":false,"pos":{"x":-30.2243,"y":1.6258,"z":7.57},"rot":{"x":359.9201,"y":270.0274,"z":0.0168}},"6a6a67":{"lock":false,"pos":{"x":-33.3743,"y":1.6405,"z":-3.7899},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"6a83c1":{"lock":false,"pos":{"x":1.69610178470612,"y":1.55831718444824,"z":14.2789039611816},"rot":{"x":359.955139160156,"y":224.9912109375,"z":0.0686781033873558}},"6bdd52":{"lock":false,"pos":{"x":-36.7732,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":269.9991,"z":180.0168}},"6c39d5":{"lock":false,"pos":{"x":-20.6956,"y":1.6103,"z":-0.0915},"rot":{"x":359.9201,"y":269.9926,"z":0.0169}},"6c7a0b":{"lock":false,"pos":{"x":-26.7378005981445,"y":1.61766254901886,"z":-3.66310119628906},"rot":{"x":0.0683989003300667,"y":135.011825561523,"z":0.0445992574095726}},"6d6451":{"lock":false,"pos":{"x":-33.7106,"y":1.6307,"z":7.6711},"rot":{"x":0.0799,"y":89.9933,"z":359.9831}},"6e7317":{"lock":false,"pos":{"x":-2.7249,"y":1.6208,"z":0.3734},"rot":{"x":0.0168,"y":179.9996,"z":0.0803}},"703373":{"lock":false,"pos":{"x":-4.1502,"y":1.5829,"z":-14.7443},"rot":{"x":359.9197,"y":269.9849,"z":0.0169}},"70df0b":{"lock":false,"pos":{"x":-3.95591688156128,"y":1.59753930568695,"z":-10.4412984848022},"rot":{"x":359.919738769531,"y":269.997314453125,"z":0.0168418549001217}},"71627e":{"lock":false,"pos":{"x":-3.9279,"y":1.6914,"z":5.7573},"rot":{"x":359.9197,"y":270.0761,"z":180.0167}},"72053e":{"lock":false,"pos":{"x":1.6967,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"7234af":{"lock":false,"pos":{"x":-33.6046,"y":1.6305,"z":7.4915},"rot":{"x":359.9201,"y":269.9946,"z":0.0169}},"726813":{"lock":false,"pos":{"x":-3.9274,"y":1.8357,"z":5.7571},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"72eded":{"lock":false,"pos":{"x":-11.9367,"y":1.6011,"z":-1.7661},"rot":{"x":359.9201,"y":270.0135,"z":0.0168}},"7310f8":{"lock":false,"pos":{"x":-17.1200180053711,"y":1.61666798591614,"z":-7.69979953765869},"rot":{"x":359.920135498047,"y":270.002746582031,"z":0.0167039167135954}},"740ce8":{"lock":false,"pos":{"x":-2.7247,"y":1.6208,"z":0.3734},"rot":{"x":0.0168,"y":179.9997,"z":0.0803}},"74c9ca":{"lock":false,"pos":{"x":-33.3711,"y":1.6563,"z":-7.6052},"rot":{"x":359.9201,"y":269.997,"z":0.0168}},"766316":{"lock":false,"pos":{"x":-3.9278,"y":1.7684,"z":5.7571},"rot":{"x":359.9197,"y":269.9987,"z":180.0168}},"767883":{"lock":false,"pos":{"x":-23.6995,"y":1.6334,"z":17.8548},"rot":{"x":359.9201,"y":269.9985,"z":180.0168}},"768494":{"lock":false,"pos":{"x":-30.2243,"y":1.6956,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"76ee28":{"lock":false,"pos":{"x":-33.4321,"y":1.6608,"z":7.5042},"rot":{"x":359.9201,"y":269.9997,"z":0.0168}},"777479":{"lock":false,"pos":{"x":-26.9066,"y":1.6517,"z":7.5415},"rot":{"x":359.9201,"y":269.9975,"z":0.0168}},"7b8844":{"lock":false,"pos":{"x":-2.72460007667542,"y":1.62076032161713,"z":0.373300313949585},"rot":{"x":0.0168356467038393,"y":180,"z":0.0802559331059456}},"7b8d65":{"lock":false,"pos":{"x":-22.547700881958,"y":1.61185455322266,"z":-3.54469966888428},"rot":{"x":0.0168615225702524,"y":179.983963012695,"z":0.0799346789717674}},"7bb181":{"lock":false,"pos":{"x":1.6845,"y":1.541,"z":-18.7682},"rot":{"x":359.9201,"y":270.0003,"z":180.0169}},"7c5f0c":{"lock":false,"pos":{"x":-3.9276,"y":1.7877,"z":5.7571},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"7d01a8":{"lock":false,"pos":{"x":-12.0961,"y":1.6502,"z":7.054},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"7ec61f":{"lock":false,"pos":{"x":-20.3635234832764,"y":1.60756397247314,"z":-7.79511642456055},"rot":{"x":359.918487548828,"y":269.896545410156,"z":0.0177300665527582}},"7faf81":{"lock":false,"pos":{"x":-17.1199169158936,"y":1.61892378330231,"z":-0.0299970954656601},"rot":{"x":359.920104980469,"y":269.999877929688,"z":0.0168409533798695}},"7fe445":{"lock":false,"pos":{"x":-2.6893,"y":1.6191,"z":-5.0488},"rot":{"x":359.9197,"y":270.0017,"z":0.0168}},"800725":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9984,"z":0.0168}},"80170c":{"lock":false,"pos":{"x":0.9576,"y":1.6,"z":-40.432},"rot":{"x":0,"y":270.0164,"z":-0.0003}},"80236e":{"lock":false,"pos":{"x":-30.2243,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":269.9994,"z":0.0169}},"81aa81":{"lock":false,"pos":{"x":-25.1421,"y":1.7166,"z":0.1523},"rot":{"x":0.0254,"y":30.0001,"z":179.9224}},"828c23":{"lock":false,"pos":{"x":-30.2243,"y":1.6383,"z":3.86},"rot":{"x":359.9201,"y":269.998,"z":180.0168}},"82f7d9":{"lock":false,"pos":{"x":-3.92740058898926,"y":1.749192237854,"z":5.75720071792603},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"835bdb":{"lock":false,"pos":{"x":-17.1202,"y":1.6633,"z":11.4601},"rot":{"x":359.9201,"y":269.992,"z":180.0168}},"84963c":{"lock":false,"pos":{"x":-33.5150985717773,"y":1.62818801403046,"z":-0.00610029092058539},"rot":{"x":0.0798945277929306,"y":90.0005187988281,"z":359.983123779297}},"850adf":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4413},"rot":{"x":359.9197,"y":269.999,"z":0.0168}},"855c79":{"lock":false,"pos":{"x":-11.889,"y":1.6499,"z":6.9123},"rot":{"x":359.9201,"y":270,"z":180.0168}},"8662fa":{"lock":false,"pos":{"x":-30.2243,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"86a48b":{"lock":false,"pos":{"x":-2.7247,"y":1.6256,"z":0.3735},"rot":{"x":0.0168,"y":180.0012,"z":0.0803}},"870c38":{"lock":false,"pos":{"x":-33.4038,"y":1.6268,"z":-4.2273},"rot":{"x":0.0445,"y":44.9587,"z":359.9316}},"87adbf":{"lock":false,"pos":{"x":12.2514,"y":1.4684,"z":13.4371},"rot":{"x":359.9201,"y":270.0184,"z":0.0168}},"880f76":{"lock":false,"pos":{"x":-36.7733,"y":1.6418,"z":-15.28},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"88403a":{"lock":false,"pos":{"x":-23.6766,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"88a80e":{"lock":false,"pos":{"x":-26.7661,"y":1.6471,"z":-7.7342},"rot":{"x":359.9201,"y":269.9989,"z":0.0168}},"89652f":{"lock":false,"pos":{"x":-3.9278,"y":1.7973,"z":5.7572},"rot":{"x":359.9197,"y":269.9983,"z":180.0168}},"896640":{"lock":false,"pos":{"x":-30.224,"y":1.7225,"z":-3.83},"rot":{"x":0.0799,"y":89.9998,"z":179.9832}},"89943d":{"lock":false,"pos":{"x":-35.4139,"y":1.6319,"z":3.6922},"rot":{"x":0.0254,"y":30.0032,"z":359.9224}},"8ad293":{"lock":false,"pos":{"x":-28.5349,"y":1.6246,"z":11.3875},"rot":{"x":359.9455,"y":329.9887,"z":359.9392}},"8af52e":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9958,"z":180.0168}},"8dfbb1":{"lock":false,"pos":{"x":-28.0506992340088,"y":1.62181973457336,"z":4.2514009475708},"rot":{"x":0.0445704311132431,"y":44.9847793579102,"z":359.931610107422}},"8fffb7":{"lock":false,"pos":{"x":-27.3820991516113,"y":1.62016415596008,"z":1.79079973697662},"rot":{"x":359.931579589844,"y":315,"z":359.955413818359}},"90bb07":{"lock":false,"pos":{"x":-23.67649269104,"y":1.62694978713989,"z":-3.83000540733337},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168403331190348}},"92a0b0":{"lock":false,"pos":{"x":-36.7732,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":270.0014,"z":180.0168}},"92b54a":{"lock":false,"pos":{"x":-3.40050005912781,"y":1.58169901371002,"z":-15.4017019271851},"rot":{"x":359.919738769531,"y":270.004913330078,"z":0.0168309509754181}},"92e6c2":{"lock":false,"pos":{"x":-36.7731,"y":1.6655,"z":7.5698},"rot":{"x":359.9201,"y":270,"z":180.0168}},"92ecba":{"lock":false,"pos":{"x":-23.6765,"y":1.645,"z":-0.0299},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"9342b3":{"lock":false,"pos":{"x":-36.7733,"y":1.6418,"z":-15.28},"rot":{"x":359.9201,"y":269.993,"z":180.0168}},"96ea0d":{"lock":false,"pos":{"x":-26.7154,"y":1.6312,"z":-3.781},"rot":{"x":359.9201,"y":269.9982,"z":180.0168}},"98208f":{"lock":false,"pos":{"x":-30.2264,"y":1.6425,"z":17.8565},"rot":{"x":359.9201,"y":269.9985,"z":180.0168}},"98a5aa":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"995fe7":{"lock":false,"pos":{"x":-17.1199150085449,"y":1.61892187595367,"z":-0.0298978574573994},"rot":{"x":359.920135498047,"y":270.003723144531,"z":0.0166994705796242}},"9a3039":{"lock":false,"pos":{"x":-30.2243175506592,"y":1.63834023475647,"z":3.86000323295593},"rot":{"x":359.920104980469,"y":269.999664306641,"z":0.0168407000601292}},"9abec6":{"lock":false,"pos":{"x":1.7023,"y":1.5583,"z":14.2777},"rot":{"x":359.9551,"y":225.0013,"z":0.0687}},"9bfecc":{"lock":false,"pos":{"x":-17.12,"y":1.6201,"z":3.86},"rot":{"x":359.9201,"y":270,"z":180.0168}},"9e1376":{"lock":false,"pos":{"x":-3.9277,"y":1.7973,"z":5.7572},"rot":{"x":359.9197,"y":269.9998,"z":180.0168}},"9f034b":{"lock":false,"pos":{"x":-36.7731,"y":1.6486,"z":7.5695},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"9f9330":{"lock":false,"pos":{"x":-2.6884,"y":1.6623,"z":-5.0485},"rot":{"x":0.0168,"y":180.0001,"z":0.0803}},"a27f32":{"lock":false,"pos":{"x":-23.6765,"y":1.6292,"z":3.86},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"a55672":{"lock":false,"pos":{"x":1.6964,"y":1.5583,"z":14.279},"rot":{"x":359.9551,"y":224.9978,"z":0.0687}},"a5f7b3":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":270.0007,"z":180.0168}},"a621ae":{"lock":false,"pos":{"x":-3.9907,"y":1.5827,"z":-14.7887},"rot":{"x":359.9206,"y":270.0058,"z":0.0172}},"a6e3da":{"lock":false,"pos":{"x":-27.0759,"y":1.6181,"z":-3.6496},"rot":{"x":0.0446,"y":44.9972,"z":359.9316}},"a6ebc7":{"lock":false,"pos":{"x":-32.5504,"y":1.6301,"z":11.1831},"rot":{"x":0.0254,"y":30.0397,"z":359.9224}},"a706b9":{"lock":false,"pos":{"x":-18.4929962158203,"y":1.60845816135406,"z":4.13670015335083},"rot":{"x":0.0684079602360725,"y":135.000152587891,"z":0.0445851348340511}},"a7143d":{"lock":false,"pos":{"x":-33.3438,"y":1.6562,"z":-7.7623},"rot":{"x":359.9201,"y":269.9958,"z":0.0168}},"a9eebf":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4414},"rot":{"x":359.9197,"y":270,"z":0.0168}},"aa3f28":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":269.9994,"z":0.0168}},"aa50e4":{"lock":false,"pos":{"x":-3.95601749420166,"y":1.59753942489624,"z":-10.4412002563477},"rot":{"x":359.919738769531,"y":270.000061035156,"z":0.0168371647596359}},"ac4427":{"lock":false,"pos":{"x":-23.6764163970947,"y":1.63029801845551,"z":7.57009840011597},"rot":{"x":359.920135498047,"y":270.002380371094,"z":0.0166968833655119}},"acc7ef":{"lock":false,"pos":{"x":-2.72460699081421,"y":1.62076032161713,"z":0.373301833868027},"rot":{"x":0.0168390069156885,"y":179.997497558594,"z":0.0802554115653038}},"ad0bbd":{"lock":false,"pos":{"x":-12.1489,"y":1.6132,"z":4.2018},"rot":{"x":359.9201,"y":269.9927,"z":0.0168}},"ad4c69":{"lock":false,"pos":{"x":-30.2244,"y":1.6497,"z":-15.28},"rot":{"x":359.9201,"y":270.001,"z":0.0168}},"ad54b7":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4413},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"ade140":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"ae73b7":{"lock":false,"pos":{"x":-27.0013,"y":1.6236,"z":15.18},"rot":{"x":359.92,"y":270.2697,"z":0.0165}},"af6ef5":{"lock":false,"pos":{"x":-3.9276,"y":1.7973,"z":5.757},"rot":{"x":359.9197,"y":269.9996,"z":180.0168}},"afe7ce":{"lock":false,"pos":{"x":12.251,"y":1.4607,"z":-12.6664},"rot":{"x":359.9201,"y":270.0271,"z":0.0168}},"b0533f":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.0299},"rot":{"x":359.9201,"y":269.9997,"z":180.0168}},"b0601f":{"lock":false,"pos":{"x":-3.9277,"y":1.7011,"z":5.7572},"rot":{"x":359.9197,"y":270,"z":180.0168}},"b0b20f":{"lock":false,"pos":{"x":1.6959,"y":1.5583,"z":14.2786},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"b1e332":{"lock":false,"pos":{"x":-22.1459178924561,"y":1.69905459880829,"z":-7.67576932907104},"rot":{"x":1.72527134418488,"y":269.965606689453,"z":0.0172667019069195}},"b24a2a":{"lock":false,"pos":{"x":-2.4995,"y":1.6602,"z":15.6924},"rot":{"x":359.9197,"y":270.0029,"z":0.0168}},"b297d9":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.001,"z":0.0168}},"b2db43":{"lock":false,"pos":{"x":-30.2244,"y":1.6213,"z":-7.7},"rot":{"x":359.9201,"y":270.0276,"z":0.0168}},"b30814":{"lock":false,"pos":{"x":0.748,"y":1.6191,"z":-5.1345},"rot":{"x":359.9197,"y":269.9924,"z":0.0168}},"b42613":{"lock":false,"pos":{"x":-30.2243,"y":1.6338,"z":-11.51},"rot":{"x":359.9201,"y":269.9982,"z":180.0168}},"b4298b":{"lock":false,"pos":{"x":-30.2243,"y":1.6383,"z":3.86},"rot":{"x":359.9201,"y":270,"z":180.0168}},"b47b11":{"lock":false,"pos":{"x":-2.6884,"y":1.6543,"z":-5.0485},"rot":{"x":0.0168,"y":180.0001,"z":0.0803}},"b49857":{"lock":false,"pos":{"x":-23.6765,"y":1.6473,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"b4d898":{"lock":false,"pos":{"x":-3.9275,"y":1.754,"z":5.7572},"rot":{"x":359.9197,"y":270,"z":180.0168}},"b5076f":{"lock":false,"pos":{"x":-23.6764,"y":1.6473,"z":7.57},"rot":{"x":359.9201,"y":270.0002,"z":180.0168}},"b551bf":{"lock":false,"pos":{"x":-3.9277,"y":1.7684,"z":5.7572},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"b5928a":{"lock":false,"pos":{"x":-3.84430050849915,"y":1.58257055282593,"z":-14.5511026382446},"rot":{"x":359.919738769531,"y":270.001403808594,"z":0.0168359410017729}},"b68edf":{"lock":false,"pos":{"x":-27.1597995758057,"y":1.62095999717712,"z":5.5543007850647},"rot":{"x":359.955413818359,"y":224.999816894531,"z":0.0683797672390938}},"b70946":{"lock":false,"pos":{"x":1.6971,"y":1.5583,"z":14.2776},"rot":{"x":359.9552,"y":224.9676,"z":0.0687}},"b78188":{"lock":false,"pos":{"x":-2.7248,"y":1.6256,"z":0.3733},"rot":{"x":0.0168,"y":180.0012,"z":0.0803}},"b7b517":{"lock":false,"pos":{"x":-3.9278,"y":1.7877,"z":5.7572},"rot":{"x":359.9197,"y":270.0156,"z":180.0168}},"b858d0":{"lock":false,"pos":{"x":-3.7524,"y":1.6624,"z":15.1757},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"b97eaa":{"lock":false,"pos":{"x":-30.2244,"y":1.6497,"z":-15.28},"rot":{"x":359.9201,"y":269.9854,"z":0.0169}},"bb419a":{"lock":false,"pos":{"x":-11.8716,"y":1.6021,"z":1.9311},"rot":{"x":359.9201,"y":270.0144,"z":0.0168}},"bc110a":{"lock":false,"pos":{"x":-36.7731,"y":1.6633,"z":-0.0302},"rot":{"x":359.9201,"y":269.9967,"z":0.0168}},"bcae3c":{"lock":false,"pos":{"x":-30.2243,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":270.0005,"z":180.0168}},"bd431f":{"lock":false,"pos":{"x":-26.8465995788574,"y":1.6178685426712,"z":-3.47939968109131},"rot":{"x":0.0446006134152412,"y":45.0099945068359,"z":359.931640625}},"bd5693":{"lock":false,"pos":{"x":-2.7247,"y":1.6159,"z":0.3733},"rot":{"x":0.0168,"y":179.9996,"z":0.0803}},"bd5f07":{"lock":false,"pos":{"x":-27.1714,"y":1.7237,"z":14.8589},"rot":{"x":0.0685,"y":134.8521,"z":180.0444}},"bfde22":{"lock":false,"pos":{"x":-30.2243,"y":1.6349,"z":-7.7},"rot":{"x":359.9201,"y":270,"z":180.0168}},"c103b6":{"lock":false,"pos":{"x":-2.6886,"y":1.6239,"z":-5.0486},"rot":{"x":359.9197,"y":270.0198,"z":0.0168}},"c24eb1":{"lock":false,"pos":{"x":-3.9276,"y":1.7636,"z":5.7572},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"c36da2":{"lock":false,"pos":{"x":-26.9329,"y":1.6518,"z":7.6102},"rot":{"x":359.9201,"y":269.989,"z":0.0169}},"c3915f":{"lock":false,"pos":{"x":-21.5971,"y":1.7953,"z":7.5353},"rot":{"x":355.8867,"y":269.984,"z":0.0177}},"c3d6f1":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":270.0029,"z":180.0168}},"c50379":{"lock":false,"pos":{"x":-30.2242736816406,"y":1.63719654083252,"z":-0.0300307180732489},"rot":{"x":359.920104980469,"y":270.004699707031,"z":0.0168058946728706}},"c5386d":{"lock":false,"pos":{"x":-29.9794,"y":1.6421,"z":17.8773},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"c54325":{"lock":false,"pos":{"x":-12.1299,"y":1.655,"z":6.9461},"rot":{"x":359.9201,"y":269.9991,"z":180.0168}},"c5b428":{"lock":false,"pos":{"x":-26.7529,"y":1.724,"z":17.7955},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"c5df1c":{"lock":false,"pos":{"x":-26.7180004119873,"y":1.61867380142212,"z":-0.128800302743912},"rot":{"x":0.0798946842551231,"y":90.0006103515625,"z":359.983123779297}},"c6f73e":{"lock":false,"pos":{"x":-30.2242,"y":1.6338,"z":-11.51},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"c7883c":{"lock":false,"pos":{"x":-25.0514,"y":1.7121,"z":-14.4709},"rot":{"x":0.0254,"y":30.0001,"z":179.9224}},"cb6782":{"lock":false,"pos":{"x":-31.7819,"y":1.6269,"z":3.8828},"rot":{"x":359.9455,"y":329.989,"z":359.9392}},"cbb9f5":{"lock":false,"pos":{"x":-33.5382,"y":1.6283,"z":0.1047},"rot":{"x":0.0799,"y":90.003,"z":359.9831}},"ccf7a9":{"lock":false,"pos":{"x":-23.6766,"y":1.6428,"z":-7.7},"rot":{"x":359.9201,"y":269.9997,"z":180.0168}},"cda035":{"lock":false,"pos":{"x":-15.6361103057861,"y":1.66888344287872,"z":0.00989916734397411},"rot":{"x":0.078995443880558,"y":269.9970703125,"z":359.983184814453}},"ce00f0":{"lock":false,"pos":{"x":-36.7731,"y":1.6633,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0168}},"ce102e":{"lock":false,"pos":{"x":-17.1201,"y":1.6633,"z":11.46},"rot":{"x":359.9201,"y":269.9926,"z":180.0168}},"ce23c7":{"lock":false,"pos":{"x":-17.12,"y":1.6087,"z":11.46},"rot":{"x":359.9831,"y":-0.004,"z":359.9201}},"ceb4ac":{"lock":false,"pos":{"x":-28.9209,"y":1.7176,"z":-14.363},"rot":{"x":359.9455,"y":330.0001,"z":179.9392}},"cf0c00":{"lock":false,"pos":{"x":-12.0714,"y":1.6132,"z":4.3416},"rot":{"x":359.9201,"y":270.0012,"z":0.0168}},"cf3bf4":{"lock":false,"pos":{"x":-1.4656,"y":1.4756,"z":-26.9304},"rot":{"x":359.9201,"y":269.9989,"z":0.0169}},"cf40fc":{"lock":false,"pos":{"x":-17.12,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"cf4a62":{"lock":false,"pos":{"x":-22.2064895629883,"y":1.68026161193848,"z":7.57819843292236},"rot":{"x":359.919281005859,"y":270.001129150391,"z":0.0165986157953739}},"d0b0a3":{"lock":false,"pos":{"x":-36.7732,"y":1.6655,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"d14543":{"lock":false,"pos":{"x":-4.3037,"y":1.4068,"z":14.6856},"rot":{"x":0.0169,"y":179.9964,"z":0.0803}},"d2eb25":{"lock":false,"pos":{"x":-23.6763,"y":1.6884,"z":7.5698},"rot":{"x":359.9185,"y":270.0043,"z":0.0158}},"d308d4":{"lock":false,"pos":{"x":-2.6886,"y":1.5973,"z":-5.0485},"rot":{"x":359.9197,"y":269.9951,"z":0.0168}},"d30e98":{"lock":false,"pos":{"x":-2.7246,"y":1.656,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"d3ae26":{"lock":false,"pos":{"x":-23.6764,"y":1.6862,"z":-0.03},"rot":{"x":359.9201,"y":269.9993,"z":0.0169}},"d5b919":{"lock":false,"pos":{"x":-17.1199,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":269.9976,"z":0.0169}},"d68664":{"lock":false,"pos":{"x":-2.6886,"y":1.6287,"z":-5.0486},"rot":{"x":359.9197,"y":270.0041,"z":0.0168}},"d6e449":{"lock":false,"pos":{"x":12.2513,"y":1.4658,"z":4.6876},"rot":{"x":359.9201,"y":270.0106,"z":0.0169}},"d775de":{"lock":false,"pos":{"x":-2.6885,"y":1.6287,"z":-5.0496},"rot":{"x":0.0168,"y":180,"z":0.0803}},"d7c523":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.0301},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"d9037e":{"lock":false,"pos":{"x":-3.62380027770996,"y":1.6407071352005,"z":14.8200025558472},"rot":{"x":359.919738769531,"y":270.000091552734,"z":180.016830444336}},"d927d3":{"lock":false,"pos":{"x":-30.2242,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"dbdfa1":{"lock":false,"pos":{"x":-2.7246,"y":1.6566,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"dc9168":{"lock":false,"pos":{"x":-26.9419,"y":1.6202,"z":3.9387},"rot":{"x":0.0446,"y":45.0005,"z":359.9316}},"dde8af":{"lock":false,"pos":{"x":-20.5824,"y":1.6146,"z":15.1047},"rot":{"x":359.92,"y":270.4175,"z":0.0163}},"ddf740":{"lock":false,"pos":{"x":-23.6765,"y":1.6247,"z":-11.51},"rot":{"x":359.9201,"y":269.9982,"z":180.0168}},"de311e":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":269.9995,"z":180.0168}},"deb7fa":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":0.0168,"y":180.0032,"z":0.0803}},"df2a30":{"lock":false,"pos":{"x":-30.2242,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"df4b70":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"df6781":{"lock":false,"pos":{"x":-33.7177,"y":1.6296,"z":3.9819},"rot":{"x":0.0446,"y":44.9972,"z":359.9316}},"df8f01":{"lock":false,"pos":{"x":-26.7663097381592,"y":1.6187549829483,"z":-0.0818684622645378},"rot":{"x":359.920104980469,"y":269.976593017578,"z":0.016977870836854}},"df91a7":{"lock":false,"pos":{"x":-11.9213,"y":1.6478,"z":28.3382},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"e17f3d":{"lock":false,"pos":{"x":-33.5812,"y":1.7294,"z":3.9031},"rot":{"x":0.0684,"y":134.9999,"z":180.0445}},"e28a88":{"lock":false,"pos":{"x":-32.3453,"y":1.7266,"z":0.264},"rot":{"x":0.0254,"y":30.0003,"z":179.9224}},"e3aa5c":{"lock":false,"pos":{"x":12.2517,"y":1.4709,"z":22.0767},"rot":{"x":359.9201,"y":269.9997,"z":0.0169}},"e40b5e":{"lock":false,"pos":{"x":-33.4657,"y":1.6609,"z":7.4691},"rot":{"x":359.9201,"y":269.9972,"z":0.0168}},"e49027":{"lock":false,"pos":{"x":-3.9275,"y":1.7684,"z":5.7571},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"e58475":{"lock":false,"pos":{"x":-28.6475563049316,"y":1.70839071273804,"z":-0.0576328821480274},"rot":{"x":1.64902567863464,"y":270.001312255859,"z":0.0169164203107357}},"e81640":{"lock":false,"pos":{"x":-30.2259,"y":1.6542,"z":-0.0303},"rot":{"x":359.9201,"y":269.9984,"z":0.0168}},"e83b93":{"lock":false,"pos":{"x":-23.6765,"y":1.6314,"z":11.46},"rot":{"x":359.9201,"y":269.9985,"z":180.0168}},"e9d2f5":{"lock":false,"pos":{"x":-33.4028,"y":1.6405,"z":-3.9525},"rot":{"x":359.9201,"y":269.9982,"z":180.0168}},"eb094d":{"lock":false,"pos":{"x":-3.9273,"y":1.7984,"z":5.7572},"rot":{"x":359.9197,"y":270,"z":180.0168}},"eb1e0d":{"lock":false,"pos":{"x":-3.9275,"y":1.7396,"z":5.7571},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"eb677a":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"ec1b56":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61560475826263,"z":3.85999989509583},"rot":{"x":0.0168418455868959,"y":179.998184204102,"z":0.0799393355846405}},"eccd5d":{"lock":false,"pos":{"x":0.4793,"y":1.6195,"z":-5.1104},"rot":{"x":0.0169,"y":179.986,"z":0.0803}},"ed811e":{"lock":false,"pos":{"x":-36.7732,"y":1.661,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"eda3e2":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.63386702537537,"z":3.86000108718872},"rot":{"x":0.0168423820286989,"y":179.997940063477,"z":0.07996666431427}},"ee7d12":{"lock":false,"pos":{"x":-3.9274,"y":1.7877,"z":5.743},"rot":{"x":359.9197,"y":270.0052,"z":180.0168}},"ef14ab":{"lock":false,"pos":{"x":1.6995,"y":1.5583,"z":14.2782},"rot":{"x":359.9551,"y":225.0025,"z":0.0687}},"efb46a":{"lock":false,"pos":{"x":-11.9166,"y":1.6031,"z":-5.5701},"rot":{"x":359.9201,"y":270.0035,"z":0.1429}},"f153a0":{"lock":false,"pos":{"x":-2.6886,"y":1.5973,"z":-5.0485},"rot":{"x":0.0168,"y":179.9977,"z":0.0803}},"f1a996":{"lock":false,"pos":{"x":-33.5508,"y":1.6283,"z":0.1083},"rot":{"x":0.0799,"y":90.1043,"z":359.9832}},"f37775":{"lock":false,"pos":{"x":-3.19291043281555,"y":1.63545417785645,"z":15.3806056976318},"rot":{"x":359.919738769531,"y":269.99951171875,"z":0.01684027351439}},"f58e95":{"lock":false,"pos":{"x":1.696,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"f5db25":{"lock":false,"pos":{"x":-4.1775,"y":1.5321,"z":-19.107},"rot":{"x":359.9206,"y":269.9862,"z":1.8615}},"f6c645":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9975,"z":180.0168}},"f797c9":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.6156051158905,"z":3.86000037193298},"rot":{"x":359.983154296875,"y":0.000157246773596853,"z":359.920074462891}},"f7dd31":{"lock":false,"pos":{"x":-15.6663131713867,"y":1.66663253307343,"z":-7.68120002746582},"rot":{"x":0.0790727958083153,"y":269.994262695313,"z":359.983215332031}},"f92015":{"lock":false,"pos":{"x":-23.6765,"y":1.6292,"z":3.86},"rot":{"x":359.9201,"y":269.9984,"z":180.0168}},"f9f1c8":{"lock":false,"pos":{"x":-2.6885,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":179.9956,"z":0.0803}},"fa04c2":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":359.9831,"y":0.0001,"z":359.92}},"fa1884":{"lock":false,"pos":{"x":-11.7427,"y":1.6031,"z":5.8325},"rot":{"x":359.9201,"y":270.0032,"z":0.0168}},"fcb3e4":{"lock":false,"pos":{"x":-23.6763,"y":1.684,"z":-7.7002},"rot":{"x":359.9186,"y":270.0033,"z":0.0158}},"fe3b58":{"lock":false,"pos":{"x":-31.9286,"y":1.6226,"z":-11.587},"rot":{"x":359.9455,"y":329.9887,"z":359.9392}},"ff051b":{"lock":false,"pos":{"x":-5.6891,"y":1.4994,"z":-14.2727},"rot":{"x":0.0013,"y":359.939,"z":6.2808}},"ff4a1d":{"lock":false,"pos":{"x":-3.9563,"y":1.5975,"z":-10.4423},"rot":{"x":359.9197,"y":269.996,"z":0.0168}},"ffa446":{"lock":false,"pos":{"x":-36.7732,"y":1.6633,"z":-0.03},"rot":{"x":359.9201,"y":269.9972,"z":0.0168}},"fff605":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.0245,"z":0.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.ttslua new file mode 100644 index 00000000..17b71b4e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.ttslua @@ -0,0 +1,23 @@ +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.json new file mode 100644 index 00000000..d621d2f2 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1478823218929917964/80063921C2355FE26816A0E40F88D31F9EF5C4A6/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_alice_in_wonderland.json", + "GUID": "39916d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Alice in Wonderland", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.308, + "posY": 1.825, + "posZ": -2.201, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.luascriptstate new file mode 100644 index 00000000..24cb1860 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0916b6":{"lock":false,"pos":{"x":12.2601,"y":1.4609,"z":-12.0168},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"18aa54":{"lock":false,"pos":{"x":12.2578,"y":1.4727,"z":27.9861},"rot":{"x":359.9201,"y":270.0804,"z":0.0168}},"1cc5a6":{"lock":false,"pos":{"x":12.2488,"y":1.29,"z":35.9871},"rot":{"x":359.9831,"y":0.0028,"z":359.92}},"219a80":{"lock":false,"pos":{"x":4.3697,"y":1.5643,"z":-38.8587},"rot":{"x":-0.0004,"y":90.0462,"z":0.439}},"2ec188":{"lock":false,"pos":{"x":12.2496,"y":1.2688,"z":-36.0141},"rot":{"x":359.9831,"y":359.9885,"z":359.92}},"8d88c8":{"lock":false,"pos":{"x":12.2599,"y":1.4679,"z":11.9849},"rot":{"x":359.9201,"y":270.0313,"z":0.0168}},"8eb793":{"lock":false,"pos":{"x":12.2592,"y":1.4656,"z":3.9839},"rot":{"x":359.9201,"y":270.001,"z":0.0169}},"952572":{"lock":false,"pos":{"x":12.2575,"y":1.4703,"z":19.9857},"rot":{"x":359.9201,"y":270.0386,"z":0.0168}},"9e33a0":{"lock":false,"pos":{"x":12.2582,"y":1.4632,"z":-4.0158},"rot":{"x":359.9201,"y":270.0062,"z":0.0169}},"b5928a":{"lock":false,"pos":{"x":-3.6881,"y":1.5822,"z":-15.0624},"rot":{"x":359.9198,"y":269.9666,"z":0.0169}},"bd556e":{"lock":false,"pos":{"x":12.2593,"y":1.4585,"z":-20.0202},"rot":{"x":359.9201,"y":270.0686,"z":0.0168}},"dddf97":{"lock":false,"pos":{"x":-5.4661,"y":1.5,"z":-42.0169},"rot":{"x":0,"y":270.0246,"z":0}},"e6bb63":{"lock":false,"pos":{"x":12.2572,"y":1.4562,"z":-28.0186},"rot":{"x":359.9201,"y":270.0342,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4103,"y":1.5756,"z":-26.7181},"rot":{"x":359.9202,"y":269.6949,"z":0.0173}},"f22477":{"lock":false,"pos":{"x":8.444,"y":1.5098,"z":-33.462},"rot":{"x":359.9201,"y":270.0056,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.json new file mode 100644 index 00000000..f280eaf6 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1479949766318759506/9BAB9C45ECB33AC5A0F83806B5EF79A6D89C1D31/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_betrayal_at_mountains.json", + "GUID": "ef939a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Betrayal at the Mountains of Madness 0.8.4", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 61.155, + "posY": 3.407, + "posZ": -57.217, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.luascriptstate new file mode 100644 index 00000000..2dbeb14b --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00d19a":{"lock":false,"pos":{"x":-36.6934394836426,"y":1.78606903553009,"z":11.7293663024902},"rot":{"x":359.920104980469,"y":270.001678466797,"z":0.0168516132980585}},"026bb9":{"lock":false,"pos":{"x":-29.9402446746826,"y":1.76979196071625,"z":-11.6138305664063},"rot":{"x":359.920104980469,"y":270.001831054688,"z":0.01674441434443}},"0326ec":{"lock":false,"pos":{"x":-3.92767333984375,"y":1.76844882965088,"z":5.75714778900146},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"03f2d2":{"lock":false,"pos":{"x":-19.198823928833,"y":1.63660669326782,"z":-7.41333341598511},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168411899358034}},"04c355":{"lock":false,"pos":{"x":-30.4029121398926,"y":1.77261936664581,"z":-4.18756866455078},"rot":{"x":359.920104980469,"y":270.001373291016,"z":0.0168157480657101}},"0b3f66":{"lock":false,"pos":{"x":-30.2242889404297,"y":1.63719701766968,"z":-0.0299866534769535},"rot":{"x":359.920104980469,"y":270.000183105469,"z":0.0168393161147833}},"0c7bc9":{"lock":false,"pos":{"x":-23.676456451416,"y":1.6280665397644,"z":-0.0300143845379353},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.016839686781168}},"0f3a96":{"lock":false,"pos":{"x":-34.2316017150879,"y":1.63262534141541,"z":11.6933040618896},"rot":{"x":359.955413818359,"y":224.999816894531,"z":0.0683767721056938}},"0f9675":{"lock":false,"pos":{"x":-17.1093864440918,"y":1.66055345535278,"z":-7.68931484222412},"rot":{"x":359.920104980469,"y":270.000030517578,"z":0.0168509911745787}},"104e07":{"lock":false,"pos":{"x":-23.6765060424805,"y":1.62360739707947,"z":-15.2800035476685},"rot":{"x":359.920623779297,"y":269.999847412109,"z":0.0172669123858213}},"127b42":{"lock":false,"pos":{"x":-23.6765594482422,"y":1.6156051158905,"z":3.86000800132751},"rot":{"x":359.983154296875,"y":0.00569404289126396,"z":359.920074462891}},"16562e":{"lock":false,"pos":{"x":-3.778564453125,"y":1.5823141336441,"z":-15.1127977371216},"rot":{"x":359.919738769531,"y":269.995697021484,"z":0.0168447867035866}},"1686fa":{"lock":false,"pos":{"x":-13.5306854248047,"y":1.61670362949371,"z":9.44509124755859},"rot":{"x":359.920104980469,"y":269.982208251953,"z":0.0168643463402987}},"17a1c0":{"lock":false,"pos":{"x":-5.47325468063354,"y":1.59320950508118,"z":13.8895883560181},"rot":{"x":359.919738769531,"y":270.003631591797,"z":0.0168438944965601}},"184c04":{"lock":false,"pos":{"x":-30.1927070617676,"y":1.77478229999542,"z":4.16888952255249},"rot":{"x":359.920104980469,"y":270.027770996094,"z":0.0168158337473869}},"19ce01":{"lock":false,"pos":{"x":-2.72474837303162,"y":1.63038861751556,"z":0.373418718576431},"rot":{"x":0.0168451704084873,"y":179.99284362793,"z":0.0802551209926605}},"1a136d":{"lock":false,"pos":{"x":-3.95599365234375,"y":1.59753942489624,"z":-10.441258430481},"rot":{"x":359.919738769531,"y":270.000030517578,"z":0.0168370809406042}},"1b4fad":{"lock":false,"pos":{"x":-33.1410827636719,"y":1.65547871589661,"z":-0.0487568117678165},"rot":{"x":0.452195674180985,"y":269.997894287109,"z":0.0168655049055815}},"1c3217":{"lock":false,"pos":{"x":-30.2241725921631,"y":1.6371967792511,"z":-0.0300170015543699},"rot":{"x":359.920104980469,"y":270,"z":0.0168396662920713}},"1f3d04":{"lock":false,"pos":{"x":-2.68847250938416,"y":1.59734869003296,"z":-5.04854679107666},"rot":{"x":0.016828827559948,"y":180.005096435547,"z":0.0802566483616829}},"1f7e6e":{"lock":false,"pos":{"x":-30.2241764068604,"y":1.63834011554718,"z":3.85998702049255},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168400518596172}},"247aab":{"lock":false,"pos":{"x":15.2989015579224,"y":1.45448100566864,"z":-19.3576030731201},"rot":{"x":359.920135498047,"y":270,"z":0.0168734509497881}},"27107a":{"lock":false,"pos":{"x":-3.95598721504211,"y":1.59753942489624,"z":-10.4411535263062},"rot":{"x":359.919738769531,"y":269.999969482422,"z":0.016837241128087}},"2a5738":{"lock":false,"pos":{"x":-20.5369892120361,"y":1.61009585857391,"z":0.0111605348065495},"rot":{"x":359.920104980469,"y":269.999816894531,"z":0.0168679878115654}},"2b06f0":{"lock":false,"pos":{"x":-24.9242305755615,"y":1.63540399074554,"z":-1.29638540744781},"rot":{"x":359.978332519531,"y":269.899169921875,"z":2.22956490516663}},"2bca7f":{"lock":false,"pos":{"x":-12.0200004577637,"y":1.65759384632111,"z":6.76927661895752},"rot":{"x":359.920104980469,"y":270.000274658203,"z":0.0168495122343302}},"2c6d3b":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.64166986942291,"z":15.189998626709},"rot":{"x":359.920104980469,"y":269.999847412109,"z":0.0168398693203926}},"2dea23":{"lock":false,"pos":{"x":-19.2135334014893,"y":1.63872611522675,"z":-0.271478444337845},"rot":{"x":359.920104980469,"y":270.019470214844,"z":0.0168139021843672}},"2fa817":{"lock":false,"pos":{"x":-23.4853191375732,"y":1.76775705814362,"z":12.08873462677},"rot":{"x":359.920135498047,"y":270.001556396484,"z":0.0168066136538982}},"306c50":{"lock":false,"pos":{"x":-23.6764965057373,"y":1.63253951072693,"z":15.1899976730347},"rot":{"x":359.920104980469,"y":269.99951171875,"z":0.0168402437120676}},"30b2c0":{"lock":false,"pos":{"x":-30.2242870330811,"y":1.63271534442902,"z":-15.2800092697144},"rot":{"x":359.920562744141,"y":269.999603271484,"z":0.0161979831755161}},"3359db":{"lock":false,"pos":{"x":-32.8963012695313,"y":1.62404108047485,"z":-11.1805028915405},"rot":{"x":359.931579589844,"y":314.999908447266,"z":359.955413818359}},"33cf09":{"lock":false,"pos":{"x":-36.7732353210449,"y":1.64189267158508,"z":-15.2800188064575},"rot":{"x":359.920715332031,"y":269.999481201172,"z":0.0183802768588066}},"33d465":{"lock":false,"pos":{"x":-2.62676882743835,"y":1.39977955818176,"z":-1.11660575866699},"rot":{"x":359.983154296875,"y":2.30986443057191E-05,"z":359.919677734375}},"357354":{"lock":false,"pos":{"x":-24.7442150115967,"y":1.7696293592453,"z":12.4872913360596},"rot":{"x":359.920104980469,"y":270.001190185547,"z":0.0168757438659668}},"360107":{"lock":false,"pos":{"x":-4.93661975860596,"y":1.6425005197525,"z":14.6651029586792},"rot":{"x":359.919738769531,"y":270,"z":180.016830444336}},"3702a2":{"lock":false,"pos":{"x":-2.72465229034424,"y":1.62557435035706,"z":0.373309999704361},"rot":{"x":0.0168577060103416,"y":179.984176635742,"z":0.0802514851093292}},"373f94":{"lock":false,"pos":{"x":-14.2823753356934,"y":1.60931038856506,"z":12.8869428634644},"rot":{"x":359.920104980469,"y":270.005920410156,"z":0.0887472331523895}},"392d3e":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.64856243133545,"z":7.5699987411499},"rot":{"x":359.920104980469,"y":269.997741699219,"z":0.0168427955359221}},"39b7e5":{"lock":false,"pos":{"x":15.2789011001587,"y":1.46524322032928,"z":17.0972995758057},"rot":{"x":359.920135498047,"y":269.999389648438,"z":0.0168747808784246}},"39d3b6":{"lock":false,"pos":{"x":-3.62809991836548,"y":1.58220231533051,"z":-14.7738103866577},"rot":{"x":359.919738769531,"y":270.013854980469,"z":0.0168185215443373}},"3a4050":{"lock":false,"pos":{"x":-27.228099822998,"y":1.62276828289032,"z":11.3825006484985},"rot":{"x":359.931579589844,"y":315.000122070313,"z":359.955413818359}},"3b60c1":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.62582564353943,"z":7.56999969482422},"rot":{"x":359.920104980469,"y":270.009216308594,"z":0.0168544296175241}},"3c838d":{"lock":false,"pos":{"x":-11.9238615036011,"y":1.65971231460571,"z":7.44205474853516},"rot":{"x":359.920104980469,"y":269.999481201172,"z":0.0168435890227556}},"3d5b6e":{"lock":false,"pos":{"x":-17.1200408935547,"y":1.66476213932037,"z":-0.0299920253455639},"rot":{"x":359.920104980469,"y":270.025451660156,"z":0.0168073829263449}},"3d74a9":{"lock":false,"pos":{"x":-30.224271774292,"y":1.62247550487518,"z":-3.82999110221863},"rot":{"x":359.983154296875,"y":0.00565720442682505,"z":359.920043945313}},"3d771d":{"lock":false,"pos":{"x":-3.86219477653503,"y":1.58226752281189,"z":-15.6675100326538},"rot":{"x":359.919738769531,"y":270.019897460938,"z":0.0168101079761982}},"3f3098":{"lock":false,"pos":{"x":-29.5331211090088,"y":1.77582204341888,"z":10.8370208740234},"rot":{"x":359.920074462891,"y":270.001342773438,"z":0.0167114734649658}},"429c04":{"lock":false,"pos":{"x":-5.65999460220337,"y":1.59417402744293,"z":16.2830371856689},"rot":{"x":0.0168313961476088,"y":179.999877929688,"z":0.0802587419748306}},"436836":{"lock":false,"pos":{"x":-2.48159146308899,"y":1.39956986904144,"z":-1.13640820980072},"rot":{"x":359.983154296875,"y":7.58510577725247E-05,"z":359.919677734375}},"44c342":{"lock":false,"pos":{"x":-23.6765213012695,"y":1.62581241130829,"z":-7.70001602172852},"rot":{"x":359.920104980469,"y":269.99951171875,"z":0.0168402977287769}},"457419":{"lock":false,"pos":{"x":-17.1147937774658,"y":1.65833163261414,"z":-15.2746601104736},"rot":{"x":359.920104980469,"y":269.999481201172,"z":0.0168520100414753}},"46b30a":{"lock":false,"pos":{"x":-24.0696392059326,"y":1.76390063762665,"z":-3.80506658554077},"rot":{"x":359.920104980469,"y":270.001312255859,"z":0.016846502199769}},"477094":{"lock":false,"pos":{"x":15.3148012161255,"y":1.45663189888,"z":-11.9785032272339},"rot":{"x":359.920135498047,"y":270.000091552734,"z":0.0168740842491388}},"47aa44":{"lock":false,"pos":{"x":-5.65999984741211,"y":1.59379947185516,"z":15.0073289871216},"rot":{"x":359.983154296875,"y":0.000168540776940063,"z":359.919738769531}},"47b626":{"lock":false,"pos":{"x":-43.3647575378418,"y":1.70389008522034,"z":15.1953573226929},"rot":{"x":359.920104980469,"y":270.000885009766,"z":0.0168442670255899}},"480325":{"lock":false,"pos":{"x":-5.99066162109375,"y":1.69096922874451,"z":14.2936716079712},"rot":{"x":0.0479598082602024,"y":89.9961471557617,"z":-0.00540546141564846}},"48aa10":{"lock":false,"pos":{"x":-17.1200084686279,"y":1.61666977405548,"z":-7.70001602172852},"rot":{"x":359.920104980469,"y":269.999969482422,"z":0.0168397333472967}},"495eae":{"lock":false,"pos":{"x":-17.1200408935547,"y":1.6086962223053,"z":11.4600086212158},"rot":{"x":359.920104980469,"y":270.004241943359,"z":0.0168335791677237}},"496013":{"lock":false,"pos":{"x":-23.6765727996826,"y":1.62358474731445,"z":-15.2800149917603},"rot":{"x":359.920104980469,"y":269.999908447266,"z":0.0168397631496191}},"4a056b":{"lock":false,"pos":{"x":-6.86820650100708,"y":1.59542381763458,"z":14.775857925415},"rot":{"x":359.983154296875,"y":-0.00199077953584492,"z":359.919738769531}},"4bccef":{"lock":false,"pos":{"x":-43.9187240600586,"y":1.69622933864594,"z":-13.5003805160522},"rot":{"x":359.920104980469,"y":270,"z":0.016851807013154}},"4bec3c":{"lock":false,"pos":{"x":-43.3647994995117,"y":1.69493532180786,"z":-15.2746620178223},"rot":{"x":359.920104980469,"y":269.999359130859,"z":0.0168498121201992}},"5185cc":{"lock":false,"pos":{"x":-27.4687023162842,"y":1.61969769001007,"z":-0.206716448068619},"rot":{"x":359.920104980469,"y":270,"z":0.0168671440333128}},"556e96":{"lock":false,"pos":{"x":-3.92769265174866,"y":1.74437856674194,"z":5.75714778900146},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"567a44":{"lock":false,"pos":{"x":-22.6210269927979,"y":1.76160717010498,"z":-4.73528909683228},"rot":{"x":359.920104980469,"y":270.001098632813,"z":0.0168349165469408}},"57ff37":{"lock":false,"pos":{"x":-24.4017162322998,"y":1.76877474784851,"z":11.2043485641479},"rot":{"x":359.920074462891,"y":270.001159667969,"z":0.0169201232492924}},"5ab2b6":{"lock":false,"pos":{"x":1.69638311862946,"y":1.55831694602966,"z":14.2788572311401},"rot":{"x":359.955139160156,"y":224.997924804688,"z":0.0686725005507469}},"5aca66":{"lock":false,"pos":{"x":-3.92755842208862,"y":1.72993612289429,"z":5.75711727142334},"rot":{"x":359.919738769531,"y":269.999969482422,"z":180.016815185547}},"5bf732":{"lock":false,"pos":{"x":-3.95589447021484,"y":1.59753930568695,"z":-10.441180229187},"rot":{"x":359.919738769531,"y":270.003448486328,"z":0.0168323330581188}},"5c6098":{"lock":false,"pos":{"x":-11.8456468582153,"y":1.65209102630615,"z":-11.5084714889526},"rot":{"x":359.920104980469,"y":269.999694824219,"z":0.0168492347002029}},"614563":{"lock":false,"pos":{"x":1.69561696052551,"y":1.5583188533783,"z":14.278736114502},"rot":{"x":359.955139160156,"y":224.998016357422,"z":0.0686735212802887}},"617f07":{"lock":false,"pos":{"x":-17.1200141906738,"y":1.65960693359375,"z":15.1899967193604},"rot":{"x":359.920104980469,"y":270.014770507813,"z":0.0168221797794104}},"61eee2":{"lock":false,"pos":{"x":-36.2253150939941,"y":1.78294146060944,"z":3.30846977233887},"rot":{"x":359.920104980469,"y":270.001342773438,"z":0.0168270375579596}},"62791a":{"lock":false,"pos":{"x":-27.0009994506836,"y":1.62018239498138,"z":3.66190147399902},"rot":{"x":359.955413818359,"y":224.999984741211,"z":0.0683809816837311}},"654916":{"lock":false,"pos":{"x":-13.361985206604,"y":1.61765897274017,"z":13.4964761734009},"rot":{"x":359.920104980469,"y":269.987731933594,"z":0.0168566945940256}},"664378":{"lock":false,"pos":{"x":-12.0199060440063,"y":1.65369355678558,"z":-6.8824896812439},"rot":{"x":359.920104980469,"y":270.000061035156,"z":0.0168544203042984}},"68da69":{"lock":false,"pos":{"x":-2.72472810745239,"y":1.62076032161713,"z":0.372717529535294},"rot":{"x":0.0174714233726263,"y":179.545700073242,"z":0.0801199153065681}},"6c9c95":{"lock":false,"pos":{"x":-5.18622922897339,"y":1.64189851284027,"z":14.9168252944946},"rot":{"x":0.0781028941273689,"y":89.9994430541992,"z":359.989471435547}},"70b534":{"lock":false,"pos":{"x":-11.5784,"y":1.7925,"z":26.5447},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-20.366189956665,"y":1.60755860805511,"z":-7.81213760375977},"rot":{"x":359.920104980469,"y":270.011810302734,"z":0.0168506354093552}},"7556a4":{"lock":false,"pos":{"x":-2.68849968910217,"y":1.59734869003296,"z":-5.04849910736084},"rot":{"x":0.0168360080569983,"y":180,"z":0.0802551135420799}},"755fc0":{"lock":false,"pos":{"x":-36.7731170654297,"y":1.64632892608643,"z":-0.0300152152776718},"rot":{"x":359.920104980469,"y":269.99951171875,"z":0.0168402697890997}},"785a9e":{"lock":false,"pos":{"x":-7.88368320465088,"y":1.61056900024414,"z":15.2385272979736},"rot":{"x":359.921600341797,"y":270.003845214844,"z":0.0167044159024954}},"792349":{"lock":false,"pos":{"x":15.2765007019043,"y":1.45884120464325,"z":-4.65600061416626},"rot":{"x":359.920135498047,"y":269.999786376953,"z":0.0168749578297138}},"7959be":{"lock":false,"pos":{"x":-6.91199398040771,"y":1.5950688123703,"z":13.3590431213379},"rot":{"x":359.983154296875,"y":359.978942871094,"z":359.919738769531}},"79a6f9":{"lock":false,"pos":{"x":15.371000289917,"y":1.45230603218079,"z":-26.4016036987305},"rot":{"x":359.920135498047,"y":270.003143310547,"z":0.0168696343898773}},"7ac282":{"lock":false,"pos":{"x":-23.7311782836914,"y":1.76116323471069,"z":-11.5141897201538},"rot":{"x":359.920104980469,"y":270.0009765625,"z":0.0168525502085686}},"7c4014":{"lock":false,"pos":{"x":-3.95590496063232,"y":1.59753930568695,"z":-10.441180229187},"rot":{"x":359.919738769531,"y":269.998413085938,"z":0.0168393962085247}},"7d08d0":{"lock":false,"pos":{"x":-2.68858337402344,"y":1.6191166639328,"z":-5.0485200881958},"rot":{"x":0.0168415699154139,"y":179.995513916016,"z":0.0802554786205292}},"7e160e":{"lock":false,"pos":{"x":-27.0879993438721,"y":1.77365863323212,"z":15.0756101608276},"rot":{"x":359.920104980469,"y":270.000518798828,"z":0.0168688949197531}},"7e3c60":{"lock":false,"pos":{"x":-15.5948553085327,"y":1.66510093212128,"z":-3.74399757385254},"rot":{"x":0.0799026787281036,"y":90.0193481445313,"z":359.983184814453}},"8378e1":{"lock":false,"pos":{"x":15.2491006851196,"y":1.46100044250488,"z":2.54710006713867},"rot":{"x":359.920135498047,"y":270.001342773438,"z":0.0168719943612814}},"859ff0":{"lock":false,"pos":{"x":-30.2241668701172,"y":1.6371967792511,"z":-0.0300171375274658},"rot":{"x":359.920104980469,"y":269.999481201172,"z":0.0168403070420027}},"863c96":{"lock":false,"pos":{"x":-30.2242908477783,"y":1.63715088367462,"z":-0.0442854017019272},"rot":{"x":359.920532226563,"y":270.000671386719,"z":0.0140526294708252}},"86e447":{"lock":false,"pos":{"x":-36.4723968505859,"y":1.78122019767761,"z":-3.72188901901245},"rot":{"x":359.920104980469,"y":270.001342773438,"z":0.0168581400066614}},"8984ad":{"lock":false,"pos":{"x":-23.6767978668213,"y":1.62581276893616,"z":-7.70000028610229},"rot":{"x":359.920104980469,"y":270.019287109375,"z":0.0168125182390213}},"8a1786":{"lock":false,"pos":{"x":-29.2802066802979,"y":1.77121841907501,"z":-3.62734723091125},"rot":{"x":359.920104980469,"y":270.001281738281,"z":0.0168429110199213}},"8a4092":{"lock":false,"pos":{"x":-3.95589399337769,"y":1.59753930568695,"z":-10.4411811828613},"rot":{"x":359.919738769531,"y":269.999847412109,"z":0.0168374720960855}},"8ad0a3":{"lock":false,"pos":{"x":-3.95589399337769,"y":1.59753930568695,"z":-10.441180229187},"rot":{"x":359.919738769531,"y":270.009735107422,"z":0.0168235301971436}},"8bde30":{"lock":false,"pos":{"x":-6.96000099182129,"y":1.59583497047424,"z":15.7375001907349},"rot":{"x":359.983215332031,"y":0.0285408888012171,"z":359.919738769531}},"8cbe29":{"lock":false,"pos":{"x":-3.92764377593994,"y":1.76844871044159,"z":5.75713920593262},"rot":{"x":359.919738769531,"y":269.999908447266,"z":180.016815185547}},"8ea37f":{"lock":false,"pos":{"x":-23.6523628234863,"y":1.76558470726013,"z":3.9050920009613},"rot":{"x":359.920104980469,"y":270.001098632813,"z":0.0168053023517132}},"91c7d0":{"lock":false,"pos":{"x":-43.6087455749512,"y":1.70360279083252,"z":13.0591011047363},"rot":{"x":359.920104980469,"y":270.000061035156,"z":0.0168486852198839}},"91e019":{"lock":false,"pos":{"x":-3.89826369285584,"y":1.59676170349121,"z":-12.8125944137573},"rot":{"x":359.919738769531,"y":270.000610351563,"z":180.016830444336}},"921a9b":{"lock":false,"pos":{"x":-23.6764392852783,"y":1.62806642055511,"z":-0.0300293453037739},"rot":{"x":359.920104980469,"y":270,"z":0.0168396234512329}},"9336b4":{"lock":false,"pos":{"x":-2.68848180770874,"y":1.61911654472351,"z":-5.04854345321655},"rot":{"x":0.0168223418295383,"y":180.009521484375,"z":0.0802588611841202}},"99972a":{"lock":false,"pos":{"x":-2.11983871459961,"y":1.40336513519287,"z":13.5037107467651},"rot":{"x":359.983154296875,"y":0.000808796321507543,"z":359.919677734375}},"9ae75c":{"lock":false,"pos":{"x":-30.2241859436035,"y":1.63943040370941,"z":7.56998586654663},"rot":{"x":359.920104980469,"y":269.99951171875,"z":0.0168402697890997}},"9c140b":{"lock":false,"pos":{"x":-26.767599105835,"y":1.61765778064728,"z":-3.82140040397644},"rot":{"x":359.931579589844,"y":314.977905273438,"z":359.955444335938}},"9c6651":{"lock":false,"pos":{"x":-30.2298126220703,"y":1.49485957622528,"z":-7.66663932800293},"rot":{"x":0.397051692008972,"y":269.543975830078,"z":352.934112548828}},"9ed77c":{"lock":false,"pos":{"x":-10.890398979187,"y":1.65856766700745,"z":15.0608711242676},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168520919978619}},"a17a82":{"lock":false,"pos":{"x":-30.2242546081543,"y":1.6416699886322,"z":15.1899929046631},"rot":{"x":359.920104980469,"y":269.999267578125,"z":0.0168407261371613}},"a358fc":{"lock":false,"pos":{"x":-30.2241230010986,"y":1.63494253158569,"z":-7.70027875900269},"rot":{"x":359.920104980469,"y":269.998382568359,"z":0.0168418847024441}},"a359d6":{"lock":false,"pos":{"x":-11.8673753738403,"y":1.60140740871429,"z":11.5826091766357},"rot":{"x":359.920104980469,"y":270,"z":0.0168513767421246}},"a45247":{"lock":false,"pos":{"x":1.69638359546661,"y":1.5583176612854,"z":14.2788581848145},"rot":{"x":359.955139160156,"y":224.997909545898,"z":0.0686735063791275}},"a90516":{"lock":false,"pos":{"x":-2.68857192993164,"y":1.61430263519287,"z":-5.04852151870728},"rot":{"x":0.0167915709316731,"y":180.031509399414,"z":0.0802650526165962}},"abef2c":{"lock":false,"pos":{"x":-17.1200523376465,"y":1.61892402172089,"z":-0.0299869459122419},"rot":{"x":359.920104980469,"y":270.003479003906,"z":0.0168348085135221}},"ad0d44":{"lock":false,"pos":{"x":1.69638121128082,"y":1.55831694602966,"z":14.2788515090942},"rot":{"x":359.955139160156,"y":224.997970581055,"z":0.0686735138297081}},"aeb649":{"lock":false,"pos":{"x":-2.7246994972229,"y":1.6159462928772,"z":0.373300731182098},"rot":{"x":0.0168358944356442,"y":179.999893188477,"z":0.0802557542920113}},"b228a8":{"lock":false,"pos":{"x":-36.4113616943359,"y":1.78363132476807,"z":4.77336597442627},"rot":{"x":359.920104980469,"y":269.987274169922,"z":0.0168488305062056}},"b4e0a1":{"lock":false,"pos":{"x":-17.1199150085449,"y":1.62115740776062,"z":7.56997871398926},"rot":{"x":359.920104980469,"y":270.000061035156,"z":180.016830444336}},"b6b9b7":{"lock":false,"pos":{"x":-36.7732009887695,"y":1.6440749168396,"z":-7.70000267028809},"rot":{"x":359.920104980469,"y":269.999816894531,"z":0.0168398804962635}},"b6e32d":{"lock":false,"pos":{"x":-37.1079788208008,"y":1.77959871292114,"z":-12.2537422180176},"rot":{"x":359.920135498047,"y":270.001525878906,"z":0.0168745927512646}},"b71c73":{"lock":false,"pos":{"x":-14.3876991271973,"y":1.60447669029236,"z":10.0663480758667},"rot":{"x":359.920104980469,"y":269.999969482422,"z":0.0168395526707172}},"b7b094":{"lock":false,"pos":{"x":-30.2243347167969,"y":1.65638446807861,"z":7.5700216293335},"rot":{"x":359.920104980469,"y":269.999084472656,"z":0.0168434344232082}},"b8638a":{"lock":false,"pos":{"x":-2.68847942352295,"y":1.59734869003296,"z":-5.04854345321655},"rot":{"x":0.0168538186699152,"y":179.987243652344,"z":0.0802513435482979}},"b909c7":{"lock":false,"pos":{"x":-3.92772746086121,"y":1.76844894886017,"z":5.75715303421021},"rot":{"x":359.919738769531,"y":270.000061035156,"z":180.016815185547}},"b91e4c":{"lock":false,"pos":{"x":-23.6765251159668,"y":1.62581241130829,"z":-7.70001459121704},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168397128582001}},"bbb70a":{"lock":false,"pos":{"x":-3.85586786270142,"y":1.58250105381012,"z":-14.8428268432617},"rot":{"x":359.919738769531,"y":270.030364990234,"z":0.0167953297495842}},"c0496c":{"lock":false,"pos":{"x":-2.49824857711792,"y":1.40054845809937,"z":2.11387157440186},"rot":{"x":359.983154296875,"y":3.16821060550865E-05,"z":359.919677734375}},"c0d0df":{"lock":false,"pos":{"x":-36.7731819152832,"y":1.64407479763031,"z":-7.70002794265747},"rot":{"x":359.920104980469,"y":269.999725341797,"z":0.0168400630354881}},"c150be":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.63030004501343,"z":7.5699987411499},"rot":{"x":359.920104980469,"y":269.999816894531,"z":0.0168398134410381}},"c31a6c":{"lock":false,"pos":{"x":-17.1093368530273,"y":1.66504108905792,"z":7.5806941986084},"rot":{"x":359.920104980469,"y":270.000030517578,"z":0.0168491918593645}},"c67431":{"lock":false,"pos":{"x":-23.6765727996826,"y":1.62806665897369,"z":-0.0299873240292072},"rot":{"x":359.920104980469,"y":270.001831054688,"z":0.016837066039443}},"cace7f":{"lock":false,"pos":{"x":-3.42462277412415,"y":1.58195745944977,"z":-14.6367473602295},"rot":{"x":359.919738769531,"y":270.013854980469,"z":0.0168184246867895}},"ce45f7":{"lock":false,"pos":{"x":-2.67772579193115,"y":1.40076732635498,"z":2.00538849830627},"rot":{"x":359.983154296875,"y":0.000144133737194352,"z":359.919677734375}},"d1bf92":{"lock":false,"pos":{"x":-3.9276008605957,"y":1.72993648052216,"z":5.7577018737793},"rot":{"x":359.919738769531,"y":269.99951171875,"z":180.016815185547}},"d28cd1":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.63719689846039,"z":-0.0300004538148642},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168399680405855}},"d38aeb":{"lock":false,"pos":{"x":-4.2873387336731,"y":1.47145700454712,"z":14.5038290023804},"rot":{"x":359.983123779297,"y":-0.000269911222858354,"z":359.919616699219}},"d3b120":{"lock":false,"pos":{"x":-2.72477197647095,"y":1.62557470798492,"z":0.373721837997437},"rot":{"x":0.0168351754546165,"y":180.000259399414,"z":0.0802561789751053}},"d49bfd":{"lock":false,"pos":{"x":-37.5114936828613,"y":1.78494012355804,"z":4.00672578811646},"rot":{"x":359.920257568359,"y":269.487274169922,"z":0.0175487641245127}},"d5b3cb":{"lock":false,"pos":{"x":-17.1199398040771,"y":1.60869610309601,"z":11.4599885940552},"rot":{"x":359.920104980469,"y":269.96923828125,"z":0.0168823394924402}},"d5f792":{"lock":false,"pos":{"x":-33.2551002502441,"y":1.62890458106995,"z":3.66560101509094},"rot":{"x":359.931579589844,"y":315.000061035156,"z":359.955413818359}},"d6bbe3":{"lock":false,"pos":{"x":-23.6764755249023,"y":1.63030004501343,"z":7.56998777389526},"rot":{"x":359.920104980469,"y":269.999877929688,"z":0.0168394427746534}},"d70b36":{"lock":false,"pos":{"x":-5.65999507904053,"y":1.5934339761734,"z":13.7641000747681},"rot":{"x":359.919738769531,"y":270.019714355469,"z":0.0168206840753555}},"d9882d":{"lock":false,"pos":{"x":-27.0109996795654,"y":1.61566078662872,"z":-11.7710018157959},"rot":{"x":359.955413818359,"y":224.999969482422,"z":0.068376362323761}},"d9e4e4":{"lock":false,"pos":{"x":-3.92770743370056,"y":1.78289103507996,"z":5.75714731216431},"rot":{"x":359.919738769531,"y":269.999938964844,"z":180.016815185547}},"daee0c":{"lock":false,"pos":{"x":-35.9802627563477,"y":1.77833580970764,"z":-11.200704574585},"rot":{"x":359.920166015625,"y":270.000183105469,"z":0.0167865082621574}},"db3d41":{"lock":false,"pos":{"x":-19.2110919952393,"y":1.63774025440216,"z":-3.61433815956116},"rot":{"x":359.920104980469,"y":270.003814697266,"z":0.0168354269117117}},"dbc679":{"lock":false,"pos":{"x":-2.68845248222351,"y":1.61430239677429,"z":-5.04855680465698},"rot":{"x":0.0176577121019363,"y":179.412521362305,"z":0.0800789222121239}},"de80aa":{"lock":false,"pos":{"x":-17.1199645996094,"y":1.69702303409576,"z":11.4599943161011},"rot":{"x":359.920104980469,"y":269.999328613281,"z":0.0168457590043545}},"df464a":{"lock":false,"pos":{"x":-17.1199417114258,"y":1.6514630317688,"z":3.8599853515625},"rot":{"x":359.920104980469,"y":269.998291015625,"z":0.0168441496789455}},"e02917":{"lock":false,"pos":{"x":-2.72474956512451,"y":1.62076056003571,"z":0.373335152864456},"rot":{"x":0.0168035086244345,"y":180.022979736328,"z":0.0802627131342888}},"e0573a":{"lock":false,"pos":{"x":-23.6741008758545,"y":1.62820291519165,"z":-0.0202894769608974},"rot":{"x":359.922546386719,"y":270.007843017578,"z":0.0207790993154049}},"e099f7":{"lock":false,"pos":{"x":-29.6727886199951,"y":1.77369928359985,"z":2.950119972229},"rot":{"x":359.920471191406,"y":268.815185546875,"z":0.0184947494417429}},"e14d4b":{"lock":false,"pos":{"x":-22.9191303253174,"y":1.76251232624054,"z":-3.07010459899902},"rot":{"x":359.920104980469,"y":270.001312255859,"z":0.0168283302336931}},"e18dd7":{"lock":false,"pos":{"x":-3.92768979072571,"y":1.73956453800201,"z":5.75717401504517},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"e377ef":{"lock":false,"pos":{"x":-10.6899299621582,"y":1.6399792432785,"z":11.6738691329956},"rot":{"x":359.920104980469,"y":269.978851318359,"z":0.0168716758489609}},"e580e5":{"lock":false,"pos":{"x":15.2763013839722,"y":1.46735560894012,"z":24.2576026916504},"rot":{"x":359.920135498047,"y":269.999359130859,"z":0.0168746151030064}},"e589b8":{"lock":false,"pos":{"x":-36.773136138916,"y":1.64856243133545,"z":7.56998109817505},"rot":{"x":359.920104980469,"y":269.999481201172,"z":0.0168404337018728}},"e58cff":{"lock":false,"pos":{"x":-36.7731742858887,"y":1.65080201625824,"z":15.1899871826172},"rot":{"x":359.920104980469,"y":270.006958007813,"z":0.0168298780918121}},"e8fcf0":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.63271510601044,"z":-15.2799997329712},"rot":{"x":359.920104980469,"y":269.999908447266,"z":0.0168397668749094}},"ec69ae":{"lock":false,"pos":{"x":-3.75105881690979,"y":1.47043025493622,"z":13.5667877197266},"rot":{"x":359.983123779297,"y":0.000302749540423974,"z":359.919647216797}},"ecc8e5":{"lock":false,"pos":{"x":-23.2233047485352,"y":1.76699233055115,"z":10.7314119338989},"rot":{"x":359.920104980469,"y":270.001007080078,"z":0.0167829915881157}},"ecff30":{"lock":false,"pos":{"x":-30.8015308380127,"y":1.77792608737946,"z":11.9776372909546},"rot":{"x":359.920104980469,"y":270.001403808594,"z":0.0168240908533335}},"eda931":{"lock":false,"pos":{"x":15.3036012649536,"y":1.46945595741272,"z":31.520601272583},"rot":{"x":359.920135498047,"y":269.996063232422,"z":0.0168791171163321}},"edc524":{"lock":false,"pos":{"x":-3.97627353668213,"y":1.58263719081879,"z":-14.9533967971802},"rot":{"x":359.919738769531,"y":270.019897460938,"z":0.0168099906295538}},"ee13c6":{"lock":false,"pos":{"x":-23.6765556335449,"y":1.61334502696991,"z":-3.82999181747437},"rot":{"x":359.983154296875,"y":0.00572012271732092,"z":359.920043945313}},"ee32d2":{"lock":false,"pos":{"x":-3.95590043067932,"y":1.59753930568695,"z":-10.4412040710449},"rot":{"x":359.919738769531,"y":269.982727050781,"z":0.0168613940477371}},"ee74e5":{"lock":false,"pos":{"x":15.2573003768921,"y":1.46312141418457,"z":9.78870010375977},"rot":{"x":359.920135498047,"y":269.999908447266,"z":0.0168749652802944}},"eeb375":{"lock":false,"pos":{"x":-37.6513442993164,"y":1.64497935771942,"z":-16.7265434265137},"rot":{"x":359.942169189453,"y":269.99951171875,"z":1.83502340316772}},"eeb51f":{"lock":false,"pos":{"x":-19.1465129852295,"y":1.86955404281616,"z":-0.0595723651349545},"rot":{"x":359.921051025391,"y":270.019592285156,"z":0.0156556870788336}},"ef8cef":{"lock":false,"pos":{"x":-23.6871891021729,"y":1.63031983375549,"z":7.58641004562378},"rot":{"x":359.920104980469,"y":270.009704589844,"z":0.0168260782957077}},"f2a6d9":{"lock":false,"pos":{"x":-6.9558892250061,"y":1.59543836116791,"z":14.4068689346313},"rot":{"x":359.983184814453,"y":0.0202351771295071,"z":359.919738769531}},"f3ec1a":{"lock":false,"pos":{"x":-4.1392068862915,"y":1.64114463329315,"z":13.8521070480347},"rot":{"x":359.919738769531,"y":269.999969482422,"z":180.016830444336}},"f508c6":{"lock":false,"pos":{"x":-2.17174243927002,"y":1.40422546863556,"z":16.1852245330811},"rot":{"x":359.983154296875,"y":0.000792859180364758,"z":359.919677734375}},"f724f6":{"lock":false,"pos":{"x":-3.95589113235474,"y":1.59753930568695,"z":-10.441180229187},"rot":{"x":359.919738769531,"y":269.998809814453,"z":0.0168387722223997}},"f92601":{"lock":false,"pos":{"x":-23.6766185760498,"y":1.64725410938263,"z":7.57001829147339},"rot":{"x":359.920104980469,"y":269.981109619141,"z":0.0168684143573046}},"f9aa84":{"lock":false,"pos":{"x":-3.60487985610962,"y":1.58209574222565,"z":-15.0256805419922},"rot":{"x":359.919738769531,"y":270.016235351563,"z":0.0168155282735825}},"fc6896":{"lock":false,"pos":{"x":-31.0463085174561,"y":1.63351726531982,"z":-16.8635444641113},"rot":{"x":359.934448242188,"y":270.034027099609,"z":1.57601070404053}},"fe6f38":{"lock":false,"pos":{"x":-11.7010860443115,"y":1.65868031978607,"z":11.5981149673462},"rot":{"x":359.920104980469,"y":269.999908447266,"z":0.0168502647429705}},"fff4bf":{"lock":false,"pos":{"x":-2.68847942352295,"y":1.59734869003296,"z":-5.04854393005371},"rot":{"x":0.0168257001787424,"y":180.007339477539,"z":0.0802572071552277}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.json new file mode 100644 index 00000000..d10dd74a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1767067672754132384/EBC8D780049D2612C6BC0603BD87E94769C34D19/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_call_of_the_plaguebearer.json", + "GUID": "613b64", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Call of the Plaguebearer", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.243, + "posY": 1.624, + "posZ": 68.903, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.luascriptstate new file mode 100644 index 00000000..63fca154 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.luascriptstate @@ -0,0 +1 @@ +{"ml":{"02e7d2":{"lock":false,"pos":{"x":21.0277,"y":1.5237,"z":4.9552},"rot":{"x":0.0799,"y":90.0111,"z":359.9832}},"10f183":{"lock":false,"pos":{"x":12.092,"y":1.4584,"z":-21.2056},"rot":{"x":359.9201,"y":269.9965,"z":0.0169}},"13f15a":{"lock":false,"pos":{"x":-0.8693,"y":1.4355,"z":47.641},"rot":{"x":0.0003,"y":270.025,"z":359.2322}},"24c385":{"lock":false,"pos":{"x":11.9594,"y":1.4651,"z":0.8362},"rot":{"x":359.9201,"y":270.0032,"z":0.0169}},"2bd90b":{"lock":false,"pos":{"x":11.9948,"y":1.4694,"z":15.5876},"rot":{"x":359.9201,"y":270,"z":0.0169}},"3fa7c8":{"lock":false,"pos":{"x":0.3323,"y":1.6286,"z":-7.7335},"rot":{"x":359.9197,"y":270.002,"z":0.0168}},"47e769":{"lock":false,"pos":{"x":12.0918,"y":1.4563,"z":-28.5325},"rot":{"x":359.9201,"y":270.0239,"z":0.0168}},"51fbbc":{"lock":false,"pos":{"x":11.9307,"y":1.4716,"z":22.8828},"rot":{"x":359.9201,"y":269.9986,"z":0.0169}},"6fee85":{"lock":false,"pos":{"x":12.0108,"y":1.4629,"z":-6.4239},"rot":{"x":359.9201,"y":270.1797,"z":0.0166}},"71b3ae":{"lock":false,"pos":{"x":12.0638,"y":1.4607,"z":-13.6749},"rot":{"x":359.9201,"y":270.0066,"z":0.0169}},"c29a78":{"lock":false,"pos":{"x":12.0395,"y":1.4671,"z":8.2048},"rot":{"x":359.9201,"y":270.0003,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":-0.8626,"y":1.3157,"z":71.8684},"rot":{"x":0.0208,"y":269.9915,"z":0.0168}},"f5db25":{"lock":false,"pos":{"x":-3.6762,"y":1.5823,"z":-14.5355},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.json new file mode 100644 index 00000000..8e3e74b1 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1746813422552975974/8FB3A4AF2D5A102720F630961A2270572ABA2317/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_cyclopean_foundations.json", + "GUID": "169eb9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Cyclopean Foundations", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.513, + "posY": 1.625, + "posZ": 67.901, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.luascriptstate new file mode 100644 index 00000000..9d6ad6d0 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.luascriptstate @@ -0,0 +1 @@ +{"ml":{"133644":{"lock":false,"pos":{"x":-8.8564,"y":1.599,"z":5.6547},"rot":{"x":359.9319,"y":314.8602,"z":359.9567}},"36864b":{"lock":false,"pos":{"x":12.2555,"y":1.4562,"z":-28.0164},"rot":{"x":359.9201,"y":269.9951,"z":0.0169}},"3e21bb":{"lock":false,"pos":{"x":12.2553,"y":1.4632,"z":-4.005},"rot":{"x":359.9201,"y":269.9968,"z":0.0169}},"430ed4":{"lock":false,"pos":{"x":4.3522,"y":1.3853,"z":-17.0378},"rot":{"x":359.9831,"y":359.994,"z":359.9197}},"4b8bb9":{"lock":false,"pos":{"x":-0.4792,"y":1.6273,"z":-16.0225},"rot":{"x":359.9197,"y":270.0078,"z":0.0168}},"790e50":{"lock":false,"pos":{"x":-8.9524,"y":1.598,"z":1.6016},"rot":{"x":359.9319,"y":314.9326,"z":359.9567}},"90b00d":{"lock":false,"pos":{"x":7.4716,"y":1.3116,"z":-57.7787},"rot":{"x":0.0208,"y":270.02,"z":0.0168}},"9a9282":{"lock":false,"pos":{"x":-8.7944,"y":1.5965,"z":-2.7374},"rot":{"x":359.932,"y":314.9316,"z":359.9567}},"a4139a":{"lock":false,"pos":{"x":12.2509,"y":1.4656,"z":3.9859},"rot":{"x":359.9201,"y":270.0126,"z":0.0169}},"b3f144":{"lock":false,"pos":{"x":12.2559,"y":1.4727,"z":27.9863},"rot":{"x":359.9201,"y":270.017,"z":0.0169}},"b9e000":{"lock":false,"pos":{"x":-8.9341,"y":1.5955,"z":-6.8668},"rot":{"x":359.9319,"y":314.9296,"z":359.9567}},"ca9ca7":{"lock":false,"pos":{"x":12.2556,"y":1.4703,"z":20.0036},"rot":{"x":359.9201,"y":270.0293,"z":0.0168}},"d1759b":{"lock":false,"pos":{"x":-1.4665,"y":1.5756,"z":-26.9423},"rot":{"x":359.9201,"y":270.1273,"z":0.0167}},"dc90ba":{"lock":false,"pos":{"x":12.2583,"y":1.4679,"z":11.9859},"rot":{"x":359.9201,"y":270.0256,"z":0.0168}},"e6cb60":{"lock":false,"pos":{"x":12.2559,"y":1.4609,"z":-12.0153},"rot":{"x":359.9201,"y":269.9904,"z":0.0169}},"f58e85":{"lock":false,"pos":{"x":12.2563,"y":1.4585,"z":-20.0169},"rot":{"x":359.9201,"y":270.011,"z":0.0169}},"f91f29":{"lock":false,"pos":{"x":4.8432,"y":1.4601,"z":-45.0493},"rot":{"x":0.001,"y":269.9469,"z":1.0297}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.json new file mode 100644 index 00000000..c39e6bd1 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1699532377258479383/73EBF45477C1D927159E5993D99AD144641037EA/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Final Release", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_dark_matter.json", + "GUID": "d713f4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Dark Matter", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.253, + "posY": 1.626, + "posZ": 69.268, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.luascriptstate new file mode 100644 index 00000000..322d7849 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.luascriptstate @@ -0,0 +1 @@ +{"ml":{"045c41":{"lock":false,"pos":{"x":-27.5163,"y":1.621,"z":2.7626},"rot":{"x":0.0412,"y":45.0179,"z":359.9676}},"069d46":{"lock":false,"pos":{"x":-2.7247,"y":1.6159,"z":0.3733},"rot":{"x":0.0168,"y":180.0195,"z":0.0803}},"0aa185":{"lock":false,"pos":{"x":-1.46690142154694,"y":1.47562432289124,"z":-26.9304046630859},"rot":{"x":359.920135498047,"y":270.008209228516,"z":0.0168602559715509}},"0e856b":{"lock":false,"pos":{"x":0.8693,"y":1.5538,"z":-4.9902},"rot":{"x":359.9197,"y":270.0005,"z":0.0169}},"114fee":{"lock":false,"pos":{"x":-30.2243,"y":1.6349,"z":-7.7},"rot":{"x":359.9201,"y":270.0276,"z":180.0168}},"1175f2":{"lock":false,"pos":{"x":-3.80500054359436,"y":1.58237993717194,"z":-15.0130023956299},"rot":{"x":359.919738769531,"y":269.996978759766,"z":0.0168421547859907}},"13bc7d":{"lock":true,"pos":{"x":-33.1967010498047,"y":1.61310005187988,"z":30.128999710083},"rot":{"x":359.983093261719,"y":0,"z":359.920104980469}},"1f1e9f":{"lock":false,"pos":{"x":-20.0709,"y":1.6101,"z":2.256},"rot":{"x":359.9316,"y":314.9919,"z":359.9554}},"2157cc":{"lock":false,"pos":{"x":-33.1007,"y":1.6286,"z":2.4472},"rot":{"x":359.9109,"y":315.0142,"z":359.9155}},"267216":{"lock":false,"pos":{"x":-12.2907028198242,"y":1.49070179462433,"z":-26.9724044799805},"rot":{"x":359.920135498047,"y":269.994995117188,"z":0.0168787688016891}},"26b4a0":{"lock":false,"pos":{"x":-23.6765,"y":1.6133,"z":-3.83},"rot":{"x":359.9831,"y":359.9544,"z":359.9201}},"2853ba":{"lock":false,"pos":{"x":-3.9277,"y":1.7588,"z":5.7572},"rot":{"x":359.9197,"y":270.0002,"z":180.0168}},"2863a5":{"lock":false,"pos":{"x":-17.12,"y":1.6212,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"29032c":{"lock":false,"pos":{"x":-8.7785,"y":1.6356,"z":5.8505},"rot":{"x":359.9214,"y":269.9991,"z":0.0179}},"2a01d2":{"lock":false,"pos":{"x":-8.4946,"y":1.6432,"z":0.2536},"rot":{"x":359.9219,"y":270,"z":180.0171}},"2aafdf":{"lock":false,"pos":{"x":-20.5002,"y":1.6112,"z":3.8116},"rot":{"x":359.9554,"y":225.0337,"z":0.0684}},"2b0d9e":{"lock":false,"pos":{"x":-11.4866,"y":1.6145,"z":11.598},"rot":{"x":359.9201,"y":270.0001,"z":0.0168}},"2bd90b":{"lock":false,"pos":{"x":12.2505006790161,"y":1.47031617164612,"z":19.9863033294678},"rot":{"x":359.920104980469,"y":270.011779785156,"z":0.0168575774878263}},"2bf6e7":{"lock":false,"pos":{"x":-30.2235,"y":1.6383,"z":3.8584},"rot":{"x":359.9201,"y":270,"z":180.0168}},"2dbbbf":{"lock":false,"pos":{"x":-23.6763,"y":1.6303,"z":7.5762},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"2e3d6e":{"lock":false,"pos":{"x":1.6976,"y":1.5583,"z":14.2785},"rot":{"x":359.9551,"y":225.0016,"z":0.0687}},"2ebcda":{"lock":false,"pos":{"x":12.2493019104004,"y":1.46325051784515,"z":-4.01380062103271},"rot":{"x":359.920104980469,"y":270.040679931641,"z":0.0168172847479582}},"31022c":{"lock":false,"pos":{"x":-36.7714,"y":1.6316,"z":-3.8293},"rot":{"x":359.9833,"y":0.1069,"z":359.92}},"32039e":{"lock":false,"pos":{"x":12.2501029968262,"y":1.46089386940002,"z":-12.0141010284424},"rot":{"x":359.920104980469,"y":270.014068603516,"z":0.0168543010950089}},"335087":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4416},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"361798":{"lock":false,"pos":{"x":-8.7785,"y":1.6356,"z":5.8505},"rot":{"x":359.922,"y":269.9999,"z":0.0167}},"37e3f9":{"lock":false,"pos":{"x":-23.6766,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":269.9989,"z":0.0168}},"3af545":{"lock":false,"pos":{"x":-30.2431,"y":1.6372,"z":-0.0303},"rot":{"x":359.9201,"y":270.0093,"z":0.0168}},"3e4d11":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":269.9992,"z":0.0168}},"4006aa":{"lock":false,"pos":{"x":-23.6765,"y":1.6156,"z":3.86},"rot":{"x":359.9831,"y":359.9222,"z":359.9201}},"42dace":{"lock":false,"pos":{"x":-26.8078,"y":1.6211,"z":7.5985},"rot":{"x":359.9201,"y":270.0088,"z":0.0169}},"44b0c5":{"lock":false,"pos":{"x":-20.514,"y":1.61,"z":-0.1438},"rot":{"x":0.0799,"y":90,"z":359.9831}},"4616fc":{"lock":false,"pos":{"x":-3.9277,"y":1.7348,"z":5.7572},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"48214a":{"lock":false,"pos":{"x":-2.7249,"y":1.6208,"z":0.3732},"rot":{"x":0.0168,"y":179.9909,"z":0.0803}},"489c78":{"lock":false,"pos":{"x":-23.6663,"y":1.6303,"z":7.5701},"rot":{"x":359.9201,"y":270.0166,"z":180.0168}},"4a20aa":{"lock":false,"pos":{"x":-2.6894,"y":1.6191,"z":-5.0491},"rot":{"x":0.0169,"y":179.9562,"z":0.0802}},"500d5d":{"lock":false,"pos":{"x":-23.6765,"y":1.6156,"z":3.86},"rot":{"x":359.9833,"y":0.1274,"z":359.92}},"513118":{"lock":false,"pos":{"x":-23.6744,"y":1.6269,"z":-3.8304},"rot":{"x":359.9201,"y":270.0002,"z":180.0168}},"534034":{"lock":false,"pos":{"x":-2.7119,"y":1.6256,"z":0.372},"rot":{"x":0.0169,"y":179.9638,"z":0.0802}},"535781":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3735},"rot":{"x":0.0168,"y":180.0242,"z":0.0803}},"536963":{"lock":false,"pos":{"x":-3.9562,"y":1.5975,"z":-10.4427},"rot":{"x":359.9197,"y":269.9991,"z":0.0168}},"53a47f":{"lock":false,"pos":{"x":-2.6885,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180.0209,"z":0.0803}},"592384":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9988,"z":0.0168}},"5d3df0":{"lock":false,"pos":{"x":-30.2242,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"5d4418":{"lock":false,"pos":{"x":-17.1199,"y":1.6212,"z":7.5701},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"5f2346":{"lock":false,"pos":{"x":-36.7731,"y":1.6339,"z":3.86},"rot":{"x":359.9832,"y":0.0019,"z":359.92}},"5fc1a6":{"lock":false,"pos":{"x":-33.5324,"y":1.6277,"z":-1.6032},"rot":{"x":359.9316,"y":315.0352,"z":359.9554}},"607420":{"lock":false,"pos":{"x":-8.4432,"y":1.6496,"z":5.7611},"rot":{"x":359.9218,"y":270,"z":180.0166}},"61fcd5":{"lock":false,"pos":{"x":-2.7247,"y":1.6208,"z":0.3734},"rot":{"x":0.0168,"y":180.0296,"z":0.0803}},"634def":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4414},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"63aad4":{"lock":false,"pos":{"x":12.2506017684937,"y":1.45853734016418,"z":-20.0140037536621},"rot":{"x":359.920104980469,"y":270.023742675781,"z":0.0168408546596766}},"63f66e":{"lock":false,"pos":{"x":-36.7719,"y":1.6486,"z":7.5695},"rot":{"x":359.9201,"y":269.9996,"z":180.0168}},"64ad41":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":270.0275,"z":180.0168}},"66dad0":{"lock":true,"pos":{"x":-58.557300567627,"y":1.69340002536774,"z":-18.8325004577637},"rot":{"x":359.920104980469,"y":269.999908447266,"z":0.0169000010937452}},"6720a1":{"lock":false,"pos":{"x":-2.7246,"y":1.6159,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"67a96b":{"lock":false,"pos":{"x":-23.6766,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":269.9991,"z":0.0168}},"686756":{"lock":false,"pos":{"x":-3.9561,"y":1.5975,"z":-10.4416},"rot":{"x":359.9196,"y":269.998,"z":0.0171}},"69ea39":{"lock":false,"pos":{"x":-17.1202,"y":1.6189,"z":-0.0301},"rot":{"x":359.9201,"y":270.0276,"z":180.0168}},"6b5ddc":{"lock":false,"pos":{"x":-8.3461,"y":1.688,"z":5.7631},"rot":{"x":359.9217,"y":270,"z":180.0172}},"6ea278":{"lock":false,"pos":{"x":-20.6489,"y":1.609,"z":-4.1141},"rot":{"x":359.9312,"y":314.516,"z":359.956}},"701dd2":{"lock":false,"pos":{"x":-2.7251,"y":1.6208,"z":0.3732},"rot":{"x":0.0168,"y":179.9979,"z":0.0803}},"7073a0":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4415},"rot":{"x":359.9197,"y":269.9982,"z":0.0168}},"70fb89":{"lock":false,"pos":{"x":-2.6888,"y":1.5973,"z":-5.0485},"rot":{"x":0.0168,"y":180.0061,"z":0.0803}},"721fcb":{"lock":false,"pos":{"x":-23.6765,"y":1.6133,"z":-3.83},"rot":{"x":359.9832,"y":0.0399,"z":359.92}},"7234af":{"lock":false,"pos":{"x":-30.2252,"y":1.6225,"z":-3.8296},"rot":{"x":359.9942,"y":359.9567,"z":0.105}},"725a4c":{"lock":false,"pos":{"x":-26.9678,"y":1.6179,"z":-3.963},"rot":{"x":359.9201,"y":270.0172,"z":0.0168}},"7295df":{"lock":false,"pos":{"x":-23.6767,"y":1.6281,"z":-0.0299},"rot":{"x":359.9201,"y":270.0277,"z":180.0168}},"72ff1f":{"lock":false,"pos":{"x":-3.9269,"y":1.7492,"z":5.756},"rot":{"x":359.9197,"y":269.9728,"z":180.0169}},"794376":{"lock":true,"pos":{"x":-22.7847995758057,"y":1.64330005645752,"z":-30.1574001312256},"rot":{"x":0.0169000010937452,"y":180,"z":0.0798999965190887}},"799bbe":{"lock":false,"pos":{"x":-20.4091,"y":1.6121,"z":7.5345},"rot":{"x":359.9201,"y":270.0114,"z":0.0169}},"7de8a9":{"lock":false,"pos":{"x":1.6975,"y":1.5583,"z":14.2786},"rot":{"x":359.9551,"y":224.9998,"z":0.0687}},"7eb60b":{"lock":false,"pos":{"x":12.2504014968872,"y":1.47267174720764,"z":27.9864044189453},"rot":{"x":359.920135498047,"y":270.001495361328,"z":0.0168716460466385}},"803086":{"lock":false,"pos":{"x":-3.9446,"y":1.7685,"z":5.7514},"rot":{"x":359.9197,"y":269.9995,"z":180.0168}},"8033ba":{"lock":false,"pos":{"x":-27.3532,"y":1.6185,"z":-2.6717},"rot":{"x":359.9376,"y":314.9674,"z":0.0453}},"812e2c":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"894e00":{"lock":false,"pos":{"x":-8.1015,"y":1.6972,"z":5.7465},"rot":{"x":359.9215,"y":270.0015,"z":180.017}},"8b9040":{"lock":false,"pos":{"x":-8.2344,"y":1.649,"z":17.9789},"rot":{"x":0.0823,"y":89.9971,"z":359.9924}},"8baacc":{"lock":false,"pos":{"x":-3.9276,"y":1.7348,"z":5.7574},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"8bc3e1":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.0297},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"8bc697":{"lock":false,"pos":{"x":-15.1924,"y":1.6587,"z":18.0143},"rot":{"x":0.0799,"y":89.9783,"z":359.9831}},"8c6465":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0168}},"8cf22d":{"lock":false,"pos":{"x":-17.1098,"y":1.6211,"z":7.5702},"rot":{"x":359.9201,"y":270.0219,"z":180.0168}},"8cfe99":{"lock":false,"pos":{"x":12.2504034042358,"y":1.46560490131378,"z":3.98619985580444},"rot":{"x":359.920104980469,"y":270.017883300781,"z":0.0168493706732988}},"908fff":{"lock":false,"pos":{"x":-11.5119,"y":1.6402,"z":8.3989},"rot":{"x":359.9201,"y":270.0008,"z":0.0168}},"91a822":{"lock":false,"pos":{"x":-8.3678,"y":1.6591,"z":5.7427},"rot":{"x":359.9217,"y":270.0002,"z":180.0162}},"92718e":{"lock":false,"pos":{"x":-8.1998,"y":1.6107,"z":14.1116},"rot":{"x":359.9215,"y":270.0006,"z":180.0164}},"92a72d":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":270.0275,"z":180.0168}},"92ab86":{"lock":false,"pos":{"x":-2.7257,"y":1.6256,"z":0.3762},"rot":{"x":0.0168,"y":180.001,"z":0.0803}},"94b412":{"lock":false,"pos":{"x":-30.2235,"y":1.6251,"z":3.8602},"rot":{"x":359.9816,"y":0.0207,"z":359.8866}},"950eb5":{"lock":false,"pos":{"x":-20.1861,"y":1.6108,"z":3.9106},"rot":{"x":359.9316,"y":314.9879,"z":359.9554}},"973c5d":{"lock":false,"pos":{"x":-2.6886,"y":1.6143,"z":-5.0485},"rot":{"x":0.0169,"y":179.9583,"z":0.0802}},"978a0e":{"lock":false,"pos":{"x":1.6974,"y":1.5583,"z":14.2786},"rot":{"x":359.9551,"y":224.999,"z":0.0687}},"97fd5a":{"lock":false,"pos":{"x":-36.7721,"y":1.6463,"z":-0.0309},"rot":{"x":359.9201,"y":270,"z":180.0168}},"99db87":{"lock":true,"pos":{"x":-58.5584983825684,"y":1.69739997386932,"z":8.3577995300293},"rot":{"x":359.920104980469,"y":270.000061035156,"z":0.0169000010937452}},"9a1f65":{"lock":false,"pos":{"x":-20.5169,"y":1.6101,"z":0.1021},"rot":{"x":359.9201,"y":270.0094,"z":0.0169}},"9c1257":{"lock":false,"pos":{"x":-3.9274,"y":1.7299,"z":5.7579},"rot":{"x":359.9197,"y":269.9991,"z":180.0168}},"9c9fe8":{"lock":false,"pos":{"x":-23.6766,"y":1.6281,"z":-0.0174},"rot":{"x":359.9201,"y":270.0035,"z":180.0168}},"9cef1b":{"lock":false,"pos":{"x":-15.1508,"y":1.6203,"z":14.1589},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"9fb0a6":{"lock":false,"pos":{"x":-36.7733,"y":1.6463,"z":-0.0307},"rot":{"x":359.9201,"y":270.0145,"z":180.0168}},"a31603":{"lock":false,"pos":{"x":1.6976,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.9998,"z":0.0687}},"a3fb6c":{"lock":false,"pos":{"x":-30.422,"y":1.6509,"z":-0.2053},"rot":{"x":359.9218,"y":269.9958,"z":0.0173}},"a475de":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180.0001,"z":0.0803}},"a4845c":{"lock":false,"pos":{"x":-8.5177,"y":1.6449,"z":5.813},"rot":{"x":359.9219,"y":270.0001,"z":180.0166}},"a7d0a1":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":270.0027,"z":0.0168}},"a7d828":{"lock":false,"pos":{"x":-8.1905,"y":1.61,"z":11.8587},"rot":{"x":359.9215,"y":269.9995,"z":180.0173}},"a97eaf":{"lock":false,"pos":{"x":1.7207,"y":1.5583,"z":14.3019},"rot":{"x":359.9544,"y":225.5961,"z":0.0682}},"a9aa44":{"lock":false,"pos":{"x":-17.1201,"y":1.6167,"z":-7.7},"rot":{"x":359.9201,"y":270,"z":180.0168}},"abb4b3":{"lock":false,"pos":{"x":1.6985,"y":1.5583,"z":14.278},"rot":{"x":359.9551,"y":224.9979,"z":0.0687}},"ad1bfb":{"lock":false,"pos":{"x":-11.6967,"y":1.6155,"z":14.1497},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"aff3b1":{"lock":false,"pos":{"x":1.7021,"y":1.5583,"z":14.2777},"rot":{"x":359.9551,"y":224.9998,"z":0.0687}},"b14b17":{"lock":false,"pos":{"x":-11.7333,"y":1.6585,"z":18.0345},"rot":{"x":0.0796,"y":90.0178,"z":0.5566}},"b4ac2d":{"lock":false,"pos":{"x":-20.3355,"y":1.6098,"z":0.026},"rot":{"x":359.9201,"y":270.0095,"z":0.0169}},"b4b2b4":{"lock":false,"pos":{"x":-33.1748,"y":1.6268,"z":-2.6772},"rot":{"x":0.0451,"y":44.9884,"z":359.9406}},"b4fa6f":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4415},"rot":{"x":359.9197,"y":269.9941,"z":0.0168}},"b6da68":{"lock":false,"pos":{"x":1.6964,"y":1.5583,"z":14.279},"rot":{"x":359.9551,"y":224.9995,"z":0.0687}},"b76e68":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9981,"z":0.0168}},"b9ac65":{"lock":false,"pos":{"x":-28.2377,"y":1.6495,"z":2.0266},"rot":{"x":359.92,"y":269.9771,"z":359.2602}},"b9e1d3":{"lock":false,"pos":{"x":-3.9276,"y":1.7251,"z":5.7571},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"badc52":{"lock":false,"pos":{"x":-1.842,"y":1.4973,"z":-38.9128},"rot":{"x":0,"y":270.0063,"z":359.7724}},"bb5677":{"lock":false,"pos":{"x":-30.2041,"y":1.6361,"z":-3.8301},"rot":{"x":359.9201,"y":270,"z":180.0168}},"c0b9c8":{"lock":false,"pos":{"x":-38.1809,"y":1.6662,"z":-1.6393},"rot":{"x":359.9202,"y":270.0044,"z":0.9822}},"c0dc73":{"lock":true,"pos":{"x":0.0192313026636839,"y":1.61084246635437,"z":-10.3509302139282},"rot":{"x":359.919769287109,"y":269.9873046875,"z":0.0168541558086872}},"c29a78":{"lock":false,"pos":{"x":12.2518014907837,"y":1.46795856952667,"z":11.9862012863159},"rot":{"x":359.920135498047,"y":270.012054443359,"z":0.0168575420975685}},"c3d85c":{"lock":false,"pos":{"x":-2.34665441513062,"y":1.45420181751251,"z":-19.0668277740479},"rot":{"x":0.0168837867677212,"y":179.999877929688,"z":0.0798836573958397}},"c774e4":{"lock":false,"pos":{"x":-33.441,"y":1.6263,"z":-6.1811},"rot":{"x":359.9554,"y":225.0271,"z":0.0684}},"c8a705":{"lock":false,"pos":{"x":-33.4979,"y":1.6287,"z":1.9603},"rot":{"x":359.9554,"y":225.035,"z":0.0684}},"ca66e0":{"lock":false,"pos":{"x":-23.6765,"y":1.6156,"z":3.86},"rot":{"x":359.9831,"y":359.9748,"z":359.92}},"cafa1a":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.0299},"rot":{"x":359.9202,"y":270.0007,"z":180.0173}},"ce9e32":{"lock":false,"pos":{"x":-26.7377,"y":1.6188,"z":0.0573},"rot":{"x":359.9201,"y":270.0096,"z":0.0169}},"d04948":{"lock":false,"pos":{"x":-36.7733,"y":1.6441,"z":-7.7},"rot":{"x":359.9201,"y":269.9891,"z":180.0168}},"d40fa8":{"lock":false,"pos":{"x":-20.1609,"y":1.6088,"z":-2.7823},"rot":{"x":359.9554,"y":224.9969,"z":0.0684}},"d9e450":{"lock":false,"pos":{"x":-26.9393,"y":1.6201,"z":3.6475},"rot":{"x":359.9201,"y":270.0319,"z":0.0168}},"dd1996":{"lock":false,"pos":{"x":-2.6885,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180.012,"z":0.0803}},"dd29bd":{"lock":false,"pos":{"x":-23.6765,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":270.0145,"z":180.0168}},"df1491":{"lock":false,"pos":{"x":-23.6747,"y":1.6292,"z":3.8607},"rot":{"x":359.9201,"y":270,"z":180.0168}},"e04c21":{"lock":false,"pos":{"x":12.2497024536133,"y":1.4561824798584,"z":-28.014404296875},"rot":{"x":359.920135498047,"y":270.002288818359,"z":0.0168702751398087}},"e0f394":{"lock":false,"pos":{"x":-34.2201,"y":1.6292,"z":-0.0218},"rot":{"x":359.9201,"y":269.9978,"z":0.0169}},"e3a2dd":{"lock":false,"pos":{"x":-3.9277,"y":1.6914,"z":5.7572},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"e4be75":{"lock":false,"pos":{"x":-23.6736,"y":1.6145,"z":-0.0296},"rot":{"x":0.0168,"y":180,"z":0.0799}},"e6e44a":{"lock":false,"pos":{"x":-0.0518,"y":1.6326,"z":4.136},"rot":{"x":359.9197,"y":270.0051,"z":0.0168}},"e7d3f3":{"lock":false,"pos":{"x":-3.9141,"y":1.6049,"z":14.8205},"rot":{"x":359.9197,"y":269.9995,"z":180.0168}},"ea1fa3":{"lock":false,"pos":{"x":-0.0422,"y":1.6335,"z":7.3454},"rot":{"x":359.9197,"y":270.0329,"z":0.0168}},"ea8a74":{"lock":false,"pos":{"x":-26.0822,"y":1.6176,"z":0.0309},"rot":{"x":359.9282,"y":269.9886,"z":0.0537}},"ef5c32":{"lock":false,"pos":{"x":-2.6886,"y":1.5973,"z":-5.0485},"rot":{"x":0.0168,"y":180.0004,"z":0.0803}},"f7c870":{"lock":false,"pos":{"x":-15.1872,"y":1.6197,"z":11.9241},"rot":{"x":359.9201,"y":270,"z":180.0168}},"f9a6e7":{"lock":false,"pos":{"x":-30.2172,"y":1.6394,"z":7.5701},"rot":{"x":359.9201,"y":270.0244,"z":180.0168}},"fb0a1d":{"lock":false,"pos":{"x":-17.1198,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":270.0215,"z":180.0168}},"fc8c1c":{"lock":false,"pos":{"x":-30.2224,"y":1.6236,"z":-0.0296},"rot":{"x":0.0168,"y":180,"z":0.0799}},"fcab72":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":359.9765,"z":359.9201}},"fdd2bc":{"lock":false,"pos":{"x":-11.7001,"y":1.6149,"z":11.9109},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.json new file mode 100644 index 00000000..37a56bc8 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.json @@ -0,0 +1,85 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0.39199, + "g": 0.39199, + "r": 0.39199 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1692775970051821718/827267BBD7EFBAD3EA384A5A04629B2E5BD88EE5/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_darkham_horror.json", + "GUID": "bc7fa7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Darkham Horror", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 36.927, + "posY": 2.295, + "posZ": -84.235, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.luascriptstate new file mode 100644 index 00000000..f549a9b0 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.luascriptstate @@ -0,0 +1 @@ +{"ml":{"044ab6":{"lock":false,"pos":{"x":12.2499,"y":1.4609,"z":-12.0137},"rot":{"x":359.9201,"y":270.1017,"z":0.0167}},"17c59d":{"lock":false,"pos":{"x":12.2503,"y":1.4585,"z":-20.0139},"rot":{"x":359.9201,"y":270.0724,"z":0.0168}},"221778":{"lock":false,"pos":{"x":12.587,"y":1.5039,"z":-33.847},"rot":{"x":359.9201,"y":270.0021,"z":0.0169}},"515ba5":{"lock":false,"pos":{"x":-3.9152,"y":1.5861,"z":-15.094},"rot":{"x":359.9832,"y":0.0004,"z":359.9197}},"5f8e94":{"lock":false,"pos":{"x":12.2496,"y":1.4633,"z":-4.0139},"rot":{"x":359.9201,"y":270.0854,"z":0.0168}},"7b5ee7":{"lock":false,"pos":{"x":12.2495,"y":1.4656,"z":3.9892},"rot":{"x":359.9201,"y":270.0862,"z":0.0168}},"7cb918":{"lock":false,"pos":{"x":12.25,"y":1.4703,"z":19.9865},"rot":{"x":359.9201,"y":270.0856,"z":0.0168}},"92c6fc":{"lock":false,"pos":{"x":12.256,"y":1.3178,"z":36.1097},"rot":{"x":0.08,"y":89.9982,"z":359.9831}},"b5c9d7":{"lock":false,"pos":{"x":12.2494,"y":1.4563,"z":-28.0139},"rot":{"x":359.9201,"y":270.1024,"z":0.0167}},"bc4a2e":{"lock":false,"pos":{"x":12.2525,"y":1.468,"z":11.9863},"rot":{"x":359.9201,"y":270.0859,"z":0.0168}},"c09838":{"lock":false,"pos":{"x":12.2503,"y":1.4727,"z":27.9858},"rot":{"x":359.9201,"y":270.0597,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4223,"y":1.6,"z":-41.3729},"rot":{"x":0,"y":270.0014,"z":-0.0002}},"fe8e8a":{"lock":false,"pos":{"x":-1.4656,"y":1.4756,"z":-26.9305},"rot":{"x":359.9201,"y":270.0092,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.json new file mode 100644 index 00000000..22212cb8 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1823394900012495167/63C400A27475E745FF94F8837D7A8AECC7F837F4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_essence_of_humanity.json", + "GUID": "691339", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Essence of Humanity Campaign Box", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 35.297, + "posY": 4.151, + "posZ": -6.402, + "rotX": 0, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.luascriptstate new file mode 100644 index 00000000..600de9f7 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1e122c":{"lock":false,"pos":{"x":12.25,"y":1.4656,"z":3.9846},"rot":{"x":359.92,"y":270.5023,"z":0.0162}},"2547b3":{"lock":false,"pos":{"x":15.1572,"y":1.5202,"z":33.4974},"rot":{"x":359.9201,"y":269.9961,"z":0.0169}},"8354bb":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":270.0084,"z":0.0169}},"89ae68":{"lock":false,"pos":{"x":12.2492,"y":1.4704,"z":19.9855},"rot":{"x":359.9201,"y":270.0619,"z":0.0168}},"91d358":{"lock":false,"pos":{"x":12.2433,"y":1.468,"z":11.9905},"rot":{"x":359.92,"y":270.5103,"z":0.0162}},"936cd8":{"lock":false,"pos":{"x":12.2469,"y":1.4633,"z":-4.0188},"rot":{"x":359.9199,"y":270.6714,"z":0.0159}},"97bd7a":{"lock":false,"pos":{"x":12.2409,"y":1.4727,"z":27.99},"rot":{"x":359.92,"y":270.5837,"z":0.0161}},"b272e3":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":269.9802,"z":0.0169}},"be466d":{"lock":false,"pos":{"x":0.2702,"y":1.4896,"z":28.7808},"rot":{"x":359.9201,"y":269.9995,"z":0.0169}},"c06389":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.7772},"rot":{"x":359.9201,"y":269.9765,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":-1.4656,"y":1.5756,"z":-26.9263},"rot":{"x":359.9201,"y":270.0024,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.json new file mode 100644 index 00000000..e032047b --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://i.imgur.com/T97bYDU.pnghttps://i.imgur.com/T97bYDU.png", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_future_reflections.json", + "GUID": "0f0680", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Future Reflections", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.202, + "posY": 1.629, + "posZ": 68.859, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6494761, + "scaleY": 0.09070112, + "scaleZ": 0.6494761 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.luascriptstate new file mode 100644 index 00000000..cbb4947c --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.luascriptstate @@ -0,0 +1 @@ +{"ml":{"004d53":{"lock":false,"pos":{"x":-3.5339,"y":2.4522,"z":-14.974},"rot":{"x":359.9886,"y":270,"z":0.0024}},"0151be":{"lock":false,"pos":{"x":-30.2243,"y":1.627,"z":11.4601},"rot":{"x":0.0156,"y":180.9005,"z":0.0802}},"01961e":{"lock":false,"pos":{"x":-3.9276,"y":1.7636,"z":5.7572},"rot":{"x":359.9197,"y":270.0193,"z":180.0168}},"0ccc8d":{"lock":false,"pos":{"x":1.7009,"y":1.5583,"z":14.2781},"rot":{"x":359.9551,"y":225.0036,"z":0.0687}},"0de2c4":{"lock":false,"pos":{"x":-16.6401,"y":1.3599,"z":-67.8206},"rot":{"x":0.0208,"y":270.009,"z":0.0168}},"0f46eb":{"lock":false,"pos":{"x":-19.3001,"y":1.3145,"z":-61.2332},"rot":{"x":0.0208,"y":269.9961,"z":0.0168}},"15105c":{"lock":false,"pos":{"x":-19.2959,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"16df70":{"lock":false,"pos":{"x":-19.3,"y":1.3168,"z":-53.4358},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"17a00f":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"1c3aab":{"lock":false,"pos":{"x":-19.3001,"y":1.3145,"z":-61.2332},"rot":{"x":0.0208,"y":270,"z":0.0168}},"1d61c6":{"lock":false,"pos":{"x":12.2483,"y":1.475,"z":35.9866},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"1da958":{"lock":false,"pos":{"x":-22.6169,"y":1.3645,"z":-84.8185},"rot":{"x":0.0168,"y":179.9921,"z":359.9792}},"208c4d":{"lock":false,"pos":{"x":-16.6335,"y":1.3638,"z":-54.6166},"rot":{"x":0.0218,"y":266.5908,"z":0.0155}},"226716":{"lock":false,"pos":{"x":-16.6403,"y":1.3596,"z":-69.0603},"rot":{"x":0.0208,"y":269.9998,"z":0.0168}},"231320":{"lock":false,"pos":{"x":-3.9272,"y":1.7973,"z":5.7576},"rot":{"x":359.9197,"y":270.0057,"z":180.0168}},"24bf26":{"lock":false,"pos":{"x":-26.2996,"y":1.2665,"z":-84.818},"rot":{"x":359.9792,"y":90.0002,"z":359.9832}},"26c67a":{"lock":false,"pos":{"x":0.5742,"y":1.6277,"z":-9.8657},"rot":{"x":359.9197,"y":270.002,"z":0.0168}},"26f88d":{"lock":false,"pos":{"x":-16.639,"y":1.3603,"z":-66.8114},"rot":{"x":0.0208,"y":270.0166,"z":0.0168}},"270c8f":{"lock":false,"pos":{"x":-26.2998,"y":1.2734,"z":-61.2407},"rot":{"x":359.9792,"y":90.0002,"z":359.9832}},"28eca9":{"lock":false,"pos":{"x":-30.2243,"y":1.6327,"z":-15.28},"rot":{"x":359.9201,"y":270,"z":180.0168}},"298237":{"lock":false,"pos":{"x":-22.6146,"y":1.3701,"z":-65.5964},"rot":{"x":0.0168,"y":180.0003,"z":359.9792}},"2b0bee":{"lock":false,"pos":{"x":-19.2998,"y":1.3076,"z":-84.8182},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"2b7ea2":{"lock":false,"pos":{"x":-10.4852,"y":1.0777,"z":73.5727},"rot":{"x":359.9792,"y":89.9769,"z":359.9832}},"2bf3e1":{"lock":false,"pos":{"x":-2.6887,"y":1.6191,"z":-5.0485},"rot":{"x":359.9197,"y":270.0182,"z":0.0168}},"2c2feb":{"lock":false,"pos":{"x":-26.9465,"y":1.619,"z":0.0429},"rot":{"x":359.9201,"y":270.0127,"z":0.0168}},"2e2f73":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"307044":{"lock":false,"pos":{"x":-16.6385,"y":1.3553,"z":-83.5415},"rot":{"x":0.0208,"y":269.9782,"z":0.0168}},"31fffc":{"lock":false,"pos":{"x":-23.6766,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":270,"z":180.0168}},"34592b":{"lock":false,"pos":{"x":-3.7823,"y":1.4788,"z":-27.0319},"rot":{"x":359.9201,"y":270.0278,"z":0.0168}},"3701d9":{"lock":false,"pos":{"x":-10.4852,"y":1.0764,"z":68.9727},"rot":{"x":359.9792,"y":89.9804,"z":359.9832}},"3742e4":{"lock":false,"pos":{"x":-26.3002,"y":1.2688,"z":-76.9454},"rot":{"x":359.9792,"y":89.9993,"z":359.9832}},"376a06":{"lock":false,"pos":{"x":-26.3002,"y":1.2688,"z":-76.9456},"rot":{"x":359.9792,"y":89.9798,"z":359.9832}},"389792":{"lock":false,"pos":{"x":-22.6157,"y":1.3668,"z":-76.946},"rot":{"x":0.0168,"y":180,"z":359.9792}},"3c5886":{"lock":false,"pos":{"x":-30.2243,"y":1.6417,"z":15.19},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"3c7b42":{"lock":false,"pos":{"x":-23.6767,"y":1.6133,"z":-3.8301},"rot":{"x":359.9832,"y":0.0051,"z":359.9201}},"3ddfeb":{"lock":false,"pos":{"x":-16.6394,"y":1.3546,"z":-86.0186},"rot":{"x":0.0208,"y":269.9996,"z":0.0168}},"3f60eb":{"lock":false,"pos":{"x":-19.2948,"y":1.3714,"z":-65.5815},"rot":{"x":0.0208,"y":269.9986,"z":0.0168}},"41bfc7":{"lock":false,"pos":{"x":-16.6532,"y":1.3615,"z":-62.4536},"rot":{"x":0.0211,"y":269.0246,"z":0.0164}},"43239b":{"lock":false,"pos":{"x":-30.2242,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":270,"z":180.0168}},"44d1ab":{"lock":false,"pos":{"x":-16.6402,"y":1.355,"z":-84.8182},"rot":{"x":0.0208,"y":270.0322,"z":0.0168}},"4ad11b":{"lock":false,"pos":{"x":-16.6373,"y":1.3569,"z":-78.1785},"rot":{"x":0.0209,"y":269.8461,"z":0.0167}},"4d3ac8":{"lock":false,"pos":{"x":-26.3,"y":1.2757,"z":-53.4369},"rot":{"x":359.9792,"y":90.0003,"z":359.9832}},"4e809f":{"lock":false,"pos":{"x":-22.617,"y":1.3133,"z":-61.2414},"rot":{"x":0.0208,"y":270,"z":0.0168}},"52127f":{"lock":false,"pos":{"x":-2.7248,"y":1.599,"z":0.3733},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"543164":{"lock":false,"pos":{"x":-16.6421,"y":1.3592,"z":-70.2847},"rot":{"x":0.0209,"y":269.8676,"z":0.0167}},"55012a":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"554be6":{"lock":false,"pos":{"x":-30.2244,"y":1.6247,"z":3.8599},"rot":{"x":359.9832,"y":0.0071,"z":359.92}},"55e98a":{"lock":false,"pos":{"x":-19.2936,"y":1.3099,"z":-76.9415},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"565f15":{"lock":false,"pos":{"x":-22.6158,"y":1.3087,"z":-76.946},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"5b38c6":{"lock":false,"pos":{"x":-26.9136,"y":1.6179,"z":-3.626},"rot":{"x":359.9201,"y":270.0271,"z":0.0168}},"5d16e3":{"lock":false,"pos":{"x":-16.6401,"y":1.3619,"z":-61.231},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"6330da":{"lock":false,"pos":{"x":-16.6401,"y":1.3645,"z":-52.152},"rot":{"x":0.0208,"y":270.0314,"z":0.0168}},"646860":{"lock":false,"pos":{"x":-10.3191,"y":1.0818,"z":87.1778},"rot":{"x":359.9792,"y":89.9741,"z":359.9832}},"6bd479":{"lock":false,"pos":{"x":-16.6403,"y":1.3576,"z":-75.7054},"rot":{"x":0.0208,"y":270.0208,"z":0.0168}},"6e30b0":{"lock":false,"pos":{"x":-10.4363,"y":1.0818,"z":87.5054},"rot":{"x":359.9792,"y":89.9739,"z":359.9832}},"7234af":{"lock":false,"pos":{"x":-25.1063,"y":1.6197,"z":11.1563},"rot":{"x":0.0683,"y":135.1794,"z":0.0448}},"72caa1":{"lock":false,"pos":{"x":-16.6392,"y":1.3606,"z":-65.5811},"rot":{"x":0.0208,"y":269.9983,"z":0.0168}},"75298f":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":270.025,"z":0.0168}},"779aa6":{"lock":false,"pos":{"x":-16.6402,"y":1.3549,"z":-84.8182},"rot":{"x":0.0208,"y":270.0096,"z":0.0168}},"7929dd":{"lock":false,"pos":{"x":-23.6765,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":270,"z":180.0168}},"7af9ff":{"lock":false,"pos":{"x":-26.2999,"y":1.2688,"z":-76.9454},"rot":{"x":359.9792,"y":90.0002,"z":359.9832}},"7f7566":{"lock":false,"pos":{"x":-22.6157,"y":1.3087,"z":-76.946},"rot":{"x":0.0168,"y":180.0001,"z":359.9792}},"825d74":{"lock":false,"pos":{"x":-30.2243,"y":1.6202,"z":-11.51},"rot":{"x":0.0169,"y":179.9742,"z":0.0799}},"848191":{"lock":false,"pos":{"x":-27.2223,"y":1.6194,"z":0.1067},"rot":{"x":0.0799,"y":89.9749,"z":359.9831}},"84a141":{"lock":false,"pos":{"x":-16.6403,"y":1.3576,"z":-75.7054},"rot":{"x":0.0208,"y":270.0334,"z":0.0168}},"8551e1":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":270.0032,"z":0.0168}},"855920":{"lock":false,"pos":{"x":-23.7787,"y":1.6157,"z":3.6187},"rot":{"x":0.0166,"y":180.1407,"z":0.08}},"875dca":{"lock":false,"pos":{"x":-16.6336,"y":1.3569,"z":-78.1716},"rot":{"x":0.0218,"y":266.6161,"z":0.0155}},"888fcc":{"lock":false,"pos":{"x":-19.2998,"y":1.3657,"z":-84.8182},"rot":{"x":0.0208,"y":270.0035,"z":0.0168}},"8b0a9e":{"lock":false,"pos":{"x":-16.639,"y":1.361,"z":-64.3414},"rot":{"x":0.0208,"y":269.9907,"z":0.0168}},"8e8dcf":{"lock":false,"pos":{"x":-22.6157,"y":1.311,"z":-69.0756},"rot":{"x":0.0168,"y":180,"z":359.9792}},"8f57db":{"lock":false,"pos":{"x":-22.6169,"y":1.3133,"z":-61.2414},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"90cfdb":{"lock":false,"pos":{"x":-16.6385,"y":1.3554,"z":-83.5415},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"92c727":{"lock":false,"pos":{"x":-26.3001,"y":1.2734,"z":-61.241},"rot":{"x":359.9792,"y":89.9999,"z":359.9832}},"92cda8":{"lock":false,"pos":{"x":-22.6157,"y":1.311,"z":-69.0756},"rot":{"x":0.0209,"y":269.6944,"z":0.0167}},"969654":{"lock":false,"pos":{"x":-22.6139,"y":1.3156,"z":-53.4338},"rot":{"x":0.0208,"y":270,"z":0.0168}},"972bf0":{"lock":false,"pos":{"x":-10.4852,"y":1.0804,"z":82.7727},"rot":{"x":359.9792,"y":89.9804,"z":359.9832}},"97e7a1":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"9cd95a":{"lock":false,"pos":{"x":-16.6335,"y":1.3615,"z":-62.4568},"rot":{"x":0.0218,"y":266.5908,"z":0.0155}},"9e80b9":{"lock":false,"pos":{"x":-16.64,"y":1.3638,"z":-54.6207},"rot":{"x":0.0208,"y":269.9772,"z":0.0168}},"a01d1c":{"lock":false,"pos":{"x":-10.4852,"y":1.0791,"z":78.1727},"rot":{"x":359.9792,"y":89.9802,"z":359.9832}},"a09177":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0469},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"a13075":{"lock":false,"pos":{"x":-22.6169,"y":1.3064,"z":-84.8185},"rot":{"x":0.0208,"y":269.9926,"z":0.0168}},"a6ca48":{"lock":false,"pos":{"x":-26.2999,"y":1.2711,"z":-69.0603},"rot":{"x":359.9792,"y":90.0002,"z":359.9832}},"a7606b":{"lock":false,"pos":{"x":-16.6466,"y":1.3592,"z":-70.295},"rot":{"x":0.0218,"y":266.5696,"z":0.0155}},"a95b8c":{"lock":false,"pos":{"x":-22.6169,"y":1.3064,"z":-84.8185},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"aaeac7":{"lock":false,"pos":{"x":-16.6401,"y":1.36,"z":-67.8206},"rot":{"x":0.0208,"y":270.0258,"z":0.0168}},"ab52dc":{"lock":false,"pos":{"x":-26.2996,"y":1.2665,"z":-84.818},"rot":{"x":359.9792,"y":90.0128,"z":359.9832}},"b675fd":{"lock":false,"pos":{"x":-16.6403,"y":1.3596,"z":-69.0603},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"ba989d":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0168}},"bb1f89":{"lock":false,"pos":{"x":-25.0849,"y":1.6131,"z":-11.4046},"rot":{"x":359.9554,"y":224.9996,"z":0.0684}},"bde4a6":{"lock":false,"pos":{"x":-16.64,"y":1.3641,"z":-53.3904},"rot":{"x":0.0208,"y":269.9887,"z":0.0168}},"be9e91":{"lock":false,"pos":{"x":-26.3002,"y":1.2711,"z":-69.0606},"rot":{"x":359.9792,"y":89.9998,"z":359.9832}},"c0e7b1":{"lock":false,"pos":{"x":-16.6414,"y":1.3546,"z":-86.0129},"rot":{"x":0.0218,"y":266.5644,"z":0.0155}},"c1aa7a":{"lock":false,"pos":{"x":-26.2995,"y":1.2665,"z":-84.8178},"rot":{"x":359.9792,"y":90.0001,"z":359.9832}},"c2ef97":{"lock":false,"pos":{"x":-22.6139,"y":1.3156,"z":-53.4381},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"c72f87":{"lock":false,"pos":{"x":-19.2998,"y":1.3076,"z":-84.8182},"rot":{"x":0.0208,"y":269.9951,"z":0.0168}},"cbce2b":{"lock":false,"pos":{"x":0.1527,"y":1.6285,"z":-9.2222},"rot":{"x":359.9197,"y":270.0159,"z":0.0168}},"ccf9a8":{"lock":false,"pos":{"x":-27.2589,"y":1.6173,"z":-7.4508},"rot":{"x":0.0799,"y":90.0004,"z":359.9831}},"ce1703":{"lock":false,"pos":{"x":-19.2958,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":269.9961,"z":0.0168}},"d17c37":{"lock":false,"pos":{"x":-26.9457,"y":1.6213,"z":7.5712},"rot":{"x":359.9201,"y":270,"z":0.0169}},"d3d270":{"lock":false,"pos":{"x":-16.6396,"y":1.3573,"z":-76.9456},"rot":{"x":0.0208,"y":270.0207,"z":0.0168}},"d4082a":{"lock":false,"pos":{"x":-19.2936,"y":1.3099,"z":-76.9415},"rot":{"x":0.0208,"y":269.9962,"z":0.0168}},"d6fdbf":{"lock":false,"pos":{"x":-16.6401,"y":1.3619,"z":-61.231},"rot":{"x":0.0208,"y":270.024,"z":0.0168}},"d70f9e":{"lock":false,"pos":{"x":-26.3,"y":1.2757,"z":-53.4368},"rot":{"x":359.9792,"y":89.9999,"z":359.9832}},"d7ba40":{"lock":false,"pos":{"x":-30.2242,"y":1.6225,"z":-3.83},"rot":{"x":359.9832,"y":0.0105,"z":359.92}},"d8e1ad":{"lock":false,"pos":{"x":-16.6401,"y":1.3569,"z":-78.1756},"rot":{"x":0.0208,"y":270.0207,"z":0.0168}},"d9f2c7":{"lock":false,"pos":{"x":-16.6385,"y":1.3554,"z":-83.5415},"rot":{"x":0.0208,"y":269.9983,"z":0.0168}},"d9fb86":{"lock":false,"pos":{"x":-16.6396,"y":1.3573,"z":-76.9456},"rot":{"x":0.0208,"y":270.0086,"z":0.0168}},"dcceb8":{"lock":false,"pos":{"x":12.2502,"y":1.4727,"z":27.9861},"rot":{"x":359.9201,"y":270.0878,"z":0.0168}},"de216f":{"lock":false,"pos":{"x":-16.6401,"y":1.3622,"z":-60.001},"rot":{"x":0.0208,"y":270.0149,"z":0.0168}},"e04b48":{"lock":false,"pos":{"x":-16.6404,"y":1.3576,"z":-75.7053},"rot":{"x":0.0208,"y":270.0152,"z":0.0168}},"e1786c":{"lock":false,"pos":{"x":-16.6394,"y":1.3546,"z":-86.0186},"rot":{"x":0.0208,"y":269.9993,"z":0.0168}},"e86318":{"lock":false,"pos":{"x":-30.2243,"y":1.6349,"z":-7.7},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"f0d3cc":{"lock":false,"pos":{"x":-16.64,"y":1.3642,"z":-53.3904},"rot":{"x":0.0208,"y":270.0119,"z":0.0168}},"f30100":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0168}},"f48116":{"lock":false,"pos":{"x":12.2503,"y":1.4703,"z":19.9865},"rot":{"x":359.9201,"y":270.0402,"z":0.0168}},"f69811":{"lock":false,"pos":{"x":1.6964,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"f7a65d":{"lock":false,"pos":{"x":-16.64,"y":1.3645,"z":-52.152},"rot":{"x":0.0208,"y":270.0303,"z":0.0168}},"f7bef5":{"lock":false,"pos":{"x":-19.3,"y":1.3168,"z":-53.4358},"rot":{"x":0.0208,"y":270.0453,"z":0.0168}},"f94187":{"lock":false,"pos":{"x":-16.6401,"y":1.3622,"z":-60.001},"rot":{"x":0.0208,"y":270.0422,"z":0.0168}},"fc1612":{"lock":false,"pos":{"x":-16.6396,"y":1.3573,"z":-76.9456},"rot":{"x":0.0208,"y":270.0098,"z":0.0168}},"fc27ff":{"lock":false,"pos":{"x":-26.2991,"y":1.2721,"z":-65.5814},"rot":{"x":359.9792,"y":90.0019,"z":359.9832}},"fc34bd":{"lock":false,"pos":{"x":-10.4561,"y":1.0831,"z":91.8885},"rot":{"x":359.9792,"y":89.9725,"z":359.9832}},"fc63ca":{"lock":false,"pos":{"x":-19.2936,"y":1.368,"z":-76.9415},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"ffa2b2":{"lock":false,"pos":{"x":-16.6402,"y":1.355,"z":-84.8182},"rot":{"x":0.0208,"y":269.9994,"z":0.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.ttslua new file mode 100644 index 00000000..96d12847 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.json new file mode 100644 index 00000000..26209cac --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1011563111884720834/103D38A8FBBFA64EB66439667F8775B15FC679C9/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_idol_thoughts.json", + "GUID": "2d417b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Idol Thoughts", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.851, + "posY": 1.626, + "posZ": 68.831, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.luascriptstate new file mode 100644 index 00000000..aa9f9cf0 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0fad66":{"lock":false,"pos":{"x":12.2500028610229,"y":1.46070170402527,"z":-12.6663017272949},"rot":{"x":359.920104980469,"y":270.013061523438,"z":0.016855750232935}},"16ceab":{"lock":false,"pos":{"x":12.2508039474487,"y":1.46838736534119,"z":13.4375},"rot":{"x":359.920135498047,"y":269.997741699219,"z":0.0168768782168627}},"34b55b":{"lock":false,"pos":{"x":12.2501564025879,"y":1.54031658172607,"z":19.986349105835},"rot":{"x":0.0798780843615532,"y":90.0000076293945,"z":359.983123779297}},"49dfb9":{"lock":false,"pos":{"x":12.2508029937744,"y":1.46327579021454,"z":-3.92020153999329},"rot":{"x":359.920135498047,"y":269.994262695313,"z":0.0168821681290865}},"4f944f":{"lock":false,"pos":{"x":12.2503032684326,"y":1.46581149101257,"z":4.68769979476929},"rot":{"x":359.920135498047,"y":270.004669189453,"z":0.0168670099228621}},"82e1ed":{"lock":false,"pos":{"x":-4.55330038070679,"y":1.58349049091339,"z":-14.8002042770386},"rot":{"x":359.919738769531,"y":270,"z":0.0168378297239542}},"d5b604":{"lock":false,"pos":{"x":12.2505016326904,"y":1.27312207221985,"z":-21.3052005767822},"rot":{"x":359.955413818359,"y":225.000747680664,"z":0.0684693679213524}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.json new file mode 100644 index 00000000..505ec1d0 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142946871/EAA18FFE753B1ED020A9F3117E9654B093369D26/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_into_the_shadowland.json", + "GUID": "019847", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Into the Shadowlands", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.02, + "posY": 1.62, + "posZ": 70.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.luascriptstate new file mode 100644 index 00000000..27502771 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.luascriptstate @@ -0,0 +1 @@ +{"ml":{"b1bc62":{"lock":false,"pos":{"x":10.2009,"y":1.2817,"z":-2.161},"rot":{"x":0.0799,"y":89.9964,"z":359.9831}},"c1aad0":{"lock":false,"pos":{"x":9.6318,"y":1.285,"z":6.3703},"rot":{"x":0.0799,"y":89.9923,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.json new file mode 100644 index 00000000..683cd098 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1673610640345018565/0AFEB7913AD4F24AA04D2CB7DCD97106F58D33D9/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "version 1.41", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_kaimonogatari.json", + "GUID": "2df25a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Kaimonogatari", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.323, + "posY": 1.626, + "posZ": 68.341, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.luascriptstate new file mode 100644 index 00000000..3c1f6544 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"2a9a02":{"lock":false,"pos":{"x":3.5083,"y":1.6247,"z":-6.1625},"rot":{"x":359.9197,"y":269.9857,"z":0.0168}},"4076cd":{"lock":false,"pos":{"x":12.2501,"y":1.4727,"z":27.9864},"rot":{"x":359.9201,"y":269.9268,"z":0.017}},"486b0b":{"lock":false,"pos":{"x":3.5252,"y":1.6251,"z":-4.553},"rot":{"x":359.9197,"y":270.0142,"z":0.0168}},"64ad17":{"lock":false,"pos":{"x":12.2496,"y":1.4562,"z":-28.0137},"rot":{"x":359.9201,"y":269.9981,"z":0.0169}},"8221db":{"lock":false,"pos":{"x":12.2519,"y":1.468,"z":11.9864},"rot":{"x":359.9201,"y":269.9924,"z":0.0169}},"8f297e":{"lock":false,"pos":{"x":12.2494,"y":1.4633,"z":-4.0136},"rot":{"x":359.9201,"y":269.9989,"z":0.0169}},"9a39d8":{"lock":false,"pos":{"x":12.2505,"y":1.4585,"z":-20.0137},"rot":{"x":359.9202,"y":269.7147,"z":0.0173}},"ad56f2":{"lock":false,"pos":{"x":12.2499,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":269.9645,"z":0.0169}},"b34bec":{"lock":false,"pos":{"x":12.1371,"y":1.3166,"z":-46.4024},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"b86938":{"lock":false,"pos":{"x":12.2499,"y":1.4609,"z":-12.0136},"rot":{"x":359.9202,"y":269.7146,"z":0.0173}},"b987fc":{"lock":false,"pos":{"x":12.2492,"y":1.475,"z":35.9864},"rot":{"x":359.9201,"y":269.9995,"z":0.0169}},"b99de3":{"lock":false,"pos":{"x":12.2498,"y":1.4656,"z":3.9864},"rot":{"x":359.9201,"y":269.9216,"z":0.017}},"c644be":{"lock":false,"pos":{"x":-3.4418,"y":1.4948,"z":28.9615},"rot":{"x":359.9201,"y":269.9807,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":-1.4655,"y":1.5756,"z":-26.9304},"rot":{"x":359.9201,"y":270.0008,"z":0.0169}},"f051fc":{"lock":false,"pos":{"x":12.2492,"y":1.475,"z":35.9864},"rot":{"x":359.9201,"y":270.0026,"z":0.0169}},"f5db25":{"lock":false,"pos":{"x":-3.4942,"y":1.5821,"z":-14.5172},"rot":{"x":359.9197,"y":269.9996,"z":0.0168}},"fba392":{"lock":false,"pos":{"x":12.2504,"y":1.4538,"z":-36.0139},"rot":{"x":359.9201,"y":269.998,"z":0.0169}},"fcfa07":{"lock":false,"pos":{"x":-11.9064,"y":1.5066,"z":28.8153},"rot":{"x":359.9201,"y":269.9953,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.json new file mode 100644 index 00000000..e1c3a75a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142937909/81868D8E838249B9D5C467282B6EF12DC5879CA5/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_kiedy_sny_staj%C4%85_si%C4%99_rzeczywi%C5%9Bci%C4%85.json", + "GUID": "acdf16", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Kiedy sny Stają się Rzeczywiścią", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.368, + "posY": 1.626, + "posZ": 68.075, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.luascriptstate new file mode 100644 index 00000000..91ad65c2 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1e00a9":{"lock":false,"pos":{"x":9.3117,"y":1.285,"z":4.9883},"rot":{"x":0.0799,"y":89.9803,"z":359.9831}},"24e5eb":{"lock":false,"pos":{"x":-5.6029,"y":1.5487,"z":23.9983},"rot":{"x":359.9201,"y":270.0043,"z":359.5229}},"2889f0":{"lock":false,"pos":{"x":9.5686,"y":1.2858,"z":9.0951},"rot":{"x":0.0799,"y":89.9924,"z":359.9831}},"31a93a":{"lock":false,"pos":{"x":8.9743,"y":1.2844,"z":1.3267},"rot":{"x":0.0799,"y":89.9966,"z":359.9831}},"68ca42":{"lock":false,"pos":{"x":-3.3874,"y":1.3969,"z":-14.6273},"rot":{"x":359.9832,"y":-0.0008,"z":359.9196}},"bd069f":{"lock":false,"pos":{"x":9.3965,"y":1.2827,"z":-2.4823},"rot":{"x":0.0799,"y":89.9951,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.json new file mode 100644 index 00000000..7663e38e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142942211/3504BAF688D57DC30E7E1E2009A0FD4951D3BA58/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_north_country_cycle.json", + "GUID": "aaceca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "North Country Cycle", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.64, + "posY": 1.625, + "posZ": 66.443, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.luascriptstate new file mode 100644 index 00000000..7c627ed4 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.luascriptstate @@ -0,0 +1 @@ +{"ml":{"147dea":{"lock":false,"pos":{"x":9.4431,"y":1.2854,"z":7.085},"rot":{"x":0.0799,"y":89.9987,"z":359.9831}},"7f9f0d":{"lock":false,"pos":{"x":9.3077,"y":1.2837,"z":0.2819},"rot":{"x":0.0799,"y":89.9984,"z":359.9831}},"df5156":{"lock":false,"pos":{"x":9.2722,"y":1.2819,"z":-6.0997},"rot":{"x":0.0799,"y":89.9909,"z":359.9831}},"ea0896":{"lock":false,"pos":{"x":-3.3332,"y":1.5816,"z":-15.257},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.json new file mode 100644 index 00000000..ee2513b5 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1705159936395227290/3E915F544AB47D63A4B1D05B0412216586EFA34A/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_of_sphinx_and_sands.json", + "GUID": "edb650", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Of Sphinx and Sands", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.647, + "posY": 1.626, + "posZ": 69.454, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.luascriptstate new file mode 100644 index 00000000..2531dcd9 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.luascriptstate @@ -0,0 +1 @@ +{"ml":{"13f2cf":{"lock":false,"pos":{"x":4.3706,"y":1.6287,"z":11.8032},"rot":{"x":359.9197,"y":269.996,"z":0.0168}},"6d8dad":{"lock":false,"pos":{"x":11.901,"y":1.2781,"z":-6.0589},"rot":{"x":0.08,"y":89.9996,"z":359.9831}},"6e0236":{"lock":false,"pos":{"x":11.9519,"y":1.2794,"z":-1.4092},"rot":{"x":0.08,"y":89.9995,"z":359.9831}},"7c3cdc":{"lock":false,"pos":{"x":11.8848,"y":1.2769,"z":-10.2113},"rot":{"x":0.08,"y":89.9995,"z":359.9831}},"a3da91":{"lock":false,"pos":{"x":-0.9527,"y":1.2611,"z":56.0573},"rot":{"x":0.0208,"y":270.0182,"z":0.0168}},"e54f2a":{"lock":false,"pos":{"x":12.1996,"y":1.2807,"z":3.856},"rot":{"x":0.0799,"y":89.9951,"z":359.9831}},"eda22b":{"lock":false,"pos":{"x":-5.0775,"y":1.5802,"z":-28.4084},"rot":{"x":359.9201,"y":269.9929,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.json new file mode 100644 index 00000000..8c6bc2f9 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1017195498765395843/F0F85DBE17C72D5D09BD012DEDBB9E154EB07E7B/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_ordo_templi_orientis.json", + "GUID": "608bea", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Ordo Templi Orientis", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.515, + "posY": 1.626, + "posZ": 67.753, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.luascriptstate new file mode 100644 index 00000000..6baea7f3 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.luascriptstate @@ -0,0 +1 @@ +{"ml":{"286579":{"lock":false,"pos":{"x":12.2487,"y":1.2782,"z":-4.0135},"rot":{"x":0.08,"y":90.0001,"z":359.9831}},"392e62":{"lock":false,"pos":{"x":0.0804,"y":1.6282,"z":-10.4566},"rot":{"x":359.9198,"y":269.984,"z":0.0169}},"7b28eb":{"lock":false,"pos":{"x":12.2495,"y":1.2806,"z":3.9864},"rot":{"x":0.08,"y":89.9951,"z":359.9831}},"7cda3f":{"lock":false,"pos":{"x":12.2512,"y":1.2829,"z":11.9866},"rot":{"x":0.08,"y":89.9997,"z":359.9831}},"b3bfc4":{"lock":false,"pos":{"x":-1.4651,"y":1.4756,"z":-26.9305},"rot":{"x":359.9201,"y":270.0049,"z":0.0169}},"ba2ded":{"lock":false,"pos":{"x":12.2492,"y":1.2759,"z":-12.0135},"rot":{"x":0.08,"y":89.9974,"z":359.9831}},"bbb70a":{"lock":false,"pos":{"x":12.2503,"y":1.4585,"z":-20.0136},"rot":{"x":359.9201,"y":270.0311,"z":0.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.json new file mode 100644 index 00000000..51182b18 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142944953/7A5D3A94BF4A7798157C999A3E1CEAAFC3652CAC/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_parallel_universe.json", + "GUID": "28e0a1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Parallel Universe", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.766, + "posY": 1.626, + "posZ": 70.116, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.luascriptstate new file mode 100644 index 00000000..317373be --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.luascriptstate @@ -0,0 +1 @@ +{"ml":{"56a08b":{"lock":false,"pos":{"x":-3.8679,"y":1.5824,"z":-15.4044},"rot":{"x":359.9197,"y":270.0026,"z":0.0168}},"6ca52c":{"lock":false,"pos":{"x":10.1258,"y":1.283,"z":1.8531},"rot":{"x":0.0799,"y":89.9977,"z":359.9831}},"8578ad":{"lock":false,"pos":{"x":-4.4263,"y":1.6455,"z":14.8008},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"b4cf5a":{"lock":false,"pos":{"x":3.9877,"y":1.4679,"z":-27.2649},"rot":{"x":359.9201,"y":269.9991,"z":0.0169}},"c0897e":{"lock":false,"pos":{"x":10.4203,"y":1.2811,"z":-2.9799},"rot":{"x":0.0799,"y":89.9995,"z":359.9831}},"f39e68":{"lock":false,"pos":{"x":10.161,"y":1.2842,"z":6.4667},"rot":{"x":0.0799,"y":89.9954,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.json new file mode 100644 index 00000000..38fbb03b --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1597043896926982160/40A0068DAB05395205E184765110430CAADDA2CF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_pokemon_eldrich_edition.json", + "GUID": "75fe78", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Pokemon Eldritch Edition", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.739, + "posY": 1.626, + "posZ": 67.217, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.luascriptstate new file mode 100644 index 00000000..364a2db1 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.luascriptstate @@ -0,0 +1 @@ +{"ml":{"05109d":{"lock":false,"pos":{"x":-3.12649917602539,"y":1.12493538856506,"z":-50.2695999145508},"rot":{"x":359.979156494141,"y":89.9994506835938,"z":359.983215332031}},"13ed7d":{"lock":false,"pos":{"x":12.2512035369873,"y":1.28292536735535,"z":11.9865989685059},"rot":{"x":0.0799588114023209,"y":89.9949340820313,"z":359.983093261719}},"1fae15":{"lock":false,"pos":{"x":12.1805038452148,"y":1.27355456352234,"z":-20.1693019866943},"rot":{"x":0.0799674317240715,"y":89.9949417114258,"z":359.983062744141}},"2cea4e":{"lock":false,"pos":{"x":66.0026016235352,"y":1.11109709739685,"z":-58.8017997741699},"rot":{"x":359.979156494141,"y":89.9906921386719,"z":359.983215332031}},"3da6dd":{"lock":false,"pos":{"x":12.2621040344238,"y":1.27820038795471,"z":-4.00930261611938},"rot":{"x":0.0799657329916954,"y":89.9984359741211,"z":359.983093261719}},"4c07bf":{"lock":false,"pos":{"x":12.2919034957886,"y":1.27108502388,"z":-28.030704498291},"rot":{"x":0.0799620524048805,"y":90.0000457763672,"z":359.983093261719}},"52d102":{"lock":false,"pos":{"x":12.2132043838501,"y":1.27584600448608,"z":-12.2319049835205},"rot":{"x":0.0799582898616791,"y":89.9938659667969,"z":359.983093261719}},"61801e":{"lock":false,"pos":{"x":12.1700048446655,"y":1.28535795211792,"z":19.8675079345703},"rot":{"x":0.0799623876810074,"y":89.996826171875,"z":359.983093261719}},"7b57ad":{"lock":false,"pos":{"x":16.2712059020996,"y":1.27489864826202,"z":3.76080012321472},"rot":{"x":0.0799572914838791,"y":89.9929580688477,"z":359.983093261719}},"9af38c":{"lock":false,"pos":{"x":12.2501535415649,"y":1.48254573345184,"z":-36.0138473510742},"rot":{"x":-0.000153532513650134,"y":269.96923828125,"z":359.721130371094}},"c627fc":{"lock":false,"pos":{"x":17.8328266143799,"y":1.45285880565643,"z":-12.8706102371216},"rot":{"x":359.920104980469,"y":270.017272949219,"z":0.0168486014008522}},"d14543":{"lock":false,"pos":{"x":66.4962005615234,"y":1.11095499992371,"z":80.5901031494141},"rot":{"x":359.979156494141,"y":89.9937591552734,"z":359.983215332031}},"e1caf1":{"lock":false,"pos":{"x":12.1709051132202,"y":1.28772139549255,"z":27.8930072784424},"rot":{"x":0.0799488052725792,"y":89.9712753295898,"z":359.983062744141}},"eda22b":{"lock":false,"pos":{"x":-5.44584989547729,"y":1.5804318189621,"z":-29.4421005249023},"rot":{"x":359.920135498047,"y":270.000427246094,"z":0.0168711524456739}},"f040a6":{"lock":false,"pos":{"x":12.1407060623169,"y":1.28064227104187,"z":3.70839309692383},"rot":{"x":0.0799626931548119,"y":89.9970016479492,"z":359.983093261719}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.json new file mode 100644 index 00000000..9edf374a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142947772/120E2BA8DF8C4E2AAC9E059FA046CC3A6229ECDF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "A Pathfinder Adventure for Arkham Horror", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_strange_aeons.json", + "GUID": "2abdd6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Strange Aeons", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.015, + "posY": 1.627, + "posZ": 68.426, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.luascriptstate new file mode 100644 index 00000000..045b9057 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1f4db7":{"lock":false,"pos":{"x":-7.7139,"y":1.7478,"z":15.225},"rot":{"x":359.92,"y":270.0018,"z":180.0169}},"7ba738":{"lock":false,"pos":{"x":-3.946,"y":1.4062,"z":14.5235},"rot":{"x":359.9832,"y":-0.0016,"z":359.9197}},"82e1ed":{"lock":false,"pos":{"x":-4.1664,"y":1.5829,"z":-15.04},"rot":{"x":359.9197,"y":269.9994,"z":0.0168}},"961940":{"lock":false,"pos":{"x":8.4723,"y":1.2866,"z":6.7132},"rot":{"x":0.0799,"y":89.9989,"z":359.9831}},"c2fe44":{"lock":false,"pos":{"x":-0.4614,"y":1.7617,"z":-25.2014},"rot":{"x":359.9201,"y":269.9758,"z":0.0169}},"eea51b":{"lock":false,"pos":{"x":8.0856,"y":1.2853,"z":0.187},"rot":{"x":0.0799,"y":89.9983,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.json new file mode 100644 index 00000000..e92a2bf3 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142917748/FA44959693A82787BC34D6FA2487911AB24E619B/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_approaching_storm.json", + "GUID": "ab6b9a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Approaching Storm", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.544, + "posY": 1.627, + "posZ": 69.136, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.luascriptstate new file mode 100644 index 00000000..d2ccb074 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"20982e":{"lock":false,"pos":{"x":8.3104,"y":1.2871,"z":7.5999},"rot":{"x":0.08,"y":89.9985,"z":359.9831}},"266dcb":{"lock":false,"pos":{"x":8.1241,"y":1.2846,"z":-1.7036},"rot":{"x":0.08,"y":89.9962,"z":359.9831}},"3a3b5a":{"lock":false,"pos":{"x":8.159,"y":1.286,"z":2.9166},"rot":{"x":0.08,"y":89.9925,"z":359.9831}},"4d6544":{"lock":false,"pos":{"x":7.9998,"y":1.282,"z":-11.3677},"rot":{"x":359.92,"y":270.0005,"z":0.0169}},"67d524":{"lock":false,"pos":{"x":8.0606,"y":1.2899,"z":15.9247},"rot":{"x":0.08,"y":89.9808,"z":359.9831}},"7521a9":{"lock":false,"pos":{"x":-3.5895,"y":1.5822,"z":-14.7357},"rot":{"x":359.9197,"y":270.0013,"z":0.0168}},"84cdaf":{"lock":false,"pos":{"x":8.0379,"y":1.2834,"z":-6.2152},"rot":{"x":0.08,"y":89.9981,"z":359.9831}},"90aab1":{"lock":false,"pos":{"x":8.0656,"y":1.2886,"z":11.2954},"rot":{"x":0.08,"y":89.983,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.json new file mode 100644 index 00000000..07c716ab --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://i.imgur.com/Vn2CXra.png", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "version 1.1", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_crown_of_egil.json", + "GUID": "7458b7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Crown of Egil", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.139, + "posY": 1.625, + "posZ": 68.797, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.luascriptstate new file mode 100644 index 00000000..8a9ebb4b --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0f0921":{"lock":false,"pos":{"x":9.3665,"y":1.4613,"z":-24.4342},"rot":{"x":359.9201,"y":269.998,"z":0.0169}},"2bd90b":{"lock":false,"pos":{"x":12.2499,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":269.9952,"z":0.0169}},"454d79":{"lock":false,"pos":{"x":0.0267,"y":1.4743,"z":-24.432},"rot":{"x":359.9201,"y":270.0003,"z":0.0169}},"51fbbc":{"lock":false,"pos":{"x":12.25,"y":1.4727,"z":27.9863},"rot":{"x":359.9201,"y":270.0094,"z":0.0169}},"614c82":{"lock":false,"pos":{"x":-8.9849,"y":1.4868,"z":-24.5062},"rot":{"x":359.9201,"y":269.997,"z":0.0169}},"8cfe99":{"lock":false,"pos":{"x":12.2499,"y":1.4656,"z":3.9862},"rot":{"x":359.9201,"y":270.0069,"z":0.0169}},"924db3":{"lock":true,"pos":{"x":-8.8505,"y":1.5867,"z":-24.4131},"rot":{"x":359.9201,"y":270.0004,"z":0.0169}},"c0b834":{"lock":false,"pos":{"x":-0.4563,"y":1.6272,"z":-16.291},"rot":{"x":359.9197,"y":269.986,"z":0.0169}},"c29a78":{"lock":false,"pos":{"x":12.2518,"y":1.468,"z":11.9862},"rot":{"x":359.9201,"y":270.0005,"z":0.0169}},"d8f692":{"lock":false,"pos":{"x":-1.4656,"y":1.4756,"z":-26.9304},"rot":{"x":359.9201,"y":270.0126,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":0.0799,"y":1.5742,"z":-24.3909},"rot":{"x":359.9201,"y":270.0021,"z":0.0169}},"fef4f5":{"lock":false,"pos":{"x":8.7241,"y":1.4621,"z":-24.4486},"rot":{"x":359.9201,"y":270.0136,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.json new file mode 100644 index 00000000..bdc8d887 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142922162/AD09D68EC542F778CCA3A4F5B33E17EF50AFE31B/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_dying_star.json", + "GUID": "bcfff6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Dying Star", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.439, + "posY": 1.626, + "posZ": 68.396, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.luascriptstate new file mode 100644 index 00000000..1f2835af --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.luascriptstate @@ -0,0 +1 @@ +{"ml":{"9ae382":{"lock":false,"pos":{"x":-3.3515,"y":1.4052,"z":13.818},"rot":{"x":359.9832,"y":-0.0001,"z":359.9197}},"b310b9":{"lock":false,"pos":{"x":8.6044,"y":1.2859,"z":4.9796},"rot":{"x":0.08,"y":89.9997,"z":359.9831}},"c2a55d":{"lock":false,"pos":{"x":8.6023,"y":1.2838,"z":-2.2398},"rot":{"x":0.08,"y":89.9987,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.json new file mode 100644 index 00000000..360a37f4 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://uploads-ssl.webflow.com/608a6a98b5956379a9c9e768/60eb7c9fb63de7d60d8d67ec_boxart-defuse.png", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_onigawa.json", + "GUID": "8daa73", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Ghosts Of Onigawa Campaign Expansion", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.059, + "posY": 4.289, + "posZ": 4.033, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.960666358, + "scaleY": 0.268319339, + "scaleZ": 0.960666358 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.json new file mode 100644 index 00000000..b84757bd --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142939236/70113DAB44263CD5EA5A0913B4325A57B8113A4C/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_london_set.json", + "GUID": "0f96ac", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The London Set", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.639, + "posY": 1.626, + "posZ": 68.545, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.luascriptstate new file mode 100644 index 00000000..3a69f3e1 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.luascriptstate @@ -0,0 +1 @@ +{"ml":{"4c5c55":{"lock":false,"pos":{"x":8.0489,"y":1.2874,"z":7.1029},"rot":{"x":0.0799,"y":89.9962,"z":359.9831}},"905ad3":{"lock":false,"pos":{"x":8.4268,"y":1.2838,"z":-3.1101},"rot":{"x":0.0799,"y":89.9894,"z":359.9831}},"c56f66":{"lock":false,"pos":{"x":8.2949,"y":1.2857,"z":2.5561},"rot":{"x":0.0799,"y":89.9962,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.json new file mode 100644 index 00000000..ccafa9be --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142944372/7F67F8FDAD99C9C2A6A6A5E98C548681117D092C/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_outsider.json", + "GUID": "3c175c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Outsider", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.832, + "posY": 1.627, + "posZ": 67.762, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.luascriptstate new file mode 100644 index 00000000..d9188914 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.luascriptstate @@ -0,0 +1 @@ +{"ml":{"526ff9":{"lock":false,"pos":{"x":9.7361,"y":1.2851,"z":7.604},"rot":{"x":0.0799,"y":89.999,"z":359.9831}},"5b3ac7":{"lock":false,"pos":{"x":9.9267,"y":1.2833,"z":1.7477},"rot":{"x":0.0799,"y":89.9971,"z":359.9831}},"d166f2":{"lock":false,"pos":{"x":9.8646,"y":1.2814,"z":-4.5878},"rot":{"x":0.0799,"y":89.9959,"z":359.9831}},"d5b06c":{"lock":false,"pos":{"x":-4.3545,"y":1.5833,"z":-14.5586},"rot":{"x":359.9197,"y":270.0016,"z":0.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.json new file mode 100644 index 00000000..8563634f --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036562700/261026F89C2322BF6390608AAB7DE43BEFB6240A/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_war_of_the_world.json", + "GUID": "19d469", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The War of the Worlds", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.099, + "posY": 1.625, + "posZ": 67.407, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.luascriptstate new file mode 100644 index 00000000..b0e02a9f --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.luascriptstate @@ -0,0 +1 @@ +{"ml":{"193901":{"lock":false,"pos":{"x":8.6179,"y":1.5146,"z":-16.1944},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}},"313523":{"lock":false,"pos":{"x":10.7639,"y":1.4665,"z":-0.0043},"rot":{"x":359.9201,"y":270.0055,"z":0.0169}},"480756":{"lock":false,"pos":{"x":12.2554,"y":1.4727,"z":28.0126},"rot":{"x":359.9201,"y":269.9943,"z":0.0169}},"a0d2b1":{"lock":false,"pos":{"x":10.57,"y":1.4641,"z":-8.9474},"rot":{"x":359.9201,"y":270.0628,"z":0.0168}},"b5928a":{"lock":false,"pos":{"x":-3.8478,"y":1.5825,"z":-14.7052},"rot":{"x":359.9197,"y":270.0028,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4656,"y":1.5756,"z":-26.9315},"rot":{"x":359.9201,"y":270.0101,"z":0.0169}},"f70a0d":{"lock":false,"pos":{"x":10.9056,"y":1.4689,"z":8.8892},"rot":{"x":359.9201,"y":269.999,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.json new file mode 100644 index 00000000..4e7d73c4 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142974098/BF07864708BDE2804C0495637DDD55E85CC883EA/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/campaign_winter_winds.json", + "GUID": "754057", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Winter Winds", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.614, + "posZ": 76.407, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.luascriptstate new file mode 100644 index 00000000..67230c61 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.luascriptstate @@ -0,0 +1 @@ +{"ml":{"11429d":{"lock":false,"pos":{"x":9.5267,"y":1.2845,"z":4.5868},"rot":{"x":0.0799,"y":89.9987,"z":359.9831}},"8077a1":{"lock":false,"pos":{"x":9.1666,"y":1.2836,"z":-0.8205},"rot":{"x":0.0799,"y":89.9944,"z":359.9831}},"d54710":{"lock":false,"pos":{"x":-4.0215,"y":1.5826,"z":-15.2289},"rot":{"x":359.9197,"y":269.9984,"z":0.0168}},"ddd10b":{"lock":false,"pos":{"x":8.3252,"y":1.283,"z":-6.4267},"rot":{"x":0.0799,"y":89.996,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c.json new file mode 100644 index 00000000..af134ca0 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c.json @@ -0,0 +1,108 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheUndying.965030", + "TheThingintheWoods.c90c49", + "TheSymphonyofErichZann.b7c6be", + "TheSvalbardEvent.7bc42b", + "StrangerThings.408301", + "TheStolenBaillius.bfefd4", + "TheRedRoom.fa4327", + "ThePensherWyrm.504f38", + "TheNephewCalls.3ddd12", + "TheNamelessCity.9d3083", + "MiskatonicMouse.6defb8", + "MasksofNyarlathotepNewYork.94a1f8", + "TheLegendofSleepyHollow.0500f1", + "LastCallatRoxies.c6a1ca", + "Knightfall.df62e8", + "JennysChoice.a61b48", + "InBlackestPits.68380c", + "HappysFunhouse.e7d9f8", + "TheGrandOakHotel.5ccf55", + "FortuneorFolly-ParallelRexMurphySet.7fa06f", + "TheFestival.29d22a", + "TheFalloftheHouseofUsher.42bdd3", + "DontStarve.ffc7ef", + "DeltaGreenConvergence.ac164e", + "DarknessFalls.c6a612", + "TheCurseofAmulotep.0d7a8d", + "CosmicPantheon.ec74df", + "ConsternationontheConstellation.0ec730", + "TheColouroutofSpace.5b81ff", + "TheCollector.9810eb", + "CarnevaleofSpiders.e57017", + "BridgeofSighs.578e97", + "BloodSpilledinSalem.4237da", + "ArkhamIncidents.f1bfa2", + "AgainsttheWendigo.4d5fa0" + ], + "ContainedObjects_path": "Fan-MadeStandaloneScenarios.5db60c", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068588410864087/97EBA1F7BA51181A664CE5A733AB092BA843E32D/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5db60c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "{\"ml\":[]}", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Fan-Made Standalone Scenarios", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.09, + "posY": 2.232, + "posZ": 14.5, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.07, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.json new file mode 100644 index 00000000..31562837 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142901599/7EE6EF24852C443DF5E92CF9498881E321CEE75A/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_wendigo.json", + "GUID": "4d5fa0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Against the Wendigo", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.297, + "posY": 1.808, + "posZ": 7.547, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.luascriptstate new file mode 100644 index 00000000..b2fa7686 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.luascriptstate @@ -0,0 +1 @@ +{"ml":{"06f882":{"lock":true,"pos":{"x":-3.76900005340576,"y":4.13520002365112,"z":5.67080020904541},"rot":{"x":0,"y":90,"z":0}},"0c01a1":{"lock":false,"pos":{"x":1.2422,"y":1.3947,"z":0.1206},"rot":{"x":359.9832,"y":0.0007,"z":359.9197}},"0e52c8":{"lock":false,"pos":{"x":-36.7731170654297,"y":1.64632892608643,"z":-0.0299968924373388},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168402567505836}},"0f6d69":{"lock":false,"pos":{"x":-20.4015007019043,"y":1.60985171794891,"z":-0.177200019359589},"rot":{"x":0.0798944979906082,"y":90.0004348754883,"z":359.983123779297}},"1ac3ac":{"lock":false,"pos":{"x":-3.95601749420166,"y":1.59753954410553,"z":-10.441198348999},"rot":{"x":359.919738769531,"y":270.031280517578,"z":0.0167942680418491}},"1ee2a5":{"lock":false,"pos":{"x":-33.3772010803223,"y":1.62799525260925,"z":-0.00780024146661162},"rot":{"x":0.0798945650458336,"y":90.0005187988281,"z":359.983123779297}},"201524":{"lock":false,"pos":{"x":-17.1200008392334,"y":1.60646212100983,"z":3.86000037193298},"rot":{"x":0.0167902931571007,"y":180.035140991211,"z":0.079946868121624}},"309b74":{"lock":false,"pos":{"x":-12.432225227356,"y":1.63149964809418,"z":7.31530523300171},"rot":{"x":359.920104980469,"y":270.000457763672,"z":0.0168410111218691}},"45ae28":{"lock":false,"pos":{"x":-9.39212226867676,"y":1.50021779537201,"z":-27.1340980529785},"rot":{"x":359.920135498047,"y":270,"z":180.016860961914}},"5f661f":{"lock":false,"pos":{"x":-2.68850708007813,"y":1.61911654472351,"z":-5.048499584198},"rot":{"x":359.919738769531,"y":270.005615234375,"z":0.0168295986950397}},"60ad05":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.63160705566406,"z":-3.83000040054321},"rot":{"x":0.0167906507849693,"y":180.034790039063,"z":0.0799511894583702}},"6791fd":{"lock":false,"pos":{"x":1.69690048694611,"y":1.55831575393677,"z":14.2784023284912},"rot":{"x":359.955139160156,"y":224.998107910156,"z":0.0686739981174469}},"686672":{"lock":false,"pos":{"x":-36.7732162475586,"y":1.64856255054474,"z":7.57000303268433},"rot":{"x":359.920104980469,"y":269.999664306641,"z":0.0168415307998657}},"6f2827":{"lock":false,"pos":{"x":-3.92771148681641,"y":1.74919271469116,"z":5.75710391998291},"rot":{"x":359.919738769531,"y":269.993286132813,"z":180.016830444336}},"7234af":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.63386714458466,"z":3.86000084877014},"rot":{"x":0.0167915932834148,"y":180.034286499023,"z":0.0799638628959656}},"82e1ed":{"lock":false,"pos":{"x":-4.00120067596436,"y":1.58277893066406,"z":-14.5900020599365},"rot":{"x":359.919738769531,"y":269.992614746094,"z":0.016848323866725}},"86cbee":{"lock":false,"pos":{"x":-17.1199989318848,"y":1.60420215129852,"z":-3.8299994468689},"rot":{"x":0.0167905073612928,"y":180.034927368164,"z":0.0799460336565971}},"88a1cf":{"lock":false,"pos":{"x":-36.7732162475586,"y":1.6440749168396,"z":-7.69999694824219},"rot":{"x":359.920104980469,"y":269.999694824219,"z":0.0168403629213572}},"9caa1f":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62473499774933,"z":3.86000084877014},"rot":{"x":0.0167905203998089,"y":180.034866333008,"z":0.0799559205770493}},"9dadf5":{"lock":false,"pos":{"x":-1.4655841588974,"y":1.47562277317047,"z":-26.9304237365723},"rot":{"x":359.920135498047,"y":270.000732421875,"z":0.016870966181159}},"9e701d":{"lock":false,"pos":{"x":-2.72470688819885,"y":1.62076044082642,"z":0.373301297426224},"rot":{"x":359.919738769531,"y":269.982604980469,"z":0.0168617274612188}},"a69955":{"lock":false,"pos":{"x":-30.2242069244385,"y":1.65896475315094,"z":-0.0299987606704235},"rot":{"x":359.920104980469,"y":270.00048828125,"z":0.0168402157723904}},"b3ec68":{"lock":false,"pos":{"x":-12.7351093292236,"y":1.64195537567139,"z":-7.6860990524292},"rot":{"x":359.920104980469,"y":270.000061035156,"z":0.0168423783034086}},"b6a235":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61334466934204,"z":-3.82999992370605},"rot":{"x":0.0167906042188406,"y":180.034820556641,"z":0.0799501836299896}},"d807d4":{"lock":false,"pos":{"x":-26.8813991546631,"y":1.61892998218536,"z":-0.0326002426445484},"rot":{"x":0.079894594848156,"y":90.0005187988281,"z":359.983123779297}},"dda3d5":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62247502803802,"z":-3.82999992370605},"rot":{"x":0.0167906302958727,"y":180.034820556641,"z":0.0799499675631523}},"e47eca":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61560475826263,"z":3.86000061035156},"rot":{"x":0.0167904961854219,"y":180.034881591797,"z":0.0799509137868881}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.json new file mode 100644 index 00000000..9393690a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1865053883967763315/27C1F4299B5381DF5A40739696DC4CE6197D2BDC/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_incidents.json", + "GUID": "f1bfa2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Arkham Incidents", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.762, + "posY": 3.398, + "posZ": -68.94, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.luascriptstate new file mode 100644 index 00000000..8e5c6bd6 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.luascriptstate @@ -0,0 +1 @@ +{"ml":{"302c2c":{"lock":false,"pos":{"x":12.2502,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":270,"z":0.0169}},"460a4d":{"lock":false,"pos":{"x":12.2505,"y":1.4656,"z":3.9862},"rot":{"x":359.9201,"y":270.001,"z":0.0169}},"6187c9":{"lock":false,"pos":{"x":-9.6858,"y":1.5958,"z":-9.2221},"rot":{"x":359.9203,"y":270.002,"z":0.0171}},"656888":{"lock":false,"pos":{"x":-1.1115,"y":1.6283,"z":-15.864},"rot":{"x":359.9197,"y":269.9991,"z":0.0168}},"7ef7b4":{"lock":false,"pos":{"x":-9.5943,"y":1.5945,"z":-13.2413},"rot":{"x":359.9204,"y":269.9995,"z":0.0172}},"90b00d":{"lock":false,"pos":{"x":11.2327,"y":1.5,"z":42.3371},"rot":{"x":0,"y":270.0173,"z":0}},"9a3b83":{"lock":false,"pos":{"x":14.1403,"y":1.4709,"z":30.9509},"rot":{"x":359.9201,"y":270.0027,"z":0.0169}},"ba5ef2":{"lock":false,"pos":{"x":12.2505,"y":1.4609,"z":-12.0137},"rot":{"x":359.9201,"y":270.0028,"z":0.0169}},"cf68ca":{"lock":false,"pos":{"x":12.2523,"y":1.468,"z":11.9863},"rot":{"x":359.9201,"y":270,"z":0.0169}},"d6a731":{"lock":false,"pos":{"x":12.2501,"y":1.4632,"z":-4.0139},"rot":{"x":359.9201,"y":270.0025,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.ttslua new file mode 100644 index 00000000..17b71b4e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.ttslua @@ -0,0 +1,23 @@ +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.json new file mode 100644 index 00000000..c3faca4a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142918658/204E105211839B1E202E834F4A5C69E8E6A50A28/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_salem.json", + "GUID": "4237da", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Blood Spilled in Salem", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.624, + "posY": 1.623, + "posZ": 65.302, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.luascriptstate new file mode 100644 index 00000000..e4e5ee7d --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0488ba":{"lock":false,"pos":{"x":-30.2242,"y":1.7004,"z":7.57},"rot":{"x":359.9201,"y":270,"z":180.0169}},"0acbd8":{"lock":false,"pos":{"x":-30.2243,"y":1.6959,"z":-7.7},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"0d9dc2":{"lock":false,"pos":{"x":-20.7379,"y":1.6093,"z":-3.7735},"rot":{"x":359.9747,"y":209.9999,"z":0.0776}},"0eb577":{"lock":false,"pos":{"x":-3.9275,"y":1.7611,"z":5.7571},"rot":{"x":359.9197,"y":269.9856,"z":180.0168}},"1dd120":{"lock":false,"pos":{"x":-23.6766,"y":1.6913,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"1e3806":{"lock":false,"pos":{"x":-30.2242,"y":1.6225,"z":-3.83},"rot":{"x":359.9832,"y":0.0096,"z":359.92}},"225690":{"lock":false,"pos":{"x":-17.1199,"y":1.6821,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"23bbd8":{"lock":false,"pos":{"x":-27.2865,"y":1.6195,"z":-0.0152},"rot":{"x":0.0799,"y":89.9999,"z":359.9831}},"33b200":{"lock":false,"pos":{"x":-2.6885,"y":1.6535,"z":-5.0485},"rot":{"x":359.9197,"y":269.9997,"z":0.0168}},"479a5a":{"lock":false,"pos":{"x":-2.7247,"y":1.656,"z":0.3733},"rot":{"x":359.9197,"y":270,"z":0.0168}},"480533":{"lock":false,"pos":{"x":-50.9243,"y":1.7294,"z":8.1784},"rot":{"x":359.9201,"y":269.931,"z":180.017}},"4aaa9f":{"lock":false,"pos":{"x":-30.2242,"y":1.6248,"z":3.86},"rot":{"x":359.9832,"y":0.0095,"z":359.92}},"4eeeb3":{"lock":false,"pos":{"x":-17.12,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0169}},"7234af":{"lock":false,"pos":{"x":-17.12,"y":1.6042,"z":-3.83},"rot":{"x":359.9832,"y":0.0095,"z":359.92}},"83b781":{"lock":false,"pos":{"x":-4.3576,"y":1.5832,"z":-14.9888},"rot":{"x":359.9197,"y":270.0004,"z":0.0168}},"a06ab2":{"lock":false,"pos":{"x":-23.6765,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":270.0002,"z":180.0169}},"a08d45":{"lock":false,"pos":{"x":-26.798,"y":1.6211,"z":7.6211},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"a1dbf2":{"lock":false,"pos":{"x":-9.5286,"y":1.6602,"z":-1.2349},"rot":{"x":359.9201,"y":269.997,"z":180.0169}},"a3dc2f":{"lock":false,"pos":{"x":-4.4458,"y":1.663,"z":14.3162},"rot":{"x":359.9197,"y":269.9745,"z":180.0169}},"aa3bc3":{"lock":false,"pos":{"x":-30.2243,"y":1.6982,"z":-0.03},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"acac22":{"lock":false,"pos":{"x":1.6967,"y":1.6368,"z":14.2788},"rot":{"x":359.9552,"y":225,"z":0.0687}},"ade1bd":{"lock":false,"pos":{"x":-3.956,"y":1.6585,"z":-10.4412},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"ae20a4":{"lock":false,"pos":{"x":-17.1199,"y":1.6765,"z":-11.51},"rot":{"x":359.9201,"y":270,"z":180.0169}},"b4a135":{"lock":false,"pos":{"x":-26.9258,"y":1.6168,"z":-7.7032},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"b7e3ad":{"lock":false,"pos":{"x":-20.2216,"y":1.6119,"z":7.3408},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"baff62":{"lock":false,"pos":{"x":-23.6765,"y":1.6868,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"d33de6":{"lock":false,"pos":{"x":-20.3424,"y":1.6076,"z":-7.7619},"rot":{"x":359.9201,"y":270.002,"z":0.0169}},"e1bf6b":{"lock":false,"pos":{"x":-26.9599,"y":1.6203,"z":3.9439},"rot":{"x":359.9316,"y":315.0001,"z":359.9554}},"e90dde":{"lock":false,"pos":{"x":-24.7567,"y":1.6149,"z":-3.8971},"rot":{"x":359.9832,"y":0.0096,"z":359.92}},"ed48d8":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":359.9832,"y":0.0096,"z":359.92}},"ee673a":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9832,"y":0.0096,"z":359.92}},"efe8d6":{"lock":false,"pos":{"x":-17.1201,"y":1.6776,"z":-7.7},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"fda256":{"lock":false,"pos":{"x":-27.7376,"y":1.619,"z":-4.1724},"rot":{"x":359.9316,"y":315.0002,"z":359.9554}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BloodSpilledinSalem.4237da.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.json new file mode 100644 index 00000000..9b6a0eb8 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142919243/F3ED3E5B6B8725F536FCDA4FB2D40E1D11725037/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_bridge_of_sighs.json", + "GUID": "578e97", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Bridge of Sighs", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.301, + "posY": 1.625, + "posZ": 66.344, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.luascriptstate new file mode 100644 index 00000000..c2a0bc3a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0d7898":{"lock":false,"pos":{"x":-23.6765,"y":1.6868,"z":-7.7},"rot":{"x":359.9201,"y":269.9998,"z":180.0169}},"2d9794":{"lock":false,"pos":{"x":-4.7969,"y":1.5838,"z":-15.0746},"rot":{"x":359.9197,"y":270.0009,"z":0.0168}},"3be6e8":{"lock":false,"pos":{"x":-10.0797,"y":1.674,"z":-0.4023},"rot":{"x":359.9201,"y":269.9863,"z":0.0169}},"3dc34f":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9974,"z":0.0168}},"50d3bc":{"lock":false,"pos":{"x":-17.12,"y":1.6776,"z":-7.7},"rot":{"x":359.9201,"y":269.9998,"z":180.0169}},"5a9b00":{"lock":false,"pos":{"x":-17.1198,"y":1.6754,"z":-15.2785},"rot":{"x":359.9201,"y":270.0052,"z":180.0169}},"5d0fdd":{"lock":false,"pos":{"x":-23.6766,"y":1.6846,"z":-15.28},"rot":{"x":359.9201,"y":270.005,"z":180.0169}},"6e4a78":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":0.0003,"z":359.9201}},"7234af":{"lock":false,"pos":{"x":-17.12,"y":1.6042,"z":-3.83},"rot":{"x":359.9831,"y":359.98,"z":359.9201}},"8ed50d":{"lock":false,"pos":{"x":-23.6766,"y":1.6935,"z":15.19},"rot":{"x":359.9201,"y":270.0014,"z":180.0169}},"8f569e":{"lock":false,"pos":{"x":-2.7247,"y":1.6566,"z":0.3733},"rot":{"x":0.0168,"y":180.027,"z":0.0803}},"9bcafb":{"lock":false,"pos":{"x":-23.6764,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"a5b019":{"lock":false,"pos":{"x":-17.12,"y":1.602,"z":-11.51},"rot":{"x":359.9831,"y":0.0002,"z":359.92}},"bbb99f":{"lock":false,"pos":{"x":-20.5275,"y":1.6078,"z":-7.7916},"rot":{"x":0.0799,"y":89.9999,"z":359.9831}},"c51bff":{"lock":false,"pos":{"x":-17.12,"y":1.6821,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"cd676c":{"lock":false,"pos":{"x":-2.6885,"y":1.6623,"z":-5.0486},"rot":{"x":0.0168,"y":180.0007,"z":0.0803}},"d7eb78":{"lock":false,"pos":{"x":-19.5006,"y":1.612,"z":11.2137},"rot":{"x":0.0685,"y":134.9717,"z":0.0445}},"d82996":{"lock":false,"pos":{"x":-20.2633,"y":1.6053,"z":-15.0852},"rot":{"x":0.0799,"y":90,"z":359.9831}},"da6072":{"lock":false,"pos":{"x":1.6965,"y":1.6585,"z":14.2788},"rot":{"x":359.9552,"y":224.998,"z":0.0687}},"dde586":{"lock":false,"pos":{"x":-3.9275,"y":1.7237,"z":5.7571},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"dfff72":{"lock":false,"pos":{"x":-23.6764,"y":1.6913,"z":7.57},"rot":{"x":359.9201,"y":270,"z":180.0169}},"e413cc":{"lock":false,"pos":{"x":-23.6765,"y":1.6179,"z":11.46},"rot":{"x":359.9832,"y":0.0153,"z":359.9201}},"e7b998":{"lock":false,"pos":{"x":-17.1199,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":270.0052,"z":180.0169}},"edb80f":{"lock":false,"pos":{"x":-20.4959,"y":1.61,"z":-0.1873},"rot":{"x":0.0799,"y":89.9999,"z":359.9831}},"f90f84":{"lock":false,"pos":{"x":-23.6765,"y":1.6111,"z":-11.51},"rot":{"x":359.9831,"y":0,"z":359.9201}},"fcfbbe":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":0.0169,"y":180,"z":0.0799}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/BridgeofSighs.578e97.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.json new file mode 100644 index 00000000..2efe5f2c --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1474319121422110285/8BA9D8C5CFA6D4E35DFC2077002CB2256DCFB2D7/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "A Farkham-con Original. Requires 3 XP", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_carnevale_of_spiders.json", + "GUID": "e57017", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Carnevale of Spiders", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.964, + "posY": 1.624, + "posZ": 64.592, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.luascriptstate new file mode 100644 index 00000000..f383d978 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0368c1":{"lock":false,"pos":{"x":-17.1201,"y":1.619,"z":-0.03},"rot":{"x":359.9202,"y":270.0046,"z":0.0167}},"12d492":{"lock":false,"pos":{"x":-30.2242,"y":1.6225,"z":-3.83},"rot":{"x":0.0169,"y":179.9998,"z":0.0799}},"1e7f1b":{"lock":false,"pos":{"x":-14.3835,"y":1.6303,"z":-0.2141},"rot":{"x":359.3509,"y":269.9973,"z":0.0169}},"2e4956":{"lock":false,"pos":{"x":-11.6656,"y":1.6551,"z":9.0735},"rot":{"x":359.9201,"y":269.9792,"z":0.0169}},"3c6d68":{"lock":false,"pos":{"x":-11.7638,"y":1.6337,"z":-14.9715},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}},"44b0c5":{"lock":false,"pos":{"x":-17.12,"y":1.6042,"z":-3.83},"rot":{"x":359.9831,"y":0.0002,"z":359.9201}},"4cc43d":{"lock":false,"pos":{"x":-3.9274,"y":1.7925,"z":5.7571},"rot":{"x":359.9197,"y":269.9698,"z":180.0169}},"4d3553":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":359.9847,"z":359.9201}},"4d5e5f":{"lock":false,"pos":{"x":-2.6885,"y":1.6143,"z":-5.0485},"rot":{"x":359.9197,"y":269.9982,"z":0.0168}},"50caf4":{"lock":false,"pos":{"x":-3.9559,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"81a6f5":{"lock":false,"pos":{"x":-26.8136,"y":1.6167,"z":-7.5513},"rot":{"x":0.0799,"y":90.0001,"z":359.9831}},"949c7d":{"lock":false,"pos":{"x":-30.2242,"y":1.6248,"z":3.86},"rot":{"x":0.0169,"y":179.9995,"z":0.0799}},"a45247":{"lock":false,"pos":{"x":1.6967,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"a5891b":{"lock":false,"pos":{"x":-3.5539,"y":1.5821,"z":-14.78},"rot":{"x":359.9197,"y":270.0027,"z":0.0168}},"ab0576":{"lock":false,"pos":{"x":-20.6238,"y":1.6124,"z":7.2554},"rot":{"x":359.9201,"y":270,"z":0.0169}},"b676d8":{"lock":false,"pos":{"x":-20.6237,"y":1.608,"z":-7.5965},"rot":{"x":0.0799,"y":89.9992,"z":359.9831}},"bb43b8":{"lock":false,"pos":{"x":-11.5593,"y":1.6557,"z":11.8573},"rot":{"x":359.9201,"y":269.9891,"z":0.0169}},"c3031b":{"lock":false,"pos":{"x":-2.7228,"y":1.6208,"z":0.3589},"rot":{"x":359.9197,"y":269.9689,"z":0.0169}},"fde05d":{"lock":false,"pos":{"x":-27.0646,"y":1.6215,"z":7.5852},"rot":{"x":359.9201,"y":269.9991,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CarnevaleofSpiders.e57017.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.json new file mode 100644 index 00000000..3df46057 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517666349452/B8551E1479CED3BADEF4AF3B0A727EB7768C0289/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_consternation_on_the_constellation.json", + "GUID": "0ec730", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Consternation on the Constellation", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.232, + "posY": 1.658, + "posZ": 64.298, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.luascriptstate new file mode 100644 index 00000000..b3327295 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.luascriptstate @@ -0,0 +1 @@ +{"ml":{"011e57":{"lock":false,"pos":{"x":7.4136,"y":1.5493,"z":-1.6503},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"14fd91":{"lock":false,"pos":{"x":-2.7248,"y":1.6551,"z":0.3733},"rot":{"x":0.0168,"y":180.0145,"z":0.0803}},"2f4093":{"lock":false,"pos":{"x":-30.2242,"y":1.6976,"z":7.57},"rot":{"x":359.9201,"y":269.9995,"z":0.0169}},"370ae5":{"lock":false,"pos":{"x":7.3549,"y":1.5428,"z":0.9084},"rot":{"x":359.9201,"y":270,"z":0.0169}},"4339b6":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":270.0055,"z":0.0168}},"4736d9":{"lock":false,"pos":{"x":-10.0405,"y":1.5945,"z":-3.243},"rot":{"x":359.9201,"y":270.0059,"z":0.0169}},"68e1d9":{"lock":false,"pos":{"x":-10.0449,"y":1.5965,"z":3.4829},"rot":{"x":359.9201,"y":269.9974,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-33.3859,"y":1.6313,"z":11.159},"rot":{"x":359.9316,"y":315.0293,"z":359.9554}},"7b0f48":{"lock":false,"pos":{"x":-10.0533,"y":1.5959,"z":1.2614},"rot":{"x":359.9201,"y":269.9979,"z":0.0169}},"8f2b3d":{"lock":false,"pos":{"x":-33.341,"y":1.6301,"z":7.293},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"a1514c":{"lock":false,"pos":{"x":-3.9277,"y":1.7184,"z":5.7572},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"bbb70a":{"lock":false,"pos":{"x":-3.8848,"y":1.5826,"z":-14.7351},"rot":{"x":359.9197,"y":270.0318,"z":0.0168}},"be5b52":{"lock":false,"pos":{"x":1.6968,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.9981,"z":0.0687}},"be5d2b":{"lock":false,"pos":{"x":-10.0804,"y":1.5953,"z":-1.0163},"rot":{"x":359.9201,"y":269.9913,"z":0.0169}},"bf0eaa":{"lock":false,"pos":{"x":-30.2261,"y":1.6983,"z":10.1027},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"c34f49":{"lock":false,"pos":{"x":-2.6886,"y":1.6535,"z":-5.0485},"rot":{"x":0.0168,"y":180,"z":0.0803}},"c5a4bf":{"lock":false,"pos":{"x":-36.7731,"y":1.709,"z":15.19},"rot":{"x":359.9201,"y":270,"z":0.0169}},"d14543":{"lock":false,"pos":{"x":-12.2221,"y":1.4168,"z":11.1913},"rot":{"x":0.08,"y":89.9905,"z":359.9831}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ConsternationontheConstellation.0ec730.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.json new file mode 100644 index 00000000..37fa99e9 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1844797993644656426/EC19A65BD3119D5FA229F502D65D1D8DAA9E0ECB/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Mint Tea Fan \u0026 Hauke", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_cosmic_pantheon.json", + "GUID": "ec74df", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Cosmic Pantheon", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.565, + "posY": 2.713, + "posZ": -13.986, + "rotX": 0, + "rotY": 270, + "rotZ": 357, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.luascriptstate new file mode 100644 index 00000000..64104306 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.luascriptstate @@ -0,0 +1 @@ +{"ml":{"026884":{"lock":false,"pos":{"x":-36.7733,"y":1.6441,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"0916a7":{"lock":false,"pos":{"x":-39.8587,"y":1.6557,"z":17.3168},"rot":{"x":359.9201,"y":270.0876,"z":0.0167}},"102eed":{"lock":false,"pos":{"x":-43.3701,"y":1.6533,"z":-7.7},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"14757f":{"lock":false,"pos":{"x":-40.1617,"y":1.6341,"z":-11.4772},"rot":{"x":0.0684,"y":134.9983,"z":0.0446}},"1dae6f":{"lock":false,"pos":{"x":-17.1199,"y":1.6201,"z":3.8604},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"20761e":{"lock":false,"pos":{"x":-20.3595,"y":1.6092,"z":-2.1798},"rot":{"x":0.0682,"y":135.2074,"z":0.0448}},"224719":{"lock":false,"pos":{"x":-40.2157,"y":1.646,"z":-17.5792},"rot":{"x":359.9201,"y":270.0246,"z":0.0168}},"24ec75":{"lock":false,"pos":{"x":-33.864,"y":1.6276,"z":-3.5193},"rot":{"x":359.9554,"y":225.0005,"z":0.0684}},"26faf8":{"lock":false,"pos":{"x":-3.9279,"y":1.7011,"z":5.7564},"rot":{"x":359.9197,"y":269.9695,"z":180.0169}},"324649":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.0298},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"35d78a":{"lock":false,"pos":{"x":-0.2631,"y":1.618,"z":2.7825},"rot":{"x":359.9197,"y":270.0023,"z":0.0168}},"387a8c":{"lock":false,"pos":{"x":-40.1074,"y":1.6351,"z":-7.7231},"rot":{"x":359.9201,"y":269.9951,"z":0.0169}},"398981":{"lock":false,"pos":{"x":-17.12,"y":1.6053,"z":-0.03},"rot":{"x":0.0168,"y":179.9998,"z":0.0799}},"402dc8":{"lock":false,"pos":{"x":-17.12,"y":1.6178,"z":-3.83},"rot":{"x":359.9201,"y":269.9997,"z":180.0168}},"4b54bb":{"lock":false,"pos":{"x":-36.8624,"y":1.6647,"z":15.2401},"rot":{"x":359.4041,"y":270.0047,"z":180.0169}},"4bf4a2":{"lock":false,"pos":{"x":-5.2724,"y":1.6236,"z":-2.2218},"rot":{"x":359.9197,"y":269.9948,"z":0.0168}},"4cb4c7":{"lock":false,"pos":{"x":-40.1502,"y":1.6397,"z":7.5151},"rot":{"x":359.9201,"y":269.9831,"z":0.0169}},"551500":{"lock":false,"pos":{"x":-8.3024,"y":1.4859,"z":-24.3237},"rot":{"x":359.9201,"y":270.0117,"z":0.0169}},"56ef18":{"lock":false,"pos":{"x":-36.8813,"y":1.6487,"z":7.614},"rot":{"x":359.9201,"y":270.0022,"z":180.0168}},"5c3eef":{"lock":false,"pos":{"x":-33.8928,"y":1.6297,"z":3.4873},"rot":{"x":0.0684,"y":135.0003,"z":0.0446}},"5e8934":{"lock":false,"pos":{"x":35.6586,"y":1.4707,"z":-26.3579},"rot":{"x":0.0169,"y":180.0107,"z":0.0819}},"63341d":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180.0319,"z":0.0803}},"646a0f":{"lock":false,"pos":{"x":-43.3701,"y":1.6578,"z":7.5696},"rot":{"x":359.9201,"y":270.0004,"z":180.0168}},"7234af":{"lock":false,"pos":{"x":-20.3778,"y":1.6105,"z":2.2238},"rot":{"x":359.9554,"y":224.9946,"z":0.0684}},"76ff17":{"lock":false,"pos":{"x":-36.7731,"y":1.6293,"z":-11.51},"rot":{"x":0.0168,"y":180.0158,"z":0.0799}},"77f364":{"lock":false,"pos":{"x":-13.9762,"y":1.6128,"z":-5.8857},"rot":{"x":359.9201,"y":269.9994,"z":0.0168}},"7de8a9":{"lock":false,"pos":{"x":1.6792,"y":1.5584,"z":14.3254},"rot":{"x":359.9533,"y":226.4892,"z":0.0675}},"81e9dd":{"lock":false,"pos":{"x":-7.1624,"y":1.5881,"z":-11.4125},"rot":{"x":359.9197,"y":270.0004,"z":0.0168}},"863e58":{"lock":false,"pos":{"x":-36.7733,"y":1.6418,"z":-15.28},"rot":{"x":359.9201,"y":270.0019,"z":180.0168}},"91d08c":{"lock":false,"pos":{"x":-7.1624,"y":1.5876,"z":-13.1218},"rot":{"x":359.9197,"y":270.0006,"z":0.0168}},"a2345b":{"lock":false,"pos":{"x":-3.3388,"y":1.5818,"z":-14.7675},"rot":{"x":359.9197,"y":270.0251,"z":0.0168}},"a78ab1":{"lock":false,"pos":{"x":-36.7731,"y":1.6361,"z":11.46},"rot":{"x":0.0168,"y":180.0149,"z":0.0799}},"aa4062":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4414},"rot":{"x":359.9197,"y":269.9997,"z":0.0168}},"ac5f52":{"lock":false,"pos":{"x":-8.2215,"y":1.4965,"z":-34.5062},"rot":{"x":0,"y":270.0227,"z":359.9601}},"b4efbf":{"lock":false,"pos":{"x":-23.6766,"y":1.6281,"z":-0.0298},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"b827a6":{"lock":false,"pos":{"x":-7.1624,"y":1.5871,"z":-14.8311},"rot":{"x":359.9197,"y":270.0017,"z":0.0168}},"b85392":{"lock":false,"pos":{"x":-26.9335,"y":1.619,"z":0.0161},"rot":{"x":359.9201,"y":269.9741,"z":0.0169}},"cc8bbb":{"lock":false,"pos":{"x":-7.1624,"y":1.5886,"z":-9.7032},"rot":{"x":359.9197,"y":269.9966,"z":0.0168}},"ea718b":{"lock":false,"pos":{"x":-36.7733,"y":1.6508,"z":15.1901},"rot":{"x":359.9201,"y":269.9996,"z":180.0168}},"eb234e":{"lock":false,"pos":{"x":-36.7732,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"eb3956":{"lock":false,"pos":{"x":-2.7247,"y":1.6208,"z":0.3732},"rot":{"x":359.9197,"y":270.0182,"z":0.0168}},"efe16f":{"lock":false,"pos":{"x":-39.9553,"y":1.6405,"z":11.3031},"rot":{"x":359.9554,"y":225.0038,"z":0.0684}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/CosmicPantheon.ec74df.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.json new file mode 100644 index 00000000..6beaace9 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1487830597915523099/252BD2089F9DEF3F337BB8AE681939DE98C1EFA7/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_darkness_falls.json", + "GUID": "c6a612", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Darkness Falls", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.268, + "posY": 1.626, + "posZ": 66.131, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.luascriptstate new file mode 100644 index 00000000..77d91b8b --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.luascriptstate @@ -0,0 +1 @@ +{"ml":{"042d44":{"lock":false,"pos":{"x":-2.6885,"y":1.6239,"z":-5.0485},"rot":{"x":359.9197,"y":270.0006,"z":0.0168}},"3fb8ed":{"lock":false,"pos":{"x":-2.68849992752075,"y":1.62393057346344,"z":-5.04850149154663},"rot":{"x":359.919738769531,"y":270.000061035156,"z":0.0168369449675083}},"4add31":{"lock":false,"pos":{"x":-23.6765022277832,"y":1.65464842319489,"z":-0.0299997963011265},"rot":{"x":359.920104980469,"y":270.000030517578,"z":0.0168411564081907}},"5660ef":{"lock":false,"pos":{"x":-30.2242183685303,"y":1.64166986942291,"z":15.1899843215942},"rot":{"x":359.920104980469,"y":270.001068115234,"z":0.0168381482362747}},"6c3b6c":{"lock":false,"pos":{"x":-17.120002746582,"y":1.6189227104187,"z":-0.0298999939113855},"rot":{"x":359.920104980469,"y":269.9970703125,"z":0.0167545769363642}},"7234af":{"lock":false,"pos":{"x":-20.4148006439209,"y":1.60989475250244,"z":-0.0934002250432968},"rot":{"x":359.920104980469,"y":270.009460449219,"z":0.0168546847999096}},"767864":{"lock":false,"pos":{"x":-6.91008472442627,"y":1.61784970760345,"z":-13.1002960205078},"rot":{"x":359.919738769531,"y":269.999938964844,"z":0.0168399773538113}},"7d8fed":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.63271510601044,"z":-15.2799978256226},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168397836387157}},"a45247":{"lock":false,"pos":{"x":1.69610047340393,"y":1.55831742286682,"z":14.2787017822266},"rot":{"x":359.955139160156,"y":225.006576538086,"z":0.0686668530106544}},"b5928a":{"lock":false,"pos":{"x":-3.0259,"y":1.5813,"z":-14.8775},"rot":{"x":359.9197,"y":270.0014,"z":0.0168}},"b756c0":{"lock":false,"pos":{"x":-3.92760014533997,"y":1.72512221336365,"z":5.75710153579712},"rot":{"x":359.919738769531,"y":270.00439453125,"z":180.016815185547}},"c7c0a9":{"lock":false,"pos":{"x":-2.7247,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.0151,"z":0.0168}},"ec7842":{"lock":false,"pos":{"x":-16.0300998687744,"y":1.63047182559967,"z":-2.20079970359802},"rot":{"x":359.920104980469,"y":269.998748779297,"z":0.734870731830597}},"fb280a":{"lock":false,"pos":{"x":-3.95589995384216,"y":1.59753930568695,"z":-10.441201210022},"rot":{"x":359.919738769531,"y":270.000091552734,"z":0.0168370883911848}},"fdd75d":{"lock":false,"pos":{"x":-2.72470021247864,"y":1.62076044082642,"z":0.37329962849617},"rot":{"x":359.919738769531,"y":269.999389648438,"z":0.0168378036469221}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DarknessFalls.c6a612.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.json new file mode 100644 index 00000000..7771bc11 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142900469/BDA1068C5A88459AE805540FE05B8092C4F8F392/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_delta_green.json", + "GUID": "ac164e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Delta Green Convergence", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.226, + "posY": 1.625, + "posZ": 66.493, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.luascriptstate new file mode 100644 index 00000000..615b592c --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0c01a1":{"lock":false,"pos":{"x":-11.6774,"y":1.4086,"z":-14.0775},"rot":{"x":359.9832,"y":359.994,"z":359.92}},"17807e":{"lock":false,"pos":{"x":-23.6766,"y":1.6314,"z":11.46},"rot":{"x":359.9201,"y":269.9978,"z":180.0168}},"1a3caf":{"lock":false,"pos":{"x":-3.9559,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9996,"z":0.0168}},"261874":{"lock":false,"pos":{"x":-17.1201,"y":1.6144,"z":-15.28},"rot":{"x":359.9201,"y":269.9753,"z":0.0169}},"4a7540":{"lock":false,"pos":{"x":-3.9273,"y":1.7925,"z":5.7571},"rot":{"x":359.9197,"y":270.0006,"z":180.0168}},"520889":{"lock":false,"pos":{"x":-3.8323,"y":1.5826,"z":-14.4151},"rot":{"x":359.9197,"y":270.0049,"z":0.0168}},"64b00f":{"lock":false,"pos":{"x":-17.1199,"y":1.6223,"z":11.4595},"rot":{"x":359.9201,"y":269.9901,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-20.3296,"y":1.6132,"z":11.468},"rot":{"x":359.9201,"y":269.9948,"z":0.0169}},"789378":{"lock":false,"pos":{"x":-1.9242,"y":1.4772,"z":-23.8097},"rot":{"x":359.9201,"y":270,"z":0.0169}},"8a689d":{"lock":false,"pos":{"x":-17.1197,"y":1.6503,"z":-0.0295},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"9dab73":{"lock":false,"pos":{"x":-2.7245,"y":1.6159,"z":0.3733},"rot":{"x":359.9197,"y":269.9865,"z":0.0169}},"a45247":{"lock":false,"pos":{"x":1.696,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"ab39b9":{"lock":false,"pos":{"x":-17.1201,"y":1.6234,"z":15.1897},"rot":{"x":359.9201,"y":269.988,"z":0.0169}},"d2cb13":{"lock":false,"pos":{"x":-12.0254,"y":1.614,"z":7.5293},"rot":{"x":359.9201,"y":269.995,"z":0.0168}},"da2cbd":{"lock":false,"pos":{"x":-17.1196,"y":1.6155,"z":-11.5093},"rot":{"x":359.9201,"y":270.0104,"z":0.0168}},"ddc104":{"lock":false,"pos":{"x":-2.6884,"y":1.6336,"z":-5.0485},"rot":{"x":359.9197,"y":269.9859,"z":0.0169}},"fe4e96":{"lock":false,"pos":{"x":-12.0018,"y":1.7668,"z":11.1085},"rot":{"x":359.9201,"y":270.0005,"z":180.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DeltaGreenConvergence.ac164e.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.json new file mode 100644 index 00000000..694c0f40 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1646593716898209387/B827263B809A6C8E1042BDF1C8D33E58458C2EF4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_dont_starve.json", + "GUID": "ffc7ef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Don't Starve", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.844, + "posY": 1.624, + "posZ": 65.409, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.luascriptstate new file mode 100644 index 00000000..07205549 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.luascriptstate @@ -0,0 +1 @@ +{"ml":{"089cf0":{"lock":false,"pos":{"x":0.8855,"y":1.397,"z":6.0097},"rot":{"x":359.9832,"y":-0.001,"z":359.9197}},"1ed3c4":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4413},"rot":{"x":359.9197,"y":269.9984,"z":0.0168}},"2068d9":{"lock":false,"pos":{"x":-8.8884,"y":1.668,"z":-10.3141},"rot":{"x":359.9231,"y":269.9953,"z":0.0163}},"2e69d0":{"lock":false,"pos":{"x":-34.2734,"y":1.3001,"z":-45.4144},"rot":{"x":0.0208,"y":270.0182,"z":0.0168}},"4b8bb9":{"lock":false,"pos":{"x":-0.4572,"y":1.6273,"z":-16.2047},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"4fc2a8":{"lock":false,"pos":{"x":-2.7249,"y":1.6208,"z":0.3733},"rot":{"x":0.0168,"y":180.0004,"z":0.0803}},"5e7ca6":{"lock":false,"pos":{"x":-3.9854,"y":1.5827,"z":-14.8081},"rot":{"x":359.9197,"y":269.9955,"z":0.0168}},"5fd7e9":{"lock":false,"pos":{"x":-11.8026,"y":1.6402,"z":7.2904},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"6da68c":{"lock":false,"pos":{"x":-11.7862,"y":1.6459,"z":10.3689},"rot":{"x":359.9201,"y":270.0031,"z":180.0168}},"70b4a2":{"lock":false,"pos":{"x":-3.9278,"y":1.7492,"z":5.7572},"rot":{"x":359.9197,"y":269.9974,"z":180.0168}},"7a167a":{"lock":false,"pos":{"x":1.7021,"y":1.5583,"z":14.2869},"rot":{"x":359.9555,"y":224.7284,"z":0.0689}},"a61381":{"lock":false,"pos":{"x":-8.3054,"y":1.6036,"z":-10.3476},"rot":{"x":359.922,"y":270.0249,"z":0.0164}},"d6bc5d":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180,"z":0.0803}},"e6f44d":{"lock":false,"pos":{"x":-0.7171,"y":1.4752,"z":-24.8646},"rot":{"x":359.9201,"y":270.0097,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":2.9208,"y":1.6001,"z":-41.5378},"rot":{"x":0.0007,"y":270.0139,"z":0.0039}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/DontStarve.ffc7ef.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.json new file mode 100644 index 00000000..c84c61e2 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1746802526940892011/A775E42F9014CD75B091D7D060012681E58B906E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "By Davi", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_fortune_or_folly.json", + "GUID": "7fa06f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Fortune or Folly - Parallel Rex Murphy Set", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.336, + "posY": 1.625, + "posZ": 65.413, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate new file mode 100644 index 00000000..deccef1a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0f3a96":{"lock":false,"pos":{"x":-34.2316,"y":1.6326,"z":11.6933},"rot":{"x":359.9554,"y":224.9998,"z":0.0684}},"22a929":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":270,"z":0.0168}},"24e42d":{"lock":false,"pos":{"x":-36.7734,"y":1.6418,"z":-15.28},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"2c6d3b":{"lock":false,"pos":{"x":-30.2242,"y":1.6417,"z":15.19},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"2dfd79":{"lock":false,"pos":{"x":-36.7731,"y":1.6361,"z":11.46},"rot":{"x":0.0168,"y":180,"z":0.0799}},"3359db":{"lock":false,"pos":{"x":-32.8963,"y":1.624,"z":-11.1805},"rot":{"x":359.9316,"y":314.9998,"z":359.9554}},"360107":{"lock":false,"pos":{"x":-4.244,"y":1.6416,"z":15.0067},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"392d3e":{"lock":false,"pos":{"x":-36.7731,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":269.9977,"z":0.0168}},"3943d5":{"lock":false,"pos":{"x":-4.0346,"y":1.4838,"z":-23.4806},"rot":{"x":359.9316,"y":315.0011,"z":359.9554}},"3a4050":{"lock":false,"pos":{"x":-27.2281,"y":1.6228,"z":11.3825},"rot":{"x":359.9316,"y":315.0001,"z":359.9554}},"3b60c1":{"lock":false,"pos":{"x":-30.2243,"y":1.6258,"z":7.57},"rot":{"x":359.9201,"y":270.0091,"z":0.0169}},"41625c":{"lock":false,"pos":{"x":-12.2031,"y":1.6162,"z":14.0413},"rot":{"x":359.9201,"y":270.0175,"z":0.0168}},"4fe831":{"lock":false,"pos":{"x":-33.3589,"y":1.6235,"z":-15.1968},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"551d28":{"lock":false,"pos":{"x":2.454,"y":1.4721,"z":-32.3421},"rot":{"x":359.9316,"y":315.0011,"z":359.9554}},"5c0e2e":{"lock":false,"pos":{"x":0.2701,"y":1.4896,"z":28.7803},"rot":{"x":359.9201,"y":269.9994,"z":0.0169}},"62791a":{"lock":false,"pos":{"x":-27.001,"y":1.6202,"z":3.6619},"rot":{"x":359.9554,"y":225,"z":0.0684}},"7234af":{"lock":false,"pos":{"x":-33.4277,"y":1.6269,"z":-3.8532},"rot":{"x":359.9554,"y":224.9966,"z":0.0684}},"83d7bb":{"lock":false,"pos":{"x":-4.2243,"y":1.4816,"z":-31.8957},"rot":{"x":359.9316,"y":315.0004,"z":359.9554}},"8984ad":{"lock":false,"pos":{"x":-23.6768,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":270.0192,"z":0.0168}},"899c2c":{"lock":false,"pos":{"x":-36.7733,"y":1.6508,"z":15.19},"rot":{"x":359.9201,"y":270,"z":0.0168}},"93422e":{"lock":false,"pos":{"x":-12.0801,"y":1.6416,"z":10.7578},"rot":{"x":0.0168,"y":180,"z":0.0799}},"9c140b":{"lock":false,"pos":{"x":-26.7676,"y":1.6177,"z":-3.8214},"rot":{"x":359.9316,"y":314.9779,"z":359.9554}},"9c6651":{"lock":false,"pos":{"x":-30.2218,"y":1.6213,"z":-7.699},"rot":{"x":359.9203,"y":269.5397,"z":0.0175}},"a45247":{"lock":false,"pos":{"x":1.6961,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"b6b9b7":{"lock":false,"pos":{"x":-36.7732,"y":1.6441,"z":-7.7},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"c150be":{"lock":false,"pos":{"x":-23.6765,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"c27718":{"lock":false,"pos":{"x":-36.7732,"y":1.6294,"z":-11.51},"rot":{"x":0.0168,"y":180,"z":0.08}},"c7e9e3":{"lock":false,"pos":{"x":-12.1603,"y":1.631,"z":7.0481},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"cc135d":{"lock":false,"pos":{"x":-33.7965,"y":1.6331,"z":15.3121},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"d1bf92":{"lock":false,"pos":{"x":-3.9276,"y":1.7444,"z":5.7577},"rot":{"x":359.9197,"y":269.9985,"z":180.0168}},"d28cd1":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"d32960":{"lock":false,"pos":{"x":-2.6886,"y":1.6143,"z":-5.0485},"rot":{"x":0.0168,"y":180,"z":0.0803}},"d51f74":{"lock":false,"pos":{"x":-12.3273,"y":1.642,"z":10.8057},"rot":{"x":0.0169,"y":179.9845,"z":0.0799}},"d5f792":{"lock":false,"pos":{"x":-33.2551,"y":1.6289,"z":3.6656},"rot":{"x":359.9316,"y":315.0002,"z":359.9554}},"d9882d":{"lock":false,"pos":{"x":-27.011,"y":1.6157,"z":-11.771},"rot":{"x":359.9554,"y":225.0001,"z":0.0684}},"e1e1c3":{"lock":false,"pos":{"x":-2.7247,"y":1.599,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"e8fcf0":{"lock":false,"pos":{"x":-30.2243,"y":1.6327,"z":-15.28},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"ec4a81":{"lock":false,"pos":{"x":2.8296,"y":1.4739,"z":-24.3652},"rot":{"x":359.9316,"y":315.0031,"z":359.9554}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/FortuneorFolly-ParallelRexMurphySet.7fa06f.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.json new file mode 100644 index 00000000..c85df324 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142976303/C24C7169FD11E5D151DD2F754D5B9A5563D5DABB/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_happys_funhouse.json", + "GUID": "e7d9f8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Happy's Funhouse", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.661, + "posY": 1.626, + "posZ": 67.684, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.luascriptstate new file mode 100644 index 00000000..3120e9e2 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"13c965":{"lock":false,"pos":{"x":-3.9276,"y":1.7504,"z":5.7571},"rot":{"x":359.9197,"y":269.9855,"z":180.0168}},"1aa87a":{"lock":false,"pos":{"x":-30.2245,"y":1.704,"z":7.5705},"rot":{"x":359.9201,"y":269.9915,"z":180.0169}},"1c6049":{"lock":false,"pos":{"x":-2.7315,"y":1.6551,"z":0.3733},"rot":{"x":359.9197,"y":269.9742,"z":0.0169}},"1e99b2":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9852,"z":0.0169}},"3296c9":{"lock":false,"pos":{"x":-2.689,"y":1.6535,"z":-5.0428},"rot":{"x":359.9197,"y":270.0282,"z":0.0168}},"4e82c5":{"lock":false,"pos":{"x":-36.7735,"y":1.7131,"z":7.5705},"rot":{"x":359.9201,"y":269.993,"z":180.0169}},"9b0cf5":{"lock":false,"pos":{"x":-17.12,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":269.9857,"z":180.0169}},"a45247":{"lock":false,"pos":{"x":1.6967,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"ab12bb":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9852,"z":0.0169}},"bdd422":{"lock":false,"pos":{"x":-9.2986,"y":1.667,"z":0.0118},"rot":{"x":359.9202,"y":269.9846,"z":0.017}},"c5008a":{"lock":false,"pos":{"x":-3.5702,"y":1.5821,"z":-14.9068},"rot":{"x":359.9197,"y":270.0005,"z":0.0168}},"fadb67":{"lock":false,"pos":{"x":-23.6763,"y":1.6948,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/HappysFunhouse.e7d9f8.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.json new file mode 100644 index 00000000..90a92334 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1016065907889320438/3DC5DD89D5DB56BE6EFDAC4A96E8063765576EA1/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_in_blackest_pits.json", + "GUID": "68380c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "In Blackest Pits", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.332, + "posY": 1.625, + "posZ": 65.717, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.luascriptstate new file mode 100644 index 00000000..013cbf5d --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1ae977":{"lock":false,"pos":{"x":-33.4282,"y":1.6258,"z":-7.7062},"rot":{"x":0.0799,"y":90.0006,"z":359.9831}},"268bd8":{"lock":false,"pos":{"x":-30.2243,"y":1.6937,"z":-15.28},"rot":{"x":359.9201,"y":269.996,"z":180.0169}},"35c492":{"lock":false,"pos":{"x":-17.1199,"y":1.6042,"z":-3.83},"rot":{"x":0.0169,"y":179.9977,"z":0.0799}},"4011a5":{"lock":false,"pos":{"x":-17.1199,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":269.9961,"z":180.0169}},"505e6c":{"lock":false,"pos":{"x":1.6965,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"5bb7d0":{"lock":false,"pos":{"x":-23.6765,"y":1.6868,"z":-7.7},"rot":{"x":359.9201,"y":269.9953,"z":180.0169}},"5d070a":{"lock":false,"pos":{"x":-30.2242,"y":1.6203,"z":-11.51},"rot":{"x":359.9832,"y":0.0096,"z":359.9201}},"6645cd":{"lock":false,"pos":{"x":-23.6764,"y":1.6134,"z":-3.83},"rot":{"x":0.0169,"y":179.9981,"z":0.0799}},"668f68":{"lock":false,"pos":{"x":-26.9665,"y":1.6168,"z":-7.7199},"rot":{"x":0.0799,"y":90.0006,"z":359.9831}},"6f1efa":{"lock":false,"pos":{"x":-36.7733,"y":1.705,"z":-7.7},"rot":{"x":359.9201,"y":269.996,"z":180.0169}},"7234af":{"lock":false,"pos":{"x":-17.1199,"y":1.6065,"z":3.8598},"rot":{"x":0.0169,"y":179.9981,"z":0.0799}},"759ab6":{"lock":false,"pos":{"x":-20.2426,"y":1.6075,"z":-7.7066},"rot":{"x":0.0799,"y":90.0007,"z":359.9831}},"7b91a3":{"lock":false,"pos":{"x":-23.6765,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":269.996,"z":180.0169}},"8944d1":{"lock":false,"pos":{"x":-3.9275,"y":1.7237,"z":5.7573},"rot":{"x":359.9197,"y":270.0005,"z":180.0168}},"98b72e":{"lock":false,"pos":{"x":-3.9559,"y":1.6585,"z":-10.4431},"rot":{"x":359.9197,"y":269.9995,"z":180.0168}},"a4612b":{"lock":false,"pos":{"x":-17.12,"y":1.6821,"z":7.57},"rot":{"x":359.9201,"y":269.9962,"z":180.0169}},"b04a1a":{"lock":false,"pos":{"x":-20.2608,"y":1.6098,"z":0.0434},"rot":{"x":0.0799,"y":90.0006,"z":359.9831}},"bbb70a":{"lock":false,"pos":{"x":-3.8027,"y":1.5824,"z":-14.9354},"rot":{"x":359.9197,"y":270.031,"z":0.0168}},"cce0e0":{"lock":false,"pos":{"x":-12.0115,"y":1.671,"z":7.4502},"rot":{"x":359.9201,"y":270.0065,"z":0.0169}},"d26316":{"lock":false,"pos":{"x":-26.8215,"y":1.6154,"z":-11.8145},"rot":{"x":0.045,"y":45.3509,"z":359.9319}},"dbbfa0":{"lock":false,"pos":{"x":-30.2243,"y":1.6959,"z":-7.7},"rot":{"x":359.9201,"y":269.9789,"z":180.0169}},"def2f5":{"lock":false,"pos":{"x":-2.7248,"y":1.664,"z":0.3734},"rot":{"x":359.9197,"y":270.001,"z":180.0168}},"e9d947":{"lock":false,"pos":{"x":-2.6895,"y":1.3987,"z":-5.0483},"rot":{"x":359.9832,"y":0.0002,"z":359.9197}},"ff4d6f":{"lock":false,"pos":{"x":-17.12,"y":1.6776,"z":-7.7},"rot":{"x":359.9201,"y":269.996,"z":180.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/InBlackestPits.68380c.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.json new file mode 100644 index 00000000..573729c7 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/790858329422808079/1407B0AB89A9DBCFEE07A84A0979829556D84A78/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_jennys_choice.json", + "GUID": "a61b48", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Jenny's Choice", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.721, + "posY": 1.625, + "posZ": 66.962, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.luascriptstate new file mode 100644 index 00000000..31d2e0e3 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.luascriptstate @@ -0,0 +1 @@ +{"ml":{"057b7e":{"lock":false,"pos":{"x":-23.6764,"y":1.6111,"z":-11.51},"rot":{"x":359.9831,"y":-0.0008,"z":359.9201}},"06d29e":{"lock":false,"pos":{"x":-2.7248,"y":1.6551,"z":0.3733},"rot":{"x":0.0168,"y":179.9995,"z":0.0803}},"149816":{"lock":false,"pos":{"x":-30.2241,"y":1.6225,"z":-3.83},"rot":{"x":359.9831,"y":-0.0009,"z":359.9201}},"1af6e8":{"lock":false,"pos":{"x":-30.2241,"y":1.6976,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"1e7961":{"lock":false,"pos":{"x":-17.12,"y":1.6771,"z":-0.03},"rot":{"x":359.9203,"y":270,"z":0.016}},"29d7e2":{"lock":false,"pos":{"x":-15.5985,"y":1.8209,"z":0.017},"rot":{"x":359.8887,"y":269.9785,"z":0.0184}},"3ba881":{"lock":false,"pos":{"x":-23.6766,"y":1.6885,"z":7.57},"rot":{"x":359.9201,"y":269.9997,"z":0.0169}},"3c4300":{"lock":false,"pos":{"x":-23.6766,"y":1.6862,"z":-0.03},"rot":{"x":359.9201,"y":269.9987,"z":0.0169}},"3d9a8b":{"lock":false,"pos":{"x":-22.2198,"y":1.7339,"z":-7.7092},"rot":{"x":0.0792,"y":269.9715,"z":359.9832}},"44b0c5":{"lock":false,"pos":{"x":-26.7848,"y":1.6188,"z":-0.0522},"rot":{"x":0.0799,"y":90.0026,"z":359.9831}},"46ead9":{"lock":false,"pos":{"x":-31.7026,"y":1.743,"z":-7.7614},"rot":{"x":0.081,"y":270.0021,"z":359.9834}},"61a21b":{"lock":false,"pos":{"x":-20.5245,"y":1.6101,"z":-0.2141},"rot":{"x":359.9201,"y":269.8899,"z":0.0171}},"6aa57e":{"lock":false,"pos":{"x":-30.2244,"y":1.6954,"z":-0.0298},"rot":{"x":359.9207,"y":269.989,"z":0.0183}},"6cb6e7":{"lock":false,"pos":{"x":-23.6764,"y":1.6134,"z":-3.83},"rot":{"x":359.9831,"y":-0.0006,"z":359.9201}},"7234af":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":359.9831,"y":-0.0008,"z":359.9201}},"845074":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":270,"z":0.0168}},"8bae65":{"lock":false,"pos":{"x":-3.9277,"y":1.7344,"z":5.7572},"rot":{"x":359.9197,"y":269.9998,"z":180.0168}},"a45247":{"lock":false,"pos":{"x":1.6961,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"b2bd25":{"lock":false,"pos":{"x":-1.177,"y":1.5467,"z":-27.5609},"rot":{"x":359.9201,"y":269.9994,"z":0.0169}},"b5ceb0":{"lock":false,"pos":{"x":-26.8548,"y":1.6211,"z":7.3881},"rot":{"x":359.9201,"y":270.0042,"z":0.0169}},"b81937":{"lock":false,"pos":{"x":-26.6804,"y":1.6176,"z":-3.8413},"rot":{"x":0.0684,"y":135.0054,"z":0.0446}},"bbb70a":{"lock":false,"pos":{"x":-3.819,"y":1.5823,"z":-15.2311},"rot":{"x":359.9197,"y":270.0322,"z":0.0168}},"c6a2ab":{"lock":false,"pos":{"x":-27.6254,"y":1.6167,"z":-11.1322},"rot":{"x":359.9316,"y":314.9959,"z":359.9554}},"cca4ce":{"lock":false,"pos":{"x":-23.6764,"y":1.684,"z":-7.6884},"rot":{"x":359.9201,"y":270.0044,"z":0.0167}},"d778ee":{"lock":false,"pos":{"x":-26.967,"y":1.6168,"z":-7.7901},"rot":{"x":359.9201,"y":270.0042,"z":0.0169}},"df8dff":{"lock":false,"pos":{"x":-31.957,"y":1.8293,"z":-0.0662},"rot":{"x":4.7643,"y":270.0184,"z":0.017}},"e02060":{"lock":false,"pos":{"x":-2.6886,"y":1.655,"z":-5.0485},"rot":{"x":0.0168,"y":180.0001,"z":0.0803}},"ea8211":{"lock":false,"pos":{"x":-30.2241,"y":1.6931,"z":-7.6998},"rot":{"x":359.9202,"y":269.9836,"z":0.0165}},"ef067f":{"lock":false,"pos":{"x":-27.2278,"y":1.6207,"z":4.0347},"rot":{"x":0.0684,"y":135.0052,"z":0.0446}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/JennysChoice.a61b48.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.json new file mode 100644 index 00000000..ab015fd2 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142937041/3253F31B9483C3B5D0A98BA7E479E006FBF8D270/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_knightfall.json", + "GUID": "df62e8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Knightfall", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.954, + "posY": 1.625, + "posZ": 65.45, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.luascriptstate new file mode 100644 index 00000000..5cc52841 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0679c6":{"lock":false,"pos":{"x":-11.8399,"y":1.6678,"z":0.2602},"rot":{"x":359.9201,"y":269.988,"z":0.0169}},"141409":{"lock":false,"pos":{"x":-30.2241,"y":1.6982,"z":-0.03},"rot":{"x":359.9201,"y":269.9963,"z":180.0169}},"245b8d":{"lock":false,"pos":{"x":-23.6765,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":269.9964,"z":180.0169}},"271ce2":{"lock":false,"pos":{"x":-4.3628,"y":1.5831,"z":-15.1267},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"2d17c9":{"lock":false,"pos":{"x":-23.6765,"y":1.6913,"z":7.57},"rot":{"x":359.9201,"y":269.9958,"z":180.0169}},"3106e6":{"lock":false,"pos":{"x":1.6965,"y":1.6368,"z":14.2788},"rot":{"x":359.9552,"y":224.998,"z":0.0687}},"917494":{"lock":false,"pos":{"x":-2.7246,"y":1.664,"z":0.3733},"rot":{"x":359.9197,"y":269.9855,"z":0.0169}},"9d4e42":{"lock":false,"pos":{"x":-3.9274,"y":1.7397,"z":5.7571},"rot":{"x":359.9197,"y":269.9857,"z":180.0169}},"a4e5e9":{"lock":false,"pos":{"x":-2.6884,"y":1.655,"z":-5.0486},"rot":{"x":359.9197,"y":269.9855,"z":0.0169}},"a68851":{"lock":false,"pos":{"x":-23.6765,"y":1.6868,"z":-7.7},"rot":{"x":359.9201,"y":269.9972,"z":180.0169}},"b21de6":{"lock":false,"pos":{"x":-13.3172,"y":1.6804,"z":7.5859},"rot":{"x":359.9201,"y":269.9856,"z":180.0169}},"b8480f":{"lock":false,"pos":{"x":-3.9559,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9855,"z":0.0169}},"bab1d6":{"lock":false,"pos":{"x":-17.1199,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":269.997,"z":180.0169}},"c9e9ad":{"lock":false,"pos":{"x":-5.3818,"y":1.4082,"z":14.423},"rot":{"x":359.9832,"y":-0.0034,"z":359.9196}},"d306b8":{"lock":false,"pos":{"x":-12.4062,"y":1.679,"z":12.7949},"rot":{"x":359.9201,"y":269.9857,"z":180.0169}},"da3aed":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9855,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/Knightfall.df62e8.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.json new file mode 100644 index 00000000..2fc7026e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142938527/354E6204BB01AED91EAEB19D99E4D95620F99C56/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "An Android Universe crossover adventure", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_last_call_at_roxies.json", + "GUID": "c6a1ca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Last Call at Roxie's", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.756, + "posY": 1.625, + "posZ": 64.388, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.luascriptstate new file mode 100644 index 00000000..555a786f --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.luascriptstate @@ -0,0 +1 @@ +{"ml":{"05dd0a":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"0df520":{"lock":false,"pos":{"x":-11.4769,"y":1.6694,"z":7.3277},"rot":{"x":359.9201,"y":269.9876,"z":0.0169}},"11a797":{"lock":false,"pos":{"x":-17.12,"y":1.6793,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"29a427":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":359.9831,"y":-0.0032,"z":359.9201}},"30c8b6":{"lock":false,"pos":{"x":-20.4245,"y":1.6099,"z":-0.3109},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"3b6690":{"lock":false,"pos":{"x":-20.3057,"y":1.6086,"z":-3.9972},"rot":{"x":359.9554,"y":224.9999,"z":0.0684}},"43390e":{"lock":false,"pos":{"x":-25.129,"y":1.809,"z":-1.3516},"rot":{"x":359.9271,"y":270.0207,"z":6.3789}},"49232a":{"lock":false,"pos":{"x":-26.9264,"y":1.619,"z":-0.0365},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"567db0":{"lock":false,"pos":{"x":-3.974,"y":1.5826,"z":-15.0374},"rot":{"x":359.9197,"y":270.0023,"z":0.0168}},"5ee55d":{"lock":false,"pos":{"x":-17.12,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":269.9988,"z":0.0169}},"6f1e9e":{"lock":false,"pos":{"x":-2.6885,"y":1.6535,"z":-5.0485},"rot":{"x":0.0169,"y":179.9695,"z":0.0802}},"7234af":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":359.9828,"y":-0.0032,"z":359.9266}},"7a4949":{"lock":false,"pos":{"x":-11.176,"y":1.6668,"z":-0.012},"rot":{"x":359.9201,"y":270.0181,"z":0.0169}},"7a4b8e":{"lock":false,"pos":{"x":-20.0769,"y":1.6117,"z":7.4094},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"9c6ccd":{"lock":false,"pos":{"x":-23.6765,"y":1.684,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"a08fa0":{"lock":false,"pos":{"x":-3.9277,"y":1.7237,"z":5.7571},"rot":{"x":359.9197,"y":269.9998,"z":180.0168}},"a137d8":{"lock":false,"pos":{"x":-23.6764,"y":1.6863,"z":-0.0301},"rot":{"x":359.921,"y":269.9989,"z":0.019}},"a45247":{"lock":false,"pos":{"x":1.6966,"y":1.5583,"z":14.2781},"rot":{"x":359.9551,"y":225.017,"z":0.0687}},"b1d40e":{"lock":false,"pos":{"x":-2.7247,"y":1.664,"z":0.3733},"rot":{"x":0.0168,"y":180.0068,"z":0.0803}},"b8ca38":{"lock":false,"pos":{"x":-23.6765,"y":1.6885,"z":7.5699},"rot":{"x":359.9201,"y":269.9985,"z":0.0169}},"d60ed8":{"lock":false,"pos":{"x":-30.2242,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":269.9992,"z":0.0169}},"e3aa6a":{"lock":false,"pos":{"x":-17.1199,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":-0.0033,"z":359.92}},"e78e52":{"lock":false,"pos":{"x":-20.229,"y":1.6108,"z":3.6702},"rot":{"x":359.9316,"y":315.0001,"z":359.9554}},"eb5dd9":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"ffeff3":{"lock":false,"pos":{"x":-27.1788,"y":1.6183,"z":-3.7526},"rot":{"x":359.9315,"y":314.8558,"z":359.9556}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/LastCallatRoxies.c6a1ca.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.json new file mode 100644 index 00000000..ffdd5137 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142939810/7A53406FA1EFA9D556EF559B24A679E566114745/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_masks_of_nyarlathotep.json", + "GUID": "94a1f8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Masks of Nyarlathotep – New York", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.843, + "posY": 1.622, + "posZ": 67.306, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.luascriptstate new file mode 100644 index 00000000..50bd453f --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0f2ffc":{"lock":false,"pos":{"x":-2.6886,"y":1.6555,"z":-5.0485},"rot":{"x":0.0169,"y":179.9837,"z":0.0803}},"256aa6":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"4e3390":{"lock":false,"pos":{"x":-13.0308,"y":1.6899,"z":7.2677},"rot":{"x":359.9201,"y":269.9855,"z":0.0169}},"515e9e":{"lock":false,"pos":{"x":1.6965,"y":1.6368,"z":14.2789},"rot":{"x":359.9552,"y":224.9984,"z":0.0687}},"8f0718":{"lock":false,"pos":{"x":-3.9275,"y":1.7504,"z":5.757},"rot":{"x":359.9197,"y":269.9868,"z":180.0168}},"aae2b1":{"lock":false,"pos":{"x":-3.566,"y":1.582,"z":-15.0714},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}},"fed65c":{"lock":false,"pos":{"x":-2.7247,"y":1.6571,"z":0.3733},"rot":{"x":0.0169,"y":179.9893,"z":0.0803}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MasksofNyarlathotepNewYork.94a1f8.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.json new file mode 100644 index 00000000..2cd98272 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1620690956766119953/F8003A1B5AC39F2D2DABFF6D0AA2168CEC8BFA2C/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_miskatonic_mouse.json", + "GUID": "6defb8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Miskatonic Mouse", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.063, + "posY": 1.626, + "posZ": 67.736, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.luascriptstate new file mode 100644 index 00000000..371693dc --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"070048":{"lock":false,"pos":{"x":-30.2242088317871,"y":2.87992572784424,"z":-3.82993316650391},"rot":{"x":-0.00231676921248436,"y":179.997619628906,"z":1.26457941532135}},"09ad8b":{"lock":false,"pos":{"x":-36.7732582092285,"y":3.03648447990417,"z":7.57027101516724},"rot":{"x":358.734741210938,"y":269.989898681641,"z":180}},"1d8274":{"lock":false,"pos":{"x":-3.9277,"y":1.7348,"z":5.7572},"rot":{"x":359.9197,"y":270.0125,"z":180.0168}},"1f45da":{"lock":false,"pos":{"x":-3.95600080490112,"y":1.59753942489624,"z":-10.4412031173706},"rot":{"x":359.919738769531,"y":269.981781005859,"z":0.016862727701664}},"20323b":{"lock":false,"pos":{"x":-33.9119415283203,"y":2.95937633514404,"z":11.2227916717529},"rot":{"x":359.103210449219,"y":224.98796081543,"z":0.879777431488037}},"270525":{"lock":false,"pos":{"x":-30.224401473999,"y":2.87921810150146,"z":11.4601135253906},"rot":{"x":-0.000603744527325034,"y":179.956634521484,"z":1.26238405704498}},"2875cc":{"lock":false,"pos":{"x":-27.2158050537109,"y":2.8130829334259,"z":3.97495055198669},"rot":{"x":359.108581542969,"y":315.053588867188,"z":359.092346191406}},"2899d0":{"lock":false,"pos":{"x":-36.7731895446777,"y":3.03730201721191,"z":-0.0297468043863773},"rot":{"x":358.734313964844,"y":269.989624023438,"z":179.998733520508}},"319c65":{"lock":false,"pos":{"x":-1.8848,"y":1.4773,"z":-23.1586},"rot":{"x":359.9201,"y":269.9951,"z":0.0169}},"3b6978":{"lock":false,"pos":{"x":-33.4780006408691,"y":2.95103621482849,"z":-0.0187404733151197},"rot":{"x":358.734558105469,"y":270.01611328125,"z":359.979949951172}},"3bc61d":{"lock":false,"pos":{"x":-27.0083675384521,"y":2.80853319168091,"z":0.0778232514858246},"rot":{"x":358.734497070313,"y":270.012481689453,"z":359.987976074219}},"3fe960":{"lock":false,"pos":{"x":-30.2240238189697,"y":2.89177227020264,"z":15.1899032592773},"rot":{"x":358.736755371094,"y":269.997924804688,"z":179.966354370117}},"4a973f":{"lock":false,"pos":{"x":-23.6766967773438,"y":2.74857759475708,"z":7.56988096237183},"rot":{"x":358.734588623047,"y":269.9853515625,"z":179.99919128418}},"53a4a1":{"lock":false,"pos":{"x":-17.1201019287109,"y":2.60411930084229,"z":-0.030163012444973},"rot":{"x":358.734161376953,"y":269.990753173828,"z":179.997467041016}},"60aa1e":{"lock":false,"pos":{"x":-3.7979,"y":1.4061,"z":14.9015},"rot":{"x":359.9196,"y":270.0016,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-40.0450210571289,"y":3.09593415260315,"z":0.0257965438067913},"rot":{"x":358.735046386719,"y":270.003601074219,"z":359.979919433594}},"776283":{"lock":false,"pos":{"x":-34.0347137451172,"y":2.9631130695343,"z":3.60240793228149},"rot":{"x":0.893873751163483,"y":135.028381347656,"z":0.8848837018013}},"83b3af":{"lock":false,"pos":{"x":-30.22438621521,"y":2.89256238937378,"z":7.57004451751709},"rot":{"x":358.734497070313,"y":269.990844726563,"z":180.001251220703}},"970ac8":{"lock":false,"pos":{"x":-23.6762428283691,"y":2.73520588874817,"z":3.86003112792969},"rot":{"x":-0.0016176791395992,"y":179.987777709961,"z":1.2663322687149}},"971f55":{"lock":false,"pos":{"x":-8.70327758789063,"y":1.67401933670044,"z":5.7885594367981},"rot":{"x":359.92138671875,"y":269.996215820313,"z":180.015869140625}},"9b26d0":{"lock":false,"pos":{"x":-20.3389415740967,"y":2.66163778305054,"z":-0.0744780227541924},"rot":{"x":358.734130859375,"y":270.012390136719,"z":-0.0017197597771883}},"9cd123":{"lock":false,"pos":{"x":-23.6764869689941,"y":2.74811339378357,"z":15.1897840499878},"rot":{"x":358.7353515625,"y":269.998504638672,"z":179.980484008789}},"aa3d8a":{"lock":false,"pos":{"x":-9.35670757293701,"y":1.64423155784607,"z":-0.657828032970428},"rot":{"x":359.920074462891,"y":270.017547607422,"z":0.0168047305196524}},"afed94":{"lock":false,"pos":{"x":-26.1752319335938,"y":2.79065299034119,"z":-4.41181564331055},"rot":{"x":359.103485107422,"y":224.993515014648,"z":0.894548416137695}},"b1d640":{"lock":false,"pos":{"x":-30.2243633270264,"y":2.87951040267944,"z":3.86010098457336},"rot":{"x":-0.00255285133607686,"y":180.008117675781,"z":1.25979053974152}},"ba391c":{"lock":false,"pos":{"x":-23.6766033172607,"y":2.74889135360718,"z":-0.0301193725317717},"rot":{"x":358.734313964844,"y":269.985260009766,"z":179.998458862305}},"bc1bcc":{"lock":false,"pos":{"x":-2.7247,"y":1.6256,"z":0.3733},"rot":{"x":359.9197,"y":269.9813,"z":0.0169}},"bfb766":{"lock":false,"pos":{"x":-2.6886,"y":1.6239,"z":-5.0485},"rot":{"x":359.9197,"y":269.9754,"z":0.0169}},"c62fb5":{"lock":false,"pos":{"x":-23.6766815185547,"y":2.73485970497131,"z":11.4600524902344},"rot":{"x":-0.00159484439063817,"y":180.005676269531,"z":1.26562547683716}},"c907e9":{"lock":false,"pos":{"x":-33.5385971069336,"y":2.95191144943237,"z":7.56055545806885},"rot":{"x":358.735137939453,"y":270.013885498047,"z":359.978973388672}},"cabbb3":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":270.0274,"z":180.0168}},"d37681":{"lock":false,"pos":{"x":-27.0100135803223,"y":2.80800485610962,"z":7.49491882324219},"rot":{"x":358.735107421875,"y":270.012268066406,"z":359.984222412109}},"d513b8":{"lock":false,"pos":{"x":-30.2243518829346,"y":2.89364981651306,"z":-7.69995307922363},"rot":{"x":358.733795166016,"y":269.985015869141,"z":179.997680664063}},"daa421":{"lock":false,"pos":{"x":1.69660079479218,"y":1.5583176612854,"z":14.2781038284302},"rot":{"x":359.955139160156,"y":224.990631103516,"z":0.068679116666317}},"dbdb0f":{"lock":false,"pos":{"x":-43.3701095581055,"y":3.18295812606812,"z":-0.0298523493111134},"rot":{"x":358.734741210938,"y":270.000701904297,"z":179.99853515625}},"e600d4":{"lock":false,"pos":{"x":-27.0161094665527,"y":1.72376358509064,"z":15.7743606567383},"rot":{"x":359.920043945313,"y":270.214721679688,"z":180.016540527344}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/MiskatonicMouse.6defb8.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.json new file mode 100644 index 00000000..819ac4cb --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142948271/A763104B91306431654FBA9E3D88FE0E23CE6E6E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_stranger_things.json", + "GUID": "408301", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Stranger Things", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.225, + "posY": 1.624, + "posZ": 66.498, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.luascriptstate new file mode 100644 index 00000000..babbdd4e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1078c7":{"lock":false,"pos":{"x":1.6964,"y":1.6699,"z":14.2788},"rot":{"x":359.9552,"y":224.998,"z":180.0686}},"22e3f2":{"lock":false,"pos":{"x":-2.6904,"y":1.655,"z":-5.0485},"rot":{"x":359.9197,"y":270.0118,"z":0.0168}},"239c56":{"lock":false,"pos":{"x":-36.7733,"y":1.7022,"z":-7.7},"rot":{"x":359.9201,"y":269.9961,"z":0.0169}},"3210d6":{"lock":false,"pos":{"x":-27.0934,"y":1.6172,"z":-7.2278},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"3ba2fb":{"lock":false,"pos":{"x":-30.2244,"y":1.6909,"z":-15.28},"rot":{"x":359.9201,"y":269.9962,"z":0.0169}},"43d027":{"lock":false,"pos":{"x":-23.6765,"y":1.6862,"z":-0.0301},"rot":{"x":359.9201,"y":269.9807,"z":0.0169}},"4595ad":{"lock":false,"pos":{"x":-23.6765,"y":1.684,"z":-7.7},"rot":{"x":359.9201,"y":269.9967,"z":0.0169}},"4667f1":{"lock":false,"pos":{"x":-27.2752,"y":1.6209,"z":4.5605},"rot":{"x":359.9316,"y":315,"z":359.9554}},"4f0a6b":{"lock":false,"pos":{"x":-19.6594,"y":1.61,"z":3.6336},"rot":{"x":0.0446,"y":45,"z":359.9316}},"616612":{"lock":false,"pos":{"x":-33.8841,"y":1.6275,"z":-4.2381},"rot":{"x":0.0446,"y":45,"z":359.9316}},"62b3ab":{"lock":false,"pos":{"x":-2.7247,"y":1.6566,"z":0.3733},"rot":{"x":359.9197,"y":269.9855,"z":0.0169}},"6950d2":{"lock":false,"pos":{"x":-33.7138,"y":1.6263,"z":-7.6781},"rot":{"x":0.0799,"y":89.9999,"z":359.9831}},"69c26d":{"lock":false,"pos":{"x":-4.3001,"y":1.4068,"z":14.6571},"rot":{"x":359.9832,"y":0.0007,"z":359.9197}},"6bbd29":{"lock":false,"pos":{"x":-9.9085,"y":1.6664,"z":1.7308},"rot":{"x":359.9201,"y":269.9864,"z":0.0169}},"709830":{"lock":false,"pos":{"x":-30.2243,"y":1.6225,"z":-3.83},"rot":{"x":359.9831,"y":-0.0046,"z":359.9201}},"7234af":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":359.9831,"y":0.0072,"z":359.92}},"893557":{"lock":false,"pos":{"x":-23.6765,"y":1.6885,"z":7.5699},"rot":{"x":359.9201,"y":269.9939,"z":0.0169}},"9f9e79":{"lock":false,"pos":{"x":-3.9275,"y":1.7504,"z":5.7571},"rot":{"x":359.9197,"y":269.9856,"z":180.0168}},"b2b842":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9855,"z":0.0169}},"b6d48a":{"lock":false,"pos":{"x":-26.9756,"y":1.6157,"z":-11.6402},"rot":{"x":0.0446,"y":45,"z":359.9316}},"bb506e":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9855,"z":0.0169}},"bc825a":{"lock":false,"pos":{"x":-4.1331,"y":1.5829,"z":-14.6606},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"be6abb":{"lock":false,"pos":{"x":-30.2243,"y":1.6203,"z":-11.51},"rot":{"x":359.9831,"y":0.0072,"z":359.92}},"c210e3":{"lock":false,"pos":{"x":-30.2243,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":269.9935,"z":0.0169}},"d90311":{"lock":false,"pos":{"x":-30.2242,"y":1.6931,"z":-7.7001},"rot":{"x":359.9201,"y":269.9952,"z":0.0169}},"daef01":{"lock":false,"pos":{"x":-30.2243,"y":1.6248,"z":3.86},"rot":{"x":359.9831,"y":0.007,"z":359.92}},"e22a64":{"lock":false,"pos":{"x":-27.6267,"y":1.6188,"z":-4.0757},"rot":{"x":359.9316,"y":314.9999,"z":359.9554}},"f0e2dc":{"lock":false,"pos":{"x":-17.12,"y":1.6765,"z":-0.03},"rot":{"x":359.9201,"y":269.9836,"z":180.0169}},"f6d6d8":{"lock":false,"pos":{"x":-17.12,"y":1.6793,"z":7.57},"rot":{"x":359.9201,"y":269.978,"z":0.0169}},"f7c15e":{"lock":false,"pos":{"x":-30.2242,"y":1.6976,"z":7.57},"rot":{"x":359.9201,"y":269.9958,"z":0.0169}},"fbf157":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":359.9831,"y":0.0072,"z":359.92}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/StrangerThings.408301.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.json new file mode 100644 index 00000000..7f327e18 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142920786/52ED9B6276539BF3E1F332C363B21B3D7F6960AA/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_collector.json", + "GUID": "9810eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Collector", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.602, + "posY": 1.679, + "posZ": 64.245, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.luascriptstate new file mode 100644 index 00000000..c639bbc7 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00688d":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":270,"z":0.0169}},"010d85":{"lock":false,"pos":{"x":-3.9274,"y":1.7344,"z":5.7571},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"149deb":{"lock":false,"pos":{"x":-17.1199,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"150603":{"lock":false,"pos":{"x":-4.4609,"y":1.5834,"z":-14.7893},"rot":{"x":359.9197,"y":269.9951,"z":0.0168}},"20314c":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":0.0169,"y":180,"z":0.0799}},"27dc65":{"lock":false,"pos":{"x":-20.5971,"y":1.6123,"z":7.2097},"rot":{"x":359.9201,"y":269.993,"z":0.0169}},"368ca7":{"lock":false,"pos":{"x":-2.6886,"y":1.6623,"z":-5.0485},"rot":{"x":359.9832,"y":-0.0001,"z":359.9197}},"45a6ec":{"lock":false,"pos":{"x":-17.1199,"y":1.6821,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":180.0169}},"5e7e07":{"lock":false,"pos":{"x":-23.6766,"y":1.6935,"z":15.19},"rot":{"x":359.9201,"y":270.0272,"z":180.0168}},"643870":{"lock":false,"pos":{"x":-20.1546,"y":1.6096,"z":0.0507},"rot":{"x":359.9201,"y":269.9931,"z":0.0169}},"6f9258":{"lock":false,"pos":{"x":-20.9414,"y":1.6117,"z":3.308},"rot":{"x":0.0776,"y":120,"z":0.0253}},"7234af":{"lock":false,"pos":{"x":-20.7421,"y":1.6081,"z":-7.8073},"rot":{"x":359.9201,"y":269.9929,"z":0.0169}},"8ce0e1":{"lock":false,"pos":{"x":-23.6765,"y":1.6868,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"8cf84a":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":0.0169,"y":180.0001,"z":0.0799}},"98b377":{"lock":false,"pos":{"x":-2.7248,"y":1.6566,"z":0.3733},"rot":{"x":359.9832,"y":-0.0021,"z":359.9197}},"abd037":{"lock":false,"pos":{"x":-23.6766,"y":1.6913,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"c29eac":{"lock":false,"pos":{"x":-17.12,"y":1.6776,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"d1bab1":{"lock":false,"pos":{"x":-23.6765,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0169}},"f8005d":{"lock":false,"pos":{"x":-3.9558,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":270,"z":0.0168}},"fa8210":{"lock":false,"pos":{"x":1.6965,"y":1.6545,"z":14.2788},"rot":{"x":359.9552,"y":224.9979,"z":0.0687}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCollector.9810eb.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.json new file mode 100644 index 00000000..06db8b4c --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142919895/4026718A421BE11AC64320BE9BC2515B364D066E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_color_out_of_space.json", + "GUID": "5b81ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Colour out of Space", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.932, + "posY": 1.624, + "posZ": 64.798, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.luascriptstate new file mode 100644 index 00000000..8a093da8 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.luascriptstate @@ -0,0 +1 @@ +{"ml":{"058b91":{"lock":false,"pos":{"x":-3.9559,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"21c977":{"lock":false,"pos":{"x":-21.0584,"y":1.6119,"z":3.505},"rot":{"x":359.9554,"y":225,"z":0.0684}},"222582":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"23d608":{"lock":false,"pos":{"x":-2.6884,"y":1.6535,"z":-5.0486},"rot":{"x":359.9197,"y":269.9854,"z":0.0169}},"2ab9ac":{"lock":false,"pos":{"x":-17.12,"y":1.6776,"z":-7.7},"rot":{"x":359.9201,"y":269.9964,"z":180.0169}},"2e887e":{"lock":false,"pos":{"x":-3.9083,"y":1.5825,"z":-15.1234},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"407732":{"lock":false,"pos":{"x":-9.7271,"y":1.6676,"z":-0.255},"rot":{"x":359.9201,"y":269.9876,"z":0.0169}},"4c7aff":{"lock":false,"pos":{"x":1.6966,"y":1.6584,"z":14.2788},"rot":{"x":359.9552,"y":224.998,"z":0.0687}},"61b186":{"lock":false,"pos":{"x":-11.155,"y":1.6791,"z":7.1548},"rot":{"x":359.9201,"y":269.9855,"z":180.0169}},"6dca3e":{"lock":false,"pos":{"x":-2.7246,"y":1.6551,"z":0.3736},"rot":{"x":359.9197,"y":269.9846,"z":0.0169}},"6f54e2":{"lock":false,"pos":{"x":-11.3147,"y":1.6797,"z":13.0979},"rot":{"x":359.9201,"y":269.9855,"z":180.0169}},"7234af":{"lock":false,"pos":{"x":-17.12,"y":1.6042,"z":-3.83},"rot":{"x":359.9831,"y":359.9919,"z":359.92}},"770eca":{"lock":false,"pos":{"x":-17.12,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":269.9958,"z":180.0169}},"80fb47":{"lock":false,"pos":{"x":-23.6765,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":269.9855,"z":180.0169}},"a1b852":{"lock":false,"pos":{"x":-11.2981,"y":1.7087,"z":10.3332},"rot":{"x":359.9201,"y":269.9856,"z":180.0169}},"ab51fa":{"lock":false,"pos":{"x":-20.3744,"y":1.6099,"z":0.0842},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"b83079":{"lock":false,"pos":{"x":-3.9275,"y":1.7184,"z":5.7571},"rot":{"x":359.9197,"y":269.9856,"z":180.0168}},"bfb121":{"lock":false,"pos":{"x":-17.12,"y":1.6821,"z":7.57},"rot":{"x":359.9201,"y":269.9953,"z":180.0169}},"c6995b":{"lock":false,"pos":{"x":-21.6704,"y":1.6106,"z":-3.7228},"rot":{"x":359.9316,"y":315.0002,"z":359.9554}},"d46b84":{"lock":false,"pos":{"x":-11.4019,"y":1.6887,"z":15.8439},"rot":{"x":359.9274,"y":269.9868,"z":180.3533}},"eb22de":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":359.9921,"z":359.9201}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheColouroutofSpace.5b81ff.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.json new file mode 100644 index 00000000..2e8e0260 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142921541/F138D6DF73FB79AC6D1C420869299A481AFA7B90/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_curse_of_amulotep.json", + "GUID": "0d7a8d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Curse of Amulotep", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.697, + "posY": 1.623, + "posZ": 66.348, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.luascriptstate new file mode 100644 index 00000000..8f135b10 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0ce6bb":{"lock":false,"pos":{"x":-12.6932,"y":1.6812,"z":6.9294},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"5127f6":{"lock":false,"pos":{"x":1.6965,"y":1.6662,"z":14.2788},"rot":{"x":359.9551,"y":224.9998,"z":180.0686}},"5e4e43":{"lock":false,"pos":{"x":-13.2968,"y":1.6723,"z":-7.7574},"rot":{"x":359.9201,"y":270.028,"z":180.0168}},"8075b9":{"lock":false,"pos":{"x":-2.7246,"y":1.6566,"z":0.3733},"rot":{"x":359.9197,"y":269.9854,"z":0.0169}},"a08daa":{"lock":false,"pos":{"x":-2.6884,"y":1.6535,"z":-5.0485},"rot":{"x":359.9197,"y":269.9855,"z":0.0169}},"b3cbc1":{"lock":false,"pos":{"x":-3.8937,"y":1.5826,"z":-14.6014},"rot":{"x":359.9197,"y":270.0009,"z":0.0168}},"c6a9ae":{"lock":false,"pos":{"x":-3.9274,"y":1.7611,"z":5.7572},"rot":{"x":359.9197,"y":269.9857,"z":180.0168}},"dc50b3":{"lock":false,"pos":{"x":-3.9555,"y":1.6556,"z":-10.4413},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"ecbf8f":{"lock":false,"pos":{"x":-17.1201,"y":1.6754,"z":-15.2799},"rot":{"x":359.9201,"y":270.0269,"z":180.0168}},"f9fc71":{"lock":false,"pos":{"x":-50.9244,"y":1.7294,"z":8.1784},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheCurseofAmulotep.0d7a8d.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.json new file mode 100644 index 00000000..79cbccd1 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1771580824970152646/1C2D909AF92814C33B43D22F0EE1D6B8FD260998/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_house_of_usher.json", + "GUID": "42bdd3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Fall of the House of Usher", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.113, + "posY": 3.183, + "posZ": -58.666, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.luascriptstate new file mode 100644 index 00000000..efc3f059 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.luascriptstate @@ -0,0 +1 @@ +{"ml":{"191941":{"lock":false,"pos":{"x":-8.8991,"y":1.6039,"z":-12.2997},"rot":{"x":359.922,"y":269.9513,"z":0.0169}},"1e5cf2":{"lock":false,"pos":{"x":-8.9685,"y":1.6055,"z":-7.0847},"rot":{"x":359.9211,"y":269.9971,"z":0.0173}},"1ec67c":{"lock":false,"pos":{"x":-2.6889,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":179.9999,"z":0.0803}},"22ae93":{"lock":false,"pos":{"x":-30.2241,"y":1.6225,"z":-3.83},"rot":{"x":0.0166,"y":180.1514,"z":0.08}},"34fda8":{"lock":false,"pos":{"x":-33.6136,"y":1.6294,"z":3.5762},"rot":{"x":0.0684,"y":134.9841,"z":0.0446}},"49f26f":{"lock":false,"pos":{"x":-36.7604,"y":1.6463,"z":-0.1319},"rot":{"x":359.9201,"y":270.0081,"z":0.0168}},"4b8bb9":{"lock":false,"pos":{"x":0.1816,"y":1.6265,"z":-15.6845},"rot":{"x":359.9197,"y":270.0023,"z":0.0168}},"4d6ba5":{"lock":false,"pos":{"x":-30.2243,"y":1.6349,"z":-7.7001},"rot":{"x":359.9201,"y":270.011,"z":0.0168}},"4f0dc5":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.0301},"rot":{"x":359.9201,"y":269.9995,"z":0.0168}},"64faca":{"lock":false,"pos":{"x":-34.2126,"y":1.628,"z":-3.9652},"rot":{"x":359.9455,"y":329.9937,"z":359.9392}},"7234af":{"lock":false,"pos":{"x":-26.7523,"y":1.6187,"z":-0.0751},"rot":{"x":359.9201,"y":270.0107,"z":0.0169}},"7a167a":{"lock":false,"pos":{"x":1.7099,"y":1.5583,"z":14.2855},"rot":{"x":359.9554,"y":224.7322,"z":0.0689}},"7da52c":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"82cc79":{"lock":false,"pos":{"x":-27.2534,"y":1.6172,"z":-7.651},"rot":{"x":359.9201,"y":270.0127,"z":0.0169}},"8a3e0b":{"lock":false,"pos":{"x":-8.9186,"y":1.6062,"z":-4.448},"rot":{"x":359.9219,"y":270.0014,"z":180.0168}},"8a4aea":{"lock":false,"pos":{"x":-3.9278,"y":1.7733,"z":5.7572},"rot":{"x":359.9197,"y":270.0108,"z":180.0168}},"8fc1ca":{"lock":false,"pos":{"x":-27.3633,"y":1.6207,"z":3.5729},"rot":{"x":359.9554,"y":225.0201,"z":0.0684}},"90b00d":{"lock":false,"pos":{"x":-1.6368,"y":1.4983,"z":-39.3037},"rot":{"x":0,"y":270.0101,"z":359.6725}},"a8a05c":{"lock":false,"pos":{"x":-23.6765,"y":1.6156,"z":3.86},"rot":{"x":0.0167,"y":180.0935,"z":0.08}},"ab5023":{"lock":false,"pos":{"x":-2.7249,"y":1.6159,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"acf560":{"lock":false,"pos":{"x":-33.4997,"y":1.6304,"z":7.534},"rot":{"x":359.9201,"y":270.01,"z":0.0169}},"aef3fc":{"lock":false,"pos":{"x":-23.6766,"y":1.6258,"z":-7.7},"rot":{"x":359.9201,"y":269.9665,"z":0.0169}},"b485b2":{"lock":false,"pos":{"x":-8.8413,"y":1.603,"z":-14.9318},"rot":{"x":359.9213,"y":269.9984,"z":0.0179}},"b81b3a":{"lock":false,"pos":{"x":-30.2241,"y":1.6247,"z":3.86},"rot":{"x":0.0168,"y":180.0174,"z":0.0799}},"bbb70a":{"lock":false,"pos":{"x":-3.9117,"y":1.5826,"z":-14.806},"rot":{"x":359.9197,"y":270.0314,"z":0.0168}},"bd62c6":{"lock":false,"pos":{"x":-23.6767,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":269.9995,"z":0.0168}},"c4b15a":{"lock":false,"pos":{"x":-21.0971,"y":1.641,"z":1.7052},"rot":{"x":359.3205,"y":270.0123,"z":0.0167}},"cac078":{"lock":false,"pos":{"x":-30.2243,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":270.0006,"z":0.0168}},"d1e043":{"lock":false,"pos":{"x":-36.7732,"y":1.6339,"z":3.86},"rot":{"x":0.0168,"y":180.0144,"z":0.0799}},"e03eed":{"lock":false,"pos":{"x":-36.7732,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":270.0102,"z":0.0168}},"ec039f":{"lock":false,"pos":{"x":-8.9555,"y":1.6047,"z":-9.7254},"rot":{"x":359.9219,"y":270.0037,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4656,"y":1.5756,"z":-26.9312},"rot":{"x":359.9201,"y":270.0143,"z":0.0169}},"f2cf1f":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9977,"z":0.0172}},"fdde48":{"lock":false,"pos":{"x":-27.0721,"y":1.6182,"z":-3.4372},"rot":{"x":359.9316,"y":315.0023,"z":359.9554}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFalloftheHouseofUsher.42bdd3.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.json new file mode 100644 index 00000000..4fcd1565 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142936385/DCE942F9A1172E9C55A36E4593F5CDC71D9BC3AD/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_festival.json", + "GUID": "29d22a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Festival", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.309, + "posY": 1.625, + "posZ": 64.664, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.luascriptstate new file mode 100644 index 00000000..c7c714da --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1e3988":{"lock":false,"pos":{"x":-30.2243,"y":1.6959,"z":-7.7},"rot":{"x":359.9201,"y":270.0014,"z":180.0169}},"259b7b":{"lock":false,"pos":{"x":-20.746,"y":1.685,"z":-0.0446},"rot":{"x":359.9201,"y":270.0016,"z":180.0169}},"27bf6a":{"lock":false,"pos":{"x":-10.5675,"y":1.6537,"z":13.5759},"rot":{"x":359.9201,"y":270.0211,"z":0.0168}},"28272f":{"lock":false,"pos":{"x":-27.0195,"y":1.6235,"z":14.5832},"rot":{"x":359.9201,"y":270.0063,"z":0.0169}},"299ea1":{"lock":false,"pos":{"x":-30.223,"y":1.6982,"z":-0.0301},"rot":{"x":359.9201,"y":270.024,"z":180.0168}},"2c792a":{"lock":false,"pos":{"x":-34.0171,"y":1.6278,"z":-3.8093},"rot":{"x":0.0684,"y":134.9883,"z":0.0445}},"3d2a1a":{"lock":false,"pos":{"x":-3.9275,"y":1.7504,"z":5.7571},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"3eef2e":{"lock":false,"pos":{"x":-9.6732,"y":1.6648,"z":0.0646},"rot":{"x":359.9201,"y":269.9858,"z":0.0169}},"447fd2":{"lock":false,"pos":{"x":-34.1668,"y":1.6303,"z":3.8209},"rot":{"x":0.0253,"y":29.9808,"z":359.9224}},"4591d4":{"lock":false,"pos":{"x":-20.7985,"y":1.615,"z":15.1153},"rot":{"x":359.9201,"y":270.0109,"z":0.0169}},"4b81f6":{"lock":false,"pos":{"x":-3.8815,"y":1.5826,"z":-14.612},"rot":{"x":359.9197,"y":270.0021,"z":0.0168}},"50ffd3":{"lock":false,"pos":{"x":-23.6765,"y":1.6902,"z":3.8601},"rot":{"x":359.9201,"y":270.0026,"z":180.0169}},"68ba2e":{"lock":false,"pos":{"x":-26.8859,"y":1.6172,"z":-6.0034},"rot":{"x":359.9554,"y":224.9895,"z":0.0684}},"6bc393":{"lock":false,"pos":{"x":-30.2243,"y":1.7027,"z":15.19},"rot":{"x":359.9201,"y":270.0014,"z":180.0169}},"7234af":{"lock":false,"pos":{"x":-33.4411,"y":1.6281,"z":-0.1151},"rot":{"x":359.9201,"y":270.0092,"z":0.0169}},"7b9e37":{"lock":false,"pos":{"x":-30.2243,"y":1.6225,"z":-3.83},"rot":{"x":0.0169,"y":179.9999,"z":0.0799}},"7bdc6b":{"lock":false,"pos":{"x":-23.6765,"y":1.6879,"z":-3.83},"rot":{"x":359.9201,"y":270.0012,"z":180.0169}},"7d6343":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9982,"z":0.0169}},"8ce4d8":{"lock":false,"pos":{"x":-2.6885,"y":1.6535,"z":-5.0485},"rot":{"x":0.0168,"y":179.9982,"z":0.0803}},"9e71b4":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4402},"rot":{"x":359.9197,"y":269.9982,"z":0.0168}},"a19bdb":{"lock":false,"pos":{"x":-30.2243,"y":1.627,"z":11.46},"rot":{"x":0.0169,"y":180.0077,"z":0.0799}},"a45247":{"lock":false,"pos":{"x":1.697,"y":1.5583,"z":14.2784},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"b5096d":{"lock":false,"pos":{"x":-13.5542,"y":1.6749,"z":-0.1164},"rot":{"x":359.9201,"y":270.0067,"z":180.0168}},"be3ac9":{"lock":false,"pos":{"x":-36.7732,"y":1.7073,"z":-0.03},"rot":{"x":359.9201,"y":269.9733,"z":180.0169}},"c2da92":{"lock":false,"pos":{"x":-20.9563,"y":1.61,"z":-2.6211},"rot":{"x":0.0253,"y":29.9999,"z":359.9224}},"c41b7b":{"lock":false,"pos":{"x":-30.2243,"y":1.6248,"z":3.86},"rot":{"x":359.9831,"y":359.9757,"z":359.9201}},"ce35ae":{"lock":false,"pos":{"x":-2.7247,"y":1.6551,"z":0.3733},"rot":{"x":0.0168,"y":180.0006,"z":0.0803}},"d0c475":{"lock":false,"pos":{"x":-17.12,"y":1.6844,"z":15.19},"rot":{"x":359.9201,"y":270.0072,"z":180.0168}},"d7fc4c":{"lock":false,"pos":{"x":-30.2198,"y":1.7004,"z":7.5731},"rot":{"x":359.9201,"y":270.0274,"z":180.0168}},"da1f25":{"lock":false,"pos":{"x":-17.1199,"y":1.6054,"z":-0.03},"rot":{"x":359.9201,"y":270.0272,"z":0.0169}},"daa95d":{"lock":false,"pos":{"x":-27.1008,"y":1.6199,"z":2.1469},"rot":{"x":359.9554,"y":224.9999,"z":0.0684}},"db49f3":{"lock":false,"pos":{"x":-21.1809,"y":1.6117,"z":2.132},"rot":{"x":0.0684,"y":134.9832,"z":0.0445}},"f0d16a":{"lock":false,"pos":{"x":-23.6765,"y":1.6935,"z":15.19},"rot":{"x":359.9201,"y":270.011,"z":180.0168}},"f108e3":{"lock":false,"pos":{"x":-27.3214,"y":1.6189,"z":-2.4573},"rot":{"x":359.9316,"y":315.0002,"z":359.9554}},"f591c7":{"lock":false,"pos":{"x":-26.9568,"y":1.6207,"z":5.6374},"rot":{"x":0.0684,"y":134.9882,"z":0.0445}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheFestival.29d22a.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.json new file mode 100644 index 00000000..e257227e --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142935568/34A42BC3AEF7764F8D7BB242DB08FD36B8EC6DCB/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_grand_oak_hotel.json", + "GUID": "5ccf55", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Grand Oak Hotel", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.458, + "posY": 1.624, + "posZ": 64.612, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.luascriptstate new file mode 100644 index 00000000..6a1cb848 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.luascriptstate @@ -0,0 +1 @@ +{"ml":{"076680":{"lock":false,"pos":{"x":-1.4656,"y":1.4756,"z":-26.9304},"rot":{"x":359.9201,"y":270.0086,"z":0.0169}},"1832f9":{"lock":false,"pos":{"x":-30.2241,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":0.0168}},"31b5a1":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":270.0001,"z":0.0168}},"51a259":{"lock":false,"pos":{"x":-2.7247,"y":1.6256,"z":0.3733},"rot":{"x":0.0168,"y":180.0003,"z":0.0803}},"580dd8":{"lock":false,"pos":{"x":-30.2242,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":0.0168}},"5895c2":{"lock":false,"pos":{"x":-3.9277,"y":1.7299,"z":5.7534},"rot":{"x":359.9197,"y":269.999,"z":180.0168}},"6fc753":{"lock":false,"pos":{"x":-36.7732,"y":1.6508,"z":15.1901},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"794c01":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":270.0025,"z":0.0168}},"7f738c":{"lock":false,"pos":{"x":-17.1198,"y":1.6167,"z":-7.7001},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"801388":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"93cb42":{"lock":false,"pos":{"x":-17.12,"y":1.6234,"z":15.19},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"9cd1ad":{"lock":false,"pos":{"x":-4.0559,"y":1.5827,"z":-15.1513},"rot":{"x":359.9197,"y":270,"z":0.0168}},"ad2380":{"lock":false,"pos":{"x":-2.6885,"y":1.6239,"z":-5.0485},"rot":{"x":0.0169,"y":179.9811,"z":0.0803}},"b3a042":{"lock":false,"pos":{"x":-0.217,"y":1.6291,"z":-10.403},"rot":{"x":359.9582,"y":269.9997,"z":-0.0057}},"daa47d":{"lock":false,"pos":{"x":-36.7732,"y":1.6486,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"e3a8d4":{"lock":false,"pos":{"x":-17.1188,"y":1.6212,"z":7.5574},"rot":{"x":359.9201,"y":269.9977,"z":0.0168}},"fc4638":{"lock":false,"pos":{"x":1.6963,"y":1.5583,"z":14.2748},"rot":{"x":359.9552,"y":224.9405,"z":0.0687}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheGrandOakHotel.5ccf55.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.json new file mode 100644 index 00000000..feb24951 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1617311203420460064/3D20A71D13F484BEEBCF572E827CD38FF3DF57E4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_sleepy_hollow.json", + "GUID": "0500f1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Legend of Sleepy Hollow", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.669, + "posY": 3.37, + "posZ": -40.855, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.luascriptstate new file mode 100644 index 00000000..eff9e38d --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.luascriptstate @@ -0,0 +1 @@ +{"ml":{"033daa":{"lock":false,"pos":{"x":-8.1757,"y":1.6066,"z":0.3485},"rot":{"x":359.9216,"y":269.9993,"z":0.0168}},"0d0ca8":{"lock":false,"pos":{"x":-23.6765,"y":1.6292,"z":3.86},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"15b639":{"lock":false,"pos":{"x":-2.6885,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180.0166,"z":0.0803}},"21f7a4":{"lock":false,"pos":{"x":-26.8493,"y":1.6194,"z":1.7171},"rot":{"x":359.9392,"y":239.9975,"z":0.0545}},"4027ed":{"lock":false,"pos":{"x":-30.2244,"y":1.6247,"z":3.8601},"rot":{"x":0.0169,"y":179.985,"z":0.0799}},"4b8bb9":{"lock":false,"pos":{"x":6.5889,"y":1.517,"z":-17.8819},"rot":{"x":359.9201,"y":270.0021,"z":0.0169}},"4f9d72":{"lock":false,"pos":{"x":-2.7247,"y":1.599,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"7112e4":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":269.9997,"z":180.0168}},"7234af":{"lock":false,"pos":{"x":-33.2491,"y":1.6278,"z":-0.0616},"rot":{"x":359.9201,"y":270.0093,"z":0.0169}},"75a1d7":{"lock":false,"pos":{"x":-3.9282,"y":1.7684,"z":5.756},"rot":{"x":359.9197,"y":270.0071,"z":180.0168}},"7a167a":{"lock":false,"pos":{"x":1.7024,"y":1.5583,"z":14.2869},"rot":{"x":359.9554,"y":224.7314,"z":0.0689}},"7d002e":{"lock":false,"pos":{"x":-8.9412,"y":1.593,"z":-3.1373},"rot":{"x":359.9211,"y":270.0159,"z":0.0178}},"7fb809":{"lock":false,"pos":{"x":-8.8494,"y":1.6036,"z":-13.0782},"rot":{"x":359.9212,"y":270.0023,"z":0.0178}},"8385c4":{"lock":false,"pos":{"x":-8.8435,"y":1.6056,"z":-6.2428},"rot":{"x":359.9214,"y":270.0007,"z":180.0158}},"92ed37":{"lock":false,"pos":{"x":-26.8628,"y":1.6183,"z":-1.9646},"rot":{"x":359.9224,"y":300.0059,"z":359.9747}},"93a112":{"lock":false,"pos":{"x":-30.2243,"y":1.6394,"z":7.5708},"rot":{"x":359.9201,"y":269.9991,"z":180.0168}},"98cfeb":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4416},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"9e9ff6":{"lock":false,"pos":{"x":-36.7733,"y":1.6441,"z":-7.7},"rot":{"x":359.9201,"y":269.9993,"z":180.0168}},"a7f7c7":{"lock":false,"pos":{"x":-36.7732,"y":1.6316,"z":-3.83},"rot":{"x":0.0168,"y":180.041,"z":0.08}},"abb407":{"lock":false,"pos":{"x":-8.8479,"y":1.6029,"z":-15.3075},"rot":{"x":359.9212,"y":270.011,"z":0.0178}},"afa1f3":{"lock":false,"pos":{"x":-8.8373,"y":1.6049,"z":-8.5317},"rot":{"x":359.9213,"y":270.0001,"z":0.0179}},"b5a46b":{"lock":false,"pos":{"x":-23.6765,"y":1.6269,"z":-3.8299},"rot":{"x":359.9201,"y":270,"z":180.0168}},"bbb70a":{"lock":false,"pos":{"x":-3.9121,"y":1.5826,"z":-14.8057},"rot":{"x":359.9197,"y":270.0306,"z":0.0168}},"bfa2a2":{"lock":false,"pos":{"x":-8.8434,"y":1.6042,"z":-10.8084},"rot":{"x":359.9212,"y":270.0005,"z":0.0178}},"e9cc5a":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":269.9995,"z":180.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4656,"y":1.5756,"z":-26.9308},"rot":{"x":359.9201,"y":270.0153,"z":0.0169}},"fbe9fd":{"lock":false,"pos":{"x":-24.8778,"y":1.6161,"z":-0.1574},"rot":{"x":0.0166,"y":180.1361,"z":0.08}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheLegendofSleepyHollow.0500f1.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.json new file mode 100644 index 00000000..fd169181 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1797477398306699180/7C5363FFCCDCD4A1AF2A0C71B2A7E5F96D5ACCA4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_nameless_city.json", + "GUID": "9d3083", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Nameless City", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.526, + "posY": 1.625, + "posZ": 65.906, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.45, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.luascriptstate new file mode 100644 index 00000000..d1586b46 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.luascriptstate @@ -0,0 +1 @@ +{"ml":{"164a39":{"lock":false,"pos":{"x":-3.95620059967041,"y":1.59753966331482,"z":-10.4415016174316},"rot":{"x":359.919738769531,"y":269.998657226563,"z":0.0168390870094299}},"1a1506":{"lock":false,"pos":{"x":-12.104998588562,"y":1.59499669075012,"z":-11.3583011627197},"rot":{"x":359.920104980469,"y":269.973022460938,"z":0.0168796647340059}},"6e906f":{"lock":false,"pos":{"x":-3.9279,"y":1.7203,"z":5.7572},"rot":{"x":359.9197,"y":270,"z":180.0168}},"7d6103":{"lock":false,"pos":{"x":-12.0929002761841,"y":1.59430456161499,"z":-13.6558017730713},"rot":{"x":359.920104980469,"y":269.989196777344,"z":0.0168482903391123}},"7e3c60":{"lock":false,"pos":{"x":-16.4165992736816,"y":1.67012298107147,"z":9.44509983062744},"rot":{"x":0.0799057334661484,"y":90.030403137207,"z":359.983215332031}},"8067ce":{"lock":false,"pos":{"x":-2.7245,"y":1.6208,"z":0.3732},"rot":{"x":359.9197,"y":269.9814,"z":0.0169}},"8beeb8":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.63719701766968,"z":-0.0299998410046101},"rot":{"x":359.920104980469,"y":270.000061035156,"z":180.016830444336}},"8fb06e":{"lock":false,"pos":{"x":-11.5186023712158,"y":1.48982048034668,"z":-26.3105010986328},"rot":{"x":359.920227050781,"y":269.659973144531,"z":0.0173455532640219}},"96f7e5":{"lock":false,"pos":{"x":-3.9277,"y":1.7203,"z":5.7571},"rot":{"x":359.9197,"y":270.0125,"z":180.0168}},"a0b3c1":{"lock":false,"pos":{"x":-12.7744,"y":1.6368,"z":7.2866},"rot":{"x":359.9201,"y":269.9998,"z":0.0168}},"a66270":{"lock":false,"pos":{"x":-12.6184,"y":1.6367,"z":7.5768},"rot":{"x":359.9201,"y":269.9999,"z":0.0168}},"b07c45":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}},"b3b462":{"lock":false,"pos":{"x":-2.68862700462341,"y":1.62393081188202,"z":-5.04849576950073},"rot":{"x":359.919738769531,"y":270.000061035156,"z":0.0168373957276344}},"b6da68":{"lock":false,"pos":{"x":1.7024005651474,"y":1.55830836296082,"z":14.2777013778687},"rot":{"x":359.955139160156,"y":224.997863769531,"z":0.068672813475132}},"c0dc73":{"lock":true,"pos":{"x":0.0874999985098839,"y":1.61240005493164,"z":-9.4350004196167},"rot":{"x":359.919799804688,"y":269.9873046875,"z":0.0169000010937452}},"cc8bbb":{"lock":false,"pos":{"x":-12.033501625061,"y":1.59552979469299,"z":-9.2046012878418},"rot":{"x":359.920104980469,"y":270.011779785156,"z":0.0168169923126698}},"cdea43":{"lock":false,"pos":{"x":-12.6030263900757,"y":1.64734363555908,"z":11.2748069763184},"rot":{"x":359.920104980469,"y":270.000061035156,"z":180.016830444336}},"d3d96a":{"lock":false,"pos":{"x":-11.9824981689453,"y":1.59610056877136,"z":-7.02070093154907},"rot":{"x":359.920104980469,"y":270.021118164063,"z":0.0168036427348852}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNamelessCity.9d3083.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.json new file mode 100644 index 00000000..8db59d57 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142940439/EE68DD668C18F8F8C61B0F2BABA6D548B17A6EA7/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_nephew_calls.json", + "GUID": "3ddd12", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Nephew Calls", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.291, + "posY": 1.625, + "posZ": 65.329, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.luascriptstate new file mode 100644 index 00000000..e987a6e3 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.luascriptstate @@ -0,0 +1 @@ +{"ml":{"2e8f0a":{"lock":false,"pos":{"x":-2.7247,"y":1.6566,"z":0.3733},"rot":{"x":359.9197,"y":269.9843,"z":0.0169}},"3c18ed":{"lock":false,"pos":{"x":-2.6885,"y":1.655,"z":-5.0482},"rot":{"x":359.9197,"y":269.9865,"z":0.0169}},"4369ca":{"lock":false,"pos":{"x":-20.9201,"y":1.6118,"z":3.8653},"rot":{"x":359.9747,"y":210,"z":0.0776}},"4ed173":{"lock":false,"pos":{"x":-3.9276,"y":1.7237,"z":5.7571},"rot":{"x":359.9197,"y":269.9888,"z":180.0168}},"4fa9f9":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"54707a":{"lock":false,"pos":{"x":-4.0348,"y":1.5826,"z":-15.3238},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}},"5ca1a9":{"lock":false,"pos":{"x":-17.12,"y":1.6065,"z":3.86},"rot":{"x":359.9831,"y":359.9848,"z":359.9201}},"7234af":{"lock":false,"pos":{"x":-20.5116,"y":1.6101,"z":-0.1741},"rot":{"x":359.9201,"y":269.9943,"z":0.0169}},"7b5228":{"lock":false,"pos":{"x":-17.12,"y":1.6821,"z":7.57},"rot":{"x":359.9201,"y":270,"z":180.0169}},"9e9bdd":{"lock":false,"pos":{"x":-17.12,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":269.9998,"z":180.0169}},"a41e13":{"lock":false,"pos":{"x":-23.6765,"y":1.689,"z":-0.03},"rot":{"x":359.9201,"y":269.9998,"z":180.0169}},"a8f47c":{"lock":false,"pos":{"x":1.6965,"y":1.6368,"z":14.2789},"rot":{"x":359.9552,"y":224.9986,"z":0.0687}},"a9c518":{"lock":false,"pos":{"x":-11.5089,"y":1.6766,"z":1.4197},"rot":{"x":359.9201,"y":269.999,"z":0.0169}},"b874a8":{"lock":false,"pos":{"x":-17.1199,"y":1.6042,"z":-3.83},"rot":{"x":0.0169,"y":179.9998,"z":0.0799}},"db443b":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9998,"z":0.0168}},"e67855":{"lock":false,"pos":{"x":-17.1201,"y":1.6776,"z":-7.7},"rot":{"x":359.9201,"y":269.9982,"z":180.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheNephewCalls.3ddd12.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.json new file mode 100644 index 00000000..840ab44c --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142945578/6BA34FBD61F7AD38DE8B2B9E5D5F067406B7CC77/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_pensher_wyrm.json", + "GUID": "504f38", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Pensher Wyrm", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.37, + "posY": 1.625, + "posZ": 65.415, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.luascriptstate new file mode 100644 index 00000000..6201e5b5 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0251e6":{"lock":false,"pos":{"x":-58.7691,"y":1.7417,"z":22.2313},"rot":{"x":359.9201,"y":269.9973,"z":0.0169}},"04fdb8":{"lock":false,"pos":{"x":-2.7247,"y":1.6551,"z":0.3733},"rot":{"x":359.9197,"y":270.0046,"z":0.0168}},"07bfca":{"lock":false,"pos":{"x":-11.1535,"y":1.6509,"z":1.3602},"rot":{"x":359.9201,"y":269.9977,"z":0.0169}},"1ae75c":{"lock":false,"pos":{"x":-23.6765,"y":1.684,"z":-7.7},"rot":{"x":359.9201,"y":269.9961,"z":0.0169}},"22cf16":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9969,"z":0.0168}},"336335":{"lock":false,"pos":{"x":-23.6765,"y":1.6828,"z":-11.51},"rot":{"x":359.9201,"y":269.9848,"z":0.0169}},"3cf9b8":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9969,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-20.5194,"y":1.6101,"z":-0.0446},"rot":{"x":359.9201,"y":270.0053,"z":0.0169}},"909b6f":{"lock":false,"pos":{"x":-2.6885,"y":1.6535,"z":-5.0485},"rot":{"x":359.9197,"y":270.0029,"z":0.0168}},"a45247":{"lock":false,"pos":{"x":1.6951,"y":1.5583,"z":14.2794},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"afc427":{"lock":false,"pos":{"x":-23.6764,"y":1.6874,"z":3.86},"rot":{"x":359.9201,"y":269.9971,"z":0.0169}},"b93ec9":{"lock":false,"pos":{"x":-17.1199,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":269.9976,"z":0.0169}},"c606a1":{"lock":false,"pos":{"x":-4.0681,"y":1.5827,"z":-15.3226},"rot":{"x":359.9197,"y":270.0012,"z":0.0168}},"d37670":{"lock":false,"pos":{"x":-3.9277,"y":1.6705,"z":5.7572},"rot":{"x":359.9197,"y":270.0103,"z":180.0168}},"e28e5b":{"lock":false,"pos":{"x":-17.1199,"y":1.6782,"z":3.86},"rot":{"x":359.9201,"y":269.9969,"z":0.0169}},"eb6cf0":{"lock":false,"pos":{"x":-23.6765,"y":1.6862,"z":-0.03},"rot":{"x":359.9201,"y":269.9966,"z":0.0169}},"f0dbb0":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":359.9832,"y":0.0155,"z":359.92}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ThePensherWyrm.504f38.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.json new file mode 100644 index 00000000..bd6922b6 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142946225/F5A6228957B37E945B425681115D09E7B8543BC6/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_red_room.json", + "GUID": "fa4327", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Red Room", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.088, + "posY": 1.624, + "posZ": 66.553, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.luascriptstate new file mode 100644 index 00000000..d1c36295 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.luascriptstate @@ -0,0 +1 @@ +{"ml":{"023e21":{"lock":false,"pos":{"x":-3.9277,"y":1.6752,"z":5.7572},"rot":{"x":359.9197,"y":269.9987,"z":180.0168}},"0a7a51":{"lock":false,"pos":{"x":-17.1199,"y":1.6799,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0169}},"1d2e12":{"lock":false,"pos":{"x":-3.956,"y":1.6585,"z":-10.4412},"rot":{"x":359.9197,"y":270.0003,"z":180.0168}},"26b589":{"lock":false,"pos":{"x":-2.7247,"y":1.658,"z":0.3733},"rot":{"x":359.9198,"y":269.9589,"z":0.0169}},"469d58":{"lock":false,"pos":{"x":-11.9576,"y":1.6717,"z":3.1538},"rot":{"x":359.9201,"y":269.9781,"z":0.0169}},"64f279":{"lock":false,"pos":{"x":-17.1197,"y":1.889,"z":-11.5094},"rot":{"x":359.9201,"y":269.9996,"z":0.0169}},"a45247":{"lock":false,"pos":{"x":1.6949,"y":1.5583,"z":14.2794},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"cde2d1":{"lock":false,"pos":{"x":-2.6885,"y":1.6459,"z":-5.0485},"rot":{"x":359.9197,"y":270.0159,"z":0.0168}},"ce2091":{"lock":false,"pos":{"x":-17.12,"y":1.6778,"z":3.86},"rot":{"x":359.9201,"y":269.9993,"z":0.0169}},"d63331":{"lock":false,"pos":{"x":-50.9244,"y":1.7294,"z":8.1784},"rot":{"x":359.9201,"y":270.0003,"z":180.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheRedRoom.fa4327.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.json new file mode 100644 index 00000000..355196f6 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142943616/2B7B73A110A3EC225C854F85AB009F04859E3806/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_stolen_bacillus.json", + "GUID": "bfefd4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Stolen Baillius", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.008, + "posY": 1.615, + "posZ": 66.398, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.luascriptstate new file mode 100644 index 00000000..99dd5b56 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00dc67":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"0e6c8c":{"lock":false,"pos":{"x":-3.9277,"y":1.6971,"z":5.7571},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"102272":{"lock":false,"pos":{"x":-10.2894,"y":1.6717,"z":2.0208},"rot":{"x":359.9201,"y":270.0023,"z":0.0169}},"33116d":{"lock":false,"pos":{"x":-27.119,"y":1.6184,"z":-3.2752},"rot":{"x":0.0446,"y":44.9999,"z":359.9316}},"40f354":{"lock":false,"pos":{"x":-17.12,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"631549":{"lock":false,"pos":{"x":-23.6766,"y":1.6157,"z":3.86},"rot":{"x":359.9832,"y":0.0089,"z":359.92}},"6a9431":{"lock":false,"pos":{"x":-2.7247,"y":1.664,"z":0.3733},"rot":{"x":0.0168,"y":180.0034,"z":0.0803}},"7234af":{"lock":false,"pos":{"x":-20.4879,"y":1.61,"z":-0.2199},"rot":{"x":359.9201,"y":269.9942,"z":0.0169}},"79090a":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":0.0169,"y":180,"z":0.0799}},"82e02f":{"lock":false,"pos":{"x":-26.575,"y":1.6185,"z":-0.1012},"rot":{"x":359.9201,"y":269.9947,"z":0.0169}},"a45247":{"lock":false,"pos":{"x":1.6952,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"af4e73":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9997,"z":0.0169}},"bf5d39":{"lock":false,"pos":{"x":-5.9411,"y":1.5569,"z":-25.3389},"rot":{"x":359.9201,"y":270.0001,"z":180.0169}},"cb2e63":{"lock":false,"pos":{"x":-23.6775,"y":1.689,"z":-0.0357},"rot":{"x":359.92,"y":270.3729,"z":180.0163}},"ec7a73":{"lock":false,"pos":{"x":-4.9066,"y":1.684,"z":-14.5418},"rot":{"x":359.9195,"y":270.04,"z":0.0161}},"edcae4":{"lock":false,"pos":{"x":-30.2242,"y":1.6934,"z":-0.0301},"rot":{"x":359.9201,"y":270.0021,"z":0.0169}},"f305a2":{"lock":false,"pos":{"x":-2.6885,"y":1.6535,"z":-5.0485},"rot":{"x":0.0168,"y":179.9978,"z":0.0803}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheStolenBaillius.bfefd4.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.json new file mode 100644 index 00000000..95d06618 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142948942/FA97D7EF94B715ADD1EEE40831114451FBED200B/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_svalbard_event.json", + "GUID": "7bc42b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Svalbard Event", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.243, + "posY": 1.625, + "posZ": 67.29, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.luascriptstate new file mode 100644 index 00000000..b6fa2a37 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0967ea":{"lock":false,"pos":{"x":-23.6765,"y":1.6885,"z":7.57},"rot":{"x":359.9201,"y":269.9941,"z":0.0169}},"1a4e64":{"lock":false,"pos":{"x":-23.6766,"y":1.6862,"z":-0.03},"rot":{"x":359.9201,"y":269.9746,"z":0.0169}},"37ec51":{"lock":false,"pos":{"x":-17.12,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":269.9792,"z":0.0169}},"44b0c5":{"lock":false,"pos":{"x":-33.6265,"y":1.6284,"z":0.0656},"rot":{"x":359.9201,"y":269.9935,"z":0.0169}},"4c2b84":{"lock":false,"pos":{"x":-30.2242,"y":1.6248,"z":3.86},"rot":{"x":359.9831,"y":0,"z":359.92}},"5f0185":{"lock":false,"pos":{"x":-36.7732,"y":1.7045,"z":-0.03},"rot":{"x":359.9201,"y":269.9952,"z":0.0169}},"6a72fc":{"lock":false,"pos":{"x":-30.2243,"y":1.6976,"z":7.57},"rot":{"x":359.9201,"y":269.9945,"z":0.0169}},"713671":{"lock":false,"pos":{"x":-3.956,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":269.9929,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-20.8364,"y":1.6106,"z":0.0223},"rot":{"x":359.9201,"y":269.9936,"z":0.0169}},"7dcc93":{"lock":false,"pos":{"x":1.6965,"y":1.6545,"z":14.2788},"rot":{"x":359.9552,"y":224.998,"z":0.0687}},"88005c":{"lock":false,"pos":{"x":-27.1056,"y":1.6193,"z":0.044},"rot":{"x":359.9201,"y":269.9936,"z":0.0169}},"963cfe":{"lock":false,"pos":{"x":-10.715,"y":1.6678,"z":0.2579},"rot":{"x":359.9201,"y":269.9997,"z":0.0169}},"9fac8b":{"lock":false,"pos":{"x":-3.9277,"y":1.7557,"z":5.7571},"rot":{"x":359.9197,"y":269.9771,"z":180.0169}},"a751fe":{"lock":false,"pos":{"x":-4.1944,"y":1.583,"z":-14.6164},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}},"a8a4b1":{"lock":false,"pos":{"x":-30.2243,"y":1.6931,"z":-7.7},"rot":{"x":359.9201,"y":269.9951,"z":0.0169}},"b11646":{"lock":false,"pos":{"x":-50.9244,"y":1.7266,"z":8.1784},"rot":{"x":359.9201,"y":269.9929,"z":0.0169}},"b149b1":{"lock":false,"pos":{"x":-23.6765,"y":1.6157,"z":3.86},"rot":{"x":359.9831,"y":0.0001,"z":359.92}},"bbe4b0":{"lock":false,"pos":{"x":-30.2242,"y":1.6954,"z":-0.0301},"rot":{"x":359.9201,"y":269.9937,"z":0.0169}},"bc7323":{"lock":false,"pos":{"x":-30.2242,"y":1.6225,"z":-3.83},"rot":{"x":359.9831,"y":0,"z":359.9201}},"c99e9d":{"lock":false,"pos":{"x":-2.6886,"y":1.6623,"z":-5.0485},"rot":{"x":359.9197,"y":269.9824,"z":0.0169}},"ca0e9b":{"lock":false,"pos":{"x":-23.6765,"y":1.684,"z":-7.7},"rot":{"x":359.9201,"y":269.9952,"z":0.0169}},"e10b7c":{"lock":false,"pos":{"x":-23.6765,"y":1.6134,"z":-3.83},"rot":{"x":359.9831,"y":0,"z":359.9201}},"f9ae22":{"lock":false,"pos":{"x":-2.7251,"y":1.6566,"z":0.3733},"rot":{"x":359.9198,"y":269.9414,"z":0.0169}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSvalbardEvent.7bc42b.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.json new file mode 100644 index 00000000..f1a34117 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1254763972105175718/5A09C7E8EBCC79DD9E405FF6F83E49C2C27D5F29/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_symphony_of_erich_zann.json", + "GUID": "b7c6be", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Symphony of Erich Zann", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.144, + "posY": 1.669, + "posZ": 67.991, + "rotX": 0, + "rotY": 270, + "rotZ": 357, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.luascriptstate new file mode 100644 index 00000000..17d6eab5 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.luascriptstate @@ -0,0 +1 @@ +{"ml":{"025ede":{"lock":false,"pos":{"x":-2.7253,"y":1.6208,"z":0.3733},"rot":{"x":0.0168,"y":180.0004,"z":0.0803}},"0b6540":{"lock":false,"pos":{"x":-3.9276,"y":1.7299,"z":5.7571},"rot":{"x":359.9197,"y":270,"z":180.0168}},"1d53b9":{"lock":false,"pos":{"x":-27.1699,"y":1.6203,"z":3.4176},"rot":{"x":359.9316,"y":315.0006,"z":359.9554}},"267216":{"lock":false,"pos":{"x":-9.3367,"y":1.5512,"z":22.848},"rot":{"x":359.9201,"y":270.025,"z":359.3601}},"28cca1":{"lock":false,"pos":{"x":-2.6882,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":179.9995,"z":0.0803}},"4dc9bc":{"lock":false,"pos":{"x":-23.6766,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":270.0023,"z":180.0168}},"5abb04":{"lock":false,"pos":{"x":-23.6766,"y":1.6156,"z":3.86},"rot":{"x":359.9832,"y":-0.0044,"z":359.92}},"5bd64c":{"lock":false,"pos":{"x":-30.2243,"y":1.6394,"z":7.5702},"rot":{"x":359.9201,"y":270.0232,"z":180.0168}},"67cf63":{"lock":false,"pos":{"x":-12.1989,"y":1.522,"z":33.707},"rot":{"x":359.9201,"y":269.9902,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-20.2811,"y":1.6098,"z":0.1027},"rot":{"x":359.9201,"y":269.9872,"z":0.0169}},"90ad8b":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9854,"z":180.0168}},"95dc3d":{"lock":false,"pos":{"x":-12.1893,"y":1.5207,"z":29.2011},"rot":{"x":359.9201,"y":269.9885,"z":0.0169}},"b6da68":{"lock":false,"pos":{"x":1.6955,"y":1.5583,"z":14.2792},"rot":{"x":359.9552,"y":224.9335,"z":0.0687}},"c0b834":{"lock":false,"pos":{"x":-0.2044,"y":1.6111,"z":-10.4137},"rot":{"x":359.9197,"y":270.0196,"z":0.0168}},"c582af":{"lock":false,"pos":{"x":-26.9427,"y":1.6213,"z":7.6022},"rot":{"x":359.9201,"y":270.0272,"z":0.0168}},"c9d140":{"lock":false,"pos":{"x":-12.2295,"y":1.5215,"z":31.5404},"rot":{"x":359.9201,"y":269.9884,"z":0.0169}},"de583f":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4413},"rot":{"x":359.9197,"y":270.002,"z":0.0168}},"edd0d4":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":270.0099,"z":180.0168}},"f4c93e":{"lock":false,"pos":{"x":-3.9584,"y":1.5827,"z":-14.7436},"rot":{"x":359.9197,"y":270.0297,"z":0.0168}},"f5f35d":{"lock":false,"pos":{"x":-9.207,"y":1.5169,"z":30.3654},"rot":{"x":0.0169,"y":180,"z":0.0799}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheSymphonyofErichZann.b7c6be.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.json new file mode 100644 index 00000000..9301ad06 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142949442/404A26E158B9EBC1069A5FBA9BA2331CBFD7851B/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_thing_in_the_woods.json", + "GUID": "c90c49", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Thing in the Woods", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.013, + "posY": 1.624, + "posZ": 67.684, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.luascriptstate new file mode 100644 index 00000000..3ef8acec --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0f3e93":{"lock":false,"pos":{"x":-26.9859,"y":1.6191,"z":-0.0135},"rot":{"x":359.9201,"y":269.994,"z":0.0169}},"2261a5":{"lock":false,"pos":{"x":-4.7182,"y":1.5837,"z":-14.7432},"rot":{"x":359.9197,"y":270.0041,"z":0.0168}},"2ec534":{"lock":false,"pos":{"x":-12.3654,"y":1.6721,"z":11.366},"rot":{"x":0.0799,"y":90,"z":359.9831}},"383672":{"lock":false,"pos":{"x":-23.6765,"y":1.6851,"z":-3.83},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"46b65b":{"lock":false,"pos":{"x":-10.4494,"y":1.5959,"z":-0.6855},"rot":{"x":359.9201,"y":270,"z":0.0169}},"491279":{"lock":false,"pos":{"x":-3.9277,"y":1.7131,"z":5.7571},"rot":{"x":359.9197,"y":269.9995,"z":180.0168}},"51527f":{"lock":false,"pos":{"x":-30.2243,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":269.9985,"z":0.0169}},"57318a":{"lock":false,"pos":{"x":-2.6886,"y":1.6543,"z":-5.0515},"rot":{"x":0.0169,"y":179.9818,"z":0.0803}},"5942b3":{"lock":false,"pos":{"x":-23.6766,"y":1.6874,"z":3.86},"rot":{"x":359.9201,"y":269.9991,"z":0.0169}},"641bdb":{"lock":false,"pos":{"x":-17.12,"y":1.6771,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-20.6314,"y":1.6102,"z":-0.1048},"rot":{"x":359.9201,"y":269.994,"z":0.0169}},"8480f8":{"lock":false,"pos":{"x":-3.956,"y":1.6585,"z":-10.4412},"rot":{"x":359.9197,"y":270,"z":180.0168}},"98d4a2":{"lock":false,"pos":{"x":-50.9244,"y":1.7294,"z":8.1784},"rot":{"x":359.9201,"y":270,"z":180.0169}},"a45247":{"lock":false,"pos":{"x":1.6952,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.998,"z":0.0687}},"c6305b":{"lock":false,"pos":{"x":-2.7247,"y":1.6551,"z":0.3733},"rot":{"x":0.0168,"y":179.9938,"z":0.0803}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheThingintheWoods.c90c49.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.json new file mode 100644 index 00000000..30e43b90 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1824531491067739120/4AD2D51DAC6215F2866BB2AD15D47109B432B999/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "fancreations/scenario_the_undying.json", + "GUID": "965030", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.luascriptstate", + "LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Undying", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -55.358, + "posY": 6.299, + "posZ": -85.712, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.luascriptstate b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.luascriptstate new file mode 100644 index 00000000..82dafa64 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0fd978":{"lock":false,"pos":{"x":-30.2235,"y":1.6225,"z":-3.83},"rot":{"x":0.0168,"y":180.0082,"z":0.0799}},"12a3b2":{"lock":false,"pos":{"x":-30.224,"y":1.6349,"z":-7.7002},"rot":{"x":359.9201,"y":270,"z":180.0168}},"14b5db":{"lock":false,"pos":{"x":-30.2242,"y":1.6394,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"15cbab":{"lock":false,"pos":{"x":-33.7068,"y":1.6284,"z":-0.1776},"rot":{"x":359.9201,"y":270,"z":0.0169}},"162580":{"lock":false,"pos":{"x":-6.3892,"y":1.7348,"z":-20.6362},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"297f5e":{"lock":false,"pos":{"x":-5.4446,"y":1.734,"z":-18.9178},"rot":{"x":359.9201,"y":270.0124,"z":180.0168}},"30f698":{"lock":false,"pos":{"x":-33.2362,"y":1.6256,"z":-7.634},"rot":{"x":359.9201,"y":270,"z":0.0169}},"458680":{"lock":false,"pos":{"x":-26.813,"y":1.621,"z":7.4371},"rot":{"x":359.9201,"y":269.9995,"z":0.0169}},"4feab4":{"lock":false,"pos":{"x":-7.4591,"y":1.5537,"z":-18.8829},"rot":{"x":359.9201,"y":269.9981,"z":180.0169}},"5138ed":{"lock":false,"pos":{"x":-2.7247,"y":1.6208,"z":0.3733},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"520fe8":{"lock":false,"pos":{"x":-23.6765,"y":1.6303,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"56ddd0":{"lock":false,"pos":{"x":-3.928,"y":1.6818,"z":5.7571},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}},"5a7b85":{"lock":false,"pos":{"x":-3.9559,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"5b38c6":{"lock":false,"pos":{"x":-33.5265,"y":1.6271,"z":-3.896},"rot":{"x":359.9201,"y":269.9997,"z":0.0168}},"67baab":{"lock":false,"pos":{"x":-20.3626,"y":1.6121,"z":7.635},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}},"69ff3d":{"lock":false,"pos":{"x":-5.603,"y":1.4978,"z":28.7767},"rot":{"x":359.9201,"y":270,"z":0.0169}},"750893":{"lock":false,"pos":{"x":-10.4844,"y":1.6395,"z":11.0528},"rot":{"x":359.9201,"y":270,"z":0.0168}},"7a167a":{"lock":false,"pos":{"x":1.7082,"y":1.5583,"z":14.2764},"rot":{"x":359.9551,"y":224.9979,"z":0.0687}},"8112ff":{"lock":false,"pos":{"x":-3.8055,"y":1.5825,"z":-14.7204},"rot":{"x":359.9197,"y":270.0176,"z":0.0168}},"88570c":{"lock":false,"pos":{"x":-36.7732,"y":1.6463,"z":-0.03},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"930283":{"lock":false,"pos":{"x":-36.7733,"y":1.6441,"z":-7.7},"rot":{"x":359.9201,"y":270,"z":180.0168}},"95ce6e":{"lock":false,"pos":{"x":-23.6758,"y":1.6156,"z":3.86},"rot":{"x":0.0168,"y":180.0081,"z":0.0799}},"a31359":{"lock":false,"pos":{"x":-27.0588,"y":1.6192,"z":-0.1229},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"b1bd8f":{"lock":false,"pos":{"x":-30.2242,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":180.0168}},"bca4a0":{"lock":false,"pos":{"x":-2.6885,"y":1.6191,"z":-5.0486},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"c61150":{"lock":false,"pos":{"x":-36.7725,"y":1.6316,"z":-3.83},"rot":{"x":0.0168,"y":180.0071,"z":0.0799}},"cbc8fb":{"lock":false,"pos":{"x":-17.12,"y":1.6212,"z":7.57},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"d54c36":{"lock":false,"pos":{"x":-23.6765,"y":1.6281,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"dc3b69":{"lock":false,"pos":{"x":-10.7851,"y":1.6484,"z":7.1934},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"f514f5":{"lock":false,"pos":{"x":-10.4502,"y":1.6983,"z":14.5899},"rot":{"x":359.9201,"y":270.0004,"z":180.0168}}}} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.ttslua b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/TheUndying.965030.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/FanContentIndex.2e32b1.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/FanContentIndex.2e32b1.json new file mode 100644 index 00000000..bc6acf46 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/FanContentIndex.2e32b1.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2e32b1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "Fan Content Index", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://www.google.com/" + }, + "Tooltip": true, + "Transform": { + "posX": 29.09, + "posY": 2.507, + "posZ": 14.301, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d.json new file mode 100644 index 00000000..d4952e70 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "ContainedObjects_order": [ + "Deck.5f3cba", + "HOWTOUSESECRETOBJ.f3dfc9", + "Deck.1e8a13", + "HOWTOUSEULTIMATUMS.ed4645" + ], + "ContainedObjects_path": "SecretObjectivesUltimatums.b2077d", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2077d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Secret Objectives \u0026 Ultimatums", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.548, + "posY": 2.275, + "posZ": -36.314, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13.json new file mode 100644 index 00000000..c9759388 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Card.5249d8", + "Card.9e01c2", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8", + "Card.5249d8" + ], + "ContainedObjects_path": "Deck.1e8a13", + "CustomDeck": { + "331": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724051130/604A4D98487815A81408F37D5FD4BD5201DDF087/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526724050690/73976114CA4EE3BB8BB03159476CAFAB63F551D3/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 33100, + 33101, + 33102, + 33103, + 33104, + 33105, + 33106, + 33107, + 33108, + 33109, + 33110, + 33111 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e8a13", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.368, + "posY": 3.614, + "posZ": -31.021, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13/Card.5249d8.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13/Card.5249d8.json new file mode 100644 index 00000000..d6bb850a --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13/Card.5249d8.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 33111, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "331": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724051130/604A4D98487815A81408F37D5FD4BD5201DDF087/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526724050690/73976114CA4EE3BB8BB03159476CAFAB63F551D3/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5249d8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.158, + "posY": 1.231, + "posZ": 2.808, + "rotX": 0, + "rotY": 180, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13/Card.9e01c2.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13/Card.9e01c2.json new file mode 100644 index 00000000..86334a01 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.1e8a13/Card.9e01c2.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 33101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "331": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724051130/604A4D98487815A81408F37D5FD4BD5201DDF087/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526724050690/73976114CA4EE3BB8BB03159476CAFAB63F551D3/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9e01c2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.354, + "posY": 1.152, + "posZ": 2.884, + "rotX": 0, + "rotY": 180, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba.json new file mode 100644 index 00000000..6aa461f4 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba.json @@ -0,0 +1,132 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Card.0e05f2", + "Card.63bde8", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.0e05f2", + "Card.9537b5" + ], + "ContainedObjects_path": "Deck.5f3cba", + "CustomDeck": { + "330": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724071043/C8D7BE5AC836B4FBE1E6F4D4C52F8B85FE53CAC8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526721823383/9C6FEA16C9541D3D98EB4CF0B636B9CF030F249E/", + "NumHeight": 5, + "NumWidth": 8, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 33000, + 33001, + 33002, + 33003, + 33004, + 33005, + 33006, + 33007, + 33008, + 33009, + 33010, + 33011, + 33012, + 33013, + 33014, + 33015, + 33016, + 33017, + 33018, + 33019, + 33020, + 33021, + 33022, + 33023, + 33024, + 33025, + 33026, + 33027, + 33028, + 33029, + 33030, + 33031, + 33032, + 33034, + 33033 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5f3cba", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.499, + "posY": 3.612, + "posZ": -39.144, + "rotX": 357, + "rotY": 270, + "rotZ": 185, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.0e05f2.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.0e05f2.json new file mode 100644 index 00000000..1fa65eee --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.0e05f2.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 33034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "330": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724071043/C8D7BE5AC836B4FBE1E6F4D4C52F8B85FE53CAC8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526721823383/9C6FEA16C9541D3D98EB4CF0B636B9CF030F249E/", + "NumHeight": 5, + "NumWidth": 8, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e05f2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.326, + "posY": 1.032, + "posZ": -3.647, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.63bde8.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.63bde8.json new file mode 100644 index 00000000..fdff21e7 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.63bde8.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 33001, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "330": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724071043/C8D7BE5AC836B4FBE1E6F4D4C52F8B85FE53CAC8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526721823383/9C6FEA16C9541D3D98EB4CF0B636B9CF030F249E/", + "NumHeight": 5, + "NumWidth": 8, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "63bde8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.625, + "posY": 1.171, + "posZ": 0.319, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.9537b5.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.9537b5.json new file mode 100644 index 00000000..a8960d7b --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/Deck.5f3cba/Card.9537b5.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 33033, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "330": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/976605526724071043/C8D7BE5AC836B4FBE1E6F4D4C52F8B85FE53CAC8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/976605526721823383/9C6FEA16C9541D3D98EB4CF0B636B9CF030F249E/", + "NumHeight": 5, + "NumWidth": 8, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9537b5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.481, + "posY": 1.176, + "posZ": -3.573, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/HOWTOUSESECRETOBJ.f3dfc9.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/HOWTOUSESECRETOBJ.f3dfc9.json new file mode 100644 index 00000000..5fe720e0 --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/HOWTOUSESECRETOBJ.f3dfc9.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "\n\nAt the start of each scenario, each investigator is dealt 2 secret objectives, they choose one. If they complete their secret objective at any time during the scenario, they add the card to their PERSONAL victory display.\n\n", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f3dfc9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "HOW TO USE SECRET OBJ.", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.175, + "posY": 3.594, + "posZ": -38.818, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/HOWTOUSEULTIMATUMS.ed4645.json b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/HOWTOUSEULTIMATUMS.ed4645.json new file mode 100644 index 00000000..4cf9e5fb --- /dev/null +++ b/objects/Fan-MadeScenariosCampaignsMiscellany.66e97c/SecretObjectivesUltimatums.b2077d/HOWTOUSEULTIMATUMS.ed4645.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "\nAt the start of each scenario, investigators may collectively choose to draw a random ultimatum. These ultimatums significantly ramp up the difficulty of the game, but reward them should they overcome the challenges.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed4645", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "HOW TO USE ULTIMATUMS", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.5, + "posY": 3.57, + "posZ": -31.298, + "rotX": 336, + "rotY": 87, + "rotZ": 7, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/FlexTableControl.bd69bd.json b/objects/FlexTableControl.bd69bd.json new file mode 100644 index 00000000..46d8d571 --- /dev/null +++ b/objects/FlexTableControl.bd69bd.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bd69bd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState_path": "FlexTableControl.bd69bd.luascriptstate", + "LuaScript_path": "FlexTableControl.bd69bd.ttslua", + "MaterialIndex": 1, + "MeasureMovement": false, + "Name": "Chinese_Checkers_Piece", + "Nickname": "Flex Table Control", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": 73.16, + "posY": -0.26, + "posZ": -43.72, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.6499995, + "scaleY": 1.6499995, + "scaleZ": 1.6499995 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/FlexTableControl.bd69bd.luascriptstate b/objects/FlexTableControl.bd69bd.luascriptstate new file mode 100644 index 00000000..ad6602c1 --- /dev/null +++ b/objects/FlexTableControl.bd69bd.luascriptstate @@ -0,0 +1 @@ +{"cd":{"move":true,"scale":false},"tid":[{"name":"Felt - Grey","url":"https://i.imgur.com/N0O6aqj.jpg"},{"name":"Wood","url":"https://i.imgur.com/iOFFsGh.jpg"},{"name":"Wood 2","url":"https://i.imgur.com/SQ2t01d.jpg"}]} diff --git a/objects/FlexTableControl.bd69bd.ttslua b/objects/FlexTableControl.bd69bd.ttslua new file mode 100644 index 00000000..090285a0 --- /dev/null +++ b/objects/FlexTableControl.bd69bd.ttslua @@ -0,0 +1,512 @@ +tableHeightOffset =-9 +function onSave() + saved_data = JSON.encode({tid=tableImageData, cd=checkData}) + --saved_data = "" + return saved_data +end + +function onload(saved_data) + --Loads the tracking for if the game has started yet + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + tableImageData = loaded_data.tid + checkData = loaded_data.cd + else + tableImageData = {} + checkData = {move=false, scale=false} + end + + --Disables interactable status of objects with GUID in list + for _, guid in ipairs(ref_noninteractable) do + local obj = getObjectFromGUID(guid) + if obj then obj.interactable = false end + end + + --Establish references to table parts + obj_leg1 = getObjectFromGUID("afc863") + obj_leg2 = getObjectFromGUID("c8edca") + obj_leg3 = getObjectFromGUID("393bf7") + obj_leg4 = getObjectFromGUID("12c65e") + obj_surface = getObjectFromGUID("4ee1f2") + obj_side_top = getObjectFromGUID("35b95f") + obj_side_bot = getObjectFromGUID("f938a2") + obj_side_lef = getObjectFromGUID("9f95fd") + obj_side_rig = getObjectFromGUID("5af8f2") + + controlActive = true + createOpenCloseButton() +end + + + +--Activation/deactivation of control panel + + + +--Activated by clicking on +function click_toggleControl(_, color) + if permissionCheck(color) then + if not controlActive then + --Activate control panel + controlActive = true + self.clearButtons() + createOpenCloseButton() + createSurfaceInput() + createSurfaceButtons() + createScaleInput() + createScaleButtons() + else + --Deactivate control panel + controlActive = false + self.clearButtons() + self.clearInputs() + createOpenCloseButton() + + end + end +end + + + + +--Table surface control + + + +--Changes table surface +function click_applySurface(_, color) + if permissionCheck(color) then + updateSurface() + broadcastToAll("New Table Image Applied", {0.2,0.9,0.2}) + end +end + +--Saves table surface +function click_saveSurface(_, color) + if permissionCheck(color) then + local nickname = self.getInputs()[1].value + local url = self.getInputs()[2].value + if nickname == "" then + --No nickname + broadcastToAll("Please supply a nickname for this save.", {0.9,0.2,0.2}) + else + --Nickname exists + + if findInImageDataIndex(url, nickname) == nil then + --Save doesn't exist already + table.insert(tableImageData, {url=url, name=nickname}) + broadcastToAll("Image URL saved to memory.", {0.2,0.9,0.2}) + --Refresh buttons + self.clearButtons() + createOpenCloseButton() + createSurfaceButtons() + createScaleButtons() + else + --Save exists already + broadcastToAll("Memory already contains a save with this Name or URL. Delete it first.", {0.9,0.2,0.2}) + end + end + end +end + +--Loads table surface +function click_loadMemory(_, color, index) + if permissionCheck(color) then + self.editInput({index=0, value=tableImageData[index].name}) + self.editInput({index=1, value=tableImageData[index].url}) + updateSurface() + broadcastToAll("Table Image Loaded", {0.2,0.9,0.2}) + end +end + +--Deletes table surface +function click_deleteMemory(_, color, index) + if permissionCheck(color) then + table.remove(tableImageData, index) + self.clearButtons() + createOpenCloseButton() + createSurfaceButtons() + createScaleButtons() + broadcastToAll("Element Removed from Memory", {0.2,0.9,0.2}) + end +end + +--Updates surface from the values in the input field +function updateSurface() + local customInfo = obj_surface.getCustomObject() + customInfo.diffuse = self.getInputs()[2].value + obj_surface.setCustomObject(customInfo) + obj_surface = obj_surface.reload() +end + + + +--Table Scale control + + + +--Applies Scale to table pieces +function click_applyScale(_, color) + if permissionCheck(color) then + local newWidth = tonumber(self.getInputs()[3].value) + local newDepth = tonumber(self.getInputs()[4].value) + if type(newWidth) ~= "number" then + broadcastToAll("Invalid Width", {0.9,0.2,0.2}) + return + elseif type(newDepth) ~= "number" then + broadcastToAll("Invalid Depth", {0.9,0.2,0.2}) + return + elseif newWidth<0.1 or newDepth<0.1 then + broadcastToAll("Scale cannot go below 0.1", {0.9,0.2,0.2}) + return + elseif newWidth>12 or newDepth>12 then + broadcastToAll("Scale should not go over 12 (world size limitation)", {0.9,0.2,0.2}) + return + else + changeTableScale(math.abs(newWidth), math.abs(newDepth)) + broadcastToAll("Scale applied.", {0.2,0.9,0.2}) + end + end +end + +--Checks/unchecks move box for hands +function click_checkMove(_, color) + if permissionCheck(color) then + local find_func = function(o) return o.click_function=="click_checkMove" end + if checkData.move == true then + checkData.move = false + local buttonEntry = findButton(self, find_func) + self.editButton({index=buttonEntry.index, label=""}) + else + checkData.move = true + local buttonEntry = findButton(self, find_func) + self.editButton({index=buttonEntry.index, label=string.char(10008)}) + end + end +end + +--Checks/unchecks scale box for hands +--This button was disabled for technical reasons +--[[ +function click_checkScale(_, color) + if permissionCheck(color) then + local find_func = function(o) return o.click_function=="click_checkScale" end + if checkData.scale == true then + checkData.scale = false + local buttonEntry = findButton(self, find_func) + self.editButton({index=buttonEntry.index, label=""}) + else + checkData.scale = true + local buttonEntry = findButton(self, find_func) + self.editButton({index=buttonEntry.index, label=string.char(10008)}) + end + end +end +]] + +--Alters scale of elements and moves them +function changeTableScale(width, depth) + --Scaling factors used to translate scale to position offset + local width2pos = (width-1) * 18 + local depth2pos = (depth-1) * 18 + + --Hand zone movement + if checkData.move == true then + for _, pc in ipairs(ref_playerColor) do + if Player[pc].getHandCount() > 0 then + moveHandZone(Player[pc], width2pos, depth2pos) + end + end + end + --Hand zone scaling + --The button to enable this was disabled for technical reasons + if checkData.scale == true then + for _, pc in ipairs(ref_playerColor) do + if Player[pc].getHandCount() > 0 then + scaleHandZone(Player[pc], width, depth) + end + end + end + + --Resizing table elements + obj_side_top.setScale({width, 1, 1}) + obj_side_bot.setScale({width, 1, 1}) + obj_side_lef.setScale({depth, 1, 1}) + obj_side_rig.setScale({depth, 1, 1}) + obj_surface.setScale({width, 1, depth}) + + --Moving table elements to accomodate new scale + obj_side_lef.setPosition({-width2pos,tableHeightOffset,0}) + obj_side_rig.setPosition({ width2pos,tableHeightOffset,0}) + obj_side_top.setPosition({0,tableHeightOffset, depth2pos}) + obj_side_bot.setPosition({0,tableHeightOffset,-depth2pos}) + obj_leg1.setPosition({-width2pos,tableHeightOffset,-depth2pos}) + obj_leg2.setPosition({-width2pos,tableHeightOffset, depth2pos}) + obj_leg3.setPosition({ width2pos,tableHeightOffset, depth2pos}) + obj_leg4.setPosition({ width2pos,tableHeightOffset,-depth2pos}) + self.setPosition(obj_leg4.positionToWorld({-22.12, 8.74,-19.16})) + --Only enabled when changing tableHeightOffset + --obj_surface.setPosition({0,tableHeightOffset,0}) +end + +--Move hand zone, p=player reference, facts are scaling factors +function moveHandZone(p, width2pos, depth2pos) + local widthX = obj_side_rig.getPosition().x + local depthZ = obj_side_top.getPosition().z + for i=1, p.getHandCount() do + local handT = p.getHandTransform() + local pos = handT.position + local y = handT.rotation.y + + if y<45 or y>320 or y>135 and y<225 then + if pos.z > 0 then + pos.z = pos.z + depth2pos - depthZ + else + pos.z = pos.z - depth2pos + depthZ + end + else + if pos.x > 0 then + pos.x = pos.x + width2pos - widthX + else + pos.x = pos.x - width2pos + widthX + end + end + + --Only enabled when changing tableHeightOffset + --pos.y = tableHeightOffset + 14 + + handT.position = pos + p.setHandTransform(handT, i) + end +end + + +---Scales hand zones, p=player reference, facts are scaling factors +function scaleHandZone(p, width, depth) + local widthFact = width / obj_side_top.getScale().x + local depthFact = depth / obj_side_lef.getScale().x + for i=1, p.getHandCount() do + local handT = p.getHandTransform() + local scale = handT.scale + local y = handT.rotation.y + if y<45 or y>320 or y>135 and y<225 then + scale.x = scale.x * widthFact + else + scale.x = scale.x * depthFact + end + handT.scale = scale + p.setHandTransform(handT, i) + end +end + + + +--Information gathering + + + +--Checks if a color is promoted or host +function permissionCheck(color) + if Player[color].host==true or Player[color].promoted==true then + return true + else + return false + end +end + +--Locates a string saved within memory file +function findInImageDataIndex(...) + for _, str in ipairs({...}) do + for i, v in ipairs(tableImageData) do + if v.url == str or v.name == str then + return i + end + end + end + return nil +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end + +--Locates a button with a helper function +function findButton(obj, func) + if func==nil then error("No func supplied to findButton") end + for _, v in ipairs(obj.getButtons()) do + if func(v) then + return v + end + end + return nil +end + + + +--Creation of buttons/inputs + + + +function createOpenCloseButton() + local tooltip = "Open Table Control Panel" + if controlActive then + tooltip = "Close Table Control Panel" + end + self.createButton({ + click_function="click_toggleControl", function_owner=self, + position={0,0,0}, rotation={-45,0,0}, height=400, width=400, + color={1,1,1,0}, tooltip=tooltip + }) +end + +function createSurfaceInput() + local currentURL = obj_surface.getCustomObject().diffuse + local nickname = "" + if findInImageDataIndex(currentURL) ~= nil then + nickname = tableImageData[findInImageDataIndex(currentURL)].name + end + self.createInput({ + label="Nickname", input_function="none", function_owner=self, + alignment=3, position={0,0,2}, height=224, width=4000, + font_size=200, tooltip="Enter nickname for table image (only used for save)", + value=nickname + }) + self.createInput({ + label="URL", input_function="none", function_owner=self, + alignment=3, position={0,0,3}, height=224, width=4000, + font_size=200, tooltip="Enter URL for tabletop image", + value=currentURL + }) +end + +function createSurfaceButtons() + --Label + self.createButton({ + label="Tabletop Surface Image", click_function="none", + position={0,0,1}, height=0, width=0, font_size=300, font_color={1,1,1} + }) + --Functional + self.createButton({ + label="Apply Image\nTo Table", click_function="click_applySurface", + function_owner=self, tooltip="Apply URL as table image", + position={2,0,4}, height=440, width=1400, font_size=200, + }) + self.createButton({ + label="Save Image\nTo Memory", click_function="click_saveSurface", + function_owner=self, tooltip="Record URL into memory (requires nickname)", + position={-2,0,4}, height=440, width=1400, font_size=200, + }) + --Label + self.createButton({ + label="Load From Memory", click_function="none", + position={0,0,5.5}, height=0, width=0, font_size=300, font_color={1,1,1} + }) + --Saves, created dynamically from memory file + for i, memoryEntry in ipairs(tableImageData) do + --Load + local funcName = i.."loadMemory" + local func = function(x,y) click_loadMemory(x,y,i) end + self.setVar(funcName, func) + self.createButton({ + label=memoryEntry.name, click_function=funcName, + function_owner=self, tooltip=memoryEntry.url, font_size=200, + position={-0.6,0,6.5+0.5*(i-1)}, height=240, width=3300, + }) + --Delete + local funcName = i.."deleteMemory" + local func = function(x,y) click_deleteMemory(x,y,i) end + self.setVar(funcName, func) + self.createButton({ + label="DELETE", click_function=funcName, + function_owner=self, tooltip="", + position={3.6,0,6.5+0.5*(i-1)}, height=240, width=600, + font_size=160, font_color={1,0,0}, color={0.8,0.8,0.8} + }) + end +end + +function createScaleInput() + self.createInput({ + label=string.char(8644), input_function="none", function_owner=self, + alignment=3, position={-8.5,0,2}, height=224, width=400, + font_size=200, tooltip="Table Width", + value=round(obj_side_top.getScale().x, 1) + }) + self.createInput({ + label=string.char(8645), input_function="none", function_owner=self, + alignment=3, position={-7.5,0,2}, height=224, width=400, + font_size=200, tooltip="Table Depth", + value=round(obj_side_lef.getScale().x, 1) + }) +end + +function createScaleButtons() + --Labels + self.createButton({ + label="Table Scale", click_function="none", + position={-8,0,1}, height=0, width=0, font_size=300, font_color={1,1,1} + }) + self.createButton({ + label=string.char(8644).." "..string.char(8645), + click_function="none", + position={-8,0,2}, height=0, width=0, font_size=300, font_color={1,1,1} + }) + self.createButton({ + label="Move Hands:", click_function="none", + position={-8.3,0,3}, height=0, width=0, font_size=200, font_color={1,1,1} + }) + --Disabled due to me removing the feature for technical reasons + --[[ + self.createButton({ + label="Scale Hands:", click_function="none", + position={-8.3,0,4}, height=0, width=0, font_size=200, font_color={1,1,1} + }) + ]] + --Checkboxes + local label = "" + if checkData.move == true then label = string.char(10008) end + self.createButton({ + label=label, click_function="click_checkMove", + function_owner=self, tooltip="Check to move hands when table is rescaled", + position={-6.8,0,3}, height=224, width=224, font_size=200, + }) + --[[ + local label = "" + if checkData.scale == true then label = string.char(10008) end + self.createButton({ + label=label, click_function="click_checkScale", + function_owner=self, tooltip="Check to scale the width of hands when table is rescaled", + position={-6.8,0,4}, height=224, width=224, font_size=200, + }) + ]] + --Apply button + self.createButton({ + label="Apply Scale", click_function="click_applyScale", + function_owner=self, tooltip="Apply width/depth to table", + position={-8,0,4}, height=440, width=1400, font_size=200, + }) +end + + + + + +--Data tables + + + + +ref_noninteractable = { + "afc863","c8edca","393bf7","12c65e","f938a2","9f95fd","35b95f", + "5af8f2","4ee1f2","bd69bd" +} + +ref_playerColor = { + "White", "Brown", "Red", "Orange", "Yellow", + "Green", "Teal", "Blue", "Purple", "Pink", "Black" +} + +--Dummy function, absorbs unwanted triggers +function none() end diff --git a/objects/FogOfWarTrigger.3aab97.json b/objects/FogOfWarTrigger.3aab97.json new file mode 100644 index 00000000..42a8b166 --- /dev/null +++ b/objects/FogOfWarTrigger.3aab97.json @@ -0,0 +1,50 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.75, + "b": 0.168, + "g": 0.701, + "r": 0.192 + }, + "Description": "", + "DragSelectable": true, + "FogColor": "Green", + "FogHidePointers": false, + "FogReverseHiding": false, + "FogSeethrough": true, + "GMNotes": "", + "GUID": "3aab97", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "FogOfWarTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -21.648, + "posY": 0.87, + "posZ": 22.438, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 2.8, + "scaleY": 0.55, + "scaleZ": 3.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Guardian.363ab6.json b/objects/Guardian.363ab6.json new file mode 100644 index 00000000..349f82f8 --- /dev/null +++ b/objects/Guardian.363ab6.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Level 0", + "DragSelectable": true, + "GMNotes": "", + "GUID": "363ab6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.614, + "posY": 1.415, + "posZ": 75.879, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Guardian.526d39.json b/objects/Guardian.526d39.json new file mode 100644 index 00000000..56baebf6 --- /dev/null +++ b/objects/Guardian.526d39.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Upgrades", + "DragSelectable": true, + "GMNotes": "", + "GUID": "526d39", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.322, + "posY": 1.415, + "posZ": -63.98, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/HandTrigger.0285cc.json b/objects/HandTrigger.0285cc.json new file mode 100644 index 00000000..456c98ed --- /dev/null +++ b/objects/HandTrigger.0285cc.json @@ -0,0 +1,47 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0.168, + "g": 0.701, + "r": 0.192 + }, + "Description": "", + "DragSelectable": true, + "FogColor": "Green", + "GMNotes": "", + "GUID": "0285cc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "HandTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.96, + "posY": 6, + "posZ": 36.053, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 21.9605045, + "scaleY": 7, + "scaleZ": 5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/HandTrigger.5fe087.json b/objects/HandTrigger.5fe087.json new file mode 100644 index 00000000..4c0fd8dc --- /dev/null +++ b/objects/HandTrigger.5fe087.json @@ -0,0 +1,47 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0.113, + "g": 0.392, + "r": 0.956 + }, + "Description": "", + "DragSelectable": true, + "FogColor": "Orange", + "GMNotes": "", + "GUID": "5fe087", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "HandTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -65.72, + "posY": 6, + "posZ": -13.61, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 22.956728, + "scaleY": 7, + "scaleZ": 5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/HandTrigger.a70eee.json b/objects/HandTrigger.a70eee.json new file mode 100644 index 00000000..9358dce5 --- /dev/null +++ b/objects/HandTrigger.a70eee.json @@ -0,0 +1,47 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "FogColor": "White", + "GMNotes": "", + "GUID": "a70eee", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "HandTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -65.581, + "posY": 6, + "posZ": 13.55, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 22.9568748, + "scaleY": 7.002465, + "scaleZ": 5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/HandTrigger.be2f17.json b/objects/HandTrigger.be2f17.json new file mode 100644 index 00000000..5cacfd24 --- /dev/null +++ b/objects/HandTrigger.be2f17.json @@ -0,0 +1,47 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0, + "b": 0.094, + "g": 0.1, + "r": 0.856 + }, + "Description": "", + "DragSelectable": true, + "FogColor": "Red", + "GMNotes": "", + "GUID": "be2f17", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "HandTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.96, + "posY": 6, + "posZ": -36.364, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 21.9605045, + "scaleY": 7, + "scaleZ": 5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horror.0257d9.json b/objects/Horror.0257d9.json new file mode 100644 index 00000000..c2e2b4dc --- /dev/null +++ b/objects/Horror.0257d9.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663403796/E6FC1B82A5BC3893CFDCDF3CD580D05E9218AE52/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0257d9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/HorrorTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -57.882, + "posY": 1.61, + "posZ": -24.902, + "rotX": 0, + "rotY": 285, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horror.468e88.json b/objects/Horror.468e88.json new file mode 100644 index 00000000..1d8f1a91 --- /dev/null +++ b/objects/Horror.468e88.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663403796/E6FC1B82A5BC3893CFDCDF3CD580D05E9218AE52/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "468e88", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/HorrorTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -57.837, + "posY": 1.606, + "posZ": 7.19, + "rotX": 0, + "rotY": 280, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horror.7b5729.json b/objects/Horror.7b5729.json new file mode 100644 index 00000000..f69b66b3 --- /dev/null +++ b/objects/Horror.7b5729.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663403796/E6FC1B82A5BC3893CFDCDF3CD580D05E9218AE52/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7b5729", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/HorrorTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -34.234, + "posY": 1.538, + "posZ": 29.394, + "rotX": 0, + "rotY": 10, + "rotZ": 1, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horror.beb964.json b/objects/Horror.beb964.json new file mode 100644 index 00000000..beca519a --- /dev/null +++ b/objects/Horror.beb964.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663403796/E6FC1B82A5BC3893CFDCDF3CD580D05E9218AE52/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "beb964", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/HorrorTracker\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -16.653, + "posY": 1.61, + "posZ": -29.429, + "rotX": 0, + "rotY": 195, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horrortokens.7bd2a0.json b/objects/Horrortokens.7bd2a0.json new file mode 100644 index 00000000..1f2cf8a1 --- /dev/null +++ b/objects/Horrortokens.7bd2a0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.45122, + "g": 0.24813, + "r": 0.19248 + }, + "ContainedObjects_order": [ + "Horror.36be72" + ], + "ContainedObjects_path": "Horrortokens.7bd2a0", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357109766/6D35F3D98A4C89696895FACA788F54005B1688D3/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bd2a0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Horror tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -42.227, + "posY": 1.632, + "posZ": -28.959, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horrortokens.7bd2a0/Horror.36be72.json b/objects/Horrortokens.7bd2a0/Horror.36be72.json new file mode 100644 index 00000000..e9bea561 --- /dev/null +++ b/objects/Horrortokens.7bd2a0/Horror.36be72.json @@ -0,0 +1,515 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163535/6D9E0756503664D65BDB384656AC6D4BD713F5FC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36be72", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163230/ED46F8BBAEDB4D3C96C654D48C56110D35F3F54F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5c2361", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.210006, + "posZ": 15.9442654, + "rotX": -0.0000202706469, + "rotY": 270.015259, + "rotZ": 0.0000220759175, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357162977/E5D453CC14394519E004B4F8703FC425A7AE3D6C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3a3415", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.210006, + "posZ": 15.9442368, + "rotX": -0.0000104253941, + "rotY": 270.015137, + "rotZ": 0.0000102804506, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164483/5E22FEAE253AE65BDE3FA09E4EE7133569F7E194/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a91a8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.9442348, + "rotX": 0.00000189065361, + "rotY": 270.01532, + "rotZ": 0.0000159575811, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164251/34DC7172A2B433047DA853796DB52AECE019F99F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "887aae", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.9442024, + "rotX": -0.00003432232, + "rotY": 270.016, + "rotZ": -0.00000373151761, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164030/0A12FD352F28A560EA7E7952D8CA618A5245F1E0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "baa831", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000624, + "posZ": 15.94415, + "rotX": -0.0000249414188, + "rotY": 270.0157, + "rotZ": 0.00000292043842, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357114485/8B2B8A9F61CC2D8C1F10977ABDB4BA2423AD143F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da94da", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.944108, + "rotX": -0.0000233948358, + "rotY": 270.015656, + "rotZ": 0.00000218774017, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163806/F397C22A8DDB8F22E08E42E6449C3B5D8CFDB313/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2e1687", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.753376, + "posY": 1.210006, + "posZ": 15.9440966, + "rotX": -1.57902083e-8, + "rotY": 270.016541, + "rotZ": -0.0000219759459, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357110165/AD791E6817304851C0ABD7AE97AA60326AC14538/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6f1e0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.753376, + "posY": 1.21000612, + "posZ": 15.9440622, + "rotX": -0.0000209277514, + "rotY": 270.016724, + "rotZ": 0.00004970206, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.404, + "posY": 1.41, + "posZ": 15.728, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horrortokens.ae1a4e.json b/objects/Horrortokens.ae1a4e.json new file mode 100644 index 00000000..01e6240f --- /dev/null +++ b/objects/Horrortokens.ae1a4e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.45122, + "g": 0.24813, + "r": 0.19248 + }, + "ContainedObjects_order": [ + "Horror.36be72" + ], + "ContainedObjects_path": "Horrortokens.ae1a4e", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357109766/6D35F3D98A4C89696895FACA788F54005B1688D3/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ae1a4e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Horror tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.101, + "posY": 1.652, + "posZ": 28.985, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horrortokens.ae1a4e/Horror.36be72.json b/objects/Horrortokens.ae1a4e/Horror.36be72.json new file mode 100644 index 00000000..e9bea561 --- /dev/null +++ b/objects/Horrortokens.ae1a4e/Horror.36be72.json @@ -0,0 +1,515 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163535/6D9E0756503664D65BDB384656AC6D4BD713F5FC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36be72", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163230/ED46F8BBAEDB4D3C96C654D48C56110D35F3F54F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5c2361", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.210006, + "posZ": 15.9442654, + "rotX": -0.0000202706469, + "rotY": 270.015259, + "rotZ": 0.0000220759175, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357162977/E5D453CC14394519E004B4F8703FC425A7AE3D6C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3a3415", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.210006, + "posZ": 15.9442368, + "rotX": -0.0000104253941, + "rotY": 270.015137, + "rotZ": 0.0000102804506, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164483/5E22FEAE253AE65BDE3FA09E4EE7133569F7E194/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a91a8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.9442348, + "rotX": 0.00000189065361, + "rotY": 270.01532, + "rotZ": 0.0000159575811, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164251/34DC7172A2B433047DA853796DB52AECE019F99F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "887aae", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.9442024, + "rotX": -0.00003432232, + "rotY": 270.016, + "rotZ": -0.00000373151761, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164030/0A12FD352F28A560EA7E7952D8CA618A5245F1E0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "baa831", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000624, + "posZ": 15.94415, + "rotX": -0.0000249414188, + "rotY": 270.0157, + "rotZ": 0.00000292043842, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357114485/8B2B8A9F61CC2D8C1F10977ABDB4BA2423AD143F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da94da", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.944108, + "rotX": -0.0000233948358, + "rotY": 270.015656, + "rotZ": 0.00000218774017, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163806/F397C22A8DDB8F22E08E42E6449C3B5D8CFDB313/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2e1687", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.753376, + "posY": 1.210006, + "posZ": 15.9440966, + "rotX": -1.57902083e-8, + "rotY": 270.016541, + "rotZ": -0.0000219759459, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357110165/AD791E6817304851C0ABD7AE97AA60326AC14538/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6f1e0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.753376, + "posY": 1.21000612, + "posZ": 15.9440622, + "rotX": -0.0000209277514, + "rotY": 270.016724, + "rotZ": 0.00004970206, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.404, + "posY": 1.41, + "posZ": 15.728, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horrortokens.c3ecf4.json b/objects/Horrortokens.c3ecf4.json new file mode 100644 index 00000000..d79a242c --- /dev/null +++ b/objects/Horrortokens.c3ecf4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.45122, + "g": 0.24813, + "r": 0.19248 + }, + "ContainedObjects_order": [ + "Horror.36be72" + ], + "ContainedObjects_path": "Horrortokens.c3ecf4", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357109766/6D35F3D98A4C89696895FACA788F54005B1688D3/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c3ecf4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Horror tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -54.749, + "posY": 1.657, + "posZ": -1.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Horrortokens.c3ecf4/Horror.36be72.json b/objects/Horrortokens.c3ecf4/Horror.36be72.json new file mode 100644 index 00000000..e9bea561 --- /dev/null +++ b/objects/Horrortokens.c3ecf4/Horror.36be72.json @@ -0,0 +1,515 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163535/6D9E0756503664D65BDB384656AC6D4BD713F5FC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36be72", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163230/ED46F8BBAEDB4D3C96C654D48C56110D35F3F54F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5c2361", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.210006, + "posZ": 15.9442654, + "rotX": -0.0000202706469, + "rotY": 270.015259, + "rotZ": 0.0000220759175, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357162977/E5D453CC14394519E004B4F8703FC425A7AE3D6C/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3a3415", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.210006, + "posZ": 15.9442368, + "rotX": -0.0000104253941, + "rotY": 270.015137, + "rotZ": 0.0000102804506, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164483/5E22FEAE253AE65BDE3FA09E4EE7133569F7E194/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a91a8", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.9442348, + "rotX": 0.00000189065361, + "rotY": 270.01532, + "rotZ": 0.0000159575811, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164251/34DC7172A2B433047DA853796DB52AECE019F99F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "887aae", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.9442024, + "rotX": -0.00003432232, + "rotY": 270.016, + "rotZ": -0.00000373151761, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164030/0A12FD352F28A560EA7E7952D8CA618A5245F1E0/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "baa831", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000624, + "posZ": 15.94415, + "rotX": -0.0000249414188, + "rotY": 270.0157, + "rotZ": 0.00000292043842, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357114485/8B2B8A9F61CC2D8C1F10977ABDB4BA2423AD143F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da94da", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.7533741, + "posY": 1.21000612, + "posZ": 15.944108, + "rotX": -0.0000233948358, + "rotY": 270.015656, + "rotZ": 0.00000218774017, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357163806/F397C22A8DDB8F22E08E42E6449C3B5D8CFDB313/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2e1687", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.753376, + "posY": 1.210006, + "posZ": 15.9440966, + "rotX": -1.57902083e-8, + "rotY": 270.016541, + "rotZ": -0.0000219759459, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357110165/AD791E6817304851C0ABD7AE97AA60326AC14538/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6f1e0", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Horror", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.753376, + "posY": 1.21000612, + "posZ": 15.9440622, + "rotX": -0.0000209277514, + "rotY": 270.016724, + "rotZ": 0.00004970206, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.404, + "posY": 1.41, + "posZ": 15.728, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.25, + "scaleY": 1, + "scaleZ": 0.25 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Intellect.0016fc.json b/objects/Intellect.0016fc.json new file mode 100644 index 00000000..63ea8098 --- /dev/null +++ b/objects/Intellect.0016fc.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/sj8GatY.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0016fc", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Intellect", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -32.672, + "posY": 1.583, + "posZ": 19.236, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Intellect.4ca990.json b/objects/Intellect.4ca990.json new file mode 100644 index 00000000..c903d4be --- /dev/null +++ b/objects/Intellect.4ca990.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/sj8GatY.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ca990", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Intellect", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.638, + "posY": 1.591, + "posZ": -22.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Intellect.b4ef12.json b/objects/Intellect.b4ef12.json new file mode 100644 index 00000000..54a6ac79 --- /dev/null +++ b/objects/Intellect.b4ef12.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/sj8GatY.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b4ef12", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Intellect", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -18.79, + "posY": 1.552, + "posZ": -19.216, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Intellect.c1fe65.json b/objects/Intellect.c1fe65.json new file mode 100644 index 00000000..67ebe9cb --- /dev/null +++ b/objects/Intellect.c1fe65.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/sj8GatY.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1fe65", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Intellect", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.642, + "posY": 1.601, + "posZ": 8.755, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2.json b/objects/Jumanji.b46db2.json new file mode 100644 index 00000000..e7588017 --- /dev/null +++ b/objects/Jumanji.b46db2.json @@ -0,0 +1,109 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "EasyTokens.1ece3e", + "EpilogueSpoilerAlert.37fb4d", + "Tokensaddedduringcampaign.3b7b53", + "ExpertTokens.61b7e9", + "2UrbanJungle.73b5e1", + "Cardsforinterlude.847279", + "4ForceofNature.8a3606", + "JumanjiCampaignLog.8cd599", + "AdditionalRules.90b00d", + "JumanjiCampaignGuide.c2f5ae", + "3GameNight.c3633f", + "JumanjiCustomDataHelper.c5afbe", + "HardTokens.ca53e8", + "StandardTokens.cba0aa", + "1HomeInvasion.e11d84", + "JumanjiCampaignLog1.eda22b" + ], + "ContainedObjects_path": "Jumanji.b46db2", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276522891/B0F1D72796E5A43963B6EFA6B7FD870A89B139AF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b46db2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Jumanji.b46db2.luascriptstate", + "LuaScript_path": "Jumanji.b46db2.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Jumanji", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 36.705, + "posY": 1.481, + "posZ": -15.296, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2.luascriptstate b/objects/Jumanji.b46db2.luascriptstate new file mode 100644 index 00000000..6810c01c --- /dev/null +++ b/objects/Jumanji.b46db2.luascriptstate @@ -0,0 +1 @@ +{"ml":{"1ece3e":{"lock":false,"pos":{"x":-9.2714,"y":1.5999,"z":6.5718},"rot":{"x":359.9324,"y":315.0023,"z":359.9566}},"37fb4d":{"lock":false,"pos":{"x":11.3295,"y":1.2754,"z":-17.9023},"rot":{"x":359.9831,"y":0.0015,"z":359.92}},"3b7b53":{"lock":false,"pos":{"x":11.9517,"y":1.2851,"z":17.9868},"rot":{"x":359.9831,"y":0.0004,"z":359.92}},"61b7e9":{"lock":false,"pos":{"x":-9.3098,"y":1.5959,"z":-7.1846},"rot":{"x":359.9324,"y":314.9627,"z":359.9567}},"73b5e1":{"lock":false,"pos":{"x":12.2521,"y":1.4656,"z":3.9858},"rot":{"x":359.9201,"y":269.9994,"z":0.0169}},"847279":{"lock":false,"pos":{"x":19.0419,"y":1.27,"z":0.1407},"rot":{"x":359.9831,"y":0.0011,"z":359.92}},"8a3606":{"lock":false,"pos":{"x":12.2532,"y":1.4609,"z":-12.0152},"rot":{"x":359.9201,"y":269.9905,"z":0.0169}},"8cd599":{"lock":false,"pos":{"x":14.1599,"y":1.523,"z":-29.6479},"rot":{"x":0.0799,"y":89.988,"z":359.9831}},"90b00d":{"lock":false,"pos":{"x":8.8914,"y":1.5,"z":39.8367},"rot":{"x":0,"y":270.012,"z":0}},"c2f5ae":{"lock":false,"pos":{"x":12.2631,"y":1.4727,"z":28.0227},"rot":{"x":359.9201,"y":269.9617,"z":0.0169}},"c3633f":{"lock":false,"pos":{"x":12.2512,"y":1.4632,"z":-4.0144},"rot":{"x":359.9201,"y":269.9982,"z":0.0169}},"c5afbe":{"lock":false,"pos":{"x":-0.2602,"y":1.6269,"z":-16.4254},"rot":{"x":359.9197,"y":269.9958,"z":0.0168}},"ca53e8":{"lock":false,"pos":{"x":-9.3676,"y":1.5974,"z":-2.4075},"rot":{"x":359.9317,"y":314.9599,"z":359.9565}},"cba0aa":{"lock":false,"pos":{"x":-9.4101,"y":1.5988,"z":2.1645},"rot":{"x":359.9324,"y":315.025,"z":359.9566}},"e11d84":{"lock":false,"pos":{"x":12.2537,"y":1.468,"z":11.986},"rot":{"x":359.9201,"y":269.9912,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":1.1476,"y":1.5712,"z":-29.7397},"rot":{"x":359.9201,"y":270.022,"z":0.0168}}}} diff --git a/objects/Jumanji.b46db2.ttslua b/objects/Jumanji.b46db2.ttslua new file mode 100644 index 00000000..d3a91c84 --- /dev/null +++ b/objects/Jumanji.b46db2.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84.json new file mode 100644 index 00000000..6c7435ca --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84.json @@ -0,0 +1,120 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Study.183ac4", + "Kitchen.18aade", + "Custom_Tile.2a0d05", + "DiningRoom.2b891f", + "AgendaDeck.39551c", + "Custom_Tile.462eab", + "Custom_Tile.47267e", + "Custom_Tile.48984a", + "CopiesofSideYard.53289e", + "Custom_Tile.538c3f", + "ActDeck.5658eb", + "LivingRoom.5676b4", + "Custom_Tile.615d2d", + "FrontGarden.69c954", + "Custom_Tile.7234af", + "Set-aside.7a167a", + "Bathroom.8c9db7", + "Custom_Tile.966e21", + "Custom_Tile.a5fdd9", + "Backyard.b30c5d", + "Custom_Tile.b514de", + "EntryHall.b98ab2", + "Custom_Tile.c233d1", + "Custom_Tile.d7dcb8", + "Custom_Tile.db2b2a", + "EncounterDeck.eac9d0", + "HomeInvasion.faba94" + ], + "ContainedObjects_path": "1HomeInvasion.e11d84", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276523787/614D684BD99C5E12E9B3676E4FD0FE4B849BCD02/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e11d84", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Jumanji.b46db2/1HomeInvasion.e11d84.luascriptstate", + "LuaScript_path": "Jumanji.b46db2/1HomeInvasion.e11d84.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "1: Home Invasion", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.254, + "posY": 1.468, + "posZ": 11.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84.luascriptstate b/objects/Jumanji.b46db2/1HomeInvasion.e11d84.luascriptstate new file mode 100644 index 00000000..10fa4ef9 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84.luascriptstate @@ -0,0 +1 @@ +{"ml":{"183ac4":{"lock":false,"pos":{"x":-30.2243,"y":1.6361,"z":-3.83},"rot":{"x":359.9201,"y":270.0004,"z":180.0168}},"18aade":{"lock":false,"pos":{"x":-23.6766,"y":1.6292,"z":3.86},"rot":{"x":359.9201,"y":270.0003,"z":180.0168}},"2a0d05":{"lock":false,"pos":{"x":-39.8651,"y":1.6387,"z":5.6268},"rot":{"x":359.9554,"y":224.9879,"z":0.0684}},"2b891f":{"lock":false,"pos":{"x":-30.2243,"y":1.6383,"z":3.86},"rot":{"x":359.9201,"y":270.0003,"z":180.0168}},"39551c":{"lock":false,"pos":{"x":-2.7247,"y":1.6208,"z":0.3733},"rot":{"x":0.0168,"y":180.0169,"z":0.0803}},"462eab":{"lock":false,"pos":{"x":-33.5154,"y":1.6271,"z":-3.7368},"rot":{"x":359.9201,"y":270.01,"z":0.0169}},"47267e":{"lock":false,"pos":{"x":-26.8813,"y":1.6178,"z":-3.8511},"rot":{"x":359.9201,"y":270.0127,"z":0.0169}},"48984a":{"lock":false,"pos":{"x":-30.2243,"y":1.6236,"z":0.0319},"rot":{"x":0.0167,"y":180.1258,"z":0.08}},"53289e":{"lock":false,"pos":{"x":-20.4131,"y":1.6535,"z":11.5509},"rot":{"x":359.9201,"y":270.0012,"z":180.0168}},"538c3f":{"lock":false,"pos":{"x":-19.1325,"y":1.607,"z":-3.8133},"rot":{"x":359.9746,"y":209.9842,"z":0.0776}},"5658eb":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0485},"rot":{"x":0.0168,"y":180.0164,"z":0.0803}},"5676b4":{"lock":false,"pos":{"x":-36.7732,"y":1.6452,"z":-3.83},"rot":{"x":359.9201,"y":270.0007,"z":180.0168}},"615d2d":{"lock":false,"pos":{"x":-20.3244,"y":1.6104,"z":1.9078},"rot":{"x":359.9224,"y":300.0088,"z":359.9747}},"69c954":{"lock":false,"pos":{"x":-43.37,"y":1.6555,"z":-0.03},"rot":{"x":359.9201,"y":270.0046,"z":180.0168}},"7234af":{"lock":false,"pos":{"x":-36.7732,"y":1.6327,"z":-0.03},"rot":{"x":0.0168,"y":180.0001,"z":0.0799}},"7a167a":{"lock":false,"pos":{"x":1.7006,"y":1.5583,"z":14.2872},"rot":{"x":359.9555,"y":224.7285,"z":0.0689}},"8c9db7":{"lock":false,"pos":{"x":-23.6766,"y":1.6269,"z":-3.83},"rot":{"x":359.9201,"y":270.0004,"z":180.0168}},"966e21":{"lock":false,"pos":{"x":-19.2546,"y":1.6095,"z":3.9467},"rot":{"x":359.9455,"y":329.9891,"z":359.9392}},"a5fdd9":{"lock":false,"pos":{"x":-23.6767,"y":1.6145,"z":-0.0299},"rot":{"x":0.0169,"y":179.9856,"z":0.0799}},"b30c5d":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":270.0004,"z":180.0168}},"b514de":{"lock":false,"pos":{"x":-26.705,"y":1.6198,"z":3.8939},"rot":{"x":359.9201,"y":270.0127,"z":0.0169}},"b98ab2":{"lock":false,"pos":{"x":-36.7732,"y":1.6475,"z":3.86},"rot":{"x":359.9201,"y":270.0009,"z":180.0168}},"c233d1":{"lock":false,"pos":{"x":-40.0564,"y":1.6379,"z":2.0967},"rot":{"x":359.9554,"y":224.9916,"z":0.0684}},"d7dcb8":{"lock":false,"pos":{"x":-39.7295,"y":1.6352,"z":-5.5883},"rot":{"x":359.9316,"y":314.9885,"z":359.9554}},"db2b2a":{"lock":false,"pos":{"x":-33.4601,"y":1.6292,"z":3.744},"rot":{"x":359.9201,"y":270.0127,"z":0.0169}},"eac9d0":{"lock":false,"pos":{"x":-3.9277,"y":1.6722,"z":5.7572},"rot":{"x":359.9197,"y":269.9873,"z":180.0168}},"faba94":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9997,"z":0.0168}}}} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84.ttslua b/objects/Jumanji.b46db2/1HomeInvasion.e11d84.ttslua new file mode 100644 index 00000000..54cc4e34 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84.ttslua @@ -0,0 +1,504 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end + diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb.json new file mode 100644 index 00000000..6c3a1b9e --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Act3-CondemnedBuilding.eac8ed", + "Act2-NoDice.115cad", + "Act1-InvasiveSpecies.fb6163" + ], + "ContainedObjects_path": "ActDeck.5658eb", + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 266419, + 266420, + 266421 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5658eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Act Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.689, + "posY": 1.619, + "posZ": -5.049, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act1-InvasiveSpecies.fb6163.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act1-InvasiveSpecies.fb6163.json new file mode 100644 index 00000000..9c84b6dc --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act1-InvasiveSpecies.fb6163.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266421, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb6163", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 1 - Invasive Species", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.863, + "posY": 1.645, + "posZ": -49.038, + "rotX": 4, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act2-NoDice.115cad.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act2-NoDice.115cad.json new file mode 100644 index 00000000..33aa8b8c --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act2-NoDice.115cad.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266420, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "115cad", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 2 - No Dice", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.449, + "posY": 1.502, + "posZ": -49.436, + "rotX": 0, + "rotY": 180, + "rotZ": 359, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act3-CondemnedBuilding.eac8ed.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act3-CondemnedBuilding.eac8ed.json new file mode 100644 index 00000000..384fff2a --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/ActDeck.5658eb/Act3-CondemnedBuilding.eac8ed.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eac8ed", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 3 - Condemned Building", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.754, + "posY": 1.395, + "posZ": -49.082, + "rotX": 0, + "rotY": 180, + "rotZ": 356, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c.json new file mode 100644 index 00000000..376cd0e2 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Agenda3-ImpenetrableJungle.4a9ce4", + "Agenda2-SpreadingLikeWeeds.7f3e20", + "Agenda1-SavageGarden.234da0" + ], + "ContainedObjects_path": "AgendaDeck.39551c", + "CustomDeck": { + "2697": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293360181/F9B2AF1453A3FF9CCBA54A590E03ADE5EA4C262B/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 269722, + 269723, + 269724 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39551c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Agenda Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.621, + "posZ": 0.373, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda1-SavageGarden.234da0.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda1-SavageGarden.234da0.json new file mode 100644 index 00000000..5d23d24c --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda1-SavageGarden.234da0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269724, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2697": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293360181/F9B2AF1453A3FF9CCBA54A590E03ADE5EA4C262B/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "234da0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 1 - Savage Garden", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.72, + "posY": 1.401, + "posZ": -53.697, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda2-SpreadingLikeWeeds.7f3e20.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda2-SpreadingLikeWeeds.7f3e20.json new file mode 100644 index 00000000..25f12f1d --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda2-SpreadingLikeWeeds.7f3e20.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269723, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2697": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293360181/F9B2AF1453A3FF9CCBA54A590E03ADE5EA4C262B/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f3e20", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 2 - Spreading Like Weeds", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.788, + "posY": 1.367, + "posZ": -53.023, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda3-ImpenetrableJungle.4a9ce4.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda3-ImpenetrableJungle.4a9ce4.json new file mode 100644 index 00000000..b47d6e85 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/AgendaDeck.39551c/Agenda3-ImpenetrableJungle.4a9ce4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269722, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2697": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293360181/F9B2AF1453A3FF9CCBA54A590E03ADE5EA4C262B/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a9ce4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 3 - Impenetrable Jungle", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.047, + "posY": 1.325, + "posZ": -53.208, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Backyard.b30c5d.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Backyard.b30c5d.json new file mode 100644 index 00000000..61df48f4 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Backyard.b30c5d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b30c5d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Backyard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 1.619, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Bathroom.8c9db7.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Bathroom.8c9db7.json new file mode 100644 index 00000000..98f49d05 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Bathroom.8c9db7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2701": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8c9db7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bathroom", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.627, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e.json new file mode 100644 index 00000000..fcb27b61 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SideYard.03cf0f", + "SideYard.46c2d0", + "SideYard.fae8ba", + "SideYard.f4cde9" + ], + "ContainedObjects_path": "CopiesofSideYard.53289e", + "CustomDeck": { + "2698": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 269807, + 269808, + 269809, + 269810 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "53289e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Copies of Side Yard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.413, + "posY": 1.654, + "posZ": 11.551, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.03cf0f.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.03cf0f.json new file mode 100644 index 00000000..2804cb0d --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.03cf0f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "03cf0f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Side Yard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.37, + "posY": 1.733, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.46c2d0.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.46c2d0.json new file mode 100644 index 00000000..77586a58 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.46c2d0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269808, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "46c2d0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Side Yard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.37, + "posY": 1.724, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.f4cde9.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.f4cde9.json new file mode 100644 index 00000000..b63a2d58 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.f4cde9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f4cde9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Side Yard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.37, + "posY": 1.659, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.fae8ba.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.fae8ba.json new file mode 100644 index 00000000..d10bbd7c --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/CopiesofSideYard.53289e/SideYard.fae8ba.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269809, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fae8ba", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Side Yard", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.37, + "posY": 1.689, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.2a0d05.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.2a0d05.json new file mode 100644 index 00000000..71502f24 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.2a0d05.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2a0d05", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.865, + "posY": 1.639, + "posZ": 5.627, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.462eab.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.462eab.json new file mode 100644 index 00000000..bd499379 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.462eab.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "462eab", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.515, + "posY": 1.627, + "posZ": -3.737, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.47267e.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.47267e.json new file mode 100644 index 00000000..f7da033c --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.47267e.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "47267e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.881, + "posY": 1.618, + "posZ": -3.851, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.48984a.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.48984a.json new file mode 100644 index 00000000..87e80ec7 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.48984a.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "48984a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.624, + "posZ": 0.032, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.538c3f.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.538c3f.json new file mode 100644 index 00000000..ddeaa92b --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.538c3f.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "538c3f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.132, + "posY": 1.607, + "posZ": -3.813, + "rotX": 0, + "rotY": 210, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.615d2d.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.615d2d.json new file mode 100644 index 00000000..588bdda3 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.615d2d.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "615d2d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.324, + "posY": 1.61, + "posZ": 1.908, + "rotX": 0, + "rotY": 300, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.7234af.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.7234af.json new file mode 100644 index 00000000..592c509c --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.633, + "posZ": -0.03, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.966e21.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.966e21.json new file mode 100644 index 00000000..85c0874d --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.966e21.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "966e21", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.255, + "posY": 1.609, + "posZ": 3.947, + "rotX": 0, + "rotY": 330, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.a5fdd9.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.a5fdd9.json new file mode 100644 index 00000000..c4672a9e --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.a5fdd9.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5fdd9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.614, + "posZ": -0.03, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.b514de.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.b514de.json new file mode 100644 index 00000000..8b775f05 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.b514de.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b514de", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.705, + "posY": 1.62, + "posZ": 3.894, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.c233d1.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.c233d1.json new file mode 100644 index 00000000..aa2e9d73 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.c233d1.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c233d1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -40.056, + "posY": 1.638, + "posZ": 2.097, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.d7dcb8.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.d7dcb8.json new file mode 100644 index 00000000..90f932ed --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.d7dcb8.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d7dcb8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.73, + "posY": 1.635, + "posZ": -5.588, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.db2b2a.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.db2b2a.json new file mode 100644 index 00000000..5fd6d25e --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Custom_Tile.db2b2a.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "db2b2a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.46, + "posY": 1.629, + "posZ": 3.744, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/DiningRoom.2b891f.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/DiningRoom.2b891f.json new file mode 100644 index 00000000..a651f7ab --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/DiningRoom.2b891f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b891f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dining Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.638, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0.json new file mode 100644 index 00000000..c008cee0 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0.json @@ -0,0 +1,194 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ThornyGrowths.4f1f65", + "ThornyGrowths.6df01e", + "ThornyGrowths.11c35d", + "RippingTendrils.801297", + "RippingTendrils.478c53", + "RapidFlourishing.40cfb4", + "RapidFlourishing.308c18", + "RapidFlourishing.ecf799", + "GiantSundew.5806f0", + "GiantSundew.92d921", + "CarrionFlowers.b65e5f", + "CarrionFlowers.c174c0", + "CarrionFlowers.d768ce", + "SwoopingBats.804ed6", + "NocturnalShrieks.da5aa4", + "NocturnalShrieks.c6095f", + "HauntingDrums.250030", + "HauntingDrums.b69158", + "HauntingDrums.7fc09a", + "FallenExplorer.8c460f", + "FallenExplorer.aef8a5", + "ChaoticAspect.c169bd", + "ChaoticAspect.8b18b0", + "ManeaterFlytrap.ad5343", + "ConstrictorVines.d2be91", + "ConstrictorVines.c14d90", + "JungleReclamation.105ecc", + "JungleReclamation.e98807", + "CreepingFoliage.819805", + "CreepingFoliage.3dd4be" + ], + "ContainedObjects_path": "EncounterDeck.eac9d0", + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840051442/607597AFC52E724B4FD89601EF3A0C0444F0B944/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + }, + "2670": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840064342/A30C8EB0B500424071210EFFC80714FA1AA17DC6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2677": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276365497/D5CF343EEF67D6F69369A3A251C41B2DDCE3316F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + }, + "2704": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276338182/E3075B66B74C904E293C5DC209800DF928E61AAB/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269600, + 269601, + 269602, + 270403, + 270404, + 270405, + 270406, + 270407, + 266509, + 266508, + 269611, + 269610, + 269612, + 267000, + 267701, + 267702, + 267802, + 267801, + 267800, + 269300, + 269301, + 269302, + 269303, + 268700, + 268701, + 268702, + 269500, + 269501, + 269502, + 269503 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eac9d0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Encounter Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.754, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.b65e5f.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.b65e5f.json new file mode 100644 index 00000000..5d780829 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.b65e5f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b65e5f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carrion Flowers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.816, + "posY": 1.321, + "posZ": -49.387, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.c174c0.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.c174c0.json new file mode 100644 index 00000000..3472e4da --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.c174c0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269610, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c174c0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carrion Flowers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.778, + "posY": 1.362, + "posZ": -49.517, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.d768ce.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.d768ce.json new file mode 100644 index 00000000..25382d21 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CarrionFlowers.d768ce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d768ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carrion Flowers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.055, + "posY": 1.396, + "posZ": -49.646, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ChaoticAspect.8b18b0.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ChaoticAspect.8b18b0.json new file mode 100644 index 00000000..4240fd9b --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ChaoticAspect.8b18b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b18b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Aspect", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.122, + "posY": 1.409, + "posZ": -65.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ChaoticAspect.c169bd.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ChaoticAspect.c169bd.json new file mode 100644 index 00000000..2b3ef8ca --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ChaoticAspect.c169bd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c169bd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Aspect", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.082, + "posY": 1.399, + "posZ": -65.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ConstrictorVines.c14d90.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ConstrictorVines.c14d90.json new file mode 100644 index 00000000..5a1b93c8 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ConstrictorVines.c14d90.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c14d90", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Constrictor Vines", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.906, + "posY": 1.4, + "posZ": -63.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ConstrictorVines.d2be91.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ConstrictorVines.d2be91.json new file mode 100644 index 00000000..bb3d3c6b --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ConstrictorVines.d2be91.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d2be91", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Constrictor Vines", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.72, + "posY": 1.366, + "posZ": -63.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CreepingFoliage.3dd4be.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CreepingFoliage.3dd4be.json new file mode 100644 index 00000000..2c08d148 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CreepingFoliage.3dd4be.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3dd4be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Creeping Foliage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.714, + "posY": 1.408, + "posZ": -63.126, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CreepingFoliage.819805.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CreepingFoliage.819805.json new file mode 100644 index 00000000..c3375422 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/CreepingFoliage.819805.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "819805", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Creeping Foliage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.429, + "posY": 1.398, + "posZ": -63.221, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/FallenExplorer.8c460f.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/FallenExplorer.8c460f.json new file mode 100644 index 00000000..9184e4bc --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/FallenExplorer.8c460f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8c460f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fallen Explorer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.737, + "posY": 1.323, + "posZ": -66.921, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/FallenExplorer.aef8a5.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/FallenExplorer.aef8a5.json new file mode 100644 index 00000000..bb575708 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/FallenExplorer.aef8a5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aef8a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fallen Explorer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.776, + "posY": 1.359, + "posZ": -66.987, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/GiantSundew.5806f0.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/GiantSundew.5806f0.json new file mode 100644 index 00000000..daa47e41 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/GiantSundew.5806f0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266509, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840051442/607597AFC52E724B4FD89601EF3A0C0444F0B944/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5806f0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Giant Sundew", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.135, + "posY": 1.316, + "posZ": -47.162, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/GiantSundew.92d921.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/GiantSundew.92d921.json new file mode 100644 index 00000000..ed85f53d --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/GiantSundew.92d921.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840051442/607597AFC52E724B4FD89601EF3A0C0444F0B944/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "92d921", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Giant Sundew", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.066, + "posY": 1.359, + "posZ": -47.108, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.250030.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.250030.json new file mode 100644 index 00000000..758eca87 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.250030.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "250030", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunting Drums", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.536, + "posY": 1.328, + "posZ": -49.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.7fc09a.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.7fc09a.json new file mode 100644 index 00000000..b16b8656 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.7fc09a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7fc09a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunting Drums", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.65, + "posY": 1.404, + "posZ": -49.626, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.b69158.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.b69158.json new file mode 100644 index 00000000..f1e27dbf --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/HauntingDrums.b69158.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b69158", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunting Drums", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.515, + "posY": 1.37, + "posZ": -49.488, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/JungleReclamation.105ecc.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/JungleReclamation.105ecc.json new file mode 100644 index 00000000..11334c86 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/JungleReclamation.105ecc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "105ecc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jungle Reclamation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.374, + "posY": 1.322, + "posZ": -63.553, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/JungleReclamation.e98807.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/JungleReclamation.e98807.json new file mode 100644 index 00000000..1d854a45 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/JungleReclamation.e98807.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e98807", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jungle Reclamation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.315, + "posY": 1.364, + "posZ": -63.2, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ManeaterFlytrap.ad5343.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ManeaterFlytrap.ad5343.json new file mode 100644 index 00000000..3f078f24 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ManeaterFlytrap.ad5343.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ad5343", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Maneater Flytrap", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.622, + "posY": 1.324, + "posZ": -63.44, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/NocturnalShrieks.c6095f.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/NocturnalShrieks.c6095f.json new file mode 100644 index 00000000..04c5f124 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/NocturnalShrieks.c6095f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2677": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276365497/D5CF343EEF67D6F69369A3A251C41B2DDCE3316F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c6095f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nocturnal Shrieks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.903, + "posY": 1.402, + "posZ": -54.58, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/NocturnalShrieks.da5aa4.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/NocturnalShrieks.da5aa4.json new file mode 100644 index 00000000..919d2474 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/NocturnalShrieks.da5aa4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2677": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276365497/D5CF343EEF67D6F69369A3A251C41B2DDCE3316F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da5aa4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nocturnal Shrieks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.699, + "posY": 1.368, + "posZ": -54.393, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.308c18.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.308c18.json new file mode 100644 index 00000000..506ce2b6 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.308c18.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276338182/E3075B66B74C904E293C5DC209800DF928E61AAB/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "308c18", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rapid Flourishing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.412, + "posZ": -47.409, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.40cfb4.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.40cfb4.json new file mode 100644 index 00000000..f4ad97f6 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.40cfb4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276338182/E3075B66B74C904E293C5DC209800DF928E61AAB/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "40cfb4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rapid Flourishing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.472, + "posZ": -47.41, + "rotX": 2, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.ecf799.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.ecf799.json new file mode 100644 index 00000000..7981c6b3 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RapidFlourishing.ecf799.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270407, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276338182/E3075B66B74C904E293C5DC209800DF928E61AAB/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ecf799", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rapid Flourishing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.441, + "posZ": -47.41, + "rotX": 0, + "rotY": 270, + "rotZ": 182, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RippingTendrils.478c53.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RippingTendrils.478c53.json new file mode 100644 index 00000000..d0ed3171 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RippingTendrils.478c53.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270404, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276338182/E3075B66B74C904E293C5DC209800DF928E61AAB/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "478c53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ripping Tendrils", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.49, + "posZ": -47.41, + "rotX": 0, + "rotY": 270, + "rotZ": 183, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RippingTendrils.801297.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RippingTendrils.801297.json new file mode 100644 index 00000000..19d3b68e --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/RippingTendrils.801297.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276338182/E3075B66B74C904E293C5DC209800DF928E61AAB/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "801297", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ripping Tendrils", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.985, + "posY": 1.494, + "posZ": -47.41, + "rotX": 2, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/SwoopingBats.804ed6.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/SwoopingBats.804ed6.json new file mode 100644 index 00000000..dc9404f0 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/SwoopingBats.804ed6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2670": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840064342/A30C8EB0B500424071210EFFC80714FA1AA17DC6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "804ed6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Swooping Bats", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.464, + "posY": 2.319, + "posZ": -76.754, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.11c35d.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.11c35d.json new file mode 100644 index 00000000..08b8ec17 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.11c35d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11c35d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thorny Growths", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -15.181, + "posY": 1.56, + "posZ": -49.351, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.4f1f65.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.4f1f65.json new file mode 100644 index 00000000..d200820e --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.4f1f65.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4f1f65", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thorny Growths", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -15.202, + "posY": 1.409, + "posZ": -49.542, + "rotX": 3, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.6df01e.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.6df01e.json new file mode 100644 index 00000000..c926dc00 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EncounterDeck.eac9d0/ThornyGrowths.6df01e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293351923/ACABE58DD192016C81FE6602246651F5CE67387E/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6df01e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thorny Growths", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -15.093, + "posY": 1.46, + "posZ": -49.667, + "rotX": 3, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EntryHall.b98ab2.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EntryHall.b98ab2.json new file mode 100644 index 00000000..41bce6e2 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/EntryHall.b98ab2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2703": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b98ab2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Entry Hall", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.647, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/FrontGarden.69c954.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/FrontGarden.69c954.json new file mode 100644 index 00000000..a9a07164 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/FrontGarden.69c954.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2700": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "69c954", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Front Garden", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.37, + "posY": 1.656, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/HomeInvasion.faba94.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/HomeInvasion.faba94.json new file mode 100644 index 00000000..bb6f11f8 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/HomeInvasion.faba94.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "faba94", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Home Invasion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.956, + "posY": 1.598, + "posZ": -10.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Kitchen.18aade.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Kitchen.18aade.json new file mode 100644 index 00000000..95013a9f --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Kitchen.18aade.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18aade", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kitchen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.629, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/LivingRoom.5676b4.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/LivingRoom.5676b4.json new file mode 100644 index 00000000..1e7d9a00 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/LivingRoom.5676b4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2699": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5676b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Living Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.645, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a.json new file mode 100644 index 00000000..c88d8260 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "WildMan.b3c641", + "LionsEncounterSet.d01172", + "FerociousLion.79bf19" + ], + "ContainedObjects_path": "Set-aside.7a167a", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a167a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Set-aside", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.701, + "posY": 1.558, + "posZ": 14.287, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/FerociousLion.79bf19.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/FerociousLion.79bf19.json new file mode 100644 index 00000000..3dc5ee54 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/FerociousLion.79bf19.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "79bf19", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ferocious Lion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.863, + "posY": 2.302, + "posZ": -70.783, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172.json new file mode 100644 index 00000000..54121a5d --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "FeralRoar.ba7e5e", + "FeralRoar.f6f7f9" + ], + "ContainedObjects_path": "LionsEncounterSet.d01172", + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268500, + 268501 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d01172", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Lions Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.016, + "posY": 2.316, + "posZ": -83.976, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172/FeralRoar.ba7e5e.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172/FeralRoar.ba7e5e.json new file mode 100644 index 00000000..339c903d --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172/FeralRoar.ba7e5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba7e5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feral Roar", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.335, + "posY": 1.326, + "posZ": -56.063, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172/FeralRoar.f6f7f9.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172/FeralRoar.f6f7f9.json new file mode 100644 index 00000000..7b4b4156 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/LionsEncounterSet.d01172/FeralRoar.f6f7f9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6f7f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feral Roar", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.393, + "posY": 1.368, + "posZ": -56.096, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/WildMan.b3c641.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/WildMan.b3c641.json new file mode 100644 index 00000000..f536e80a --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Set-aside.7a167a/WildMan.b3c641.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266513, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2665": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840051442/607597AFC52E724B4FD89601EF3A0C0444F0B944/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b3c641", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wild Man", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.369, + "posY": 2.384, + "posZ": -95.659, + "rotX": 0, + "rotY": 270, + "rotZ": 357, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Study.183ac4.json b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Study.183ac4.json new file mode 100644 index 00000000..7552be41 --- /dev/null +++ b/objects/Jumanji.b46db2/1HomeInvasion.e11d84/Study.183ac4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341908/BED5652F068FD57909CFC00CC6EE15F08F032932/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276341564/2282BBB25E0A4432B2FAD61E0FECE3F155F947E0/", + "NumHeight": 2, + "NumWidth": 7, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "183ac4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Study", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.636, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.json new file mode 100644 index 00000000..7f50bbfc --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.json @@ -0,0 +1,123 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Set-aside.7df58f", + "EncounterDeck.deb149", + "AgendaDeck.a9fcad", + "Act1a-InquiryoftheMunicipalMentalWard.66ea1b", + "Act1e-InquiryofHowellAsylum.1a365a", + "Act1c-InquiryoftheBoorsteinClinic.934a3c", + "UrbanJungle.1e10c5", + "AlanParrish.1a359f", + "WhittleResidence.06bc0a", + "Custom_Tile.7234af", + "SmittysDiner.0e8921", + "Custom_Tile.74f811", + "Custom_Tile.0bdda4", + "Custom_Tile.385968", + "BrantfordPoliceStation.9f40ec", + "Custom_Tile.7f487d", + "Custom_Tile.1d9c9f", + "TelephoneDispatchOffice.e76b3b", + "Custom_Tile.119802", + "Custom_Tile.825e63", + "BrantfordCityHall.a07d4c", + "Custom_Tile.a04f4c", + "MunicipalHospital.6edc1c", + "Custom_Tile.cf6d22", + "Custom_Tile.7bf9bc", + "Custom_Tile.5d6b16", + "StSimonsChurch.ec83fb", + "Custom_Tile.e18c3e", + "ChronicleArchives.a5d866", + "LeadsDeck.ed2769" + ], + "ContainedObjects_path": "2UrbanJungle.73b5e1", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276524288/CC86275EE33673DF1299D5E076781D5BE558A3E7/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "73b5e1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Jumanji.b46db2/2UrbanJungle.73b5e1.luascriptstate", + "LuaScript_path": "Jumanji.b46db2/2UrbanJungle.73b5e1.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "2: Urban Jungle", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.253, + "posY": 1.466, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.luascriptstate b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.luascriptstate new file mode 100644 index 00000000..92fef2a9 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.luascriptstate @@ -0,0 +1 @@ +{"ml":{"06bc0a":{"lock":false,"pos":{"x":-23.6765,"y":1.6314,"z":11.46},"rot":{"x":359.9201,"y":270,"z":180.0168}},"0bdda4":{"lock":false,"pos":{"x":-27.082,"y":1.6214,"z":7.5521},"rot":{"x":359.9554,"y":225.0165,"z":0.0684}},"0e8921":{"lock":false,"pos":{"x":-23.6765,"y":1.6292,"z":3.86},"rot":{"x":359.9201,"y":269.9998,"z":180.0168}},"119802":{"lock":false,"pos":{"x":-33.5158,"y":1.6282,"z":-0.0852},"rot":{"x":359.9316,"y":314.9854,"z":359.9554}},"1a359f":{"lock":false,"pos":{"x":-19.7771,"y":1.626,"z":11.5774},"rot":{"x":359.9201,"y":270.0225,"z":0.0168}},"1a365a":{"lock":false,"pos":{"x":-6.0867,"y":1.6221,"z":-5.1053},"rot":{"x":0.0329,"y":180.0169,"z":359.975}},"1d9c9f":{"lock":false,"pos":{"x":-33.6587,"y":1.6295,"z":3.8573},"rot":{"x":359.9201,"y":270.0126,"z":0.0169}},"1e10c5":{"lock":false,"pos":{"x":-3.9561,"y":1.5975,"z":-10.4414},"rot":{"x":359.9197,"y":270.1223,"z":0.0167}},"385968":{"lock":false,"pos":{"x":-26.7544,"y":1.6187,"z":-0.0781},"rot":{"x":359.9554,"y":225.0127,"z":0.0684}},"5d6b16":{"lock":false,"pos":{"x":-33.3537,"y":1.6256,"z":-7.9611},"rot":{"x":359.9316,"y":314.9835,"z":359.9554}},"66ea1b":{"lock":false,"pos":{"x":-0.799,"y":1.5947,"z":-5.0747},"rot":{"x":0.0168,"y":180.0164,"z":0.0803}},"6edc1c":{"lock":false,"pos":{"x":-36.7732,"y":1.6452,"z":-3.83},"rot":{"x":359.9201,"y":270.0276,"z":180.0168}},"7234af":{"lock":false,"pos":{"x":-23.6765,"y":1.6167,"z":7.5701},"rot":{"x":0.0168,"y":179.9996,"z":0.0799}},"74f811":{"lock":false,"pos":{"x":-26.6771,"y":1.6197,"z":3.727},"rot":{"x":359.9201,"y":270.0127,"z":0.0168}},"7bf9bc":{"lock":false,"pos":{"x":-30.2243,"y":1.6213,"z":-7.7},"rot":{"x":359.9832,"y":0.0001,"z":359.9201}},"7df58f":{"lock":false,"pos":{"x":1.6977,"y":1.5583,"z":14.2786},"rot":{"x":359.9552,"y":224.9842,"z":0.0687}},"7f487d":{"lock":false,"pos":{"x":-30.2242,"y":1.6236,"z":-0.03},"rot":{"x":0.0168,"y":180,"z":0.0799}},"825e63":{"lock":false,"pos":{"x":-36.7732,"y":1.6327,"z":-0.03},"rot":{"x":0.0168,"y":180,"z":0.0799}},"934a3c":{"lock":false,"pos":{"x":-3.5459,"y":1.5986,"z":-5.0294},"rot":{"x":0.0168,"y":180.0134,"z":0.0803}},"9f40ec":{"lock":false,"pos":{"x":-30.2243,"y":1.6383,"z":3.8655},"rot":{"x":359.9201,"y":270.0307,"z":180.0168}},"a04f4c":{"lock":false,"pos":{"x":-33.5377,"y":1.6271,"z":-3.8738},"rot":{"x":359.9201,"y":270.0127,"z":0.0168}},"a07d4c":{"lock":false,"pos":{"x":-30.2242,"y":1.6361,"z":-3.83},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"a5d866":{"lock":false,"pos":{"x":-30.2242,"y":1.6338,"z":-11.51},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"a9fcad":{"lock":false,"pos":{"x":-2.7249,"y":1.6208,"z":0.3735},"rot":{"x":0.0168,"y":180.0232,"z":0.0803}},"cf6d22":{"lock":false,"pos":{"x":-26.9195,"y":1.6168,"z":-7.4783},"rot":{"x":359.9317,"y":315.1266,"z":359.9553}},"deb149":{"lock":false,"pos":{"x":-3.9278,"y":1.754,"z":5.7572},"rot":{"x":359.9197,"y":269.9682,"z":180.0169}},"e18c3e":{"lock":false,"pos":{"x":-26.5868,"y":1.6151,"z":-11.5857},"rot":{"x":359.9201,"y":270.0127,"z":0.0168}},"e76b3b":{"lock":false,"pos":{"x":-36.7731,"y":1.6475,"z":3.8601},"rot":{"x":359.9201,"y":270.0002,"z":180.0168}},"ec83fb":{"lock":false,"pos":{"x":-23.6765,"y":1.6247,"z":-11.51},"rot":{"x":359.9201,"y":270.0005,"z":180.0168}},"ed2769":{"lock":false,"pos":{"x":-17.1201,"y":1.6529,"z":-7.7},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}}}} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.ttslua b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.ttslua new file mode 100644 index 00000000..54cc4e34 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1.ttslua @@ -0,0 +1,504 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end + diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1a-InquiryoftheMunicipalMentalWard.66ea1b.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1a-InquiryoftheMunicipalMentalWard.66ea1b.json new file mode 100644 index 00000000..dfa7c296 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1a-InquiryoftheMunicipalMentalWard.66ea1b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267515, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66ea1b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 1a - Inquiry of the Municipal Mental Ward", + "SidewaysCard": true, + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.799, + "posY": 1.595, + "posZ": -5.075, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1c-InquiryoftheBoorsteinClinic.934a3c.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1c-InquiryoftheBoorsteinClinic.934a3c.json new file mode 100644 index 00000000..64933f9f --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1c-InquiryoftheBoorsteinClinic.934a3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267514, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "934a3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 1c - Inquiry of the Boorstein Clinic", + "SidewaysCard": true, + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.546, + "posY": 1.599, + "posZ": -5.029, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1e-InquiryofHowellAsylum.1a365a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1e-InquiryofHowellAsylum.1a365a.json new file mode 100644 index 00000000..a9e138b9 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Act1e-InquiryofHowellAsylum.1a365a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267513, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1a365a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 1e - Inquiry of Howell Asylum", + "SidewaysCard": true, + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.087, + "posY": 1.622, + "posZ": -5.105, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad.json new file mode 100644 index 00000000..5eea673e --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Agenda3-LastResponse.3a0003", + "Agenda2-ManvsNature.33d171", + "Agenda1-UnwelcomingCommittee.8e0c12" + ], + "ContainedObjects_path": "AgendaDeck.a9fcad", + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 266416, + 266417, + 266418 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a9fcad", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Agenda Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.621, + "posZ": 0.374, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda1-UnwelcomingCommittee.8e0c12.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda1-UnwelcomingCommittee.8e0c12.json new file mode 100644 index 00000000..d0cef5ff --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda1-UnwelcomingCommittee.8e0c12.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8e0c12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 1 - Unwelcoming Committee", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -31.518, + "posY": 1.39, + "posZ": -45.404, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda2-ManvsNature.33d171.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda2-ManvsNature.33d171.json new file mode 100644 index 00000000..ae718b09 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda2-ManvsNature.33d171.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "33d171", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 2 - Man vs. Nature", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -31.72, + "posY": 1.356, + "posZ": -45.643, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda3-LastResponse.3a0003.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda3-LastResponse.3a0003.json new file mode 100644 index 00000000..d50d655b --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AgendaDeck.a9fcad/Agenda3-LastResponse.3a0003.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3a0003", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 3 - Last Response", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -31.838, + "posY": 1.315, + "posZ": -45.356, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AlanParrish.1a359f.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AlanParrish.1a359f.json new file mode 100644 index 00000000..1807adf7 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/AlanParrish.1a359f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271008, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2710": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1a359f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alan Parrish", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.777, + "posY": 1.626, + "posZ": 11.577, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/BrantfordCityHall.a07d4c.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/BrantfordCityHall.a07d4c.json new file mode 100644 index 00000000..69cdb978 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/BrantfordCityHall.a07d4c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2712": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276346409/852325DE2B25F4FC1F8BD00AD2D45CF9A250FA07/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276345976/3EB2B1DB72EB7E3DB3623ADF1A44EF37897F099D/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a07d4c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Brantford City Hall", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.636, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/BrantfordPoliceStation.9f40ec.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/BrantfordPoliceStation.9f40ec.json new file mode 100644 index 00000000..0a2e88d4 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/BrantfordPoliceStation.9f40ec.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840054144/FF96BE05032B057905BF299E4F6CBAD25E14F7F2/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840053705/6A8DAA42C009B7C161AC39B9173E6C3DB155220B/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f40ec", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Brantford Police Station", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.638, + "posZ": 3.866, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/ChronicleArchives.a5d866.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/ChronicleArchives.a5d866.json new file mode 100644 index 00000000..4a6492d0 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/ChronicleArchives.a5d866.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2713": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276346409/852325DE2B25F4FC1F8BD00AD2D45CF9A250FA07/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276345976/3EB2B1DB72EB7E3DB3623ADF1A44EF37897F099D/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5d866", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronicle Archives", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.634, + "posZ": -11.51, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.0bdda4.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.0bdda4.json new file mode 100644 index 00000000..949c098c --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.0bdda4.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0bdda4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.082, + "posY": 1.621, + "posZ": 7.552, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.119802.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.119802.json new file mode 100644 index 00000000..a57ad72d --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.119802.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "119802", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.516, + "posY": 1.628, + "posZ": -0.085, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.1d9c9f.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.1d9c9f.json new file mode 100644 index 00000000..a1d060b2 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.1d9c9f.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1d9c9f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.659, + "posY": 1.63, + "posZ": 3.857, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.385968.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.385968.json new file mode 100644 index 00000000..a2e097a5 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.385968.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "385968", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.754, + "posY": 1.619, + "posZ": -0.078, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.5d6b16.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.5d6b16.json new file mode 100644 index 00000000..b39e8d78 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.5d6b16.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5d6b16", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.354, + "posY": 1.626, + "posZ": -7.961, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7234af.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7234af.json new file mode 100644 index 00000000..b0b09965 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.617, + "posZ": 7.57, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.74f811.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.74f811.json new file mode 100644 index 00000000..31185092 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.74f811.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74f811", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.677, + "posY": 1.62, + "posZ": 3.727, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7bf9bc.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7bf9bc.json new file mode 100644 index 00000000..ef02ed23 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7bf9bc.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bf9bc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.621, + "posZ": -7.7, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7f487d.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7f487d.json new file mode 100644 index 00000000..90d97efa --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.7f487d.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f487d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.624, + "posZ": -0.03, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.825e63.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.825e63.json new file mode 100644 index 00000000..1c4c9eda --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.825e63.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "825e63", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.633, + "posZ": -0.03, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.a04f4c.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.a04f4c.json new file mode 100644 index 00000000..838abfd4 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.a04f4c.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a04f4c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.538, + "posY": 1.627, + "posZ": -3.874, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.cf6d22.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.cf6d22.json new file mode 100644 index 00000000..7f7e4fc9 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.cf6d22.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cf6d22", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.92, + "posY": 1.617, + "posZ": -7.478, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.e18c3e.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.e18c3e.json new file mode 100644 index 00000000..adddba2c --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Custom_Tile.e18c3e.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e18c3e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.587, + "posY": 1.615, + "posZ": -11.586, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149.json new file mode 100644 index 00000000..489446d6 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149.json @@ -0,0 +1,167 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "VindictiveOfficer.eee0ea", + "VindictiveOfficer.106514", + "VindictiveOfficer.5b502b", + "PoliceCrackdown.08b86f", + "PoliceCrackdown.033db6", + "PoliceCrackdown.f1d3b6", + "PanickingPopulace.cdcd8f", + "PanickingPopulace.d72b41", + "PanickingPopulace.d6c97a", + "NightWatchman.d6b68a", + "NightWatchman.1213e3", + "NightWatchman.c52220", + "LackofTrust.3fed12", + "LackofTrust.c5c30d", + "ConcernedCitizen.ed0d9f", + "ConcernedCitizen.b8514b", + "ConcernedCitizen.32a49e", + "BerserkCivilian.f4b11c", + "BerserkCivilian.739a91", + "HauntingDrums.250030", + "HauntingDrums.b69158", + "HauntingDrums.7fc09a", + "JungleReclamation.105ecc", + "JungleReclamation.e98807", + "CreepingFoliage.819805", + "CreepingFoliage.3dd4be", + "SavageInstinct.84a3bc", + "SavageInstinct.ad1adf", + "FrenziedAnimal.4ab809", + "FrenziedAnimal.082612" + ], + "ContainedObjects_path": "EncounterDeck.deb149", + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840056010/5B0C8427028ED47CF8C890DDE4F80F59FB4C7594/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + }, + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840066447/3FE3D0DBF2B460F8B916179046C6BE9F2195D334/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2694": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276385260/D801780ABB6D90127CEE6FFB9A993BA15F4BCA09/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2714": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 271410, + 271411, + 271412, + 271413, + 271414, + 271415, + 271416, + 271417, + 271418, + 271419, + 271420, + 271421, + 271422, + 271423, + 266724, + 266726, + 266725, + 271427, + 271428, + 267802, + 267801, + 267800, + 269500, + 269501, + 269502, + 269503, + 269400, + 269401, + 267103, + 267102 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "deb149", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Encounter Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.754, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/BerserkCivilian.739a91.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/BerserkCivilian.739a91.json new file mode 100644 index 00000000..f3ea9f8f --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/BerserkCivilian.739a91.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271428, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "739a91", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Berserk Civilian", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.304, + "posY": 1.6, + "posZ": -18.632, + "rotX": 0, + "rotY": 270, + "rotZ": 184, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/BerserkCivilian.f4b11c.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/BerserkCivilian.f4b11c.json new file mode 100644 index 00000000..4f72f61f --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/BerserkCivilian.f4b11c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271427, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f4b11c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Berserk Civilian", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.18, + "posY": 1.649, + "posZ": -18.845, + "rotX": 0, + "rotY": 270, + "rotZ": 183, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.32a49e.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.32a49e.json new file mode 100644 index 00000000..aaa0063b --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.32a49e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266725, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840056010/5B0C8427028ED47CF8C890DDE4F80F59FB4C7594/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "32a49e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Concerned Citizen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.808, + "posY": 1.473, + "posZ": -49.27, + "rotX": 6, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.b8514b.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.b8514b.json new file mode 100644 index 00000000..80ae1bf6 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.b8514b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266726, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840056010/5B0C8427028ED47CF8C890DDE4F80F59FB4C7594/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b8514b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Concerned Citizen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -31.745, + "posY": 1.385, + "posZ": -48.5, + "rotX": 3, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.ed0d9f.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.ed0d9f.json new file mode 100644 index 00000000..31adc87e --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/ConcernedCitizen.ed0d9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266724, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840056010/5B0C8427028ED47CF8C890DDE4F80F59FB4C7594/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed0d9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Concerned Citizen", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -28.23, + "posY": 1.383, + "posZ": -49.743, + "rotX": 357, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/CreepingFoliage.3dd4be.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/CreepingFoliage.3dd4be.json new file mode 100644 index 00000000..2c08d148 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/CreepingFoliage.3dd4be.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3dd4be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Creeping Foliage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.714, + "posY": 1.408, + "posZ": -63.126, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/CreepingFoliage.819805.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/CreepingFoliage.819805.json new file mode 100644 index 00000000..c3375422 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/CreepingFoliage.819805.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "819805", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Creeping Foliage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.429, + "posY": 1.398, + "posZ": -63.221, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/FrenziedAnimal.082612.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/FrenziedAnimal.082612.json new file mode 100644 index 00000000..d5af5ff3 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/FrenziedAnimal.082612.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840066447/3FE3D0DBF2B460F8B916179046C6BE9F2195D334/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "082612", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Frenzied Animal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.296, + "posY": 1.342, + "posZ": -69.061, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/FrenziedAnimal.4ab809.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/FrenziedAnimal.4ab809.json new file mode 100644 index 00000000..597cab01 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/FrenziedAnimal.4ab809.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840066447/3FE3D0DBF2B460F8B916179046C6BE9F2195D334/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ab809", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Frenzied Animal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.296, + "posY": 1.312, + "posZ": -69.061, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.250030.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.250030.json new file mode 100644 index 00000000..758eca87 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.250030.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "250030", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunting Drums", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.536, + "posY": 1.328, + "posZ": -49.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.7fc09a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.7fc09a.json new file mode 100644 index 00000000..b16b8656 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.7fc09a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7fc09a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunting Drums", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.65, + "posY": 1.404, + "posZ": -49.626, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.b69158.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.b69158.json new file mode 100644 index 00000000..f1e27dbf --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/HauntingDrums.b69158.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2678": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276367852/B71E44C2909CE3A01189155976E253C37E4D16A7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b69158", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunting Drums", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.515, + "posY": 1.37, + "posZ": -49.488, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/JungleReclamation.105ecc.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/JungleReclamation.105ecc.json new file mode 100644 index 00000000..11334c86 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/JungleReclamation.105ecc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "105ecc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jungle Reclamation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.374, + "posY": 1.322, + "posZ": -63.553, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/JungleReclamation.e98807.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/JungleReclamation.e98807.json new file mode 100644 index 00000000..1d854a45 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/JungleReclamation.e98807.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e98807", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jungle Reclamation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.315, + "posY": 1.364, + "posZ": -63.2, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/LackofTrust.3fed12.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/LackofTrust.3fed12.json new file mode 100644 index 00000000..c14d05d0 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/LackofTrust.3fed12.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271422, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3fed12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lack of Trust", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.187, + "posY": 1.634, + "posZ": -20.507, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/LackofTrust.c5c30d.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/LackofTrust.c5c30d.json new file mode 100644 index 00000000..74e4903a --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/LackofTrust.c5c30d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271423, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c5c30d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lack of Trust", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.496, + "posY": 1.609, + "posZ": -20.494, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.1213e3.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.1213e3.json new file mode 100644 index 00000000..80abb548 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.1213e3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271420, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1213e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Night Watchman", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.502, + "posY": 1.642, + "posZ": -20.346, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.c52220.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.c52220.json new file mode 100644 index 00000000..a96342ac --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.c52220.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271421, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c52220", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Night Watchman", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.163, + "posY": 1.65, + "posZ": -20.838, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.d6b68a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.d6b68a.json new file mode 100644 index 00000000..af274507 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/NightWatchman.d6b68a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271419, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d6b68a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Night Watchman", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.171, + "posY": 1.647, + "posZ": -20.404, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.cdcd8f.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.cdcd8f.json new file mode 100644 index 00000000..eb26f302 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.cdcd8f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271416, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cdcd8f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panicking Populace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.273, + "posY": 1.7, + "posZ": -19.696, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.d6c97a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.d6c97a.json new file mode 100644 index 00000000..f68d8b41 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.d6c97a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271418, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d6c97a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panicking Populace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.027, + "posY": 1.69, + "posZ": -20.475, + "rotX": 1, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.d72b41.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.d72b41.json new file mode 100644 index 00000000..d5aaa02c --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PanickingPopulace.d72b41.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d72b41", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panicking Populace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.819, + "posY": 1.691, + "posZ": -20.775, + "rotX": 1, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.033db6.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.033db6.json new file mode 100644 index 00000000..643a8f7d --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.033db6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "033db6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Police Crackdown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.316, + "posY": 1.719, + "posZ": -20.373, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.08b86f.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.08b86f.json new file mode 100644 index 00000000..23e8418b --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.08b86f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "08b86f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Police Crackdown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.804, + "posY": 1.714, + "posZ": -20.29, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.f1d3b6.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.f1d3b6.json new file mode 100644 index 00000000..c7d3393c --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/PoliceCrackdown.f1d3b6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271415, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f1d3b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Police Crackdown", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.516, + "posY": 1.68, + "posZ": -20.031, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/SavageInstinct.84a3bc.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/SavageInstinct.84a3bc.json new file mode 100644 index 00000000..8e8edcf5 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/SavageInstinct.84a3bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2694": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276385260/D801780ABB6D90127CEE6FFB9A993BA15F4BCA09/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "84a3bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Instinct", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.695, + "posY": 1.322, + "posZ": -69.536, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/SavageInstinct.ad1adf.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/SavageInstinct.ad1adf.json new file mode 100644 index 00000000..81dedff1 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/SavageInstinct.ad1adf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2694": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276385260/D801780ABB6D90127CEE6FFB9A993BA15F4BCA09/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ad1adf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Instinct", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.668, + "posY": 1.364, + "posZ": -69.063, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.106514.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.106514.json new file mode 100644 index 00000000..91ef009b --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.106514.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "106514", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vindictive Officer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.212, + "posY": 1.738, + "posZ": -19.833, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.5b502b.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.5b502b.json new file mode 100644 index 00000000..1c34543f --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.5b502b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b502b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vindictive Officer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.904, + "posY": 1.733, + "posZ": -20.356, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.eee0ea.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.eee0ea.json new file mode 100644 index 00000000..c7b7eb75 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/EncounterDeck.deb149/VindictiveOfficer.eee0ea.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eee0ea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vindictive Officer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.177, + "posY": 1.735, + "posZ": -20.094, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769.json new file mode 100644 index 00000000..1509bd7c --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Lead.ce13e1", + "Lead.8fc9cf", + "Lead.ab633a", + "Lead.2ffbcf", + "Lead.929850", + "Lead.95d06b" + ], + "ContainedObjects_path": "LeadsDeck.ed2769", + "CustomDeck": { + "2717": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 271700, + 271701, + 271702, + 271703, + 271704, + 271705 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed2769", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Leads Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 1.653, + "posZ": -7.7, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.2ffbcf.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.2ffbcf.json new file mode 100644 index 00000000..b1b19663 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.2ffbcf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2ffbcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.296, + "posY": 1.594, + "posZ": -29.667, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.8fc9cf.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.8fc9cf.json new file mode 100644 index 00000000..a720f9f3 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.8fc9cf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8fc9cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.792, + "posY": 1.979, + "posZ": -29.046, + "rotX": 0, + "rotY": 270, + "rotZ": 158, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.929850.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.929850.json new file mode 100644 index 00000000..a0dcd330 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.929850.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "929850", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.322, + "posY": 1.549, + "posZ": -29.569, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.95d06b.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.95d06b.json new file mode 100644 index 00000000..22f17e75 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.95d06b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "95d06b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.132, + "posY": 1.506, + "posZ": -29.198, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.ab633a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.ab633a.json new file mode 100644 index 00000000..89f76b92 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.ab633a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ab633a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.234, + "posY": 1.613, + "posZ": -29.022, + "rotX": 0, + "rotY": 270, + "rotZ": 179, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.ce13e1.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.ce13e1.json new file mode 100644 index 00000000..be979ec0 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/LeadsDeck.ed2769/Lead.ce13e1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ce13e1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lead", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -14.511, + "posY": 1.635, + "posZ": -28.928, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/MunicipalHospital.6edc1c.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/MunicipalHospital.6edc1c.json new file mode 100644 index 00000000..b82ec587 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/MunicipalHospital.6edc1c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2698": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276774104/3BAC33075DC00D0CB612F65EAD77ABC4F3A4F108/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276773628/17DFA40CD7822C0AF090E3AAFEE2ED020C27DD66/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6edc1c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Municipal Hospital", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.645, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f.json new file mode 100644 index 00000000..dbca007e --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f.json @@ -0,0 +1,83 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "SarahWhittle.149a2a", + "HowellAsylum.f2e772", + "BoorsteinClinic.206709", + "MunicipalMentalWard.ebf51d", + "Act2-Reacquaintance.ed6108", + "CarlBentley.b8f924", + "CarnivorousTangle.25e8c1" + ], + "ContainedObjects_path": "Set-aside.7df58f", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7df58f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Set-aside", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.698, + "posY": 1.558, + "posZ": 14.279, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/Act2-Reacquaintance.ed6108.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/Act2-Reacquaintance.ed6108.json new file mode 100644 index 00000000..b71c02b3 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/Act2-Reacquaintance.ed6108.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267512, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed6108", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 2 - Reacquaintance", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.57, + "posY": 2.635, + "posZ": -41.476, + "rotX": 4, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/BoorsteinClinic.206709.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/BoorsteinClinic.206709.json new file mode 100644 index 00000000..4170118f --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/BoorsteinClinic.206709.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2699": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293375812/6C028BF736A44F40E0457AF9691D02D27953AE43/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293375361/42ABF05AAFC7B35323CFEFAE20B1531852B2AB9E/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "206709", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Boorstein Clinic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.929, + "posY": 2.334, + "posZ": -74.058, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/CarlBentley.b8f924.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/CarlBentley.b8f924.json new file mode 100644 index 00000000..212f316e --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/CarlBentley.b8f924.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266706, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276344034/20BECB22DF5B3C297797C14C0B303EFAE0086A5A/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b8f924", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carl Bentley", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.832, + "posY": 2.411, + "posZ": -54.262, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/CarnivorousTangle.25e8c1.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/CarnivorousTangle.25e8c1.json new file mode 100644 index 00000000..569f183a --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/CarnivorousTangle.25e8c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270009, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2700": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293381553/EA78EFE3D8C720AC38233C366EBFBA340266AD41/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "25e8c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Carnivorous Tangle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.261, + "posY": 2.301, + "posZ": -77.13, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/HowellAsylum.f2e772.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/HowellAsylum.f2e772.json new file mode 100644 index 00000000..eeb30931 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/HowellAsylum.f2e772.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2699": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293375812/6C028BF736A44F40E0457AF9691D02D27953AE43/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293375361/42ABF05AAFC7B35323CFEFAE20B1531852B2AB9E/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f2e772", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Howell Asylum", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.61, + "posY": 2.332, + "posZ": -80.63, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/MunicipalMentalWard.ebf51d.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/MunicipalMentalWard.ebf51d.json new file mode 100644 index 00000000..f772c829 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/MunicipalMentalWard.ebf51d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2699": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293375812/6C028BF736A44F40E0457AF9691D02D27953AE43/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293375361/42ABF05AAFC7B35323CFEFAE20B1531852B2AB9E/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ebf51d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Municipal Mental Ward", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.716, + "posY": 2.294, + "posZ": -96.157, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/SarahWhittle.149a2a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/SarahWhittle.149a2a.json new file mode 100644 index 00000000..3824f42c --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/Set-aside.7df58f/SarahWhittle.149a2a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2667": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840056010/5B0C8427028ED47CF8C890DDE4F80F59FB4C7594/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "149a2a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sarah Whittle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.008, + "posY": 1.986, + "posZ": -111.459, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/SmittysDiner.0e8921.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/SmittysDiner.0e8921.json new file mode 100644 index 00000000..a20ecde6 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/SmittysDiner.0e8921.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270909, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2709": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276346409/852325DE2B25F4FC1F8BD00AD2D45CF9A250FA07/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276345976/3EB2B1DB72EB7E3DB3623ADF1A44EF37897F099D/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e8921", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Smitty's Diner", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.629, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/StSimonsChurch.ec83fb.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/StSimonsChurch.ec83fb.json new file mode 100644 index 00000000..5fdc49b9 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/StSimonsChurch.ec83fb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2716": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276346409/852325DE2B25F4FC1F8BD00AD2D45CF9A250FA07/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276345976/3EB2B1DB72EB7E3DB3623ADF1A44EF37897F099D/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec83fb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "St. Simon's Church", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.625, + "posZ": -11.51, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/TelephoneDispatchOffice.e76b3b.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/TelephoneDispatchOffice.e76b3b.json new file mode 100644 index 00000000..f49bc05a --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/TelephoneDispatchOffice.e76b3b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2715": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276346409/852325DE2B25F4FC1F8BD00AD2D45CF9A250FA07/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276345976/3EB2B1DB72EB7E3DB3623ADF1A44EF37897F099D/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e76b3b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Telephone Dispatch Office", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.647, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/UrbanJungle.1e10c5.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/UrbanJungle.1e10c5.json new file mode 100644 index 00000000..39b98540 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/UrbanJungle.1e10c5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2666": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840054144/FF96BE05032B057905BF299E4F6CBAD25E14F7F2/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840053705/6A8DAA42C009B7C161AC39B9173E6C3DB155220B/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e10c5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Urban Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.956, + "posY": 1.598, + "posZ": -10.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/WhittleResidence.06bc0a.json b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/WhittleResidence.06bc0a.json new file mode 100644 index 00000000..f7d9f1b7 --- /dev/null +++ b/objects/Jumanji.b46db2/2UrbanJungle.73b5e1/WhittleResidence.06bc0a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276346409/852325DE2B25F4FC1F8BD00AD2D45CF9A250FA07/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276345976/3EB2B1DB72EB7E3DB3623ADF1A44EF37897F099D/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "06bc0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Whittle Residence", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.631, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f.json b/objects/Jumanji.b46db2/3GameNight.c3633f.json new file mode 100644 index 00000000..a38e2685 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f.json @@ -0,0 +1,124 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Set-aside.28c6e8", + "FourthPlayer.e1a2a1", + "EncounterDeck.710027", + "AgendaDeck.fabdc6", + "ActDeck.155588", + "GameNight.c8cb5c", + "JumanjiDeck.e6adaf", + "JumanjiSets.39bd43", + "Attic.39a613", + "Custom_Tile.b022fa", + "MasterBedroom.78c4cf", + "Custom_Tile.10154f", + "Custom_Tile.9ae64e", + "Custom_Tile.d30758", + "SpiralStaircase.6eb2d5", + "Custom_Tile.4a7b4a", + "CopiesofAbandonedRoom.f871ed", + "Custom_Tile.2a2fe8", + "Custom_Tile.21f34d", + "Custom_Tile.ddfae1", + "Custom_Tile.a6631e", + "Veranda.3e8cb3", + "Custom_Tile.7234af", + "Parlor.a7930b", + "SarahWhittle.2051e1", + "JumanjiDice.af1b40", + "AlanParrish.b9d4f9", + "Custom_Tile.89eac5", + "Foyer.0c0dbb", + "Custom_Tile.23b97c", + "ReceptionRoom.d4fd14" + ], + "ContainedObjects_path": "3GameNight.c3633f", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276524818/9F6F2148A168CB054FCAAF3DADF1A58EDC1E6978/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c3633f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Jumanji.b46db2/3GameNight.c3633f.luascriptstate", + "LuaScript_path": "Jumanji.b46db2/3GameNight.c3633f.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "3: Game Night", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.252, + "posY": 1.463, + "posZ": -4.015, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f.luascriptstate b/objects/Jumanji.b46db2/3GameNight.c3633f.luascriptstate new file mode 100644 index 00000000..bb5fc8e1 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0c0dbb":{"lock":false,"pos":{"x":-36.7731,"y":1.6452,"z":-3.83},"rot":{"x":359.9201,"y":270.0042,"z":180.0168}},"10154f":{"lock":false,"pos":{"x":-30.2242,"y":1.6236,"z":-0.03},"rot":{"x":0.0168,"y":180,"z":0.0799}},"155588":{"lock":false,"pos":{"x":-2.6887,"y":1.6239,"z":-5.0485},"rot":{"x":0.0168,"y":180.0226,"z":0.0803}},"2051e1":{"lock":false,"pos":{"x":-39.3855,"y":1.6518,"z":6.184},"rot":{"x":359.9201,"y":270.012,"z":0.0168}},"21f34d":{"lock":false,"pos":{"x":-30.2242,"y":1.6213,"z":-7.7},"rot":{"x":0.0168,"y":179.9999,"z":0.0799}},"23b97c":{"lock":false,"pos":{"x":-36.7732,"y":1.6305,"z":-7.7},"rot":{"x":0.0168,"y":179.9996,"z":0.08}},"28c6e8":{"lock":false,"pos":{"x":1.6977,"y":1.5583,"z":14.2786},"rot":{"x":359.9551,"y":225.0046,"z":0.0687}},"2a2fe8":{"lock":false,"pos":{"x":-26.5494,"y":1.6161,"z":-8.1485},"rot":{"x":359.9555,"y":224.953,"z":0.0684}},"39a613":{"lock":false,"pos":{"x":-23.6765,"y":1.6292,"z":3.86},"rot":{"x":359.9201,"y":270.0067,"z":180.0168}},"39bd43":{"lock":false,"pos":{"x":-10.9122,"y":1.407,"z":-15.68},"rot":{"x":359.9832,"y":0.0007,"z":359.92}},"3e8cb3":{"lock":false,"pos":{"x":-36.7731,"y":1.6497,"z":11.46},"rot":{"x":359.9201,"y":270.0051,"z":180.0168}},"4a7b4a":{"lock":false,"pos":{"x":-33.3845,"y":1.6269,"z":-3.8293},"rot":{"x":359.9201,"y":270.0098,"z":0.0169}},"6eb2d5":{"lock":false,"pos":{"x":-30.2242,"y":1.6361,"z":-3.83},"rot":{"x":359.9201,"y":270.0044,"z":180.0168}},"710027":{"lock":false,"pos":{"x":-3.9279,"y":1.6529,"z":5.7573},"rot":{"x":359.9197,"y":270.0006,"z":180.0168}},"7234af":{"lock":false,"pos":{"x":-36.7731,"y":1.635,"z":7.57},"rot":{"x":0.0168,"y":179.9995,"z":0.0799}},"78c4cf":{"lock":false,"pos":{"x":-30.2242,"y":1.6383,"z":3.86},"rot":{"x":359.9201,"y":270.0068,"z":180.0168}},"89eac5":{"lock":false,"pos":{"x":-36.7731,"y":1.6327,"z":-0.03},"rot":{"x":0.0168,"y":180,"z":0.0799}},"9ae64e":{"lock":false,"pos":{"x":-27.2077,"y":1.6194,"z":-0.0912},"rot":{"x":359.9554,"y":224.9931,"z":0.0684}},"a6631e":{"lock":false,"pos":{"x":-33.328,"y":1.6302,"z":7.6832},"rot":{"x":359.9316,"y":315.0042,"z":359.9554}},"a7930b":{"lock":false,"pos":{"x":-36.7732,"y":1.6475,"z":3.86},"rot":{"x":359.9201,"y":270.0004,"z":180.0168}},"af1b40":{"lock":false,"pos":{"x":-40.205,"y":1.6523,"z":3.8667},"rot":{"x":359.9201,"y":269.9888,"z":0.0169}},"b022fa":{"lock":false,"pos":{"x":-27.0465,"y":1.6203,"z":3.7851},"rot":{"x":359.9201,"y":270.01,"z":0.0169}},"b9d4f9":{"lock":false,"pos":{"x":-39.394,"y":1.6505,"z":1.6048},"rot":{"x":359.9201,"y":270.0072,"z":0.0168}},"c8cb5c":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4376},"rot":{"x":359.9197,"y":270.0293,"z":0.0168}},"d30758":{"lock":false,"pos":{"x":-26.5753,"y":1.6173,"z":-3.9871},"rot":{"x":359.9201,"y":270.0125,"z":0.0168}},"d4fd14":{"lock":false,"pos":{"x":-36.7731,"y":1.643,"z":-11.51},"rot":{"x":359.9201,"y":270.0051,"z":180.0168}},"ddfae1":{"lock":false,"pos":{"x":-33.3621,"y":1.6257,"z":-7.7078},"rot":{"x":359.9746,"y":210.0024,"z":0.0776}},"e1a2a1":{"lock":false,"pos":{"x":-5.5818,"y":1.6074,"z":15.3423},"rot":{"x":359.9197,"y":270.0154,"z":0.0168}},"e6adaf":{"lock":false,"pos":{"x":-10.4692,"y":1.671,"z":-12.6492},"rot":{"x":359.9201,"y":270,"z":180.0168}},"f871ed":{"lock":false,"pos":{"x":-23.6765,"y":1.6513,"z":-11.51},"rot":{"x":359.9201,"y":270.0078,"z":180.0168}},"fabdc6":{"lock":false,"pos":{"x":-2.7248,"y":1.6159,"z":0.3733},"rot":{"x":0.0168,"y":180.0172,"z":0.0803}}}} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f.ttslua b/objects/Jumanji.b46db2/3GameNight.c3633f.ttslua new file mode 100644 index 00000000..54cc4e34 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f.ttslua @@ -0,0 +1,504 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end + diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588.json b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588.json new file mode 100644 index 00000000..78f47fb2 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Act4-HuntingGrounds.4a4ecb", + "Act3-GoingApe.74a337", + "Act2-AggressiveGardening.ee509b", + "Act1-OnaRoll.a6965d" + ], + "ContainedObjects_path": "ActDeck.155588", + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + }, + "2697": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293360181/F9B2AF1453A3FF9CCBA54A590E03ADE5EA4C262B/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 267506, + 267507, + 267508, + 269709 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "155588", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Act Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.689, + "posY": 1.624, + "posZ": -5.048, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act1-OnaRoll.a6965d.json b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act1-OnaRoll.a6965d.json new file mode 100644 index 00000000..e1270853 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act1-OnaRoll.a6965d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269709, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2697": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293360181/F9B2AF1453A3FF9CCBA54A590E03ADE5EA4C262B/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6965d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 1 - On a Roll", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.688, + "posY": 1.658, + "posZ": -5.049, + "rotX": 1, + "rotY": 180, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act2-AggressiveGardening.ee509b.json b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act2-AggressiveGardening.ee509b.json new file mode 100644 index 00000000..1825674b --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act2-AggressiveGardening.ee509b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ee509b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 2 - Aggressive Gardening", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.987, + "posY": 1.375, + "posZ": -45.137, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act3-GoingApe.74a337.json b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act3-GoingApe.74a337.json new file mode 100644 index 00000000..116842a6 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act3-GoingApe.74a337.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74a337", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 3 - Going Ape", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.656, + "posY": 1.342, + "posZ": -45.083, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act4-HuntingGrounds.4a4ecb.json b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act4-HuntingGrounds.4a4ecb.json new file mode 100644 index 00000000..08d039b5 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/ActDeck.155588/Act4-HuntingGrounds.4a4ecb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a4ecb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 4 - Hunting Grounds", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.846, + "posY": 1.299, + "posZ": -45.322, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6.json b/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6.json new file mode 100644 index 00000000..3de2c000 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Agenda2-GrowingCatastrophe.7f286a", + "Agenda1-Housewarming.8935f1" + ], + "ContainedObjects_path": "AgendaDeck.fabdc6", + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 267510, + 267511 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fabdc6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Agenda Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.616, + "posZ": 0.373, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6/Agenda1-Housewarming.8935f1.json b/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6/Agenda1-Housewarming.8935f1.json new file mode 100644 index 00000000..6bbebcd4 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6/Agenda1-Housewarming.8935f1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267511, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8935f1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 1 - Housewarming", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.3, + "posY": 1.342, + "posZ": -45.453, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6/Agenda2-GrowingCatastrophe.7f286a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6/Agenda2-GrowingCatastrophe.7f286a.json new file mode 100644 index 00000000..4afc5074 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/AgendaDeck.fabdc6/Agenda2-GrowingCatastrophe.7f286a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f286a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 2 - Growing Catastrophe", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.348, + "posY": 1.3, + "posZ": -45.385, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/AlanParrish.b9d4f9.json b/objects/Jumanji.b46db2/3GameNight.c3633f/AlanParrish.b9d4f9.json new file mode 100644 index 00000000..3e8f6d53 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/AlanParrish.b9d4f9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270113, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2701": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276387774/E6A00C41CDCADC620EF4788F691E334F88B9EE70/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9d4f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alan Parrish", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.394, + "posY": 1.65, + "posZ": 1.605, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Attic.39a613.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Attic.39a613.json new file mode 100644 index 00000000..d2762a8f --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Attic.39a613.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2723": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39a613", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Attic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.629, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed.json b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed.json new file mode 100644 index 00000000..4b763fb0 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "AbandonedRoom.5e94cb", + "AbandonedRoom.f6bead", + "AbandonedRoom.838a93", + "AbandonedRoom.5a2332" + ], + "ContainedObjects_path": "CopiesofAbandonedRoom.f871ed", + "CustomDeck": { + "2729": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 272903, + 272901, + 272904, + 272902 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f871ed", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Copies of Abandoned Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.651, + "posZ": -11.51, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.5a2332.json b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.5a2332.json new file mode 100644 index 00000000..d6daef84 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.5a2332.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5a2332", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.625, + "posZ": -11.51, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.5e94cb.json b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.5e94cb.json new file mode 100644 index 00000000..5cdc23d3 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.5e94cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5e94cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.654, + "posZ": -15.28, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.838a93.json b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.838a93.json new file mode 100644 index 00000000..5bfa618e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.838a93.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "838a93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.655, + "posZ": -11.51, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.f6bead.json b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.f6bead.json new file mode 100644 index 00000000..d268bc59 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/CopiesofAbandonedRoom.f871ed/AbandonedRoom.f6bead.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6bead", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Abandoned Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.624, + "posZ": -15.28, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.10154f.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.10154f.json new file mode 100644 index 00000000..cdb0151c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.10154f.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "10154f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.624, + "posZ": -0.03, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.21f34d.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.21f34d.json new file mode 100644 index 00000000..73f90b4e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.21f34d.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "21f34d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.621, + "posZ": -7.7, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.23b97c.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.23b97c.json new file mode 100644 index 00000000..6110b146 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.23b97c.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "23b97c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.63, + "posZ": -7.7, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.2a2fe8.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.2a2fe8.json new file mode 100644 index 00000000..8afbcf3c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.2a2fe8.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2a2fe8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.549, + "posY": 1.616, + "posZ": -8.149, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.4a7b4a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.4a7b4a.json new file mode 100644 index 00000000..c1642eaa --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.4a7b4a.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a7b4a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.385, + "posY": 1.627, + "posZ": -3.829, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.7234af.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.7234af.json new file mode 100644 index 00000000..7a2c52c4 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.635, + "posZ": 7.57, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.89eac5.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.89eac5.json new file mode 100644 index 00000000..88cf2270 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.89eac5.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "89eac5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.633, + "posZ": -0.03, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.9ae64e.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.9ae64e.json new file mode 100644 index 00000000..e91ac8fa --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.9ae64e.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9ae64e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.208, + "posY": 1.619, + "posZ": -0.091, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.a6631e.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.a6631e.json new file mode 100644 index 00000000..2e8527f5 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.a6631e.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6631e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.328, + "posY": 1.63, + "posZ": 7.683, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.b022fa.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.b022fa.json new file mode 100644 index 00000000..6aabb66b --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.b022fa.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b022fa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.047, + "posY": 1.62, + "posZ": 3.785, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.d30758.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.d30758.json new file mode 100644 index 00000000..3a320518 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.d30758.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d30758", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.575, + "posY": 1.617, + "posZ": -3.987, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.ddfae1.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.ddfae1.json new file mode 100644 index 00000000..29ec4b97 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Custom_Tile.ddfae1.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ddfae1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.362, + "posY": 1.626, + "posZ": -7.708, + "rotX": 0, + "rotY": 210, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027.json new file mode 100644 index 00000000..57a7679e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027.json @@ -0,0 +1,107 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "WildInterference.befd78", + "WildInterference.cb9800", + "MischievousChimp.145a54", + "SwoopingBats.989559", + "NocturnalShrieks.da5aa4", + "NocturnalShrieks.c6095f", + "ManeaterFlytrap.ad5343", + "ConstrictorVines.d2be91", + "ConstrictorVines.c14d90" + ], + "ContainedObjects_path": "EncounterDeck.710027", + "CustomDeck": { + "2670": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840064342/A30C8EB0B500424071210EFFC80714FA1AA17DC6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2677": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276365497/D5CF343EEF67D6F69369A3A251C41B2DDCE3316F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2726": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 272600, + 272601, + 272602, + 267000, + 267701, + 267702, + 268700, + 268701, + 268702 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "710027", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Encounter Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.653, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ConstrictorVines.c14d90.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ConstrictorVines.c14d90.json new file mode 100644 index 00000000..5a1b93c8 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ConstrictorVines.c14d90.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c14d90", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Constrictor Vines", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.906, + "posY": 1.4, + "posZ": -63.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ConstrictorVines.d2be91.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ConstrictorVines.d2be91.json new file mode 100644 index 00000000..bb3d3c6b --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ConstrictorVines.d2be91.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d2be91", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Constrictor Vines", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.72, + "posY": 1.366, + "posZ": -63.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ManeaterFlytrap.ad5343.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ManeaterFlytrap.ad5343.json new file mode 100644 index 00000000..3f078f24 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/ManeaterFlytrap.ad5343.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2687": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276377452/B5BD1CDCBBF1EA015776C303BC12E93650514E6D/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ad5343", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Maneater Flytrap", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.622, + "posY": 1.324, + "posZ": -63.44, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/MischievousChimp.145a54.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/MischievousChimp.145a54.json new file mode 100644 index 00000000..3d079939 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/MischievousChimp.145a54.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "145a54", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mischievous Chimp", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.602, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/NocturnalShrieks.c6095f.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/NocturnalShrieks.c6095f.json new file mode 100644 index 00000000..04c5f124 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/NocturnalShrieks.c6095f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2677": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276365497/D5CF343EEF67D6F69369A3A251C41B2DDCE3316F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c6095f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nocturnal Shrieks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.903, + "posY": 1.402, + "posZ": -54.58, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/NocturnalShrieks.da5aa4.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/NocturnalShrieks.da5aa4.json new file mode 100644 index 00000000..919d2474 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/NocturnalShrieks.da5aa4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2677": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276365497/D5CF343EEF67D6F69369A3A251C41B2DDCE3316F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da5aa4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nocturnal Shrieks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.699, + "posY": 1.368, + "posZ": -54.393, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/SwoopingBats.989559.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/SwoopingBats.989559.json new file mode 100644 index 00000000..9b9ad5b9 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/SwoopingBats.989559.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2670": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840064342/A30C8EB0B500424071210EFFC80714FA1AA17DC6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "989559", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Swooping Bats", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.487, + "posY": 1.986, + "posZ": -117.297, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/WildInterference.befd78.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/WildInterference.befd78.json new file mode 100644 index 00000000..fd5f5fd1 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/WildInterference.befd78.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "befd78", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wild Interference", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.716, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 178, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/WildInterference.cb9800.json b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/WildInterference.cb9800.json new file mode 100644 index 00000000..f7b7e2de --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/EncounterDeck.710027/WildInterference.cb9800.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cb9800", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wild Interference", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.65, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/FourthPlayer.e1a2a1.json b/objects/Jumanji.b46db2/3GameNight.c3633f/FourthPlayer.e1a2a1.json new file mode 100644 index 00000000..d067a621 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/FourthPlayer.e1a2a1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2702": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276387774/E6A00C41CDCADC620EF4788F691E334F88B9EE70/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e1a2a1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fourth Player", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.582, + "posY": 1.607, + "posZ": 15.342, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Foyer.0c0dbb.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Foyer.0c0dbb.json new file mode 100644 index 00000000..672a4da6 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Foyer.0c0dbb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272109, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2721": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c0dbb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Foyer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.645, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/GameNight.c8cb5c.json b/objects/Jumanji.b46db2/3GameNight.c3633f/GameNight.c8cb5c.json new file mode 100644 index 00000000..0fbfd815 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/GameNight.c8cb5c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266811, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2668": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840059523/5F02B60338C70679ACB5CD0C3B479A4EBBF85360/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840059091/274F3C4E56F1CD364C5F1980070AC65D9961DBCA/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c8cb5c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Game Night", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.956, + "posY": 1.598, + "posZ": -10.438, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf.json new file mode 100644 index 00000000..8b9963a8 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Tigers.7d2605", + "Snakes.0b2281", + "Stampede.418e6a", + "Spiders.cfd7da", + "Quicksand.975699", + "Monsoon.61e435", + "Insects.14b464", + "Hippos.544e5b", + "Gorillas.aa5164", + "Earthquake.8aeaaa", + "Crocodiles.c3a774", + "Climate.615e7b" + ], + "ContainedObjects_path": "JumanjiDeck.e6adaf", + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 267200, + 267203, + 267201, + 267202, + 267204, + 267205, + 267206, + 267207, + 267208, + 267209, + 267210, + 267211 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e6adaf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Jumanji Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.469, + "posY": 1.671, + "posZ": -12.649, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Climate.615e7b.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Climate.615e7b.json new file mode 100644 index 00000000..0cc03ebd --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Climate.615e7b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "615e7b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Climate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.503, + "posY": 1.355, + "posZ": -58.229, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Crocodiles.c3a774.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Crocodiles.c3a774.json new file mode 100644 index 00000000..bb0ea799 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Crocodiles.c3a774.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267210, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c3a774", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crocodiles", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.548, + "posY": 1.313, + "posZ": -58.606, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Earthquake.8aeaaa.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Earthquake.8aeaaa.json new file mode 100644 index 00000000..4e8ad190 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Earthquake.8aeaaa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8aeaaa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Earthquake", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.572, + "posY": 2.415, + "posZ": -85, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Gorillas.aa5164.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Gorillas.aa5164.json new file mode 100644 index 00000000..5dd210ff --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Gorillas.aa5164.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267208, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aa5164", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gorillas", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.518, + "posY": 2.389, + "posZ": -84.96, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Hippos.544e5b.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Hippos.544e5b.json new file mode 100644 index 00000000..6f2b0e61 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Hippos.544e5b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "544e5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hippos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.485, + "posY": 2.362, + "posZ": -84.962, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Insects.14b464.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Insects.14b464.json new file mode 100644 index 00000000..44cac7a3 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Insects.14b464.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "14b464", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Insects", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.607, + "posY": 2.336, + "posZ": -85.007, + "rotX": 0, + "rotY": 268, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Monsoon.61e435.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Monsoon.61e435.json new file mode 100644 index 00000000..e6a15083 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Monsoon.61e435.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "61e435", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monsoon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.444, + "posY": 2.309, + "posZ": -85.002, + "rotX": 0, + "rotY": 271, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Quicksand.975699.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Quicksand.975699.json new file mode 100644 index 00000000..6720b24d --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Quicksand.975699.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "975699", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.58, + "posY": 2.283, + "posZ": -84.988, + "rotX": 0, + "rotY": 271, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Snakes.0b2281.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Snakes.0b2281.json new file mode 100644 index 00000000..8c440d77 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Snakes.0b2281.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b2281", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Snakes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.527, + "posY": 2.256, + "posZ": -84.979, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Spiders.cfd7da.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Spiders.cfd7da.json new file mode 100644 index 00000000..8539d9ad --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Spiders.cfd7da.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfd7da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiders", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.621, + "posY": 2.229, + "posZ": -84.865, + "rotX": 0, + "rotY": 273, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Stampede.418e6a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Stampede.418e6a.json new file mode 100644 index 00000000..56efe5a7 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Stampede.418e6a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "418e6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stampede", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.418, + "posY": 2.202, + "posZ": -84.993, + "rotX": 0, + "rotY": 269, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Tigers.7d2605.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Tigers.7d2605.json new file mode 100644 index 00000000..655359b8 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDeck.e6adaf/Tigers.7d2605.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7d2605", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tigers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.53, + "posY": 2.175, + "posZ": -84.988, + "rotX": 0, + "rotY": 268, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDice.af1b40.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDice.af1b40.json new file mode 100644 index 00000000..3b63cf1c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiDice.af1b40.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2703": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293398218/DDCD2C00456FDEB03DB20A7E02AC43620A34935D/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "af1b40", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jumanji Dice", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -40.205, + "posY": 1.652, + "posZ": 3.867, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43.json new file mode 100644 index 00000000..11853466 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.70163, + "r": 0.85017 + }, + "ContainedObjects_order": [ + "TigersEncounterSet.64c874", + "StampedeEncounterSet.658e47", + "SpidersEncounterSet.f7403c", + "SnakesEncounterSet.daa092", + "QuicksandEncounterSet.44afc7", + "MonsoonEncounterSet.57898e", + "InsectsEncounterSet.6b59f0", + "HipposEncounterSet.fb283a", + "GorillasEncounterSet.16bb06", + "EarthquakeEncounterSet.657162", + "CrocodilesEncounterSet.f5c9c6", + "ClimateEncounterSet.29f6b6" + ], + "ContainedObjects_path": "JumanjiSets.39bd43", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39bd43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Jumanji Sets", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.912, + "posY": 1.407, + "posZ": -15.68, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6.json new file mode 100644 index 00000000..2ad27877 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Overheated.eb5d9f", + "Overheated.116f06", + "Overheated.6c30e3" + ], + "ContainedObjects_path": "ClimateEncounterSet.29f6b6", + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 267900, + 267901, + 267902 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29f6b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Climate Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.731, + "posY": 2.344, + "posZ": -89.911, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.116f06.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.116f06.json new file mode 100644 index 00000000..6799e5e6 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.116f06.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116f06", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overheated", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.957, + "posY": 1.34, + "posZ": -47.682, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.6c30e3.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.6c30e3.json new file mode 100644 index 00000000..279c34d8 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.6c30e3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c30e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overheated", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.595, + "posY": 1.374, + "posZ": -47.609, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.eb5d9f.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.eb5d9f.json new file mode 100644 index 00000000..75aebc1b --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/ClimateEncounterSet.29f6b6/Overheated.eb5d9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb5d9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overheated", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.888, + "posY": 1.298, + "posZ": -47.431, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6.json new file mode 100644 index 00000000..746e047c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ViolentAmbush.c44970", + "ViolentAmbush.8efd3a", + "RiverCrocodile.c5743e" + ], + "ContainedObjects_path": "CrocodilesEncounterSet.f5c9c6", + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270500, + 270501, + 270502 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f5c9c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Crocodiles Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.487, + "posY": 2.348, + "posZ": -76.709, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/RiverCrocodile.c5743e.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/RiverCrocodile.c5743e.json new file mode 100644 index 00000000..d917ae32 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/RiverCrocodile.c5743e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c5743e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "River Crocodile", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.048, + "posY": 1.441, + "posZ": -44.927, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/ViolentAmbush.8efd3a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/ViolentAmbush.8efd3a.json new file mode 100644 index 00000000..50385cd9 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/ViolentAmbush.8efd3a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8efd3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Violent Ambush", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.035, + "posY": 1.362, + "posZ": -45.099, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/ViolentAmbush.c44970.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/ViolentAmbush.c44970.json new file mode 100644 index 00000000..985f1dee --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/CrocodilesEncounterSet.f5c9c6/ViolentAmbush.c44970.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c44970", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Violent Ambush", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.001, + "posY": 1.32, + "posZ": -45.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162.json new file mode 100644 index 00000000..bb8346e1 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "CollapsingGround.1b303f", + "CollapsingGround.9c8303", + "CollapsingGround.a46c05" + ], + "ContainedObjects_path": "EarthquakeEncounterSet.657162", + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268102, + 268101, + 268100 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "657162", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Earthquake Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.394, + "posY": 2.007, + "posZ": -102.31, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.1b303f.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.1b303f.json new file mode 100644 index 00000000..2a4cf6cd --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.1b303f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1b303f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collapsing Ground", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.807, + "posY": 1.296, + "posZ": -53.619, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.9c8303.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.9c8303.json new file mode 100644 index 00000000..c7c61b07 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.9c8303.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9c8303", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collapsing Ground", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.772, + "posY": 1.338, + "posZ": -53.361, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.a46c05.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.a46c05.json new file mode 100644 index 00000000..29eec1dc --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/EarthquakeEncounterSet.657162/CollapsingGround.a46c05.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a46c05", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collapsing Ground", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.808, + "posY": 1.372, + "posZ": -53.309, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06.json new file mode 100644 index 00000000..48e490d2 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "EyesintheMist.8abb3c", + "FuriousSilverback.d38359", + "FuriousSilverback.96977b" + ], + "ContainedObjects_path": "GorillasEncounterSet.16bb06", + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268200, + 268201, + 268202 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16bb06", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Gorillas Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.539, + "posY": 2.007, + "posZ": -110.883, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/EyesintheMist.8abb3c.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/EyesintheMist.8abb3c.json new file mode 100644 index 00000000..93f063e0 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/EyesintheMist.8abb3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8abb3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eyes in the Mist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.337, + "posY": 1.294, + "posZ": -61.109, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/FuriousSilverback.96977b.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/FuriousSilverback.96977b.json new file mode 100644 index 00000000..a04ba7db --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/FuriousSilverback.96977b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "96977b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Furious Silverback", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.348, + "posY": 1.37, + "posZ": -60.994, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/FuriousSilverback.d38359.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/FuriousSilverback.d38359.json new file mode 100644 index 00000000..540c0dc9 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/GorillasEncounterSet.16bb06/FuriousSilverback.d38359.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d38359", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Furious Silverback", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.283, + "posY": 1.336, + "posZ": -61.035, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a.json new file mode 100644 index 00000000..27109927 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TerritorialBeasts.312425", + "EnragedHippopotamus.6ee522", + "EnragedHippopotamus.458430" + ], + "ContainedObjects_path": "HipposEncounterSet.fb283a", + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268300, + 268301, + 268302 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb283a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Hippos Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.486, + "posY": 2.34, + "posZ": -84.815, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/EnragedHippopotamus.458430.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/EnragedHippopotamus.458430.json new file mode 100644 index 00000000..dd5f640c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/EnragedHippopotamus.458430.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "458430", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enraged Hippopotamus", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.756, + "posY": 1.369, + "posZ": -64.094, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/EnragedHippopotamus.6ee522.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/EnragedHippopotamus.6ee522.json new file mode 100644 index 00000000..90051aa9 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/EnragedHippopotamus.6ee522.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ee522", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enraged Hippopotamus", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.805, + "posY": 1.335, + "posZ": -63.884, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/TerritorialBeasts.312425.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/TerritorialBeasts.312425.json new file mode 100644 index 00000000..feb51b42 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/HipposEncounterSet.fb283a/TerritorialBeasts.312425.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "312425", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Territorial Beasts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.621, + "posY": 1.293, + "posZ": -63.97, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0.json new file mode 100644 index 00000000..77db0c38 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ViciousMosquitos.840a4b", + "TsetseFlyBite.09b78c", + "ArmyofAnts.800ce9" + ], + "ContainedObjects_path": "InsectsEncounterSet.6b59f0", + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268400, + 268401, + 268402 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6b59f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Insects Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.742, + "posY": 2.337, + "posZ": -92.964, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/ArmyofAnts.800ce9.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/ArmyofAnts.800ce9.json new file mode 100644 index 00000000..8a137882 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/ArmyofAnts.800ce9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "800ce9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Army of Ants", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.914, + "posY": 1.368, + "posZ": -67.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/TsetseFlyBite.09b78c.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/TsetseFlyBite.09b78c.json new file mode 100644 index 00000000..34c48276 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/TsetseFlyBite.09b78c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "09b78c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tsetse Fly Bite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.176, + "posY": 1.334, + "posZ": -67.767, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/ViciousMosquitos.840a4b.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/ViciousMosquitos.840a4b.json new file mode 100644 index 00000000..af8973ed --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/InsectsEncounterSet.6b59f0/ViciousMosquitos.840a4b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840a4b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vicious Mosquitos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.051, + "posY": 1.292, + "posZ": -67.901, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e.json new file mode 100644 index 00000000..74ae020e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TorrentialDownpour.f0ae03", + "TorrentialDownpour.de0eaf", + "TorrentialDownpour.e2694f" + ], + "ContainedObjects_path": "MonsoonEncounterSet.57898e", + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268600, + 268601, + 268602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57898e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Monsoon Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.587, + "posY": 2.335, + "posZ": -96.897, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.de0eaf.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.de0eaf.json new file mode 100644 index 00000000..415de804 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.de0eaf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "de0eaf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrential Downpour", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.314, + "posY": 1.337, + "posZ": -53.403, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.e2694f.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.e2694f.json new file mode 100644 index 00000000..eec32297 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.e2694f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e2694f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrential Downpour", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.798, + "posY": 1.371, + "posZ": -53.258, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.f0ae03.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.f0ae03.json new file mode 100644 index 00000000..7b95751e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/MonsoonEncounterSet.57898e/TorrentialDownpour.f0ae03.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f0ae03", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrential Downpour", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.137, + "posY": 1.295, + "posZ": -52.917, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7.json new file mode 100644 index 00000000..f4c39e66 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "QuicksandPit.0cdb4f", + "QuicksandPit.1bc3ce", + "QuicksandPit.790fce" + ], + "ContainedObjects_path": "QuicksandEncounterSet.44afc7", + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268802, + 268801, + 268800 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44afc7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Quicksand Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.074, + "posY": 2.007, + "posZ": -104.867, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.0cdb4f.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.0cdb4f.json new file mode 100644 index 00000000..3d6db6bc --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.0cdb4f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0cdb4f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand Pit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.467, + "posY": 1.296, + "posZ": -50.138, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.1bc3ce.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.1bc3ce.json new file mode 100644 index 00000000..6667daf0 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.1bc3ce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1bc3ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand Pit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.306, + "posY": 1.338, + "posZ": -49.952, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.790fce.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.790fce.json new file mode 100644 index 00000000..d3c8ac77 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/QuicksandEncounterSet.44afc7/QuicksandPit.790fce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "790fce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand Pit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.43, + "posY": 1.373, + "posZ": -49.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092.json new file mode 100644 index 00000000..776db7db --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "RainforestViper.91202a", + "HiddenMenace.3f088e", + "HiddenMenace.7c11b4" + ], + "ContainedObjects_path": "SnakesEncounterSet.daa092", + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270600, + 270601, + 270602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "daa092", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Snakes Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.065, + "posY": 2.344, + "posZ": -66.766, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/HiddenMenace.3f088e.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/HiddenMenace.3f088e.json new file mode 100644 index 00000000..e3e5c107 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/HiddenMenace.3f088e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3f088e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hidden Menace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.316, + "posY": 1.359, + "posZ": -51.259, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/HiddenMenace.7c11b4.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/HiddenMenace.7c11b4.json new file mode 100644 index 00000000..a241077a --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/HiddenMenace.7c11b4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7c11b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hidden Menace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.355, + "posY": 1.393, + "posZ": -51.155, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/RainforestViper.91202a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/RainforestViper.91202a.json new file mode 100644 index 00000000..08ae701f --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SnakesEncounterSet.daa092/RainforestViper.91202a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "91202a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rainforest Viper", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.481, + "posY": 1.317, + "posZ": -51.425, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c.json new file mode 100644 index 00000000..170c5a6e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TanglingWebs.4abade", + "TanglingWebs.9a1cdf", + "GiantTarantula.562878" + ], + "ContainedObjects_path": "SpidersEncounterSet.f7403c", + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270700, + 270701, + 270702 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f7403c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Spiders Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.019, + "posY": 2.343, + "posZ": -72.039, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/GiantTarantula.562878.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/GiantTarantula.562878.json new file mode 100644 index 00000000..8305f38e --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/GiantTarantula.562878.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "562878", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Giant Tarantula", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.467, + "posY": 1.393, + "posZ": -45.166, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/TanglingWebs.4abade.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/TanglingWebs.4abade.json new file mode 100644 index 00000000..3e5729f2 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/TanglingWebs.4abade.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4abade", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangling Webs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.375, + "posY": 1.318, + "posZ": -45.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/TanglingWebs.9a1cdf.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/TanglingWebs.9a1cdf.json new file mode 100644 index 00000000..ddff87bf --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/SpidersEncounterSet.f7403c/TanglingWebs.9a1cdf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a1cdf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangling Webs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.502, + "posY": 1.36, + "posZ": -44.86, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47.json new file mode 100644 index 00000000..6d3a53a3 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TrampledUnderfoot.2830d9", + "ChargingRhinoceros.a70b5d", + "BerserkElephant.a19b11" + ], + "ContainedObjects_path": "StampedeEncounterSet.658e47", + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270800, + 270801, + 270802 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "658e47", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Stampede Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -22.275, + "posY": 2.341, + "posZ": -78.223, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/BerserkElephant.a19b11.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/BerserkElephant.a19b11.json new file mode 100644 index 00000000..b2a3a62c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/BerserkElephant.a19b11.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a19b11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Berserk Elephant", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.298, + "posY": 1.39, + "posZ": -51.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/ChargingRhinoceros.a70b5d.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/ChargingRhinoceros.a70b5d.json new file mode 100644 index 00000000..944d4a76 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/ChargingRhinoceros.a70b5d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a70b5d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charging Rhinoceros", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.17, + "posY": 1.356, + "posZ": -51.248, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/TrampledUnderfoot.2830d9.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/TrampledUnderfoot.2830d9.json new file mode 100644 index 00000000..6f365d66 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/StampedeEncounterSet.658e47/TrampledUnderfoot.2830d9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2830d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trampled Underfoot", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.108, + "posY": 1.315, + "posZ": -50.929, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874.json new file mode 100644 index 00000000..edfc4f86 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SilentStalking.71f06c", + "SavageTiger.cde970", + "SavageTiger.514fe7" + ], + "ContainedObjects_path": "TigersEncounterSet.64c874", + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269200, + 269201, + 269202 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "64c874", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Tigers Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -51.617, + "posY": 2.007, + "posZ": -103.28, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SavageTiger.514fe7.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SavageTiger.514fe7.json new file mode 100644 index 00000000..d4432cc1 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SavageTiger.514fe7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "514fe7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Tiger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.554, + "posY": 1.367, + "posZ": -68.155, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SavageTiger.cde970.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SavageTiger.cde970.json new file mode 100644 index 00000000..6cdcc74b --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SavageTiger.cde970.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cde970", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Tiger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.263, + "posY": 1.335, + "posZ": -68.082, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SilentStalking.71f06c.json b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SilentStalking.71f06c.json new file mode 100644 index 00000000..c4000bbf --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/JumanjiSets.39bd43/TigersEncounterSet.64c874/SilentStalking.71f06c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "71f06c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silent Stalking", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.347, + "posY": 1.291, + "posZ": -68.173, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/MasterBedroom.78c4cf.json b/objects/Jumanji.b46db2/3GameNight.c3633f/MasterBedroom.78c4cf.json new file mode 100644 index 00000000..cb1d699a --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/MasterBedroom.78c4cf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272705, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2727": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "78c4cf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Master Bedroom", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.638, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Parlor.a7930b.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Parlor.a7930b.json new file mode 100644 index 00000000..24c68e7f --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Parlor.a7930b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270910, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2709": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293414201/F67849C5CDA7F01A77C92B62EAF595BD6CBE7470/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a7930b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Parlor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.647, + "posZ": 3.86, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/ReceptionRoom.d4fd14.json b/objects/Jumanji.b46db2/3GameNight.c3633f/ReceptionRoom.d4fd14.json new file mode 100644 index 00000000..15128b58 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/ReceptionRoom.d4fd14.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2728": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d4fd14", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reception Room", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.643, + "posZ": -11.51, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/SarahWhittle.2051e1.json b/objects/Jumanji.b46db2/3GameNight.c3633f/SarahWhittle.2051e1.json new file mode 100644 index 00000000..032e6ba8 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/SarahWhittle.2051e1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2698": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276387774/E6A00C41CDCADC620EF4788F691E334F88B9EE70/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2051e1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sarah Whittle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.386, + "posY": 1.652, + "posZ": 6.184, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8.json new file mode 100644 index 00000000..be5d8569 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8.json @@ -0,0 +1,82 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "HunterEncounterSet.e98b54", + "VanPelt.7610e3", + "LionsEncounterSet.c7b914", + "FerociousLion.ebdd33", + "CopiesofThievingMonkey.bf49fd", + "CoilingGrowth.e7ba9a" + ], + "ContainedObjects_path": "Set-aside.28c6e8", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "28c6e8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Set-aside", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.698, + "posY": 1.558, + "posZ": 14.279, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CoilingGrowth.e7ba9a.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CoilingGrowth.e7ba9a.json new file mode 100644 index 00000000..b38cef92 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CoilingGrowth.e7ba9a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267107, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e7ba9a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Coiling Growth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.631, + "posY": 2.666, + "posZ": -44.663, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd.json new file mode 100644 index 00000000..edfeb11a --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ThievingMonkey.3308ee", + "ThievingMonkey.143cf1", + "ThievingMonkey.f92ecb", + "ThievingMonkey.616368" + ], + "ContainedObjects_path": "CopiesofThievingMonkey.bf49fd", + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 267106, + 267105, + 267103, + 267104 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bf49fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Copies of Thieving Monkey", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.177, + "posY": 2.443, + "posZ": -48.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.143cf1.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.143cf1.json new file mode 100644 index 00000000..d8165523 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.143cf1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267105, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "143cf1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thieving Monkey", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.335, + "posY": 1.644, + "posZ": -15.471, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.3308ee.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.3308ee.json new file mode 100644 index 00000000..d8faa0d5 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.3308ee.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267106, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3308ee", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thieving Monkey", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.16, + "posY": 1.602, + "posZ": -15.258, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.616368.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.616368.json new file mode 100644 index 00000000..cc300be4 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.616368.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267104, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "616368", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thieving Monkey", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.371, + "posY": 1.688, + "posZ": -15.414, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.f92ecb.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.f92ecb.json new file mode 100644 index 00000000..c1bc8baf --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/CopiesofThievingMonkey.bf49fd/ThievingMonkey.f92ecb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276350820/C96E1FD23796E6FF7C78F4DCABD6EDFD5D750433/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f92ecb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Thieving Monkey", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.471, + "posY": 1.678, + "posZ": -15.458, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/FerociousLion.ebdd33.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/FerociousLion.ebdd33.json new file mode 100644 index 00000000..9d89b2e3 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/FerociousLion.ebdd33.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ebdd33", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ferocious Lion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.967, + "posY": 1.986, + "posZ": -98.832, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54.json new file mode 100644 index 00000000..77de23c7 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "RifleBlast.23fdac", + "RifleBlast.135873", + "Gotyouinmysights.6e7562" + ], + "ContainedObjects_path": "HunterEncounterSet.e98b54", + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269600, + 269601, + 269602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e98b54", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Hunter Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.342, + "posY": 2.349, + "posZ": -87.996, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/Gotyouinmysights.6e7562.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/Gotyouinmysights.6e7562.json new file mode 100644 index 00000000..ed82c23c --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/Gotyouinmysights.6e7562.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6e7562", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Got you in my sights...\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 1.396, + "posZ": -76.786, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/RifleBlast.135873.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/RifleBlast.135873.json new file mode 100644 index 00000000..e6532856 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/RifleBlast.135873.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "135873", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rifle Blast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.488, + "posY": 1.362, + "posZ": -76.922, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/RifleBlast.23fdac.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/RifleBlast.23fdac.json new file mode 100644 index 00000000..ce2bbf86 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/HunterEncounterSet.e98b54/RifleBlast.23fdac.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "23fdac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rifle Blast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.385, + "posY": 1.32, + "posZ": -77.113, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914.json new file mode 100644 index 00000000..55232ca6 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "FeralRoar.ba7e5e", + "FeralRoar.f6f7f9" + ], + "ContainedObjects_path": "LionsEncounterSet.c7b914", + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268500, + 268501 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7b914", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Lions Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.611, + "posY": 2.003, + "posZ": -103.602, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914/FeralRoar.ba7e5e.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914/FeralRoar.ba7e5e.json new file mode 100644 index 00000000..339c903d --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914/FeralRoar.ba7e5e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba7e5e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feral Roar", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.335, + "posY": 1.326, + "posZ": -56.063, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914/FeralRoar.f6f7f9.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914/FeralRoar.f6f7f9.json new file mode 100644 index 00000000..7b4b4156 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/LionsEncounterSet.c7b914/FeralRoar.f6f7f9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2685": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276374906/B534C97542A0BE04B2398A69A6C6DB85A05DA1F6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6f7f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Feral Roar", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.393, + "posY": 1.368, + "posZ": -56.096, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/VanPelt.7610e3.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/VanPelt.7610e3.json new file mode 100644 index 00000000..150a35c5 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Set-aside.28c6e8/VanPelt.7610e3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2704": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293406593/746BF4E2667E5E04DD6650A8D0AFCD477D083819/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7610e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Van Pelt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.837, + "posY": 2.33, + "posZ": -67.464, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/SpiralStaircase.6eb2d5.json b/objects/Jumanji.b46db2/3GameNight.c3633f/SpiralStaircase.6eb2d5.json new file mode 100644 index 00000000..219911ac --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/SpiralStaircase.6eb2d5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2725": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6eb2d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiral Staircase", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.636, + "posZ": -3.83, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/3GameNight.c3633f/Veranda.3e8cb3.json b/objects/Jumanji.b46db2/3GameNight.c3633f/Veranda.3e8cb3.json new file mode 100644 index 00000000..6896cb93 --- /dev/null +++ b/objects/Jumanji.b46db2/3GameNight.c3633f/Veranda.3e8cb3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272408, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2724": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353530/A378394BC8A7714E2841AB2A08AC0BD25562A91E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276353109/92C8607879C19C063A02520B704EE99585BA13EE/", + "NumHeight": 3, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3e8cb3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Veranda", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.65, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606.json new file mode 100644 index 00000000..330d813a --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606.json @@ -0,0 +1,137 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Set-aside.979545", + "FourthPlayer.8d59ce", + "JumanjiDice.629e09", + "JungleSpiritsEncounterSet.97c724", + "PrimalInfluenceEncounterSet.9f5efc", + "SpreadingWildsEncounterSet.cb9136", + "Deck.ec9437", + "AgendaDeck.e74252", + "ActDeck.b4af5f", + "ForceofNature.44a293", + "JumanjiDeck.f7a56b", + "JumanjiSets.d8401e", + "SarahWhittle.f9b202", + "ShroudedClearing.35aa25", + "Custom_Tile.50f686", + "Custom_Tile.fac097", + "Custom_Tile.914939", + "Custom_Tile.cbb2d5", + "Custom_Tile.3d4d6b", + "CopiesofOvergrownStreets.3c7644", + "CopiesofRampantJungle.ce8b7f", + "CopiesofTangledNeighborhood.63deef", + "Custom_Tile.3ab4cb", + "Custom_Tile.fe551f", + "Custom_Tile.d204b4", + "Custom_Tile.de2271", + "Custom_Tile.7fbc95", + "Custom_Tile.da02b5", + "Custom_Tile.ecfb78", + "Card.972462", + "Custom_Tile.c626f4", + "Custom_Tile.d144b0", + "Custom_Tile.ac41e0", + "Custom_Tile.7234af", + "Custom_Tile.5deb40", + "Custom_Tile.0758bc", + "Custom_Tile.0ecd1e", + "Custom_Tile.d398af", + "Custom_Tile.184f2d", + "Custom_Tile.d85359", + "Custom_Tile.d86c58", + "Custom_Tile.3391c8", + "AlanParrish.10ee78", + "DenseThicket.f5b51e" + ], + "ContainedObjects_path": "4ForceofNature.8a3606", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276525299/2BB5C611E45B4CC8DFE9D7D6DCEC2ADEFC2B8094/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a3606", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Jumanji.b46db2/4ForceofNature.8a3606.luascriptstate", + "LuaScript_path": "Jumanji.b46db2/4ForceofNature.8a3606.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "4: Force of Nature", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.254, + "posY": 1.461, + "posZ": -12.016, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606.luascriptstate b/objects/Jumanji.b46db2/4ForceofNature.8a3606.luascriptstate new file mode 100644 index 00000000..34fe2630 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0758bc":{"lock":false,"pos":{"x":-33.0771,"y":1.6259,"z":-5.7779},"rot":{"x":359.9455,"y":330.0205,"z":359.9392}},"0ecd1e":{"lock":false,"pos":{"x":-33.307,"y":1.6256,"z":-7.7731},"rot":{"x":359.9201,"y":269.9882,"z":0.0169}},"10ee78":{"lock":false,"pos":{"x":-43.8864,"y":1.7324,"z":2.3763},"rot":{"x":357.9421,"y":269.9443,"z":1.2026}},"184f2d":{"lock":false,"pos":{"x":-36.7619,"y":1.6316,"z":-3.8254},"rot":{"x":0.0166,"y":180.1518,"z":0.08}},"3391c8":{"lock":false,"pos":{"x":-40.3104,"y":1.6389,"z":4.1341},"rot":{"x":359.9556,"y":224.8729,"z":0.0685}},"35aa25":{"lock":false,"pos":{"x":-17.12,"y":1.6189,"z":-0.03},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"3ab4cb":{"lock":false,"pos":{"x":-26.8379,"y":1.6211,"z":7.4707},"rot":{"x":359.9201,"y":270.01,"z":0.0169}},"3c7644":{"lock":false,"pos":{"x":-23.6765,"y":1.658,"z":11.46},"rot":{"x":359.9201,"y":269.999,"z":180.0168}},"3d4d6b":{"lock":false,"pos":{"x":-23.6764,"y":1.6156,"z":3.86},"rot":{"x":0.0168,"y":180.0054,"z":0.0799}},"44a293":{"lock":false,"pos":{"x":-3.956,"y":1.5975,"z":-10.4412},"rot":{"x":359.9197,"y":269.9997,"z":0.0168}},"50f686":{"lock":false,"pos":{"x":-20.1427,"y":1.6108,"z":4.1208},"rot":{"x":359.9316,"y":314.9884,"z":359.9554}},"5deb40":{"lock":false,"pos":{"x":-32.27,"y":1.625,"z":-4.8037},"rot":{"x":359.9631,"y":345.02,"z":359.9271}},"629e09":{"lock":false,"pos":{"x":-4.2625,"y":1.605,"z":13.6079},"rot":{"x":359.9197,"y":269.9836,"z":0.0169}},"63deef":{"lock":false,"pos":{"x":-36.7732,"y":1.6763,"z":11.46},"rot":{"x":359.9201,"y":270.0021,"z":180.0168}},"7234af":{"lock":false,"pos":{"x":-30.2241,"y":1.6225,"z":-3.83},"rot":{"x":0.0168,"y":180.0115,"z":0.0799}},"7fbc95":{"lock":false,"pos":{"x":-32.2273,"y":1.6277,"z":4.4861},"rot":{"x":359.9746,"y":209.9883,"z":0.0776}},"8d59ce":{"lock":false,"pos":{"x":-4.2587,"y":1.6058,"z":16.1578},"rot":{"x":359.9197,"y":269.9827,"z":0.0169}},"914939":{"lock":false,"pos":{"x":-20.0836,"y":1.6082,"z":-4.1272},"rot":{"x":359.9554,"y":225.0116,"z":0.0684}},"972462":{"lock":false,"pos":{"x":-30.2243,"y":1.6372,"z":-0.03},"rot":{"x":359.9201,"y":270,"z":0.0168}},"979545":{"lock":false,"pos":{"x":1.6993,"y":1.5583,"z":14.2783},"rot":{"x":359.9552,"y":224.989,"z":0.0687}},"97c724":{"lock":false,"pos":{"x":-8.04,"y":1.6377,"z":16.369},"rot":{"x":359.9212,"y":270.0001,"z":180.0163}},"9f5efc":{"lock":false,"pos":{"x":-8.0242,"y":1.6369,"z":13.6531},"rot":{"x":359.9215,"y":270.0004,"z":180.0169}},"ac41e0":{"lock":false,"pos":{"x":-27.7872,"y":1.6188,"z":-4.7595},"rot":{"x":-0.0044,"y":194.9926,"z":0.0816}},"b4af5f":{"lock":false,"pos":{"x":-2.6886,"y":1.6191,"z":-5.0486},"rot":{"x":0.0168,"y":179.9996,"z":0.0803}},"c626f4":{"lock":false,"pos":{"x":-27.0725,"y":1.6169,"z":-7.8233},"rot":{"x":359.9201,"y":270.01,"z":0.0169}},"cb9136":{"lock":false,"pos":{"x":-8.0596,"y":1.6362,"z":10.991},"rot":{"x":359.9212,"y":270,"z":180.0163}},"cbb2d5":{"lock":false,"pos":{"x":-23.6764,"y":1.6133,"z":-3.83},"rot":{"x":0.0168,"y":180.0065,"z":0.0799}},"ce8b7f":{"lock":false,"pos":{"x":-30.2243,"y":1.6623,"z":11.46},"rot":{"x":359.9201,"y":269.9999,"z":180.0168}},"d144b0":{"lock":false,"pos":{"x":-26.9998,"y":1.6174,"z":-5.6992},"rot":{"x":359.9745,"y":210.1255,"z":0.0776}},"d204b4":{"lock":false,"pos":{"x":-27.9199,"y":1.6217,"z":4.3118},"rot":{"x":359.963,"y":344.9856,"z":359.9272}},"d398af":{"lock":false,"pos":{"x":-36.7731,"y":1.6339,"z":3.86},"rot":{"x":0.0168,"y":179.9961,"z":0.0799}},"d8401e":{"lock":false,"pos":{"x":-11.5832,"y":1.408,"z":-15.6658},"rot":{"x":359.9831,"y":0.0008,"z":359.92}},"d85359":{"lock":false,"pos":{"x":-40.1031,"y":1.6362,"z":-3.9871},"rot":{"x":359.9316,"y":315.006,"z":359.9554}},"d86c58":{"lock":false,"pos":{"x":-40.179,"y":1.6374,"z":-0.1131},"rot":{"x":359.9201,"y":270.0125,"z":0.0169}},"da02b5":{"lock":false,"pos":{"x":-32.7757,"y":1.6288,"z":5.7296},"rot":{"x":359.9554,"y":224.984,"z":0.0684}},"de2271":{"lock":false,"pos":{"x":-30.2243,"y":1.6247,"z":3.86},"rot":{"x":0.0168,"y":180.0085,"z":0.0799}},"e74252":{"lock":false,"pos":{"x":-2.7248,"y":1.6208,"z":0.3733},"rot":{"x":0.0168,"y":179.9996,"z":0.0803}},"ec9437":{"lock":false,"pos":{"x":-3.9278,"y":1.6481,"z":5.7572},"rot":{"x":359.9197,"y":270.0005,"z":180.0168}},"ecfb78":{"lock":false,"pos":{"x":-33.5681,"y":1.6305,"z":7.6176},"rot":{"x":359.9201,"y":270.0127,"z":0.0168}},"f5b51e":{"lock":false,"pos":{"x":-43.3701,"y":1.6555,"z":-0.03},"rot":{"x":359.9201,"y":269.9993,"z":180.0168}},"f7a56b":{"lock":false,"pos":{"x":-11.5106,"y":1.6726,"z":-12.4323},"rot":{"x":359.9201,"y":270.0001,"z":180.0168}},"f9b202":{"lock":false,"pos":{"x":-16.056,"y":1.6181,"z":2.2334},"rot":{"x":359.9201,"y":270.0159,"z":0.0168}},"fac097":{"lock":false,"pos":{"x":-20.0589,"y":1.6094,"z":-0.0761},"rot":{"x":359.9201,"y":270.0101,"z":0.0169}},"fe551f":{"lock":false,"pos":{"x":-27.252,"y":1.621,"z":5.2086},"rot":{"x":359.9455,"y":329.9981,"z":359.9392}}}} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606.ttslua b/objects/Jumanji.b46db2/4ForceofNature.8a3606.ttslua new file mode 100644 index 00000000..54cc4e34 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606.ttslua @@ -0,0 +1,504 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 2 + objPos.z = objPos.z * globalScaleFactor * 0.9 + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-0.6,0.1,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={0.6,0.3,-2.1}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={0.6,0.3,-2.5}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-0.6,0.3,-2.9}, rotation={0,0,0}, height=220, width=550, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.6,0.1,2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=220, width=500, + font_size=130, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end + diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f.json new file mode 100644 index 00000000..ad3bfa12 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Act3-OneMoreTurn.c1d364", + "Act2-WellBegunisHalfDone.0f4388", + "Act1-NeverSplittheParty.063bf0" + ], + "ContainedObjects_path": "ActDeck.b4af5f", + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 267500, + 267501, + 267502 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b4af5f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Act Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.689, + "posY": 1.619, + "posZ": -5.049, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act1-NeverSplittheParty.063bf0.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act1-NeverSplittheParty.063bf0.json new file mode 100644 index 00000000..cfeb9fa4 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act1-NeverSplittheParty.063bf0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "063bf0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 1 - Never Split the Party", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.689, + "posY": 1.662, + "posZ": -5.049, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act2-WellBegunisHalfDone.0f4388.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act2-WellBegunisHalfDone.0f4388.json new file mode 100644 index 00000000..822bf166 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act2-WellBegunisHalfDone.0f4388.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0f4388", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 2 - Well Begun is Half Done", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.689, + "posY": 1.643, + "posZ": -5.049, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act3-OneMoreTurn.c1d364.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act3-OneMoreTurn.c1d364.json new file mode 100644 index 00000000..f4ec979d --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ActDeck.b4af5f/Act3-OneMoreTurn.c1d364.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1d364", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Act 3 - One More Turn", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.689, + "posY": 1.597, + "posZ": -5.049, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252.json new file mode 100644 index 00000000..890dd111 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252.json @@ -0,0 +1,77 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Agenda3-ApexPredator.dc132e", + "Agenda2-WhirlingFury.42fb94", + "Agenda1-LeakingChaos.abbde8" + ], + "ContainedObjects_path": "AgendaDeck.e74252", + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + }, + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 267503, + 267504, + 266405 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e74252", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Agenda Deck", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.621, + "posZ": 0.373, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda1-LeakingChaos.abbde8.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda1-LeakingChaos.abbde8.json new file mode 100644 index 00000000..9524f27a --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda1-LeakingChaos.abbde8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266405, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2664": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293361288/24580DDAC7B665861EEAFEE53832587352E50FAD/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840047596/2BAB015DA6B0ECC4FAA19C975EE2840F1728EC52/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "abbde8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 1 - Leaking Chaos", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.431, + "posY": 3.02, + "posZ": -86.838, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda2-WhirlingFury.42fb94.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda2-WhirlingFury.42fb94.json new file mode 100644 index 00000000..e263eee7 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda2-WhirlingFury.42fb94.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267504, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "42fb94", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 2 - Whirling Fury", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.63, + "posZ": 0.373, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda3-ApexPredator.dc132e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda3-ApexPredator.dc132e.json new file mode 100644 index 00000000..307cf614 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AgendaDeck.e74252/Agenda3-ApexPredator.dc132e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2675": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276360184/248A727BCF1676B1018CC139D3214F0D6A95C86D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276359345/390A7DBD238CE756C927999900C9455DDC27DCD5/", + "NumHeight": 5, + "NumWidth": 5, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc132e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Agenda 3 - Apex Predator", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -2.725, + "posY": 1.599, + "posZ": 0.373, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/AlanParrish.10ee78.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AlanParrish.10ee78.json new file mode 100644 index 00000000..9f8236d7 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/AlanParrish.10ee78.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270913, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2709": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276387774/E6A00C41CDCADC620EF4788F691E334F88B9EE70/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "10ee78", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Alan Parrish", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.886, + "posY": 1.732, + "posZ": 2.376, + "rotX": 358, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Card.972462.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Card.972462.json new file mode 100644 index 00000000..6492f5d0 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Card.972462.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267413, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "972462", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.637, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644.json new file mode 100644 index 00000000..6c9fa814 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "OvergrownStreets.ee49b9", + "OvergrownStreets.510dbd", + "OvergrownStreets.6c2a18", + "OvergrownStreets.dea37c" + ], + "ContainedObjects_path": "CopiesofOvergrownStreets.3c7644", + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 266906, + 266907, + 266908, + 266909 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3c7644", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Copies of Overgrown Streets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.677, + "posY": 1.658, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.510dbd.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.510dbd.json new file mode 100644 index 00000000..b33c251d --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.510dbd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266907, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "510dbd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overgrown Streets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.173, + "posY": 1.476, + "posZ": -82.507, + "rotX": 0, + "rotY": 270, + "rotZ": 186, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.6c2a18.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.6c2a18.json new file mode 100644 index 00000000..becc2618 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.6c2a18.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266908, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c2a18", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overgrown Streets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.115, + "posY": 1.344, + "posZ": -81.998, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.dea37c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.dea37c.json new file mode 100644 index 00000000..b0c2cb3b --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.dea37c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266909, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dea37c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overgrown Streets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.423, + "posY": 1.306, + "posZ": -82.296, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.ee49b9.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.ee49b9.json new file mode 100644 index 00000000..2f7c2ee8 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofOvergrownStreets.3c7644/OvergrownStreets.ee49b9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266906, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ee49b9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overgrown Streets", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.134, + "posY": 1.393, + "posZ": -82.387, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f.json new file mode 100644 index 00000000..734c1358 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "RampantJungle.e0041c", + "RampantJungle.c5c2e7", + "RampantJungle.0ebba0" + ], + "ContainedObjects_path": "CopiesofRampantJungle.ce8b7f", + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 267412, + 267410, + 267411 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ce8b7f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Copies of Rampant Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.662, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.0ebba0.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.0ebba0.json new file mode 100644 index 00000000..c94dea01 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.0ebba0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267411, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0ebba0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rampant Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.641, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.c5c2e7.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.c5c2e7.json new file mode 100644 index 00000000..c96a22b0 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.c5c2e7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267410, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c5c2e7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rampant Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.671, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.e0041c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.e0041c.json new file mode 100644 index 00000000..593b8064 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofRampantJungle.ce8b7f/RampantJungle.e0041c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267412, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e0041c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rampant Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.705, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef.json new file mode 100644 index 00000000..748b6a0a --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TangledNeighborhood.fdf2ee", + "TangledNeighborhood.988c9f", + "TangledNeighborhood.7a490a", + "TangledNeighborhood.24e191" + ], + "ContainedObjects_path": "CopiesofTangledNeighborhood.63deef", + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "DeckIDs": [ + 266902, + 266903, + 266904, + 266905 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "63deef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Copies of Tangled Neighborhood", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.676, + "posZ": 11.46, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.24e191.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.24e191.json new file mode 100644 index 00000000..890a4ff4 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.24e191.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266905, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "24e191", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangled Neighborhood", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.469, + "posY": 1.309, + "posZ": -72.863, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.7a490a.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.7a490a.json new file mode 100644 index 00000000..230a8044 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.7a490a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a490a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangled Neighborhood", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.311, + "posY": 1.355, + "posZ": -72.892, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.988c9f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.988c9f.json new file mode 100644 index 00000000..1d7daee3 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.988c9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "988c9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangled Neighborhood", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.226, + "posY": 1.379, + "posZ": -73.327, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.fdf2ee.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.fdf2ee.json new file mode 100644 index 00000000..51b8f4c8 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/CopiesofTangledNeighborhood.63deef/TangledNeighborhood.fdf2ee.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fdf2ee", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangled Neighborhood", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.23, + "posY": 1.395, + "posZ": -73.876, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.0758bc.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.0758bc.json new file mode 100644 index 00000000..cac622fa --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.0758bc.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0758bc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.077, + "posY": 1.626, + "posZ": -5.778, + "rotX": 0, + "rotY": 330, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.0ecd1e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.0ecd1e.json new file mode 100644 index 00000000..99f9b269 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.0ecd1e.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0ecd1e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.307, + "posY": 1.626, + "posZ": -7.773, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.184f2d.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.184f2d.json new file mode 100644 index 00000000..5ab0a1fa --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.184f2d.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "184f2d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.762, + "posY": 1.632, + "posZ": -3.825, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3391c8.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3391c8.json new file mode 100644 index 00000000..eb193e0c --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3391c8.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3391c8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -40.31, + "posY": 1.639, + "posZ": 4.134, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3ab4cb.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3ab4cb.json new file mode 100644 index 00000000..a3889b2a --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3ab4cb.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3ab4cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.838, + "posY": 1.621, + "posZ": 7.471, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3d4d6b.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3d4d6b.json new file mode 100644 index 00000000..f1a9949b --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.3d4d6b.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3d4d6b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.616, + "posZ": 3.86, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.50f686.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.50f686.json new file mode 100644 index 00000000..d737af53 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.50f686.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "50f686", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.143, + "posY": 1.611, + "posZ": 4.121, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.5deb40.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.5deb40.json new file mode 100644 index 00000000..db10cc63 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.5deb40.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5deb40", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -32.27, + "posY": 1.625, + "posZ": -4.804, + "rotX": 0, + "rotY": 345, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.7234af.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.7234af.json new file mode 100644 index 00000000..eaab8559 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.7234af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7234af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.622, + "posZ": -3.83, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.7fbc95.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.7fbc95.json new file mode 100644 index 00000000..64f1aec7 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.7fbc95.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7fbc95", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -32.227, + "posY": 1.628, + "posZ": 4.486, + "rotX": 0, + "rotY": 210, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.914939.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.914939.json new file mode 100644 index 00000000..7e05aae3 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.914939.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "914939", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.084, + "posY": 1.608, + "posZ": -4.127, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.ac41e0.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.ac41e0.json new file mode 100644 index 00000000..e5be3827 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.ac41e0.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ac41e0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.787, + "posY": 1.619, + "posZ": -4.76, + "rotX": 0, + "rotY": 195, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.c626f4.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.c626f4.json new file mode 100644 index 00000000..4547108e --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.c626f4.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c626f4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.073, + "posY": 1.617, + "posZ": -7.823, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.cbb2d5.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.cbb2d5.json new file mode 100644 index 00000000..6123aebf --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.cbb2d5.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cbb2d5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.676, + "posY": 1.613, + "posZ": -3.83, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d144b0.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d144b0.json new file mode 100644 index 00000000..00b4fac8 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d144b0.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d144b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27, + "posY": 1.617, + "posZ": -5.699, + "rotX": 0, + "rotY": 210, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d204b4.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d204b4.json new file mode 100644 index 00000000..6e6eec3b --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d204b4.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d204b4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.92, + "posY": 1.622, + "posZ": 4.312, + "rotX": 0, + "rotY": 345, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d398af.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d398af.json new file mode 100644 index 00000000..5af8edf5 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d398af.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d398af", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.773, + "posY": 1.634, + "posZ": 3.86, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d85359.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d85359.json new file mode 100644 index 00000000..ae64610f --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d85359.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d85359", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -40.103, + "posY": 1.636, + "posZ": -3.987, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d86c58.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d86c58.json new file mode 100644 index 00000000..1b293463 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.d86c58.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d86c58", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -40.179, + "posY": 1.637, + "posZ": -0.113, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.da02b5.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.da02b5.json new file mode 100644 index 00000000..6f11c330 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.da02b5.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da02b5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -32.776, + "posY": 1.629, + "posZ": 5.73, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.de2271.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.de2271.json new file mode 100644 index 00000000..6dbcb236 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.de2271.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "de2271", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -30.224, + "posY": 1.625, + "posZ": 3.86, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.ecfb78.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.ecfb78.json new file mode 100644 index 00000000..1bd995a4 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.ecfb78.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ecfb78", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.568, + "posY": 1.631, + "posZ": 7.618, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.fac097.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.fac097.json new file mode 100644 index 00000000..af3c693f --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.fac097.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fac097", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.059, + "posY": 1.609, + "posZ": -0.076, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.fe551f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.fe551f.json new file mode 100644 index 00000000..e66d6ed9 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Custom_Tile.fe551f.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.60453, + "g": 0.60453, + "r": 0.60453 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/vppt2my.png", + "ImageURL": "https://i.imgur.com/vppt2my.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fe551f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/HyfE8m8.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44b0c5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -39.7933121, + "posY": 1.63758957, + "posZ": 2.038383, + "rotX": 359.9201, + "rotY": 269.9961, + "rotZ": 0.0168742146, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.6045295, + "g": 0.6045295, + "r": 0.6045295 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "https://i.imgur.com/HyfE8m8.png", + "ImageURL": "https://i.imgur.com/dHKBLoD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b38c6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -38.8217163, + "posY": 1.99356019, + "posZ": 0.4159239, + "rotX": 359.9201, + "rotY": 272.9828, + "rotZ": 0.01687373, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.252, + "posY": 1.621, + "posZ": 5.209, + "rotX": 0, + "rotY": 330, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437.json new file mode 100644 index 00000000..23590c72 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437.json @@ -0,0 +1,78 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "LivingJungle.42b524", + "LivingJungle.2aea05", + "DeafeningWinds.f0c6ea", + "DeafeningWinds.3ff219", + "DeafeningWinds.6cf8f7", + "ChaoticWhirling.b9f72c", + "ChaoticWhirling.99c82c", + "ChaoticWhirling.ffb2c6" + ], + "ContainedObjects_path": "Deck.ec9437", + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 267300, + 267301, + 267302, + 267303, + 267304, + 267305, + 267306, + 267307 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec9437", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.928, + "posY": 1.648, + "posZ": 5.757, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.99c82c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.99c82c.json new file mode 100644 index 00000000..7e553128 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.99c82c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "99c82c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Whirling", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.808, + "posY": 1.561, + "posZ": -22.733, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.b9f72c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.b9f72c.json new file mode 100644 index 00000000..c43f538d --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.b9f72c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b9f72c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Whirling", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.261, + "posY": 1.604, + "posZ": -22.705, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.ffb2c6.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.ffb2c6.json new file mode 100644 index 00000000..1a805652 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/ChaoticWhirling.ffb2c6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ffb2c6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Whirling", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.599, + "posY": 1.505, + "posZ": -22.526, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.3ff219.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.3ff219.json new file mode 100644 index 00000000..db9e755f --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.3ff219.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3ff219", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deafening Winds", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.005, + "posY": 1.664, + "posZ": -22.625, + "rotX": 2, + "rotY": 270, + "rotZ": 182, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.6cf8f7.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.6cf8f7.json new file mode 100644 index 00000000..49e2a394 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.6cf8f7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6cf8f7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deafening Winds", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.061, + "posY": 1.597, + "posZ": -22.729, + "rotX": 1, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.f0c6ea.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.f0c6ea.json new file mode 100644 index 00000000..dbac6ec0 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/DeafeningWinds.f0c6ea.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f0c6ea", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Deafening Winds", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.772, + "posY": 1.61, + "posZ": -22.385, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/LivingJungle.2aea05.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/LivingJungle.2aea05.json new file mode 100644 index 00000000..26eab2c1 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/LivingJungle.2aea05.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2aea05", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Living Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.951, + "posY": 1.641, + "posZ": -22.68, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/LivingJungle.42b524.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/LivingJungle.42b524.json new file mode 100644 index 00000000..a765b368 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Deck.ec9437/LivingJungle.42b524.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2673": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276355214/5C16B276358C505A900750AB5743FE3E10A1BBFA/", + "NumHeight": 2, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "42b524", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Living Jungle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.779, + "posY": 1.633, + "posZ": -23.363, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/DenseThicket.f5b51e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/DenseThicket.f5b51e.json new file mode 100644 index 00000000..0b529261 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/DenseThicket.f5b51e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f5b51e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dense Thicket", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -43.37, + "posY": 1.656, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/ForceofNature.44a293.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ForceofNature.44a293.json new file mode 100644 index 00000000..fcaa6e10 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ForceofNature.44a293.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266915, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2669": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061776/D937B66671C643FC93210B87597025A65F84EDAE/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840061344/119BADBF67F5F3FFFCDCA3C81071863F997CF0B8/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44a293", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Force of Nature", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.956, + "posY": 1.598, + "posZ": -10.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/FourthPlayer.8d59ce.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/FourthPlayer.8d59ce.json new file mode 100644 index 00000000..ec4edfd2 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/FourthPlayer.8d59ce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271012, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2710": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276387774/E6A00C41CDCADC620EF4788F691E334F88B9EE70/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8d59ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fourth Player", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.259, + "posY": 1.606, + "posZ": 16.158, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b.json new file mode 100644 index 00000000..082bd8e4 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Tigers.7d2605", + "Snakes.0b2281", + "Stampede.418e6a", + "Spiders.cfd7da", + "Quicksand.975699", + "Monsoon.61e435", + "Insects.14b464", + "Hippos.544e5b", + "Gorillas.aa5164", + "Earthquake.8aeaaa", + "Crocodiles.c3a774", + "Climate.615e7b" + ], + "ContainedObjects_path": "JumanjiDeck.f7a56b", + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 267200, + 267203, + 267201, + 267202, + 267204, + 267205, + 267206, + 267207, + 267208, + 267209, + 267210, + 267211 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f7a56b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Jumanji Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.511, + "posY": 1.673, + "posZ": -12.432, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Climate.615e7b.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Climate.615e7b.json new file mode 100644 index 00000000..0cc03ebd --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Climate.615e7b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "615e7b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Climate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.503, + "posY": 1.355, + "posZ": -58.229, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Crocodiles.c3a774.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Crocodiles.c3a774.json new file mode 100644 index 00000000..bb0ea799 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Crocodiles.c3a774.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267210, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c3a774", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crocodiles", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.548, + "posY": 1.313, + "posZ": -58.606, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Earthquake.8aeaaa.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Earthquake.8aeaaa.json new file mode 100644 index 00000000..4e8ad190 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Earthquake.8aeaaa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8aeaaa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Earthquake", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.572, + "posY": 2.415, + "posZ": -85, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Gorillas.aa5164.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Gorillas.aa5164.json new file mode 100644 index 00000000..5dd210ff --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Gorillas.aa5164.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267208, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aa5164", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Gorillas", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.518, + "posY": 2.389, + "posZ": -84.96, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Hippos.544e5b.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Hippos.544e5b.json new file mode 100644 index 00000000..6f2b0e61 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Hippos.544e5b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267207, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "544e5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hippos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.485, + "posY": 2.362, + "posZ": -84.962, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Insects.14b464.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Insects.14b464.json new file mode 100644 index 00000000..44cac7a3 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Insects.14b464.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "14b464", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Insects", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.607, + "posY": 2.336, + "posZ": -85.007, + "rotX": 0, + "rotY": 268, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Monsoon.61e435.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Monsoon.61e435.json new file mode 100644 index 00000000..e6a15083 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Monsoon.61e435.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267205, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "61e435", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Monsoon", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.444, + "posY": 2.309, + "posZ": -85.002, + "rotX": 0, + "rotY": 271, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Quicksand.975699.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Quicksand.975699.json new file mode 100644 index 00000000..6720b24d --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Quicksand.975699.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267204, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "975699", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.58, + "posY": 2.283, + "posZ": -84.988, + "rotX": 0, + "rotY": 271, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Snakes.0b2281.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Snakes.0b2281.json new file mode 100644 index 00000000..8c440d77 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Snakes.0b2281.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267203, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b2281", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Snakes", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.527, + "posY": 2.256, + "posZ": -84.979, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Spiders.cfd7da.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Spiders.cfd7da.json new file mode 100644 index 00000000..8539d9ad --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Spiders.cfd7da.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cfd7da", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Spiders", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.621, + "posY": 2.229, + "posZ": -84.865, + "rotX": 0, + "rotY": 273, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Stampede.418e6a.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Stampede.418e6a.json new file mode 100644 index 00000000..56efe5a7 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Stampede.418e6a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "418e6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stampede", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.418, + "posY": 2.202, + "posZ": -84.993, + "rotX": 0, + "rotY": 269, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Tigers.7d2605.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Tigers.7d2605.json new file mode 100644 index 00000000..655359b8 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDeck.f7a56b/Tigers.7d2605.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2672": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840067511/33925322102358AE6A431013A950C2ABBD027203/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7d2605", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tigers", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.53, + "posY": 2.175, + "posZ": -84.988, + "rotX": 0, + "rotY": 268, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDice.629e09.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDice.629e09.json new file mode 100644 index 00000000..de25ca12 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiDice.629e09.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2703": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293398218/DDCD2C00456FDEB03DB20A7E02AC43620A34935D/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "629e09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jumanji Dice", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.263, + "posY": 1.605, + "posZ": 13.608, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e.json new file mode 100644 index 00000000..a2bcb544 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.70163, + "r": 0.85017 + }, + "ContainedObjects_order": [ + "TigersEncounterSet.64c874", + "StampedeEncounterSet.9e4b47", + "SpidersEncounterSet.a0d735", + "SnakesEncounterSet.b65d58", + "QuicksandEncounterSet.44afc7", + "MonsoonEncounterSet.57898e", + "InsectsEncounterSet.6b59f0", + "HipposEncounterSet.fb283a", + "GorillasEncounterSet.16bb06", + "EarthquakeEncounterSet.657162", + "CrocodilesEncounterSet.905c7c", + "ClimateEncounterSet.29f6b6" + ], + "ContainedObjects_path": "JumanjiSets.d8401e", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8401e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Jumanji Sets", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.583, + "posY": 1.408, + "posZ": -15.666, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6.json new file mode 100644 index 00000000..2ad27877 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Overheated.eb5d9f", + "Overheated.116f06", + "Overheated.6c30e3" + ], + "ContainedObjects_path": "ClimateEncounterSet.29f6b6", + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 267900, + 267901, + 267902 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29f6b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Climate Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.731, + "posY": 2.344, + "posZ": -89.911, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.116f06.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.116f06.json new file mode 100644 index 00000000..6799e5e6 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.116f06.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267901, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116f06", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overheated", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.957, + "posY": 1.34, + "posZ": -47.682, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.6c30e3.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.6c30e3.json new file mode 100644 index 00000000..279c34d8 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.6c30e3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267902, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c30e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overheated", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.595, + "posY": 1.374, + "posZ": -47.609, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.eb5d9f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.eb5d9f.json new file mode 100644 index 00000000..75aebc1b --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/ClimateEncounterSet.29f6b6/Overheated.eb5d9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2679": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276368674/4B6C8D8422818E8E05176CF59136D59CF433FA7B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eb5d9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overheated", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.888, + "posY": 1.298, + "posZ": -47.431, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c.json new file mode 100644 index 00000000..c6906a47 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ViolentAmbush.c44970", + "ViolentAmbush.8efd3a", + "RiverCrocodile.c5743e" + ], + "ContainedObjects_path": "CrocodilesEncounterSet.905c7c", + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270500, + 270501, + 270502 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "905c7c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Crocodiles Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.537, + "posY": 2.348, + "posZ": -75.521, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/RiverCrocodile.c5743e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/RiverCrocodile.c5743e.json new file mode 100644 index 00000000..d917ae32 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/RiverCrocodile.c5743e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c5743e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "River Crocodile", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.048, + "posY": 1.441, + "posZ": -44.927, + "rotX": 2, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/ViolentAmbush.8efd3a.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/ViolentAmbush.8efd3a.json new file mode 100644 index 00000000..50385cd9 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/ViolentAmbush.8efd3a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8efd3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Violent Ambush", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.035, + "posY": 1.362, + "posZ": -45.099, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/ViolentAmbush.c44970.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/ViolentAmbush.c44970.json new file mode 100644 index 00000000..985f1dee --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/CrocodilesEncounterSet.905c7c/ViolentAmbush.c44970.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293407747/EB7115C88427376298827CCFE4490F6074D32711/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c44970", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Violent Ambush", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.001, + "posY": 1.32, + "posZ": -45.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162.json new file mode 100644 index 00000000..bb8346e1 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "CollapsingGround.1b303f", + "CollapsingGround.9c8303", + "CollapsingGround.a46c05" + ], + "ContainedObjects_path": "EarthquakeEncounterSet.657162", + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268102, + 268101, + 268100 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "657162", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Earthquake Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.394, + "posY": 2.007, + "posZ": -102.31, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.1b303f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.1b303f.json new file mode 100644 index 00000000..2a4cf6cd --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.1b303f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1b303f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collapsing Ground", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.807, + "posY": 1.296, + "posZ": -53.619, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.9c8303.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.9c8303.json new file mode 100644 index 00000000..c7c61b07 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.9c8303.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268101, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9c8303", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collapsing Ground", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.772, + "posY": 1.338, + "posZ": -53.361, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.a46c05.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.a46c05.json new file mode 100644 index 00000000..29eec1dc --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/EarthquakeEncounterSet.657162/CollapsingGround.a46c05.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2681": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276370543/A37839D17F53955300B4A63ECD58E262AFFAAEAA/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a46c05", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Collapsing Ground", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.808, + "posY": 1.372, + "posZ": -53.309, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06.json new file mode 100644 index 00000000..48e490d2 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "EyesintheMist.8abb3c", + "FuriousSilverback.d38359", + "FuriousSilverback.96977b" + ], + "ContainedObjects_path": "GorillasEncounterSet.16bb06", + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268200, + 268201, + 268202 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16bb06", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Gorillas Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.539, + "posY": 2.007, + "posZ": -110.883, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/EyesintheMist.8abb3c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/EyesintheMist.8abb3c.json new file mode 100644 index 00000000..93f063e0 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/EyesintheMist.8abb3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8abb3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eyes in the Mist", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.337, + "posY": 1.294, + "posZ": -61.109, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/FuriousSilverback.96977b.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/FuriousSilverback.96977b.json new file mode 100644 index 00000000..a04ba7db --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/FuriousSilverback.96977b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "96977b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Furious Silverback", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.348, + "posY": 1.37, + "posZ": -60.994, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/FuriousSilverback.d38359.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/FuriousSilverback.d38359.json new file mode 100644 index 00000000..540c0dc9 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/GorillasEncounterSet.16bb06/FuriousSilverback.d38359.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2682": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276371784/A7EAF9B5EE81B317905481B9BD1FABA1ADCB4F56/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d38359", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Furious Silverback", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.283, + "posY": 1.336, + "posZ": -61.035, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a.json new file mode 100644 index 00000000..27109927 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TerritorialBeasts.312425", + "EnragedHippopotamus.6ee522", + "EnragedHippopotamus.458430" + ], + "ContainedObjects_path": "HipposEncounterSet.fb283a", + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268300, + 268301, + 268302 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb283a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Hippos Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.486, + "posY": 2.34, + "posZ": -84.815, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/EnragedHippopotamus.458430.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/EnragedHippopotamus.458430.json new file mode 100644 index 00000000..dd5f640c --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/EnragedHippopotamus.458430.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "458430", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enraged Hippopotamus", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.756, + "posY": 1.369, + "posZ": -64.094, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/EnragedHippopotamus.6ee522.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/EnragedHippopotamus.6ee522.json new file mode 100644 index 00000000..90051aa9 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/EnragedHippopotamus.6ee522.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6ee522", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Enraged Hippopotamus", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.805, + "posY": 1.335, + "posZ": -63.884, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/TerritorialBeasts.312425.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/TerritorialBeasts.312425.json new file mode 100644 index 00000000..feb51b42 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/HipposEncounterSet.fb283a/TerritorialBeasts.312425.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2683": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276372693/EA7F2E6156917EC8083FAAE13BAAADB11D6B7F0A/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "312425", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Territorial Beasts", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.621, + "posY": 1.293, + "posZ": -63.97, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0.json new file mode 100644 index 00000000..77db0c38 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ViciousMosquitos.840a4b", + "TsetseFlyBite.09b78c", + "ArmyofAnts.800ce9" + ], + "ContainedObjects_path": "InsectsEncounterSet.6b59f0", + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268400, + 268401, + 268402 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6b59f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Insects Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.742, + "posY": 2.337, + "posZ": -92.964, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/ArmyofAnts.800ce9.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/ArmyofAnts.800ce9.json new file mode 100644 index 00000000..8a137882 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/ArmyofAnts.800ce9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "800ce9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Army of Ants", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.914, + "posY": 1.368, + "posZ": -67.999, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/TsetseFlyBite.09b78c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/TsetseFlyBite.09b78c.json new file mode 100644 index 00000000..34c48276 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/TsetseFlyBite.09b78c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "09b78c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tsetse Fly Bite", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.176, + "posY": 1.334, + "posZ": -67.767, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/ViciousMosquitos.840a4b.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/ViciousMosquitos.840a4b.json new file mode 100644 index 00000000..af8973ed --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/InsectsEncounterSet.6b59f0/ViciousMosquitos.840a4b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2684": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276373786/80F14A977D91611CC23132A66A22CEFA893EDEE5/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "840a4b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Vicious Mosquitos", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.051, + "posY": 1.292, + "posZ": -67.901, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e.json new file mode 100644 index 00000000..74ae020e --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TorrentialDownpour.f0ae03", + "TorrentialDownpour.de0eaf", + "TorrentialDownpour.e2694f" + ], + "ContainedObjects_path": "MonsoonEncounterSet.57898e", + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268600, + 268601, + 268602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57898e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Monsoon Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.587, + "posY": 2.335, + "posZ": -96.897, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.de0eaf.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.de0eaf.json new file mode 100644 index 00000000..415de804 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.de0eaf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "de0eaf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrential Downpour", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.314, + "posY": 1.337, + "posZ": -53.403, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.e2694f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.e2694f.json new file mode 100644 index 00000000..eec32297 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.e2694f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e2694f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrential Downpour", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.798, + "posY": 1.371, + "posZ": -53.258, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.f0ae03.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.f0ae03.json new file mode 100644 index 00000000..7b95751e --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/MonsoonEncounterSet.57898e/TorrentialDownpour.f0ae03.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2686": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276376681/E84FBB15C0E41101EADCE96A1DEDA8FDE7E1BE9B/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f0ae03", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Torrential Downpour", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.137, + "posY": 1.295, + "posZ": -52.917, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7.json new file mode 100644 index 00000000..f4c39e66 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "QuicksandPit.0cdb4f", + "QuicksandPit.1bc3ce", + "QuicksandPit.790fce" + ], + "ContainedObjects_path": "QuicksandEncounterSet.44afc7", + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 268802, + 268801, + 268800 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "44afc7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Quicksand Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.074, + "posY": 2.007, + "posZ": -104.867, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.0cdb4f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.0cdb4f.json new file mode 100644 index 00000000..3d6db6bc --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.0cdb4f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0cdb4f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand Pit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.467, + "posY": 1.296, + "posZ": -50.138, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.1bc3ce.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.1bc3ce.json new file mode 100644 index 00000000..6667daf0 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.1bc3ce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1bc3ce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand Pit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.306, + "posY": 1.338, + "posZ": -49.952, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.790fce.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.790fce.json new file mode 100644 index 00000000..d3c8ac77 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/QuicksandEncounterSet.44afc7/QuicksandPit.790fce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 268800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2688": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276378389/B4B7FB4FA99B3A2E2E3E4646D7914F4AD2BC13D6/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "790fce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quicksand Pit", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.43, + "posY": 1.373, + "posZ": -49.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58.json new file mode 100644 index 00000000..cfa0ff16 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "RainforestViper.91202a", + "HiddenMenace.3f088e", + "HiddenMenace.7c11b4" + ], + "ContainedObjects_path": "SnakesEncounterSet.b65d58", + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270600, + 270601, + 270602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b65d58", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Snakes Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.435, + "posY": 2.412, + "posZ": -65.836, + "rotX": 3, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/HiddenMenace.3f088e.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/HiddenMenace.3f088e.json new file mode 100644 index 00000000..e3e5c107 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/HiddenMenace.3f088e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3f088e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hidden Menace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.316, + "posY": 1.359, + "posZ": -51.259, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/HiddenMenace.7c11b4.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/HiddenMenace.7c11b4.json new file mode 100644 index 00000000..a241077a --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/HiddenMenace.7c11b4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7c11b4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hidden Menace", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.355, + "posY": 1.393, + "posZ": -51.155, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/RainforestViper.91202a.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/RainforestViper.91202a.json new file mode 100644 index 00000000..08ae701f --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SnakesEncounterSet.b65d58/RainforestViper.91202a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293409407/A5658C6413B4EF9E44E5EDAA256C292F1DFBB28C/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "91202a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rainforest Viper", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.481, + "posY": 1.317, + "posZ": -51.425, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735.json new file mode 100644 index 00000000..fc06f2f9 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TanglingWebs.4abade", + "TanglingWebs.9a1cdf", + "GiantTarantula.562878" + ], + "ContainedObjects_path": "SpidersEncounterSet.a0d735", + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270700, + 270701, + 270702 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0d735", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Spiders Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.632, + "posY": 2.343, + "posZ": -71.84, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/GiantTarantula.562878.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/GiantTarantula.562878.json new file mode 100644 index 00000000..8305f38e --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/GiantTarantula.562878.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "562878", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Giant Tarantula", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.467, + "posY": 1.393, + "posZ": -45.166, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/TanglingWebs.4abade.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/TanglingWebs.4abade.json new file mode 100644 index 00000000..3e5729f2 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/TanglingWebs.4abade.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4abade", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangling Webs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.375, + "posY": 1.318, + "posZ": -45.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/TanglingWebs.9a1cdf.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/TanglingWebs.9a1cdf.json new file mode 100644 index 00000000..ddff87bf --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/SpidersEncounterSet.a0d735/TanglingWebs.9a1cdf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2707": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293410774/94CF9F916B2F913F13028E59B5BBB5DEDE76C4CF/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9a1cdf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Tangling Webs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -23.502, + "posY": 1.36, + "posZ": -44.86, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47.json new file mode 100644 index 00000000..e027297d --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TrampledUnderfoot.2830d9", + "ChargingRhinoceros.a70b5d", + "BerserkElephant.a19b11" + ], + "ContainedObjects_path": "StampedeEncounterSet.9e4b47", + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 270800, + 270801, + 270802 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9e4b47", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Stampede Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.985, + "posY": 2.342, + "posZ": -75.345, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/BerserkElephant.a19b11.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/BerserkElephant.a19b11.json new file mode 100644 index 00000000..b2a3a62c --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/BerserkElephant.a19b11.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a19b11", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Berserk Elephant", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.298, + "posY": 1.39, + "posZ": -51.151, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/ChargingRhinoceros.a70b5d.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/ChargingRhinoceros.a70b5d.json new file mode 100644 index 00000000..944d4a76 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/ChargingRhinoceros.a70b5d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a70b5d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Charging Rhinoceros", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.17, + "posY": 1.356, + "posZ": -51.248, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/TrampledUnderfoot.2830d9.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/TrampledUnderfoot.2830d9.json new file mode 100644 index 00000000..6f365d66 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/StampedeEncounterSet.9e4b47/TrampledUnderfoot.2830d9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2708": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293411807/D9BBB7E82936ABE55C7299088556D17D4149AEA7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2830d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Trampled Underfoot", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.108, + "posY": 1.315, + "posZ": -50.929, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874.json new file mode 100644 index 00000000..edfc4f86 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SilentStalking.71f06c", + "SavageTiger.cde970", + "SavageTiger.514fe7" + ], + "ContainedObjects_path": "TigersEncounterSet.64c874", + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269200, + 269201, + 269202 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "64c874", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Tigers Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -51.617, + "posY": 2.007, + "posZ": -103.28, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SavageTiger.514fe7.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SavageTiger.514fe7.json new file mode 100644 index 00000000..d4432cc1 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SavageTiger.514fe7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269202, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "514fe7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Tiger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.554, + "posY": 1.367, + "posZ": -68.155, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SavageTiger.cde970.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SavageTiger.cde970.json new file mode 100644 index 00000000..6cdcc74b --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SavageTiger.cde970.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269201, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cde970", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Tiger", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.263, + "posY": 1.335, + "posZ": -68.082, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SilentStalking.71f06c.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SilentStalking.71f06c.json new file mode 100644 index 00000000..c4000bbf --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JumanjiSets.d8401e/TigersEncounterSet.64c874/SilentStalking.71f06c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2692": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276382501/EAECE45E550BE8723A21A2DE00B4D64D74B08710/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "71f06c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silent Stalking", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.347, + "posY": 1.291, + "posZ": -68.173, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724.json new file mode 100644 index 00000000..8eb6b6eb --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "FallenExplorer.8c460f", + "FallenExplorer.aef8a5", + "ChaoticAspect.c169bd", + "ChaoticAspect.8b18b0" + ], + "ContainedObjects_path": "JungleSpiritsEncounterSet.97c724", + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269300, + 269301, + 269302, + 269303 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "97c724", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Jungle Spirits Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.04, + "posY": 1.638, + "posZ": 16.369, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/ChaoticAspect.8b18b0.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/ChaoticAspect.8b18b0.json new file mode 100644 index 00000000..4240fd9b --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/ChaoticAspect.8b18b0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b18b0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Aspect", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.122, + "posY": 1.409, + "posZ": -65.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/ChaoticAspect.c169bd.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/ChaoticAspect.c169bd.json new file mode 100644 index 00000000..2b3ef8ca --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/ChaoticAspect.c169bd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c169bd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chaotic Aspect", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 9.082, + "posY": 1.399, + "posZ": -65.272, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/FallenExplorer.8c460f.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/FallenExplorer.8c460f.json new file mode 100644 index 00000000..9184e4bc --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/FallenExplorer.8c460f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8c460f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fallen Explorer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.737, + "posY": 1.323, + "posZ": -66.921, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/FallenExplorer.aef8a5.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/FallenExplorer.aef8a5.json new file mode 100644 index 00000000..bb575708 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/JungleSpiritsEncounterSet.97c724/FallenExplorer.aef8a5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2693": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276384323/CC03EEFE3EE9FB01D92D9D2A58F813CBB1A2CED1/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aef8a5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fallen Explorer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.776, + "posY": 1.359, + "posZ": -66.987, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc.json new file mode 100644 index 00000000..c86c0cdb --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "SavageInstinct.84a3bc", + "SavageInstinct.ad1adf", + "FrenziedAnimal.4ab809", + "FrenziedAnimal.082612" + ], + "ContainedObjects_path": "PrimalInfluenceEncounterSet.9f5efc", + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840066447/3FE3D0DBF2B460F8B916179046C6BE9F2195D334/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + }, + "2694": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276385260/D801780ABB6D90127CEE6FFB9A993BA15F4BCA09/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269400, + 269401, + 267103, + 267102 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f5efc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Primal Influence Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.024, + "posY": 1.637, + "posZ": 13.653, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/FrenziedAnimal.082612.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/FrenziedAnimal.082612.json new file mode 100644 index 00000000..d5af5ff3 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/FrenziedAnimal.082612.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267102, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840066447/3FE3D0DBF2B460F8B916179046C6BE9F2195D334/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "082612", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Frenzied Animal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.296, + "posY": 1.342, + "posZ": -69.061, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/FrenziedAnimal.4ab809.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/FrenziedAnimal.4ab809.json new file mode 100644 index 00000000..597cab01 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/FrenziedAnimal.4ab809.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2671": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1917989596840066447/3FE3D0DBF2B460F8B916179046C6BE9F2195D334/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ab809", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Frenzied Animal", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.296, + "posY": 1.312, + "posZ": -69.061, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/SavageInstinct.84a3bc.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/SavageInstinct.84a3bc.json new file mode 100644 index 00000000..8e8edcf5 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/SavageInstinct.84a3bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2694": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276385260/D801780ABB6D90127CEE6FFB9A993BA15F4BCA09/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "84a3bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Instinct", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.695, + "posY": 1.322, + "posZ": -69.536, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/SavageInstinct.ad1adf.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/SavageInstinct.ad1adf.json new file mode 100644 index 00000000..81dedff1 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/PrimalInfluenceEncounterSet.9f5efc/SavageInstinct.ad1adf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2694": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276385260/D801780ABB6D90127CEE6FFB9A993BA15F4BCA09/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ad1adf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Savage Instinct", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.668, + "posY": 1.364, + "posZ": -69.063, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/SarahWhittle.f9b202.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SarahWhittle.f9b202.json new file mode 100644 index 00000000..5982fbdc --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SarahWhittle.f9b202.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2713": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276387774/E6A00C41CDCADC620EF4788F691E334F88B9EE70/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f9b202", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sarah Whittle", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -16.056, + "posY": 1.618, + "posZ": 2.233, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545.json new file mode 100644 index 00000000..9d869b32 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.02149, + "g": 0.00101, + "r": 0.02149 + }, + "ContainedObjects_order": [ + "HunterEncounterSet.676d1d", + "VanPelt.df6da2", + "Jumanji.49c86a" + ], + "ContainedObjects_path": "Set-aside.979545", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960553/C518D80E31E27DB23EEAC8CF9253E59798865790/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/764975951334964971/3078F312706FC974833ECD2A359B87FD4F283509/", + "NormalURL": "http://cloud-3.steamusercontent.com/ugc/764975951334960069/E70E4A58A1B7827F1E5E2AF9FF44DF0BD5DA33F7/", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "979545", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Set-aside", + "PhysicsMaterial": { + "BounceCombine": 0, + "Bounciness": 0, + "DynamicFriction": 0.6, + "FrictionCombine": 0, + "StaticFriction": 0.6 + }, + "Rigidbody": { + "AngularDrag": 5, + "Drag": 5, + "Mass": 1.375, + "UseGravity": true + }, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.699, + "posY": 1.558, + "posZ": 14.278, + "rotX": 0, + "rotY": 225, + "rotZ": 0, + "scaleX": 2, + "scaleY": 2, + "scaleZ": 2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d.json new file mode 100644 index 00000000..61e817f0 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "RifleBlast.23fdac", + "RifleBlast.135873", + "Gotyouinmysights.6e7562" + ], + "ContainedObjects_path": "HunterEncounterSet.676d1d", + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269600, + 269601, + 269602 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "676d1d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Hunter Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 57.633, + "posY": 2.007, + "posZ": -154.793, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/Gotyouinmysights.6e7562.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/Gotyouinmysights.6e7562.json new file mode 100644 index 00000000..ed82c23c --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/Gotyouinmysights.6e7562.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6e7562", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Got you in my sights...\"", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.995, + "posY": 1.396, + "posZ": -76.786, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/RifleBlast.135873.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/RifleBlast.135873.json new file mode 100644 index 00000000..e6532856 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/RifleBlast.135873.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "135873", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rifle Blast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.488, + "posY": 1.362, + "posZ": -76.922, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/RifleBlast.23fdac.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/RifleBlast.23fdac.json new file mode 100644 index 00000000..ce2bbf86 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/HunterEncounterSet.676d1d/RifleBlast.23fdac.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2696": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386819/78CBD2BC1330F8D587C8A1FBCDBFDA58BE94474F/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "23fdac", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rifle Blast", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.385, + "posY": 1.32, + "posZ": -77.113, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/Jumanji.49c86a.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/Jumanji.49c86a.json new file mode 100644 index 00000000..5665c28e --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/Jumanji.49c86a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267414, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "49c86a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jumanji", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.785, + "posY": 2.687, + "posZ": -45.682, + "rotX": 0, + "rotY": 270, + "rotZ": 4, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/VanPelt.df6da2.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/VanPelt.df6da2.json new file mode 100644 index 00000000..b1d87552 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/Set-aside.979545/VanPelt.df6da2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2704": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1870697260293406593/746BF4E2667E5E04DD6650A8D0AFCD477D083819/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "df6da2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Van Pelt", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -1.239, + "posY": 2.324, + "posZ": -87.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/ShroudedClearing.35aa25.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ShroudedClearing.35aa25.json new file mode 100644 index 00000000..23c73d60 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/ShroudedClearing.35aa25.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2674": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276357274/9D2AD5BB3030895999F7F600516996C5E1D66924/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276356813/F1D5BF7ADBCAFE18D6B466D2E226AA259378AA2E/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "35aa25", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shrouded Clearing", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -17.12, + "posY": 1.619, + "posZ": -0.03, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136.json new file mode 100644 index 00000000..3e4d18f2 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "JungleReclamation.105ecc", + "JungleReclamation.e98807", + "CreepingFoliage.819805", + "CreepingFoliage.3dd4be" + ], + "ContainedObjects_path": "SpreadingWildsEncounterSet.cb9136", + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 269500, + 269501, + 269502, + 269503 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cb9136", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Spreading Wilds Encounter Set", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.06, + "posY": 1.636, + "posZ": 10.991, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/CreepingFoliage.3dd4be.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/CreepingFoliage.3dd4be.json new file mode 100644 index 00000000..2c08d148 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/CreepingFoliage.3dd4be.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269503, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3dd4be", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Creeping Foliage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.714, + "posY": 1.408, + "posZ": -63.126, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/CreepingFoliage.819805.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/CreepingFoliage.819805.json new file mode 100644 index 00000000..c3375422 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/CreepingFoliage.819805.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "819805", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Creeping Foliage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.429, + "posY": 1.398, + "posZ": -63.221, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/JungleReclamation.105ecc.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/JungleReclamation.105ecc.json new file mode 100644 index 00000000..11334c86 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/JungleReclamation.105ecc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "105ecc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jungle Reclamation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.374, + "posY": 1.322, + "posZ": -63.553, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/JungleReclamation.e98807.json b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/JungleReclamation.e98807.json new file mode 100644 index 00000000..1d854a45 --- /dev/null +++ b/objects/Jumanji.b46db2/4ForceofNature.8a3606/SpreadingWildsEncounterSet.cb9136/JungleReclamation.e98807.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269501, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2695": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933361191993988/FE126C3E21593398897E3C691A0AEA8D9B73A614/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276386109/213CDCD24DAE39AD0BE1E8CD7B198F6FD03BE4B2/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e98807", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jungle Reclamation", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 4.315, + "posY": 1.364, + "posZ": -63.2, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/AdditionalRules.90b00d.json b/objects/Jumanji.b46db2/AdditionalRules.90b00d.json new file mode 100644 index 00000000..742482a1 --- /dev/null +++ b/objects/Jumanji.b46db2/AdditionalRules.90b00d.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "http://cloud-3.steamusercontent.com/ugc/1688271369106169580/ABB0A6B305AA80FA681F4882803966F76621508F/" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "90b00d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Additional Rules", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.891, + "posY": 1.5, + "posZ": 39.837, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76113939, + "scaleY": 1, + "scaleZ": 1.76113939 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279.json new file mode 100644 index 00000000..789c568b --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279.json @@ -0,0 +1,69 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.30588, + "g": 0.82353, + "r": 0.61176 + }, + "ContainedObjects_order": [ + "WildernessTrainingAwareness.d6d5c9", + "WildernessTrainingAwareness.e3f5a8", + "WildernessTrainingAwareness.49d292", + "WildernessTrainingAwareness.bc65bc", + "WildernessTrainingEndurance.923297", + "WildernessTrainingEndurance.2a4d12", + "WildernessTrainingEndurance.a6d887", + "WildernessTrainingEndurance.f10f25", + "WildernessTrainingCaution.6bab15", + "WildernessTrainingCaution.5409e6", + "WildernessTrainingCaution.18e7d5", + "WildernessTrainingCaution.912974", + "WildernessTrainingFocus.4e1cbf", + "WildernessTrainingFocus.6323d2", + "WildernessTrainingFocus.f56847", + "WildernessTrainingFocus.f49837" + ], + "ContainedObjects_path": "Cardsforinterlude.847279", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "847279", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Cards for interlude", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.042, + "posY": 1.27, + "posZ": 0.141, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.49d292.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.49d292.json new file mode 100644 index 00000000..87053a8f --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.49d292.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267601, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "49d292", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Awareness)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 50.112, + "posY": 1.986, + "posZ": -105.675, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.bc65bc.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.bc65bc.json new file mode 100644 index 00000000..a86d5d8a --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.bc65bc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bc65bc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Awareness)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 47.695, + "posY": 1.986, + "posZ": -106.653, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.d6d5c9.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.d6d5c9.json new file mode 100644 index 00000000..7383f233 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.d6d5c9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d6d5c9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Awareness)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 44.636, + "posY": 1.986, + "posZ": -106.004, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.e3f5a8.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.e3f5a8.json new file mode 100644 index 00000000..6f04bf9e --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingAwareness.e3f5a8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e3f5a8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Awareness)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 48.789, + "posY": 1.986, + "posZ": -104.016, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.18e7d5.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.18e7d5.json new file mode 100644 index 00000000..259c5a8c --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.18e7d5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267610, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18e7d5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Caution)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 51.858, + "posY": 1.986, + "posZ": -106.268, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.5409e6.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.5409e6.json new file mode 100644 index 00000000..f254c1a1 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.5409e6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5409e6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Caution)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 52.557, + "posY": 1.986, + "posZ": -104.071, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.6bab15.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.6bab15.json new file mode 100644 index 00000000..9d43cdbb --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.6bab15.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bab15", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Caution)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 53.832, + "posY": 1.986, + "posZ": -105.87, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.912974.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.912974.json new file mode 100644 index 00000000..58ac8a08 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingCaution.912974.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267611, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "912974", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Caution)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 51.722, + "posY": 1.986, + "posZ": -106.585, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.2a4d12.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.2a4d12.json new file mode 100644 index 00000000..514cf51d --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.2a4d12.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267607, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2a4d12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Endurance)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 50.357, + "posY": 1.986, + "posZ": -104.107, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.923297.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.923297.json new file mode 100644 index 00000000..967ed226 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.923297.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "923297", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Endurance)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 50.97, + "posY": 1.986, + "posZ": -104.835, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.a6d887.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.a6d887.json new file mode 100644 index 00000000..b61be175 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.a6d887.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267606, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6d887", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Endurance)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 51.497, + "posY": 1.986, + "posZ": -104.518, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.f10f25.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.f10f25.json new file mode 100644 index 00000000..e655479b --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingEndurance.f10f25.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267604, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f10f25", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Endurance)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 53.081, + "posY": 1.986, + "posZ": -104.859, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.4e1cbf.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.4e1cbf.json new file mode 100644 index 00000000..6ff81a95 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.4e1cbf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4e1cbf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Focus)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 52.67, + "posY": 1.986, + "posZ": -108.344, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.6323d2.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.6323d2.json new file mode 100644 index 00000000..f63e7545 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.6323d2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6323d2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Focus)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 50.694, + "posY": 1.986, + "posZ": -102.382, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.f49837.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.f49837.json new file mode 100644 index 00000000..5a15e999 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.f49837.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267614, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f49837", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Focus)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 51.745, + "posY": 1.986, + "posZ": -106.398, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.f56847.json b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.f56847.json new file mode 100644 index 00000000..b87de1c6 --- /dev/null +++ b/objects/Jumanji.b46db2/Cardsforinterlude.847279/WildernessTrainingFocus.f56847.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 267615, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2676": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276363182/8F58D7452C6C712D9365A748F84C1617311DD69F/", + "NumHeight": 4, + "NumWidth": 4, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f56847", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wilderness Training (Focus)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 51.149, + "posY": 1.986, + "posZ": -105.527, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e.json new file mode 100644 index 00000000..d51bcca2 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e.json @@ -0,0 +1,92 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Skull.c2b8a0", + "-1.ed78de", + "-1.fb1afd", + "1.9ff40c", + "0.38d73c", + "Auto-fail.233aa2", + "1.b68783", + "-2.6cda68", + "Skull.917ea4", + "0.bf610b", + "ElderThing.fa43e0", + "0.9ce4ab", + "ElderSign.e04757", + "Skull.ddd462", + "-1.611dee", + "-2.b297ae" + ], + "ContainedObjects_path": "EasyTokens.1ece3e", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127933035/B199A5F515A8F3ED7E06780D3723285C02ADE085/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Chaos Bag", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1ece3e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Jumanji.b46db2/EasyTokens.1ece3e.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Easy Tokens", + "Snap": true, + "Sticky": true, + "Tags": [ + "chaos_bag" + ], + "Tooltip": true, + "Transform": { + "posX": -9.285, + "posY": 1.6, + "posZ": 6.609, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e.ttslua b/objects/Jumanji.b46db2/EasyTokens.1ece3e.ttslua new file mode 100644 index 00000000..0dac438b --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e.ttslua @@ -0,0 +1,13 @@ +function filterObjectEnter(obj) + local props = obj.getCustomObject() + if props ~= nil and props.image ~= nil then + obj.setName(Global.call("getTokenName", { url=props.image })) + end + return true +end + +function onCollisionEnter(collision_info) + self.shuffle() + self.shuffle() + self.shuffle() +end diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.611dee.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.611dee.json new file mode 100644 index 00000000..0cf1166d --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.611dee.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "611dee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.263, + "posY": 4.051, + "posZ": 6.701, + "rotX": 341, + "rotY": 308, + "rotZ": 280, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.ed78de.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.ed78de.json new file mode 100644 index 00000000..a29a24ee --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.ed78de.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ed78de", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.269, + "posY": 3.205, + "posZ": 6.609, + "rotX": 12, + "rotY": 314, + "rotZ": 278, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.fb1afd.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.fb1afd.json new file mode 100644 index 00000000..fc5df8ea --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-1.fb1afd.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb1afd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.241, + "posY": 3.357, + "posZ": 6.547, + "rotX": 357, + "rotY": 311, + "rotZ": 98, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/-2.6cda68.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-2.6cda68.json new file mode 100644 index 00000000..eea3040b --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-2.6cda68.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6cda68", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.629, + "posY": 4.343, + "posZ": 6.258, + "rotX": 14, + "rotY": 309, + "rotZ": 275, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/-2.b297ae.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-2.b297ae.json new file mode 100644 index 00000000..ce66e371 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/-2.b297ae.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b297ae", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.405, + "posY": 3.322, + "posZ": 6.21, + "rotX": 19, + "rotY": 313, + "rotZ": 101, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.38d73c.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.38d73c.json new file mode 100644 index 00000000..ffbd1a4e --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.38d73c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "38d73c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.994, + "posY": 3.928, + "posZ": 6.986, + "rotX": 351, + "rotY": 312, + "rotZ": 279, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.9ce4ab.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.9ce4ab.json new file mode 100644 index 00000000..abc389e4 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.9ce4ab.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9ce4ab", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.854, + "posY": 3.744, + "posZ": 6.878, + "rotX": 348, + "rotY": 312, + "rotZ": 99, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.bf610b.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.bf610b.json new file mode 100644 index 00000000..f03e9ad9 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/0.bf610b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bf610b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.998, + "posY": 3.547, + "posZ": 6.858, + "rotX": 5, + "rotY": 312, + "rotZ": 100, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/1.9ff40c.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/1.9ff40c.json new file mode 100644 index 00000000..03022b86 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/1.9ff40c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/uIx8jbY.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9ff40c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "+1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.844, + "posY": 4.135, + "posZ": 7.103, + "rotX": 357, + "rotY": 313, + "rotZ": 101, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/1.b68783.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/1.b68783.json new file mode 100644 index 00000000..4774241e --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/1.b68783.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/uIx8jbY.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b68783", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "+1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.688, + "posY": 3.387, + "posZ": 7.178, + "rotX": 13, + "rotY": 319, + "rotZ": 273, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/Auto-fail.233aa2.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Auto-fail.233aa2.json new file mode 100644 index 00000000..218ab4c8 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Auto-fail.233aa2.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/lns4fhz.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "233aa2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Auto-fail", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.989, + "posY": 3.426, + "posZ": 5.818, + "rotX": 313, + "rotY": 298, + "rotZ": 113, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/ElderSign.e04757.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/ElderSign.e04757.json new file mode 100644 index 00000000..ba977868 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/ElderSign.e04757.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/nEmqjmj.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e04757", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Sign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.079, + "posY": 3.373, + "posZ": 5.614, + "rotX": 37, + "rotY": 329, + "rotZ": 290, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/ElderThing.fa43e0.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/ElderThing.fa43e0.json new file mode 100644 index 00000000..8d3a4085 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/ElderThing.fa43e0.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fa43e0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10, + "posY": 3.456, + "posZ": 5.828, + "rotX": 359, + "rotY": 315, + "rotZ": 285, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.917ea4.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.917ea4.json new file mode 100644 index 00000000..439cfc1b --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.917ea4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "917ea4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.852, + "posY": 3.526, + "posZ": 6.177, + "rotX": 346, + "rotY": 308, + "rotZ": 284, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.c2b8a0.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.c2b8a0.json new file mode 100644 index 00000000..c6c2334b --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.c2b8a0.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c2b8a0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.648, + "posY": 3.517, + "posZ": 5.991, + "rotX": 19, + "rotY": 317, + "rotZ": 105, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.ddd462.json b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.ddd462.json new file mode 100644 index 00000000..396b2aa2 --- /dev/null +++ b/objects/Jumanji.b46db2/EasyTokens.1ece3e/Skull.ddd462.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ddd462", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.9, + "posY": 3.415, + "posZ": 5.919, + "rotX": 351, + "rotY": 312, + "rotZ": 285, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d.json b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d.json new file mode 100644 index 00000000..c42c5268 --- /dev/null +++ b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.70196 + }, + "ContainedObjects_order": [ + "TraumaticMemories.0628eb", + "SarahParrish.e354ef", + "AlanParrish.1641f9", + "AlanParrish.786b5f" + ], + "ContainedObjects_path": "EpilogueSpoilerAlert.37fb4d", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37fb4d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Epilogue (Spoiler Alert!)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.33, + "posY": 1.275, + "posZ": -17.902, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/AlanParrish.1641f9.json b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/AlanParrish.1641f9.json new file mode 100644 index 00000000..20c760e2 --- /dev/null +++ b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/AlanParrish.1641f9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2699": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276391519/1BED9C26522A38C00B757540162FFA2038402939/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276391351/727694253FC0171561FC2F152E104FF57B662CD9/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1641f9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Alan Parrish", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.307, + "posY": 3.548, + "posZ": -18.387, + "rotX": 0, + "rotY": 270, + "rotZ": 2, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/AlanParrish.786b5f.json b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/AlanParrish.786b5f.json new file mode 100644 index 00000000..2740cff1 --- /dev/null +++ b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/AlanParrish.786b5f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 269800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2698": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276390713/26463446E2CDA1DA831BCDB4A6CFA8B855C2B4B1/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276390512/391874B5B0BAA4E83C1E36BBBD262B87D28A5C19/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "786b5f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Alan Parrish", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.662, + "posY": 3.555, + "posZ": -17.43, + "rotX": 359, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8062451, + "scaleY": 1, + "scaleZ": 0.8062451 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/SarahParrish.e354ef.json b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/SarahParrish.e354ef.json new file mode 100644 index 00000000..3b73e854 --- /dev/null +++ b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/SarahParrish.e354ef.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2700": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276392109/3DE7BE60523E890B9275DEDBBE26E00DB878BA14/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e354ef", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Sarah Parrish", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.66, + "posY": 3.558, + "posZ": -17.867, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/TraumaticMemories.0628eb.json b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/TraumaticMemories.0628eb.json new file mode 100644 index 00000000..f73ba0e7 --- /dev/null +++ b/objects/Jumanji.b46db2/EpilogueSpoilerAlert.37fb4d/TraumaticMemories.0628eb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2701": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1461933574036605747/66F5F6903F78214DDB7420F5022C9CDEC4D85464/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276393374/AA84C0DE58A7C46C9679957B81692A36DDCE5C2E/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0628eb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Traumatic Memories", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.445, + "posY": 3.559, + "posZ": -18.094, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9.json new file mode 100644 index 00000000..f6641c42 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9.json @@ -0,0 +1,92 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "-1.4b2926", + "Skull.e931eb", + "-1.e1978d", + "ElderSign.75dd78", + "ElderThing.21d840", + "0.c94c01", + "-2.c84b2e", + "-4.c57e80", + "-3.b5770a", + "-2.919b74", + "Auto-fail.3ca7aa", + "-1.692bf6", + "Skull.16104c", + "Skull.c8d16b", + "-5.eeb452", + "-7.f19391" + ], + "ContainedObjects_path": "ExpertTokens.61b7e9", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127933035/B199A5F515A8F3ED7E06780D3723285C02ADE085/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Chaos Bag", + "DragSelectable": true, + "GMNotes": "", + "GUID": "61b7e9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Jumanji.b46db2/ExpertTokens.61b7e9.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Expert Tokens", + "Snap": true, + "Sticky": true, + "Tags": [ + "chaos_bag" + ], + "Tooltip": true, + "Transform": { + "posX": -9.323, + "posY": 1.596, + "posZ": -7.147, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9.ttslua b/objects/Jumanji.b46db2/ExpertTokens.61b7e9.ttslua new file mode 100644 index 00000000..0dac438b --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9.ttslua @@ -0,0 +1,13 @@ +function filterObjectEnter(obj) + local props = obj.getCustomObject() + if props ~= nil and props.image ~= nil then + obj.setName(Global.call("getTokenName", { url=props.image })) + end + return true +end + +function onCollisionEnter(collision_info) + self.shuffle() + self.shuffle() + self.shuffle() +end diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.4b2926.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.4b2926.json new file mode 100644 index 00000000..414389bc --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.4b2926.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b2926", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.486, + "posY": 4.086, + "posZ": -7.813, + "rotX": 3, + "rotY": 300, + "rotZ": 281, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.692bf6.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.692bf6.json new file mode 100644 index 00000000..dc762bc6 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.692bf6.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "692bf6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.484, + "posY": 4.647, + "posZ": -7.933, + "rotX": 351, + "rotY": 298, + "rotZ": 101, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.e1978d.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.e1978d.json new file mode 100644 index 00000000..56ce7a9b --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-1.e1978d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e1978d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.511, + "posY": 3.179, + "posZ": -7.835, + "rotX": 7, + "rotY": 301, + "rotZ": 279, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-2.919b74.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-2.919b74.json new file mode 100644 index 00000000..72099dcf --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-2.919b74.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "919b74", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.572, + "posY": 4.445, + "posZ": -8.068, + "rotX": 350, + "rotY": 298, + "rotZ": 101, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-2.c84b2e.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-2.c84b2e.json new file mode 100644 index 00000000..97b97ba5 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-2.c84b2e.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c84b2e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.512, + "posY": 4.726, + "posZ": -8.165, + "rotX": 13, + "rotY": 303, + "rotZ": 282, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-3.b5770a.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-3.b5770a.json new file mode 100644 index 00000000..b39f00c3 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-3.b5770a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/yfs8gHq.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b5770a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.669, + "posY": 4.388, + "posZ": -8.221, + "rotX": 9, + "rotY": 302, + "rotZ": 281, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-4.c57e80.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-4.c57e80.json new file mode 100644 index 00000000..0e0b6cb9 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-4.c57e80.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/qrgGQRD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c57e80", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-4", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.586, + "posY": 4.351, + "posZ": -8.255, + "rotX": 347, + "rotY": 297, + "rotZ": 102, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-5.eeb452.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-5.eeb452.json new file mode 100644 index 00000000..1baaaef7 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-5.eeb452.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/3Ym1IeG.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eeb452", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-5", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.74, + "posY": 4.041, + "posZ": -8.317, + "rotX": 18, + "rotY": 303, + "rotZ": 282, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-7.f19391.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-7.f19391.json new file mode 100644 index 00000000..01fee91e --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/-7.f19391.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/4WRD42n.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f19391", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-7", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.748, + "posY": 4.012, + "posZ": -8.295, + "rotX": 357, + "rotY": 298, + "rotZ": 101, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/0.c94c01.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/0.c94c01.json new file mode 100644 index 00000000..80e5dc84 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/0.c94c01.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c94c01", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.297, + "posY": 4.441, + "posZ": -7.768, + "rotX": 359, + "rotY": 300, + "rotZ": 100, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Auto-fail.3ca7aa.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Auto-fail.3ca7aa.json new file mode 100644 index 00000000..fda46f81 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Auto-fail.3ca7aa.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/lns4fhz.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3ca7aa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Auto-fail", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.879, + "posY": 4.124, + "posZ": -8.798, + "rotX": 313, + "rotY": 286, + "rotZ": 106, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/ElderSign.75dd78.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/ElderSign.75dd78.json new file mode 100644 index 00000000..1f6d4d65 --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/ElderSign.75dd78.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/nEmqjmj.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "75dd78", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Sign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.987, + "posY": 3.999, + "posZ": -8.94, + "rotX": 37, + "rotY": 307, + "rotZ": 284, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/ElderThing.21d840.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/ElderThing.21d840.json new file mode 100644 index 00000000..1ac909cf --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/ElderThing.21d840.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "21d840", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.814, + "posY": 4.086, + "posZ": -8.826, + "rotX": 13, + "rotY": 301, + "rotZ": 282, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.16104c.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.16104c.json new file mode 100644 index 00000000..4eb9830e --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.16104c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16104c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.778, + "posY": 3.965, + "posZ": -8.597, + "rotX": 7, + "rotY": 300, + "rotZ": 282, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.c8d16b.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.c8d16b.json new file mode 100644 index 00000000..5b82e9ba --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.c8d16b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c8d16b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.748, + "posY": 4.478, + "posZ": -8.629, + "rotX": 3, + "rotY": 299, + "rotZ": 281, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.e931eb.json b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.e931eb.json new file mode 100644 index 00000000..d20658eb --- /dev/null +++ b/objects/Jumanji.b46db2/ExpertTokens.61b7e9/Skull.e931eb.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e931eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.105, + "posY": 4.079, + "posZ": -8.443, + "rotX": 5, + "rotY": 300, + "rotZ": 101, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8.json b/objects/Jumanji.b46db2/HardTokens.ca53e8.json new file mode 100644 index 00000000..45ff4632 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8.json @@ -0,0 +1,92 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "ElderSign.fbe491", + "Auto-fail.cbb37c", + "Skull.8919e8", + "-3.e01c7f", + "-4.20798a", + "-1.dd1134", + "ElderThing.b8c4d2", + "Skull.ea22fb", + "-1.7481bc", + "0.7fcd14", + "-2.8e9969", + "-5.53997b", + "-1.a1e645", + "-2.e1a10c", + "Skull.183c56", + "0.f0f8ef" + ], + "ContainedObjects_path": "HardTokens.ca53e8", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127933035/B199A5F515A8F3ED7E06780D3723285C02ADE085/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Chaos Bag", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ca53e8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Jumanji.b46db2/HardTokens.ca53e8.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Hard Tokens", + "Snap": true, + "Sticky": true, + "Tags": [ + "chaos_bag" + ], + "Tooltip": true, + "Transform": { + "posX": -9.381, + "posY": 1.597, + "posZ": -2.37, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8.ttslua b/objects/Jumanji.b46db2/HardTokens.ca53e8.ttslua new file mode 100644 index 00000000..0dac438b --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8.ttslua @@ -0,0 +1,13 @@ +function filterObjectEnter(obj) + local props = obj.getCustomObject() + if props ~= nil and props.image ~= nil then + obj.setName(Global.call("getTokenName", { url=props.image })) + end + return true +end + +function onCollisionEnter(collision_info) + self.shuffle() + self.shuffle() + self.shuffle() +end diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.7481bc.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.7481bc.json new file mode 100644 index 00000000..cd311d64 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.7481bc.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7481bc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.095, + "posY": 3.814, + "posZ": -2.89, + "rotX": 358, + "rotY": 306, + "rotZ": 276, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.a1e645.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.a1e645.json new file mode 100644 index 00000000..c3d5ed44 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.a1e645.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a1e645", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.251, + "posY": 3.63, + "posZ": -3.079, + "rotX": 5, + "rotY": 305, + "rotZ": 276, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.dd1134.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.dd1134.json new file mode 100644 index 00000000..9c46017f --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-1.dd1134.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd1134", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.063, + "posY": 3.707, + "posZ": -2.915, + "rotX": 347, + "rotY": 304, + "rotZ": 97, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-2.8e9969.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-2.8e9969.json new file mode 100644 index 00000000..63daade2 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-2.8e9969.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8e9969", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.194, + "posY": 3.628, + "posZ": -3.356, + "rotX": 21, + "rotY": 304, + "rotZ": 95, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-2.e1a10c.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-2.e1a10c.json new file mode 100644 index 00000000..a0dd3e7e --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-2.e1a10c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e1a10c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.327, + "posY": 3.634, + "posZ": -3.173, + "rotX": 15, + "rotY": 306, + "rotZ": 275, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-3.e01c7f.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-3.e01c7f.json new file mode 100644 index 00000000..aea8f283 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-3.e01c7f.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/yfs8gHq.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e01c7f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.521, + "posY": 3.628, + "posZ": -3.406, + "rotX": 326, + "rotY": 298, + "rotZ": 276, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-4.20798a.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-4.20798a.json new file mode 100644 index 00000000..b99177ec --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-4.20798a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/qrgGQRD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "20798a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-4", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.457, + "posY": 3.504, + "posZ": -3.614, + "rotX": 26, + "rotY": 304, + "rotZ": 279, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/-5.53997b.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/-5.53997b.json new file mode 100644 index 00000000..644e2b87 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/-5.53997b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/3Ym1IeG.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "53997b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-5", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.658, + "posY": 3.657, + "posZ": -3.553, + "rotX": 16, + "rotY": 305, + "rotZ": 100, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/0.7fcd14.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/0.7fcd14.json new file mode 100644 index 00000000..842b689c --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/0.7fcd14.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7fcd14", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.954, + "posY": 3.702, + "posZ": -2.703, + "rotX": 1, + "rotY": 306, + "rotZ": 96, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/0.f0f8ef.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/0.f0f8ef.json new file mode 100644 index 00000000..0adc87c1 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/0.f0f8ef.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f0f8ef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.929, + "posY": 3.716, + "posZ": -2.701, + "rotX": 8, + "rotY": 307, + "rotZ": 276, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/Auto-fail.cbb37c.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/Auto-fail.cbb37c.json new file mode 100644 index 00000000..aca9b47d --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/Auto-fail.cbb37c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/lns4fhz.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cbb37c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Auto-fail", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.906, + "posY": 3.391, + "posZ": -4.168, + "rotX": 319, + "rotY": 294, + "rotZ": 108, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/ElderSign.fbe491.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/ElderSign.fbe491.json new file mode 100644 index 00000000..17ef5804 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/ElderSign.fbe491.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/nEmqjmj.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fbe491", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Sign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -8.012, + "posY": 3.334, + "posZ": -4.35, + "rotX": 44, + "rotY": 319, + "rotZ": 289, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/ElderThing.b8c4d2.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/ElderThing.b8c4d2.json new file mode 100644 index 00000000..7d982644 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/ElderThing.b8c4d2.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b8c4d2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.974, + "posY": 3.849, + "posZ": -4.225, + "rotX": 355, + "rotY": 304, + "rotZ": 286, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.183c56.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.183c56.json new file mode 100644 index 00000000..14bd8f37 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.183c56.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "183c56", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.809, + "posY": 3.194, + "posZ": -3.857, + "rotX": 358, + "rotY": 305, + "rotZ": 106, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.8919e8.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.8919e8.json new file mode 100644 index 00000000..5dacd2d4 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.8919e8.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8919e8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.671, + "posY": 3.57, + "posZ": -3.865, + "rotX": 342, + "rotY": 301, + "rotZ": 105, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.ea22fb.json b/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.ea22fb.json new file mode 100644 index 00000000..571c61a4 --- /dev/null +++ b/objects/Jumanji.b46db2/HardTokens.ca53e8/Skull.ea22fb.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea22fb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -7.582, + "posY": 3.449, + "posZ": -3.872, + "rotX": 3, + "rotY": 306, + "rotZ": 283, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/JumanjiCampaignGuide.c2f5ae.json b/objects/Jumanji.b46db2/JumanjiCampaignGuide.c2f5ae.json new file mode 100644 index 00000000..8c8c52e5 --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCampaignGuide.c2f5ae.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "http://cloud-3.steamusercontent.com/ugc/1917989596840037929/52E182FCF93EA88916DCE7118361D47E18C97D72/" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c2f5ae", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Jumanji Campaign Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.264, + "posY": 1.473, + "posZ": 28.028, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 3.57731819, + "scaleY": 1, + "scaleZ": 3.57731819 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/JumanjiCampaignLog.8cd599.json b/objects/Jumanji.b46db2/JumanjiCampaignLog.8cd599.json new file mode 100644 index 00000000..c8add080 --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCampaignLog.8cd599.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Page 1: Investigator details and notes\nPage 2: Scenario progress, turns taken, threat lists, tokens added\n\nPress page up/page down to swap between the pages", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8cd599", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "Jumanji Campaign Log", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.16, + "posY": 1.523, + "posZ": -29.649, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.json b/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.json new file mode 100644 index 00000000..2078873c --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.json @@ -0,0 +1,116 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276400654/CA0CB2DFEC2369A88438155657A68BE20B90A90E/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eda22b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Jumanji.b46db2/JumanjiCampaignLog1.eda22b.luascriptstate", + "LuaScript_path": "Jumanji.b46db2/JumanjiCampaignLog1.eda22b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Jumanji Campaign Log 1", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1847049778276403495/316E06F3D6F35585DFA7C9F161D9B6F0C6D34558/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a9628a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "--[[ Character Sheet Template by: MrStump\r\n\r\nYou can set up your own character sheet if you follow these steps.\r\n\r\nStep 1) Change the character sheet image\r\n -Right click on the character sheet, click Custom\r\n -Replace the image URL with one for your character sheet\r\n -Click import, make sure your sheet loads\r\n -SAVE THE GAME (the table setup)\r\n -LOAD FROM THAT SAVE YOU JUST MADE\r\n\r\nStep 2) Edit script to fit your character sheet\r\n -Below you will see some general options, and then the big data table\r\n -The data table is what determines how many of which buttons are made\r\n -Checkboxes\r\n -Counters\r\n -Textboxes\r\n -By default, there are 3 of each. You can add more or remove entries\r\n -If you intend to add/remove, be sure only to add/remove ENTRIES\r\n -This is what an entry looks like:\r\n {\r\n pos = {-0.977,0.1,-0.589},\r\n size = 800,\r\n state = false\r\n },\r\n -Deleting the whole thing would remove that specific item on the sheet\r\n -Copy and pasting it after another entry would create another\r\n -Each entry type has unique data points (pos, size, state, etc)\r\n -Do not try to add in your own data points or remove them individually\r\n -There is a summary of what each point does at the top of its category\r\n\r\nStep 3) Save and check script changes\r\n -Hit Save \u0026 Apply in the script window to save your code\r\n -You can edit your code as needed and Save+Apply as often as needed\r\n -When you are finished, make disableSave = false below then Save+apply\r\n -This enables saving, so your sheet will remember whats on it.\r\n\r\nBonus) Finding/Editing Positions for elements\r\n I have included a tool to get positions for buttons in {x,y,z} form\r\n Place it where you want the center of your element to be\r\n Then copy the table from the notes (lower right of screen)\r\n You can highlight it and CTRL+C\r\n Paste it into the data table where needed (pos=)\r\n If you want to manually tweek the values:\r\n {0,0,0} is the center of the character sheet\r\n {1,0,0} is right, {-1,0,0} is left\r\n {0,0,-1} is up, {0,0,1} is down\r\n 0.1 for Y is the height off of the page.\r\n If it was 0, it would be down inside the model of the sheet\r\n\r\nBegin editing below: ]]\r\n\r\n--Set this to true while editing and false when you have finished\r\ndisableSave = false\r\n--Remember to set this to false once you are done making changes\r\n--Then, after you save \u0026 apply it, save your game too\r\n\r\n--Color information for button text (r,g,b, values of 0-1)\r\nbuttonFontColor = {0,0,0}\r\n--Color information for button background\r\nbuttonColor = {1,1,1}\r\n--Change scale of button (Avoid changing if possible)\r\nbuttonScale = {0.1,0.1,0.1}\r\n\r\n--This is the button placement information\r\ndefaultButtonData = {\r\n --Add checkboxes\r\n checkbox = {\r\n --[[\r\n pos = the position (pasted from the helper tool)\r\n size = height/width/font_size for checkbox\r\n state = default starting value for checkbox (true=checked, false=not)\r\n ]]\r\n --Home Invasion\r\n {\r\n pos = {-1.370,0.1,-0.158},\r\n size = 600,\r\n state = false\r\n },\r\n --Urban Jungle\r\n {\r\n pos = {-1.352,0.1,-0.031},\r\n size = 600,\r\n state = false\r\n },\r\n --Back to Start\r\n {\r\n pos = {-1.339,0.1,0.099},\r\n size = 600,\r\n state = false\r\n },\r\n --Urban Jungle\r\n {\r\n pos = {-1.331,0.1,0.234},\r\n size = 600,\r\n state = false\r\n },\r\n --Force of Nature\r\n {\r\n pos = {-1.319,0.1,0.369},\r\n size = 600,\r\n state = false\r\n },\r\n --1: Cultist Token\r\n {\r\n pos = {-1.268,0.1,1.158},\r\n size = 600,\r\n state = false\r\n },\r\n --1: Monster Token\r\n {\r\n pos = {-0.773,0.1,1.119},\r\n size = 600,\r\n state = false\r\n },\r\n --2: Cultist Token\r\n {\r\n pos = {-1.260,0.1,1.287},\r\n size = 600,\r\n state = false\r\n },\r\n --2: Tablet Token\r\n {\r\n pos = {-0.760,0.1,1.251},\r\n size = 600,\r\n state = false\r\n },\r\n --3: Tablet Token\r\n {\r\n pos = {-1.247,0.1,1.420},\r\n size = 600,\r\n state = false\r\n },\r\n --3: Monster Token\r\n {\r\n pos = {-0.751,0.1,1.380},\r\n size = 600,\r\n state = false\r\n },\r\n --4: Cultist Token\r\n {\r\n pos = {-1.239,0.1,1.549},\r\n size = 600,\r\n state = false\r\n },\r\n --4: Tablet Token\r\n {\r\n pos = {-0.743,0.1,1.517},\r\n size = 600,\r\n state = false\r\n },\r\n --End of checkboxes\r\n },\r\n --Add counters that have a + and - button\r\n counter = {\r\n --[[\r\n pos = the position (pasted from the helper tool)\r\n size = height/width/font_size for counter\r\n value = default starting value for counter\r\n hideBG = if background of counter is hidden (true=hidden, false=not)\r\n ]]\r\n --Turns Taken\r\n {\r\n pos = {-0.880,0.1,0.737},\r\n size = 1500,\r\n value = 0,\r\n hideBG = true\r\n },\r\n --End of counters\r\n },\r\n --Add editable text boxes\r\n textbox = {\r\n --[[\r\n pos = the position (pasted from the helper tool)\r\n rows = how many lines of text you want for this box\r\n width = how wide the text box is\r\n font_size = size of text. This and \"rows\" effect overall height\r\n label = what is shown when there is no text. \"\" = nothing\r\n value = text entered into box. \"\" = nothing\r\n alignment = Number to indicate how you want text aligned\r\n (1=Automatic, 2=Left, 3=Center, 4=Right, 5=Justified)\r\n ]]\r\n --Aggressive Threats\r\n {\r\n pos = {0.640,0.1,-1.500},\r\n rows = 4,\r\n width = 3800,\r\n font_size = 450,\r\n label = \"Empty\",\r\n value = \"\",\r\n alignment = 2\r\n },\r\n --Lurking Threats\r\n {\r\n pos = {0.620,0.1,-1.000},\r\n rows = 4,\r\n width = 3800,\r\n font_size = 450,\r\n label = \"Empty\",\r\n value = \"\",\r\n alignment = 2\r\n },\r\n --Environmental Threats\r\n {\r\n pos = {0.600,0.1,-0.500},\r\n rows = 4,\r\n width = 3800,\r\n font_size = 450,\r\n label = \"Empty\",\r\n value = \"\",\r\n alignment = 2\r\n },\r\n --End of textboxes\r\n }\r\n}\r\n\r\n\r\n\r\n--Lua beyond this point, I recommend doing something more fun with your life\r\n\r\n\r\n\r\n--Save function\r\nfunction updateSave()\r\n saved_data = JSON.encode(ref_buttonData)\r\n if disableSave==true then saved_data=\"\" end\r\n self.script_state = saved_data\r\nend\r\n\r\n--Startup procedure\r\nfunction onload(saved_data)\r\n if disableSave==true then saved_data=\"\" end\r\n if saved_data ~= \"\" then\r\n local loaded_data = JSON.decode(saved_data)\r\n ref_buttonData = loaded_data\r\n else\r\n ref_buttonData = defaultButtonData\r\n end\r\n\r\n spawnedButtonCount = 0\r\n createCheckbox()\r\n createCounter()\r\n createTextbox()\r\nend\r\n\r\n\r\n\r\n--Click functions for buttons\r\n\r\n\r\n\r\n--Checks or unchecks the given box\r\nfunction click_checkbox(tableIndex, buttonIndex)\r\n if ref_buttonData.checkbox[tableIndex].state == true then\r\n ref_buttonData.checkbox[tableIndex].state = false\r\n self.editButton({index=buttonIndex, label=\"\"})\r\n else\r\n ref_buttonData.checkbox[tableIndex].state = true\r\n self.editButton({index=buttonIndex, label=string.char(10008)})\r\n end\r\n updateSave()\r\nend\r\n\r\n--Applies value to given counter display\r\nfunction click_counter(tableIndex, buttonIndex, amount)\r\n ref_buttonData.counter[tableIndex].value = ref_buttonData.counter[tableIndex].value + amount\r\n self.editButton({index=buttonIndex, label=ref_buttonData.counter[tableIndex].value})\r\n updateSave()\r\nend\r\n\r\n--Updates saved value for given text box\r\nfunction click_textbox(i, value, selected)\r\n if selected == false then\r\n ref_buttonData.textbox[i].value = value\r\n updateSave()\r\n end\r\nend\r\n\r\n--Dud function for if you have a background on a counter\r\nfunction click_none() end\r\n\r\n\r\n\r\n--Button creation\r\n\r\n\r\n\r\n--Makes checkboxes\r\nfunction createCheckbox()\r\n for i, data in ipairs(ref_buttonData.checkbox) do\r\n --Sets up reference function\r\n local buttonNumber = spawnedButtonCount\r\n local funcName = \"checkbox\"..i\r\n local func = function() click_checkbox(i, buttonNumber) end\r\n self.setVar(funcName, func)\r\n --Sets up label\r\n local label = \"\"\r\n if data.state==true then label=string.char(10008) end\r\n --Creates button and counts it\r\n self.createButton({\r\n label=label, click_function=funcName, function_owner=self,\r\n position=data.pos, height=data.size, width=data.size,\r\n font_size=data.size, scale=buttonScale,\r\n color=buttonColor, font_color=buttonFontColor\r\n })\r\n spawnedButtonCount = spawnedButtonCount + 1\r\n end\r\nend\r\n\r\n--Makes counters\r\nfunction createCounter()\r\n for i, data in ipairs(ref_buttonData.counter) do\r\n --Sets up display\r\n local displayNumber = spawnedButtonCount\r\n --Sets up label\r\n local label = data.value\r\n --Sets height/width for display\r\n local size = data.size\r\n if data.hideBG == true then size = 0 end\r\n --Creates button and counts it\r\n self.createButton({\r\n label=label, click_function=\"click_none\", function_owner=self,\r\n position=data.pos, height=size, width=size,\r\n font_size=data.size, scale=buttonScale,\r\n color=buttonColor, font_color=buttonFontColor\r\n })\r\n spawnedButtonCount = spawnedButtonCount + 1\r\n\r\n --Sets up add 1\r\n local funcName = \"counterAdd\"..i\r\n local func = function() click_counter(i, displayNumber, 1) end\r\n self.setVar(funcName, func)\r\n --Sets up label\r\n local label = \"+\"\r\n --Sets up position\r\n local offsetDistance = (data.size/2 + data.size/4) * (buttonScale[1] * 0.002)\r\n local pos = {data.pos[1] + offsetDistance, data.pos[2], data.pos[3]}\r\n --Sets up size\r\n local size = data.size / 2\r\n --Creates button and counts it\r\n self.createButton({\r\n label=label, click_function=funcName, function_owner=self,\r\n position=pos, height=size, width=size,\r\n font_size=size, scale=buttonScale,\r\n color=buttonColor, font_color=buttonFontColor\r\n })\r\n spawnedButtonCount = spawnedButtonCount + 1\r\n\r\n --Sets up subtract 1\r\n local funcName = \"counterSub\"..i\r\n local func = function() click_counter(i, displayNumber, -1) end\r\n self.setVar(funcName, func)\r\n --Sets up label\r\n local label = \"-\"\r\n --Set up position\r\n local pos = {data.pos[1] - offsetDistance, data.pos[2], data.pos[3]}\r\n --Creates button and counts it\r\n self.createButton({\r\n label=label, click_function=funcName, function_owner=self,\r\n position=pos, height=size, width=size,\r\n font_size=size, scale=buttonScale,\r\n color=buttonColor, font_color=buttonFontColor\r\n })\r\n spawnedButtonCount = spawnedButtonCount + 1\r\n end\r\nend\r\n\r\nfunction createTextbox()\r\n for i, data in ipairs(ref_buttonData.textbox) do\r\n --Sets up reference function\r\n local funcName = \"textbox\"..i\r\n local func = function(_,_,val,sel) click_textbox(i,val,sel) end\r\n self.setVar(funcName, func)\r\n\r\n self.createInput({\r\n input_function = funcName,\r\n function_owner = self,\r\n label = data.label,\r\n alignment = data.alignment,\r\n position = data.pos,\r\n scale = buttonScale,\r\n width = data.width,\r\n height = (data.font_size*data.rows)+24,\r\n font_size = data.font_size,\r\n color = buttonColor,\r\n font_color = buttonFontColor,\r\n value = data.value,\r\n })\r\n end\r\nend\r\n", + "LuaScriptState": "{\"checkbox\":[{\"pos\":[-1.37,0.1,-0.158],\"size\":600,\"state\":false},{\"pos\":[-1.352,0.1,-0.031],\"size\":600,\"state\":false},{\"pos\":[-1.339,0.1,0.099],\"size\":600,\"state\":false},{\"pos\":[-1.331,0.1,0.234],\"size\":600,\"state\":false},{\"pos\":[-1.319,0.1,0.369],\"size\":600,\"state\":false},{\"pos\":[-1.268,0.1,1.158],\"size\":600,\"state\":false},{\"pos\":[-0.773,0.1,1.119],\"size\":600,\"state\":false},{\"pos\":[-1.26,0.1,1.287],\"size\":600,\"state\":false},{\"pos\":[-0.76,0.1,1.251],\"size\":600,\"state\":false},{\"pos\":[-1.247,0.1,1.42],\"size\":600,\"state\":false},{\"pos\":[-0.751,0.1,1.38],\"size\":600,\"state\":false},{\"pos\":[-1.239,0.1,1.549],\"size\":600,\"state\":false},{\"pos\":[-0.743,0.1,1.517],\"size\":600,\"state\":false}],\"counter\":[{\"hideBG\":true,\"pos\":[-0.88,0.1,0.737],\"size\":1500,\"value\":0}],\"textbox\":[{\"alignment\":2,\"font_size\":450,\"label\":\"Empty\",\"pos\":[0.64,0.1,-1.5],\"rows\":4,\"value\":\"\",\"width\":3800},{\"alignment\":2,\"font_size\":450,\"label\":\"Empty\",\"pos\":[0.62,0.1,-1],\"rows\":4,\"value\":\"\",\"width\":3800},{\"alignment\":2,\"font_size\":450,\"label\":\"Empty\",\"pos\":[0.6,0.1,-0.5],\"rows\":4,\"value\":\"\",\"width\":3800}]}", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Jumanji Campaign Log 2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.147618, + "posY": 1.571152, + "posZ": -29.7407913, + "rotX": 359.9201, + "rotY": 270.021973, + "rotZ": 0.0168410949, + "scaleX": 5.188961, + "scaleY": 1, + "scaleZ": 5.188961 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.148, + "posY": 1.571, + "posZ": -29.741, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 5.189041, + "scaleY": 1, + "scaleZ": 5.189041 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.luascriptstate b/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.luascriptstate new file mode 100644 index 00000000..98ea4872 --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.luascriptstate @@ -0,0 +1 @@ +{"checkbox":[],"counter":[{"hideBG":true,"pos":[-1.08,0.1,-1.01],"size":800,"value":0},{"hideBG":true,"pos":[-1.27,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[-1,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[-0.251,0.1,-1.01],"size":800,"value":0},{"hideBG":true,"pos":[-0.441,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[-0.171,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[0.579,0.1,-1.01],"size":800,"value":0},{"hideBG":true,"pos":[0.389,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[0.659,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[1.407,0.1,-1.01],"size":800,"value":0},{"hideBG":true,"pos":[1.217,0.1,-0.79],"size":600,"value":0},{"hideBG":true,"pos":[1.487,0.1,-0.79],"size":600,"value":0}],"textbox":[{"alignment":2,"font_size":300,"label":"Empty","pos":[-1.265,0.1,-1.39],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[-1.265,0.1,-1.195],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[-1.265,0.1,-0.42],"rows":7,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[-0.436,0.1,-1.39],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[-0.436,0.1,-1.195],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[-0.436,0.1,-0.42],"rows":7,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[0.394,0.1,-1.39],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[0.394,0.1,-1.195],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[0.394,0.1,-0.42],"rows":7,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[1.222,0.1,-1.39],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[1.222,0.1,-1.195],"rows":1,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[1.222,0.1,-0.42],"rows":7,"value":"","width":3800},{"alignment":2,"font_size":300,"label":"Empty","pos":[-0.93,0.1,0.93],"rows":27,"value":"","width":7800},{"alignment":2,"font_size":300,"label":"Empty","pos":[0.82,0.1,0.707],"rows":20,"value":"","width":7800},{"alignment":2,"font_size":300,"label":"Empty","pos":[1.01,0.1,1.7],"rows":5,"value":"","width":7400}]} diff --git a/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.ttslua b/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.ttslua new file mode 100644 index 00000000..4076f2ec --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCampaignLog1.eda22b.ttslua @@ -0,0 +1,510 @@ +--[[ Character Sheet Template by: MrStump + +You can set up your own character sheet if you follow these steps. + +Step 1) Change the character sheet image + -Right click on the character sheet, click Custom + -Replace the image URL with one for your character sheet + -Click import, make sure your sheet loads + -SAVE THE GAME (the table setup) + -LOAD FROM THAT SAVE YOU JUST MADE + +Step 2) Edit script to fit your character sheet + -Below you will see some general options, and then the big data table + -The data table is what determines how many of which buttons are made + -Checkboxes + -Counters + -Textboxes + -By default, there are 3 of each. You can add more or remove entries + -If you intend to add/remove, be sure only to add/remove ENTRIES + -This is what an entry looks like: + { + pos = {-0.977,0.1,-0.589}, + size = 800, + state = false + }, + -Deleting the whole thing would remove that specific item on the sheet + -Copy and pasting it after another entry would create another + -Each entry type has unique data points (pos, size, state, etc) + -Do not try to add in your own data points or remove them individually + -There is a summary of what each point does at the top of its category + +Step 3) Save and check script changes + -Hit Save & Apply in the script window to save your code + -You can edit your code as needed and Save+Apply as often as needed + -When you are finished, make disableSave = false below then Save+apply + -This enables saving, so your sheet will remember whats on it. + +Bonus) Finding/Editing Positions for elements + I have included a tool to get positions for buttons in {x,y,z} form + Place it where you want the center of your element to be + Then copy the table from the notes (lower right of screen) + You can highlight it and CTRL+C + Paste it into the data table where needed (pos=) + If you want to manually tweek the values: + {0,0,0} is the center of the character sheet + {1,0,0} is right, {-1,0,0} is left + {0,0,-1} is up, {0,0,1} is down + 0.1 for Y is the height off of the page. + If it was 0, it would be down inside the model of the sheet + +Begin editing below: ]] + +--Set this to true while editing and false when you have finished +disableSave = false +--Remember to set this to false once you are done making changes +--Then, after you save & apply it, save your game too + +--Color information for button text (r,g,b, values of 0-1) +buttonFontColor = {0,0,0} +--Color information for button background +buttonColor = {1,1,1} +--Change scale of button (Avoid changing if possible) +buttonScale = {0.1,0.1,0.1} + +--This is the button placement information +defaultButtonData = { + --Add checkboxes + checkbox = { + --[[ + pos = the position (pasted from the helper tool) + size = height/width/font_size for checkbox + state = default starting value for checkbox (true=checked, false=not) + ]] + --End of checkboxes + }, + --Add counters that have a + and - button + counter = { + --[[ + pos = the position (pasted from the helper tool) + size = height/width/font_size for counter + value = default starting value for counter + hideBG = if background of counter is hidden (true=hidden, false=not) + ]] + --1st Player Experience + { + pos = {-1.080,0.1,-1.010}, + size = 800, + value = 0, + hideBG = true + }, + --1st Player Physical Trauma + { + pos = {-1.270,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --1st Player Mental Trauma + { + pos = {-1.000,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --2nd Player Experience + { + pos = {-0.251,0.1,-1.010}, + size = 800, + value = 0, + hideBG = true + }, + --2nd Player Physical Trauma + { + pos = {-0.441,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --2nd Player Mental Trauma + { + pos = {-0.171,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --3rd Player Experience + { + pos = {0.579,0.1,-1.010}, + size = 800, + value = 0, + hideBG = true + }, + --3rd Player Physical Trauma + { + pos = {0.389,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --3rd Player Mental Trauma + { + pos = {0.659,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --4th Player Experience + { + pos = {1.407,0.1,-1.010}, + size = 800, + value = 0, + hideBG = true + }, + --4th Player Physical Trauma + { + pos = {1.217,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --4th Player Mental Trauma + { + pos = {1.487,0.1,-0.790}, + size = 600, + value = 0, + hideBG = true + }, + --End of counters + }, + --Add editable text boxes + textbox = { + --[[ + pos = the position (pasted from the helper tool) + rows = how many lines of text you want for this box + width = how wide the text box is + font_size = size of text. This and "rows" effect overall height + label = what is shown when there is no text. "" = nothing + value = text entered into box. "" = nothing + alignment = Number to indicate how you want text aligned + (1=Automatic, 2=Left, 3=Center, 4=Right, 5=Justified) + ]] + --1st Player Name + { + pos = {-1.265,0.1,-1.390}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --1st Player Investigator + { + pos = {-1.265,0.1,-1.195}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --1st Player Story Assets/Weaknesses + { + pos = {-1.265,0.1,-0.420}, + rows = 7, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --2nd Player Name + { + pos = {-0.436,0.1,-1.390}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --2nd Player Investigator + { + pos = {-0.436,0.1,-1.195}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --2nd Player Story Assets/Weaknesses + { + pos = {-0.436,0.1,-0.420}, + rows = 7, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --3rd Player Name + { + pos = {0.394,0.1,-1.390}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --3rd Player Investigator + { + pos = {0.394,0.1,-1.195}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --3rd Player Story Assets/Weaknesses + { + pos = {0.394,0.1,-0.420}, + rows = 7, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --4th Player Name + { + pos = {1.222,0.1,-1.390}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --4th Player Investigator + { + pos = {1.222,0.1,-1.195}, + rows = 1, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --4th Player Story Assets/Weaknesses + { + pos = {1.222,0.1,-0.420}, + rows = 7, + width = 3800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --Campaign Notes 1 + { + pos = {-0.930,0.1,0.930}, + rows = 27, + width = 7800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --Campaign Notes 2 + { + pos = {0.820,0.1,0.707}, + rows = 20, + width = 7800, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --Killed and Insane Investigators + { + pos = {1.010,0.1,1.700}, + rows = 5, + width = 7400, + font_size = 300, + label = "Empty", + value = "", + alignment = 2 + }, + --End of textboxes + } +} + + + +--Lua beyond this point, I recommend doing something more fun with your life + + + +--Save function +function updateSave() + saved_data = JSON.encode(ref_buttonData) + if disableSave==true then saved_data="" end + self.script_state = saved_data +end + +--Startup procedure +function onload(saved_data) + if disableSave==true then saved_data="" end + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + ref_buttonData = loaded_data + else + ref_buttonData = defaultButtonData + end + + spawnedButtonCount = 0 + createCheckbox() + createCounter() + createTextbox() +end + + + +--Click functions for buttons + + + +--Checks or unchecks the given box +function click_checkbox(tableIndex, buttonIndex) + if ref_buttonData.checkbox[tableIndex].state == true then + ref_buttonData.checkbox[tableIndex].state = false + self.editButton({index=buttonIndex, label=""}) + else + ref_buttonData.checkbox[tableIndex].state = true + self.editButton({index=buttonIndex, label=string.char(10008)}) + end + updateSave() +end + +--Applies value to given counter display +function click_counter(tableIndex, buttonIndex, amount) + ref_buttonData.counter[tableIndex].value = ref_buttonData.counter[tableIndex].value + amount + self.editButton({index=buttonIndex, label=ref_buttonData.counter[tableIndex].value}) + updateSave() +end + +--Updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + ref_buttonData.textbox[i].value = value + updateSave() + end +end + +--Dud function for if you have a background on a counter +function click_none() end + + + +--Button creation + + + +--Makes checkboxes +function createCheckbox() + for i, data in ipairs(ref_buttonData.checkbox) do + --Sets up reference function + local buttonNumber = spawnedButtonCount + local funcName = "checkbox"..i + local func = function() click_checkbox(i, buttonNumber) end + self.setVar(funcName, func) + --Sets up label + local label = "" + if data.state==true then label=string.char(10008) end + --Creates button and counts it + self.createButton({ + label=label, click_function=funcName, function_owner=self, + position=data.pos, height=data.size, width=data.size, + font_size=data.size, scale=buttonScale, + color=buttonColor, font_color=buttonFontColor + }) + spawnedButtonCount = spawnedButtonCount + 1 + end +end + +--Makes counters +function createCounter() + for i, data in ipairs(ref_buttonData.counter) do + --Sets up display + local displayNumber = spawnedButtonCount + --Sets up label + local label = data.value + --Sets height/width for display + local size = data.size + if data.hideBG == true then size = 0 end + --Creates button and counts it + self.createButton({ + label=label, click_function="click_none", function_owner=self, + position=data.pos, height=size, width=size, + font_size=data.size, scale=buttonScale, + color=buttonColor, font_color=buttonFontColor + }) + spawnedButtonCount = spawnedButtonCount + 1 + + --Sets up add 1 + local funcName = "counterAdd"..i + local func = function() click_counter(i, displayNumber, 1) end + self.setVar(funcName, func) + --Sets up label + local label = "+" + --Sets up position + local offsetDistance = (data.size/2 + data.size/4) * (buttonScale[1] * 0.002) + local pos = {data.pos[1] + offsetDistance, data.pos[2], data.pos[3]} + --Sets up size + local size = data.size / 2 + --Creates button and counts it + self.createButton({ + label=label, click_function=funcName, function_owner=self, + position=pos, height=size, width=size, + font_size=size, scale=buttonScale, + color=buttonColor, font_color=buttonFontColor + }) + spawnedButtonCount = spawnedButtonCount + 1 + + --Sets up subtract 1 + local funcName = "counterSub"..i + local func = function() click_counter(i, displayNumber, -1) end + self.setVar(funcName, func) + --Sets up label + local label = "-" + --Set up position + local pos = {data.pos[1] - offsetDistance, data.pos[2], data.pos[3]} + --Creates button and counts it + self.createButton({ + label=label, click_function=funcName, function_owner=self, + position=pos, height=size, width=size, + font_size=size, scale=buttonScale, + color=buttonColor, font_color=buttonFontColor + }) + spawnedButtonCount = spawnedButtonCount + 1 + end +end + +function createTextbox() + for i, data in ipairs(ref_buttonData.textbox) do + --Sets up reference function + local funcName = "textbox"..i + local func = function(_,_,val,sel) click_textbox(i,val,sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = data.label, + alignment = data.alignment, + position = data.pos, + scale = buttonScale, + width = data.width, + height = (data.font_size*data.rows)+24, + font_size = data.font_size, + color = buttonColor, + font_color = buttonFontColor, + value = data.value, + }) + end +end + diff --git a/objects/Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.json b/objects/Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.json new file mode 100644 index 00000000..3738fc80 --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 0.339915335, + "g": 0.507659256, + "r": 0.7222887 + }, + "SpecularIntensity": 0.4, + "SpecularSharpness": 7 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/254843371583187306/6844B833AD55B9A34095067B201B311E1348325F/", + "MaterialIndex": 2, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/943949966265929204/A38BB5D72419E6298385556D931877C0A1A55C17/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Include this in custom content for clue spawning!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c5afbe", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Jumanji Custom Data Helper", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -0.26, + "posY": 1.627, + "posZ": -16.425, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5000004, + "scaleY": 0.5000004, + "scaleZ": 0.5000004 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.ttslua b/objects/Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.ttslua new file mode 100644 index 00000000..0edee9da --- /dev/null +++ b/objects/Jumanji.b46db2/JumanjiCustomDataHelper.c5afbe.ttslua @@ -0,0 +1,109 @@ +-- set true to enable debug logging +DEBUG = false + +function log(message) + if DEBUG then + print(message) + end +end + +--[[ +Known locations and clues. We check this to determine if we should +atttempt to spawn clues, first we look for _ and if +we find nothing we look for +format is [location_guid -> clueCount] +]] +LOCATIONS_DATA_JSON = [[ +{ + "San Francisco": {"type": "fixed", "value": 1, "clueSide": "back"}, + " Arkham": {"type": "perPlayer", "value": 1, "clueSide": "back"}, + "Buenos Aires": {"type": "fixed", "value": 2, "clueSide": "back"}, + " London": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Rome": {"type": "perPlayer", "value": 3, "clueSide": "front"}, + "Istanbul": {"type": "perPlayer", "value": 4, "clueSide": "front"}, + "Tokyo_123abc": {"type": "perPlayer", "value": 0, "clueSide": "back"}, + "Tokyo_456efg": {"type": "perPlayer", "value": 4, "clueSide": "back"}, + "Tokyo": {"type": "fixed", "value": 2, "clueSide": "back"}, + "Shanghai_123": {"type": "fixed", "value": 12, "clueSide": "front"}, + "Sydney": {"type": "fixed", "value": 0, "clueSide": "front"}, + "Side Yard": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Backyard": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Entry Hall": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Living Room": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Dining Room": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Kitchen": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Bathroom": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Study": {"type": "perPlayer", "value": 3, "clueSide": "front"}, + "Whittle Residence": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Smitty's Diner": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Whittle Residence": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Brantford Police Station": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Brantford City Hall": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Telephone Dispatch Office": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Municipal Hospital": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Chronicle Archives": {"type": "perPlayer", "value": 3, "clueSide": "front"}, + "St. Simon's Church": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Municipal Mental Ward": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Boorstein Clinic": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Howell Asylum": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Parlor": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Foyer": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Veranda": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Reception Room": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Spiral Staircase": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Master Bedroom": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Abandoned Room": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Attic": {"type": "perPlayer", "value": 3, "clueSide": "front"}, + "Rampant Jungle": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Overgrown Streets": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Tangled Neighborhood": {"type": "perPlayer", "value": 2, "clueSide": "front"}, + "Shrouded Clearing": {"type": "perPlayer", "value": 1, "clueSide": "front"}, + "Dense Thicket": {"type": "perPlayer", "value": 1, "clueSide": "front"} +} +]] + + +PLAYER_CARD_DATA_JSON = [[ +{ + "Tool Belt (0)": { + "tokenType": "resource", + "tokenCount": 2 + }, + "Tool Belt (3)": { + "tokenType": "resource", + "tokenCount": 4 + }, + "Yithian Rifle": { + "tokenType": "resource", + "tokenCount": 3 + }, + "xxx": { + "tokenType": "resource", + "tokenCount": 3 + } +} +]] + +HIDDEN_CARD_DATA = { + "Unpleasant Card (Doom)", + "Unpleasant Card (Gloom)", + "The Case of the Scarlet DOOOOOM!" +} + +LOCATIONS_DATA = JSON.decode(LOCATIONS_DATA_JSON) +PLAYER_CARD_DATA = JSON.decode(PLAYER_CARD_DATA_JSON) + +function onload(save_state) + local playArea = getObjectFromGUID('721ba2') + playArea.call("updateLocations", {self.getGUID()}) + local playerMatWhite = getObjectFromGUID('8b081b') + playerMatWhite.call("updatePlayerCards", {self.getGUID()}) + local playerMatOrange = getObjectFromGUID('bd0ff4') + playerMatOrange.call("updatePlayerCards", {self.getGUID()}) + local playerMatGreen = getObjectFromGUID('383d8b') + playerMatGreen.call("updatePlayerCards", {self.getGUID()}) + local playerMatRed = getObjectFromGUID('0840d5') + playerMatRed.call("updatePlayerCards", {self.getGUID()}) + local dataHelper = getObjectFromGUID('708279') + dataHelper.call("updateHiddenCards", {self.getGUID()}) +end diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa.json new file mode 100644 index 00000000..9943cf75 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa.json @@ -0,0 +1,92 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "ElderThing.02703f", + "-4.dae80d", + "-1.a24643", + "1.240ff7", + "0.ec3683", + "Skull.dd69ee", + "-2.e89c81", + "-3.21ac74", + "ElderSign.1fac0c", + "-2.3d7860", + "Auto-fail.a0bd73", + "0.8b35f0", + "Skull.33201c", + "-1.753bde", + "-1.8733de", + "Skull.f43b4a" + ], + "ContainedObjects_path": "StandardTokens.cba0aa", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127933035/B199A5F515A8F3ED7E06780D3723285C02ADE085/", + "MaterialIndex": 3, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Chaos Bag", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cba0aa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Jumanji.b46db2/StandardTokens.cba0aa.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Standard Tokens", + "Snap": true, + "Sticky": true, + "Tags": [ + "chaos_bag" + ], + "Tooltip": true, + "Transform": { + "posX": -9.423, + "posY": 1.599, + "posZ": 2.202, + "rotX": 0, + "rotY": 315, + "rotZ": 0, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa.ttslua b/objects/Jumanji.b46db2/StandardTokens.cba0aa.ttslua new file mode 100644 index 00000000..0dac438b --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa.ttslua @@ -0,0 +1,13 @@ +function filterObjectEnter(obj) + local props = obj.getCustomObject() + if props ~= nil and props.image ~= nil then + obj.setName(Global.call("getTokenName", { url=props.image })) + end + return true +end + +function onCollisionEnter(collision_info) + self.shuffle() + self.shuffle() + self.shuffle() +end diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.753bde.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.753bde.json new file mode 100644 index 00000000..75a36501 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.753bde.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "753bde", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.737, + "posY": 4.095, + "posZ": 2.884, + "rotX": 4, + "rotY": 307, + "rotZ": 103, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.8733de.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.8733de.json new file mode 100644 index 00000000..77a1cac5 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.8733de.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8733de", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.829, + "posY": 4.178, + "posZ": 2.655, + "rotX": 7, + "rotY": 308, + "rotZ": 282, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.a24643.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.a24643.json new file mode 100644 index 00000000..27d4330d --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-1.a24643.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/w3XbrCC.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a24643", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.748, + "posY": 4.106, + "posZ": 2.607, + "rotX": 5, + "rotY": 308, + "rotZ": 102, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-2.3d7860.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-2.3d7860.json new file mode 100644 index 00000000..8c083141 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-2.3d7860.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3d7860", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.935, + "posY": 3.908, + "posZ": 2.524, + "rotX": 21, + "rotY": 313, + "rotZ": 284, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-2.e89c81.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-2.e89c81.json new file mode 100644 index 00000000..a488d561 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-2.e89c81.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/bfTg2hb.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e89c81", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-2", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.943, + "posY": 3.952, + "posZ": 2.38, + "rotX": 333, + "rotY": 300, + "rotZ": 285, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-3.21ac74.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-3.21ac74.json new file mode 100644 index 00000000..bd17a365 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-3.21ac74.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/yfs8gHq.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "21ac74", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-3", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.151, + "posY": 4.298, + "posZ": 2.417, + "rotX": 18, + "rotY": 311, + "rotZ": 105, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/-4.dae80d.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-4.dae80d.json new file mode 100644 index 00000000..f31bfff1 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/-4.dae80d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/qrgGQRD.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dae80d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "-4", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.112, + "posY": 3.972, + "posZ": 2.198, + "rotX": 359, + "rotY": 307, + "rotZ": 283, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/0.8b35f0.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/0.8b35f0.json new file mode 100644 index 00000000..e3981288 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/0.8b35f0.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b35f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.597, + "posY": 3.835, + "posZ": 2.999, + "rotX": 357, + "rotY": 305, + "rotZ": 283, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/0.ec3683.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/0.ec3683.json new file mode 100644 index 00000000..037af1c7 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/0.ec3683.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/btEtVfd.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec3683", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "0", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.653, + "posY": 4.587, + "posZ": 2.693, + "rotX": 6, + "rotY": 307, + "rotZ": 283, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/1.240ff7.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/1.240ff7.json new file mode 100644 index 00000000..25918d61 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/1.240ff7.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/uIx8jbY.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "240ff7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "+1", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.513, + "posY": 4.25, + "posZ": 3.077, + "rotX": 358, + "rotY": 306, + "rotZ": 103, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/Auto-fail.a0bd73.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Auto-fail.a0bd73.json new file mode 100644 index 00000000..280d4161 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Auto-fail.a0bd73.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/lns4fhz.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a0bd73", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Auto-fail", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.428, + "posY": 4.341, + "posZ": 1.768, + "rotX": 41, + "rotY": 319, + "rotZ": 288, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/ElderSign.1fac0c.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/ElderSign.1fac0c.json new file mode 100644 index 00000000..64bcf106 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/ElderSign.1fac0c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/nEmqjmj.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fac0c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Sign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.455, + "posY": 4.246, + "posZ": 1.665, + "rotX": 309, + "rotY": 300, + "rotZ": 98, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/ElderThing.02703f.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/ElderThing.02703f.json new file mode 100644 index 00000000..8c7d2185 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/ElderThing.02703f.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "02703f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.297, + "posY": 3.136, + "posZ": 1.989, + "rotX": 7, + "rotY": 310, + "rotZ": 293, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.33201c.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.33201c.json new file mode 100644 index 00000000..e50917a6 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.33201c.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "33201c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.246, + "posY": 3.83, + "posZ": 2.052, + "rotX": 6, + "rotY": 308, + "rotZ": 104, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.dd69ee.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.dd69ee.json new file mode 100644 index 00000000..abe2e730 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.dd69ee.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd69ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.012, + "posY": 3.563, + "posZ": 2.24, + "rotX": 355, + "rotY": 306, + "rotZ": 103, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.f43b4a.json b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.f43b4a.json new file mode 100644 index 00000000..97d19fa0 --- /dev/null +++ b/objects/Jumanji.b46db2/StandardTokens.cba0aa/Skull.f43b4a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/stbBxtx.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f43b4a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Skull", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.359, + "posY": 4.086, + "posZ": 2.064, + "rotX": 350, + "rotY": 305, + "rotZ": 284, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53.json new file mode 100644 index 00000000..df218176 --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.13415, + "g": 0.65559, + "r": 1 + }, + "ContainedObjects_order": [ + "Tablet.6927e8", + "Cultist.a3ec6b", + "ElderThing.22fd4e", + "Tablet.456b23", + "Tablet.11c2d6", + "Cultist.ba3db8", + "ElderThing.adb646", + "Cultist.c0cbac" + ], + "ContainedObjects_path": "Tokensaddedduringcampaign.3b7b53", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3b7b53", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Tokens added during campaign", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 11.952, + "posY": 1.285, + "posZ": 17.987, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.a3ec6b.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.a3ec6b.json new file mode 100644 index 00000000..f1c9ec6f --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.a3ec6b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/VzhJJaH.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3ec6b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Cultist", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.222, + "posY": 2.451, + "posZ": -53.481, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.ba3db8.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.ba3db8.json new file mode 100644 index 00000000..96d4c96c --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.ba3db8.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/VzhJJaH.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba3db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Cultist", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 33.819, + "posY": 2.295, + "posZ": -61.554, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.c0cbac.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.c0cbac.json new file mode 100644 index 00000000..6e995023 --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Cultist.c0cbac.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/VzhJJaH.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c0cbac", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Cultist", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 39.853, + "posY": 2.301, + "posZ": -58.701, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/ElderThing.22fd4e.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/ElderThing.22fd4e.json new file mode 100644 index 00000000..d11e2a16 --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/ElderThing.22fd4e.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "22fd4e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 32.108, + "posY": 2.295, + "posZ": -61.679, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/ElderThing.adb646.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/ElderThing.adb646.json new file mode 100644 index 00000000..7d33f752 --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/ElderThing.adb646.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/ttnspKt.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "adb646", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Elder Thing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 41.65, + "posY": 2.293, + "posZ": -76.504, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.11c2d6.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.11c2d6.json new file mode 100644 index 00000000..f27b11a1 --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.11c2d6.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/1plY463.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11c2d6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tablet", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.758, + "posY": 2.455, + "posZ": -57.895, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.456b23.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.456b23.json new file mode 100644 index 00000000..46b175cc --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.456b23.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/1plY463.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "456b23", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tablet", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.22, + "posY": 2.53, + "posZ": -48.569, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.6927e8.json b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.6927e8.json new file mode 100644 index 00000000..9f06f3b5 --- /dev/null +++ b/objects/Jumanji.b46db2/Tokensaddedduringcampaign.3b7b53/Tablet.6927e8.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/1plY463.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6927e8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tablet", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.213, + "posY": 2.291, + "posZ": -61.7, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.81, + "scaleY": 1, + "scaleZ": 0.81 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LeadInvestigator.acaa93.json b/objects/LeadInvestigator.acaa93.json new file mode 100644 index 00000000..06f061ee --- /dev/null +++ b/objects/LeadInvestigator.acaa93.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1831270385988747395/976427BD8F86E2C57C2D1370FE838991DEA6DD0F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "acaa93", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Lead Investigator", + "Snap": true, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": true, + "Transform": { + "posX": -62.567, + "posY": 1.581, + "posZ": 0, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.6066118, + "scaleY": 1, + "scaleZ": 0.6066118 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LeakedItems.42cd6e.json b/objects/LeakedItems.42cd6e.json new file mode 100644 index 00000000..6212638e --- /dev/null +++ b/objects/LeakedItems.42cd6e.json @@ -0,0 +1,71 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1016065725028510450/7BC76948EE00979A428636EF40D46AE8634760A6/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/166Kdeqb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "42cd6e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Leaked Items", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.958, + "posY": 3.05, + "posZ": -26.973, + "rotX": 0, + "rotY": 135, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9.json b/objects/LegacyAssets.7165a9.json new file mode 100644 index 00000000..b082c3d5 --- /dev/null +++ b/objects/LegacyAssets.7165a9.json @@ -0,0 +1,71 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Toggle-ableResourcetokens.272489", + "Pre-ErrataCampaignGuides.676d75", + "Pre-ErrataCards.8fa254", + "TokenArranger.4825a7", + "AttachmentFacedownHelper.3da8b6", + "GuardDog2.66c1cb", + "Flashlight3.ecd43e", + "DeckImporter-Commands.2e59f6" + ], + "ContainedObjects_path": "LegacyAssets.7165a9", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://i.imgur.com/tfCQLkm.jpg", + "MaterialIndex": 1, + "MeshURL": "http://pastebin.com/raw.php?i=SyH06Cdm", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7165a9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Legacy Assets", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.026, + "posY": 0.729, + "posZ": -35.347, + "rotX": 0, + "rotY": 330, + "rotZ": 0, + "scaleX": 5.25000143, + "scaleY": 5.25000143, + "scaleZ": 5.25000143 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.json b/objects/LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.json new file mode 100644 index 00000000..95a761e5 --- /dev/null +++ b/objects/LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.json @@ -0,0 +1,437 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695774481244354/E49F993A2E3D760FD030F3D2E5F6B2DD32FC6984/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3da8b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Attachment/Facedown Helper", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.08627259, + "g": 0.443134964, + "r": 0.06274338 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695635919099826/3C3CBFFAADB2ACA9957C736491F470AE906CC953/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ce6247", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "function onload(saved_data)\r\n cardsInBag = {}\r\n memoizedCards = {}\r\n cardJson = loadCards()\r\nend\r\n\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n --use previously-found cards for faster performace\r\n if memoizedCards[object.getName()] then\r\n table.insert(cardsInBag, {name = object.getName() .. memoizedCards[object.getName()], id = object.getGUID()})\r\n recreateButtons()\r\n else\r\n findCard(object)\r\n end\r\n end\r\nend\r\n\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n removeCardByGUID(cardsInBag, object.getGUID())\r\n recreateButtons()\r\n end\r\nend\r\n\r\nfunction findCard(object)\r\n local cost = ''\r\n\r\n for _, card in pairs (cardJson) do\r\n if (card.name == object.getName()) then\r\n if card.cost ~= nil then\r\n cost = '[' .. card.cost .. '] '\r\n end\r\n break\r\n end\r\n end\r\n\r\n --memoize result\r\n memoizedCards[object.getName()] = icons\r\n\r\n table.insert(cardsInBag, {name = cost .. object.getName(), id = object.getGUID()})\r\n recreateButtons()\r\nend\r\n\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n verticalPosition = 1.5\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = {0,0,verticalPosition},\r\n height = 200,\r\n width = 1200,\r\n font_size = 75,\r\n color = {1,1,1},\r\n font_color = {0,0,0}\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\n countLabel = #cardsInBag == 0 and '' or #cardsInBag\r\n\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'nothing',\r\n function_owner = self,\r\n position = {0,0,-1.25},\r\n width = 0,\r\n height = 0,\r\n font_size = 225,\r\n font_color = {1,1,1}\r\n })\r\nend\r\n\r\nfunction nothing()\r\nend\r\n\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\nend\r\n\r\nfunction removeCardByGUID(bag, guid)\r\n local idx = nil\r\n\r\n for i, v in ipairs (bag) do\r\n if (v.id == guid) then\r\n idx = i\r\n end\r\n end\r\n\r\n if idx ~= nil then\r\n table.remove(cardsInBag, idx)\r\n end\r\nend\r\n\r\nfunction loadCards()\r\n return {{[\"name\"] = \"Random Basic Weakness\"},{[\"name\"] = \"Roland Banks\"},{[\"name\"] = \"Daisy Walker\"},{[\"name\"] = \"\\\"Skids\\\" O'Toole\"},{[\"name\"] = \"Agnes Baker\"},{[\"name\"] = \"Wendy Adams\"},{[\"name\"] = \"Roland's .38 Special\",[\"cost\"] = 3},{[\"name\"] = \"Cover Up\"},{[\"name\"] = \"Daisy's Tote Bag\",[\"cost\"] = 2},{[\"name\"] = \"The Necronomicon\"},{[\"name\"] = \"On the Lam\",[\"cost\"] = 1},{[\"name\"] = \"Hospital Debts\"},{[\"name\"] = \"Heirloom of Hyperborea\",[\"cost\"] = 3},{[\"name\"] = \"Dark Memory\",[\"cost\"] = 2},{[\"name\"] = \"Wendy's Amulet\",[\"cost\"] = 2},{[\"name\"] = \"Abandoned and Alone\"},{[\"name\"] = \".45 Automatic\",[\"cost\"] = 4},{[\"name\"] = \"Physical Training\",[\"cost\"] = 2},{[\"name\"] = \"Beat Cop\",[\"cost\"] = 4},{[\"name\"] = \"First Aid\",[\"cost\"] = 2},{[\"name\"] = \"Machete\",[\"cost\"] = 3},{[\"name\"] = \"Guard Dog\",[\"cost\"] = 3},{[\"name\"] = \"Evidence!\",[\"cost\"] = 1},{[\"name\"] = \"Dodge\",[\"cost\"] = 1},{[\"name\"] = \"Dynamite Blast\",[\"cost\"] = 5},{[\"name\"] = \"Vicious Blow\"},{[\"name\"] = \"Extra Ammunition (1)\",[\"cost\"] = 2},{[\"name\"] = \"Police Badge (2)\",[\"cost\"] = 3},{[\"name\"] = \"Beat Cop (2)\",[\"cost\"] = 4},{[\"name\"] = \"Shotgun (4)\",[\"cost\"] = 5},{[\"name\"] = \"Magnifying Glass\",[\"cost\"] = 1},{[\"name\"] = \"Old Book of Lore\",[\"cost\"] = 3},{[\"name\"] = \"Research Librarian\",[\"cost\"] = 2},{[\"name\"] = \"Dr. Milan Christopher\",[\"cost\"] = 4},{[\"name\"] = \"Hyperawareness\",[\"cost\"] = 2},{[\"name\"] = \"Medical Texts\",[\"cost\"] = 2},{[\"name\"] = \"Mind over Matter\",[\"cost\"] = 1},{[\"name\"] = \"Working a Hunch\",[\"cost\"] = 2},{[\"name\"] = \"Barricade\",[\"cost\"] = 0},{[\"name\"] = \"Deduction\"},{[\"name\"] = \"Magnifying Glass (1)\",[\"cost\"] = 0},{[\"name\"] = \"Disc of Itzamna (2)\",[\"cost\"] = 3},{[\"name\"] = \"Encyclopedia (2)\",[\"cost\"] = 2},{[\"name\"] = \"Cryptic Research (4)\",[\"cost\"] = 0},{[\"name\"] = \"Switchblade\",[\"cost\"] = 1},{[\"name\"] = \"Burglary\",[\"cost\"] = 1},{[\"name\"] = \"Pickpocketing\",[\"cost\"] = 2},{[\"name\"] = \".41 Derringer\",[\"cost\"] = 3},{[\"name\"] = \"Leo De Luca\",[\"cost\"] = 6},{[\"name\"] = \"Hard Knocks\",[\"cost\"] = 2},{[\"name\"] = \"Elusive\",[\"cost\"] = 2},{[\"name\"] = \"Backstab\",[\"cost\"] = 3},{[\"name\"] = \"Sneak Attack\",[\"cost\"] = 2},{[\"name\"] = \"Opportunist\"},{[\"name\"] = \"Leo De Luca (1)\",[\"cost\"] = 5},{[\"name\"] = \"Cat Burglar (1)\",[\"cost\"] = 4},{[\"name\"] = \"Sure Gamble (3)\",[\"cost\"] = 2},{[\"name\"] = \"Hot Streak (4)\",[\"cost\"] = 3},{[\"name\"] = \"Forbidden Knowledge\",[\"cost\"] = 0},{[\"name\"] = \"Holy Rosary\",[\"cost\"] = 2},{[\"name\"] = \"Shrivelling\",[\"cost\"] = 3},{[\"name\"] = \"Scrying\",[\"cost\"] = 1},{[\"name\"] = \"Arcane Studies\",[\"cost\"] = 2},{[\"name\"] = \"Arcane Initiate\",[\"cost\"] = 1},{[\"name\"] = \"Drawn to the Flame\",[\"cost\"] = 0},{[\"name\"] = \"Ward of Protection\",[\"cost\"] = 1},{[\"name\"] = \"Blinding Light\",[\"cost\"] = 2},{[\"name\"] = \"Fearless\"},{[\"name\"] = \"Mind Wipe (1)\",[\"cost\"] = 1},{[\"name\"] = \"Blinding Light (2)\",[\"cost\"] = 1},{[\"name\"] = \"Book of Shadows (3)\",[\"cost\"] = 4},{[\"name\"] = \"Grotesque Statue (4)\",[\"cost\"] = 2},{[\"name\"] = \"Leather Coat\",[\"cost\"] = 0},{[\"name\"] = \"Scavenging\",[\"cost\"] = 1},{[\"name\"] = \"Baseball Bat\",[\"cost\"] = 2},{[\"name\"] = \"Rabbit's Foot\",[\"cost\"] = 1},{[\"name\"] = \"Stray Cat\",[\"cost\"] = 1},{[\"name\"] = \"Dig Deep\",[\"cost\"] = 2},{[\"name\"] = \"Cunning Distraction\",[\"cost\"] = 5},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"cost\"] = 2},{[\"name\"] = \"Lucky!\",[\"cost\"] = 1},{[\"name\"] = \"Survival Instinct\"},{[\"name\"] = \"Aquinnah (1)\",[\"cost\"] = 5},{[\"name\"] = \"Close Call (2)\",[\"cost\"] = 2},{[\"name\"] = \"Lucky! (2)\",[\"cost\"] = 1},{[\"name\"] = \"Will to Survive (3)\",[\"cost\"] = 4},{[\"name\"] = \"Knife\",[\"cost\"] = 1},{[\"name\"] = \"Flashlight\",[\"cost\"] = 2},{[\"name\"] = \"Emergency Cache\",[\"cost\"] = 0},{[\"name\"] = \"Guts\"},{[\"name\"] = \"Perception\"},{[\"name\"] = \"Overpower\"},{[\"name\"] = \"Manual Dexterity\"},{[\"name\"] = \"Unexpected Courage\"},{[\"name\"] = \"Bulletproof Vest (3)\",[\"cost\"] = 2},{[\"name\"] = \"Elder Sign Amulet (3)\",[\"cost\"] = 2},{[\"name\"] = \"Amnesia\"},{[\"name\"] = \"Paranoia\"},{[\"name\"] = \"Haunted\"},{[\"name\"] = \"Psychosis\"},{[\"name\"] = \"Hypochondria\"},{[\"name\"] = \"Mob Enforcer\"},{[\"name\"] = \"Silver Twilight Acolyte\"},{[\"name\"] = \"Stubborn Detective\"},{[\"name\"] = \"Zoey Samaras\"},{[\"name\"] = \"Rex Murphy\"},{[\"name\"] = \"Jenny Barnes\"},{[\"name\"] = \"Jim Culver\"},{[\"name\"] = \"\\\"Ashcan\\\" Pete\"},{[\"name\"] = \"Zoey's Cross\",[\"cost\"] = 1},{[\"name\"] = \"Smite the Wicked\"},{[\"name\"] = \"Search for the Truth\",[\"cost\"] = 1},{[\"name\"] = \"Rex's Curse\"},{[\"name\"] = \"Jenny's Twin .45s\",[\"cost\"] = -2},{[\"name\"] = \"Searching for Izzie\"},{[\"name\"] = \"Jim's Trumpet\",[\"cost\"] = 2},{[\"name\"] = \"Final Rhapsody\"},{[\"name\"] = \"Duke\",[\"cost\"] = 2},{[\"name\"] = \"Wracked by Nightmares\"},{[\"name\"] = \"Blackjack\",[\"cost\"] = 1},{[\"name\"] = \"Taunt\",[\"cost\"] = 1},{[\"name\"] = \"Teamwork\",[\"cost\"] = 0},{[\"name\"] = \"Taunt (2)\",[\"cost\"] = 1},{[\"name\"] = \"Laboratory Assistant\",[\"cost\"] = 2},{[\"name\"] = \"Strange Solution\",[\"cost\"] = 1},{[\"name\"] = \"Shortcut\",[\"cost\"] = 0},{[\"name\"] = \"Seeking Answers\",[\"cost\"] = 1},{[\"name\"] = \"Liquid Courage\",[\"cost\"] = 1},{[\"name\"] = \"Think on Your Feet\",[\"cost\"] = 1},{[\"name\"] = \"Double or Nothing\"},{[\"name\"] = \"Hired Muscle (1)\",[\"cost\"] = 1},{[\"name\"] = \"Rite of Seeking\",[\"cost\"] = 4},{[\"name\"] = \"Ritual Candles\",[\"cost\"] = 1},{[\"name\"] = \"Clarity of Mind\",[\"cost\"] = 2},{[\"name\"] = \"Bind Monster (2)\",[\"cost\"] = 3},{[\"name\"] = \"Fire Axe\",[\"cost\"] = 1},{[\"name\"] = \"Peter Sylvestre\",[\"cost\"] = 3},{[\"name\"] = \"Bait and Switch\",[\"cost\"] = 1},{[\"name\"] = \"Peter Sylvestre (2)\",[\"cost\"] = 3},{[\"name\"] = \"Kukri\",[\"cost\"] = 2},{[\"name\"] = \"Indebted\"},{[\"name\"] = \"Internal Injury\"},{[\"name\"] = \"Chronophobia\"},{[\"name\"] = \"Emergency Aid\",[\"cost\"] = 2},{[\"name\"] = \"Brother Xavier (1)\",[\"cost\"] = 5},{[\"name\"] = \"\\\"I've got a plan!\\\"\",[\"cost\"] = 3},{[\"name\"] = \"Pathfinder (1)\",[\"cost\"] = 3},{[\"name\"] = \"Contraband\",[\"cost\"] = 4},{[\"name\"] = \"Adaptable (1)\"},{[\"name\"] = \"Delve Too Deep\",[\"cost\"] = 1},{[\"name\"] = \"Song of the Dead (2)\",[\"cost\"] = 2},{[\"name\"] = \"Oops!\",[\"cost\"] = 2},{[\"name\"] = \"Fire Extinguisher (1)\",[\"cost\"] = 2},{[\"name\"] = \"Flare (1)\",[\"cost\"] = 2},{[\"name\"] = \"Smoking Pipe\",[\"cost\"] = 1},{[\"name\"] = \"Painkillers\",[\"cost\"] = 1},{[\"name\"] = \"Bandolier\",[\"cost\"] = 2},{[\"name\"] = \"Stand Together (3)\",[\"cost\"] = 0},{[\"name\"] = \"Art Student\",[\"cost\"] = 2},{[\"name\"] = \"Deduction (2)\"},{[\"name\"] = \"\\\"I'm outta here!\\\"\",[\"cost\"] = 0},{[\"name\"] = \"Switchblade (2)\",[\"cost\"] = 1},{[\"name\"] = \"Hypnotic Gaze\",[\"cost\"] = 3},{[\"name\"] = \"Shrivelling (3)\",[\"cost\"] = 3},{[\"name\"] = \"Newspaper\",[\"cost\"] = 1},{[\"name\"] = \"Lure (1)\",[\"cost\"] = 1},{[\"name\"] = \"Relic Hunter (3)\"},{[\"name\"] = \"Charisma (3)\"},{[\"name\"] = \"Prepared for the Worst\",[\"cost\"] = 1},{[\"name\"] = \"Keen Eye (3)\"},{[\"name\"] = \"Preposterous Sketches\",[\"cost\"] = 2},{[\"name\"] = \"Higher Education (3)\"},{[\"name\"] = \"Lone Wolf\",[\"cost\"] = 1},{[\"name\"] = \"Streetwise (3)\"},{[\"name\"] = \"Defiance\"},{[\"name\"] = \"Blood Pact (3)\"},{[\"name\"] = \"Rise to the Occasion\"},{[\"name\"] = \"Scrapper (3)\"},{[\"name\"] = \"Emergency Cache (2)\",[\"cost\"] = 0},{[\"name\"] = \"\\\"If it bleeds...\\\"\",[\"cost\"] = 1},{[\"name\"] = \"Springfield M1903 (4)\",[\"cost\"] = 4},{[\"name\"] = \"Inquiring Mind\"},{[\"name\"] = \"Expose Weakness (1)\",[\"cost\"] = 0},{[\"name\"] = \"Quick Thinking\"},{[\"name\"] = \"Lucky Dice (2)\",[\"cost\"] = 2},{[\"name\"] = \"Opportunist (2)\"},{[\"name\"] = \"Alyssa Graham\",[\"cost\"] = 4},{[\"name\"] = \"Rite of Seeking (4)\",[\"cost\"] = 5},{[\"name\"] = \"Dark Horse\",[\"cost\"] = 3},{[\"name\"] = \"Survival Instinct (2)\"},{[\"name\"] = \"Leadership\"},{[\"name\"] = \"\\\"I've had worse...\\\" (4)\",[\"cost\"] = 0},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil\",[\"cost\"] = 4},{[\"name\"] = \"Ace in the Hole (3)\",[\"cost\"] = 0},{[\"name\"] = \"Moonlight Ritual\",[\"cost\"] = 0},{[\"name\"] = \"Fearless (2)\"},{[\"name\"] = \"Jewel of Aureolus (3)\",[\"cost\"] = 3},{[\"name\"] = \"A Chance Encounter\",[\"cost\"] = 1},{[\"name\"] = \"Stroke of Luck (2)\"},{[\"name\"] = \"Fine Clothes\",[\"cost\"] = 1},{[\"name\"] = \"Moment of Respite (3)\",[\"cost\"] = 3},{[\"name\"] = \"Vicious Blow (2)\"},{[\"name\"] = \"Monster Slayer (5)\",[\"cost\"] = 1},{[\"name\"] = \"Lightning Gun (5)\",[\"cost\"] = 6},{[\"name\"] = \"Dr. William T. Maleson\",[\"cost\"] = 1},{[\"name\"] = \"Deciphered Reality (5)\",[\"cost\"] = 4},{[\"name\"] = \"Chicago Typewriter (4)\",[\"cost\"] = 5},{[\"name\"] = \"The Gold Pocket Watch (4)\",[\"cost\"] = 2},{[\"name\"] = \"Shrivelling (5)\",[\"cost\"] = 3},{[\"name\"] = \"Ward of Protection (5)\",[\"cost\"] = 1},{[\"name\"] = \"Aquinnah (3)\",[\"cost\"] = 4},{[\"name\"] = \"Try and Try Again (3)\",[\"cost\"] = 2},{[\"name\"] = \"The Red-Gloved Man (5)\",[\"cost\"] = 2},{[\"name\"] = \"Mark Harrigan\"},{[\"name\"] = \"Minh Thi Phan\"},{[\"name\"] = \"Sefina Rousseau\"},{[\"name\"] = \"Akachi Onyele\"},{[\"name\"] = \"William Yorick\"},{[\"name\"] = \"Lola Hayes\"},{[\"name\"] = \"The Home Front\"},{[\"name\"] = \"Shell Shock\"},{[\"name\"] = \"Sophie\"},{[\"name\"] = \"Sophie\"},{[\"name\"] = \"Analytical Mind\",[\"cost\"] = 3},{[\"name\"] = \"The King in Yellow\"},{[\"name\"] = \"The Painted World\"},{[\"name\"] = \"Stars of Hyades\"},{[\"name\"] = \"Spirit-Speaker\",[\"cost\"] = 2},{[\"name\"] = \"Angered Spirits\"},{[\"name\"] = \"Bury Them Deep\",[\"cost\"] = 0},{[\"name\"] = \"Graveyard Ghouls\"},{[\"name\"] = \"Improvisation\",[\"cost\"] = 0},{[\"name\"] = \"Crisis of Identity\"},{[\"name\"] = \".32 Colt\",[\"cost\"] = 3},{[\"name\"] = \"True Grit\",[\"cost\"] = 3},{[\"name\"] = \"\\\"Let me handle this!\\\"\",[\"cost\"] = 0},{[\"name\"] = \"Ever Vigilant (1)\",[\"cost\"] = 0},{[\"name\"] = \"Fieldwork\",[\"cost\"] = 2},{[\"name\"] = \"Archaic Glyphs\",[\"cost\"] = 0},{[\"name\"] = \"No Stone Unturned\",[\"cost\"] = 2},{[\"name\"] = \"In the Know (1)\",[\"cost\"] = 3},{[\"name\"] = \"Stealth\",[\"cost\"] = 2},{[\"name\"] = \"Sleight of Hand\",[\"cost\"] = 1},{[\"name\"] = \"Daring Maneuver\",[\"cost\"] = 0},{[\"name\"] = \"Lockpicks (1)\",[\"cost\"] = 3},{[\"name\"] = \"Alchemical Transmutation\",[\"cost\"] = 1},{[\"name\"] = \"Uncage the Soul\",[\"cost\"] = 0},{[\"name\"] = \"Astral Travel\",[\"cost\"] = 3},{[\"name\"] = \"Spirit Athame (1)\",[\"cost\"] = 3},{[\"name\"] = \"Lantern\",[\"cost\"] = 2},{[\"name\"] = \"Gravedigger's Shovel\",[\"cost\"] = 2},{[\"name\"] = \"Hiding Spot\",[\"cost\"] = 1},{[\"name\"] = \"Resourceful\"},{[\"name\"] = \"Overzealous\"},{[\"name\"] = \"Drawing the Sign\"},{[\"name\"] = \"The Thing That Follows\"},{[\"name\"] = \"Constance Dumaine\"},{[\"name\"] = \"Jordan Perry\"},{[\"name\"] = \"Ishimaru Haruko\"},{[\"name\"] = \"Sebastien Moreau\"},{[\"name\"] = \"Ashleigh Clarke\"},{[\"name\"] = \"Engram's Oath\"},{[\"name\"] = \"L'agneau Perdu\"},{[\"name\"] = \"The Pattern\"},{[\"name\"] = \"The First Show\"},{[\"name\"] = \"Above and Below\"},{[\"name\"] = \"Heroic Rescue\",[\"cost\"] = 1},{[\"name\"] = \"Combat Training (1)\",[\"cost\"] = 1},{[\"name\"] = \"Anatomical Diagrams\",[\"cost\"] = 1},{[\"name\"] = \"Scientific Theory (1)\",[\"cost\"] = 1},{[\"name\"] = \"Knuckleduster\",[\"cost\"] = 2},{[\"name\"] = \"Moxie (1)\",[\"cost\"] = 1},{[\"name\"] = \"David Renfield\",[\"cost\"] = 2},{[\"name\"] = \"Grounded (1)\",[\"cost\"] = 1},{[\"name\"] = \"Cherished Keepsake\",[\"cost\"] = 0},{[\"name\"] = \"Plucky (1)\",[\"cost\"] = 1},{[\"name\"] = \"Say Your Prayers\"},{[\"name\"] = \"Desperate Search\"},{[\"name\"] = \"Reckless Assault\"},{[\"name\"] = \"Run For Your Life\"},{[\"name\"] = \"Trench Knife\",[\"cost\"] = 1},{[\"name\"] = \"Ambush (1)\",[\"cost\"] = 2},{[\"name\"] = \"Charles Ross, Esq.\",[\"cost\"] = 2},{[\"name\"] = \"Forewarned (1)\",[\"cost\"] = 0},{[\"name\"] = \"Dario El-Amin\",[\"cost\"] = 4},{[\"name\"] = \"Sneak Attack (2)\",[\"cost\"] = 2},{[\"name\"] = \"Storm of Spirits\",[\"cost\"] = 3},{[\"name\"] = \"Book of Shadows (1)\",[\"cost\"] = 3},{[\"name\"] = \"Fight or Flight\",[\"cost\"] = 1},{[\"name\"] = \"A Test of Will (1)\",[\"cost\"] = 1},{[\"name\"] = \"Devil's Luck (1)\",[\"cost\"] = 1},{[\"name\"] = \"Calling in Favors\",[\"cost\"] = 1},{[\"name\"] = \"\\\"I'll see you in hell!\\\"\",[\"cost\"] = 0},{[\"name\"] = \".45 Automatic (2)\",[\"cost\"] = 4},{[\"name\"] = \"Logical Reasoning\",[\"cost\"] = 2},{[\"name\"] = \"Archaic Glyphs (3)\",[\"cost\"] = 2},{[\"name\"] = \"Archaic Glyphs (3)\",[\"cost\"] = 2},{[\"name\"] = \"Cheap Shot\",[\"cost\"] = 2},{[\"name\"] = \"Pickpocketing (2)\",[\"cost\"] = 2},{[\"name\"] = \"Quantum Flux\",[\"cost\"] = 1},{[\"name\"] = \"Recharge (2)\",[\"cost\"] = 0},{[\"name\"] = \"Madame Labranche\",[\"cost\"] = 2},{[\"name\"] = \"Snare Trap (2)\",[\"cost\"] = 2},{[\"name\"] = \"Inspiring Presence\"},{[\"name\"] = \"Mano a Mano (1)\",[\"cost\"] = 0},{[\"name\"] = \"First Aid (3)\",[\"cost\"] = 2},{[\"name\"] = \"Eureka!\"},{[\"name\"] = \"Shortcut (2)\",[\"cost\"] = 1},{[\"name\"] = \"\\\"Watch this!\\\"\"},{[\"name\"] = \".41 Derringer (2)\",[\"cost\"] = 3},{[\"name\"] = \"Torrent of Power\"},{[\"name\"] = \"Scrying (3)\",[\"cost\"] = 1},{[\"name\"] = \"Waylay\",[\"cost\"] = 3},{[\"name\"] = \"A Chance Encounter (2)\",[\"cost\"] = -2},{[\"name\"] = \"Emergency Cache (3)\",[\"cost\"] = 0},{[\"name\"] = \"On the Hunt\",[\"cost\"] = 1},{[\"name\"] = \"Stick to the Plan (3)\"},{[\"name\"] = \"Guidance\",[\"cost\"] = 0},{[\"name\"] = \"Arcane Insight (4)\",[\"cost\"] = 3},{[\"name\"] = \"Narrow Escape\",[\"cost\"] = 0},{[\"name\"] = \"Suggestion (4)\",[\"cost\"] = 3},{[\"name\"] = \"St. Hubert's Key\",[\"cost\"] = 4},{[\"name\"] = \"Ward of Protection (2)\",[\"cost\"] = 1},{[\"name\"] = \"Arcane Initiate (3)\",[\"cost\"] = 0},{[\"name\"] = \"\\\"Not without a fight!\\\"\"},{[\"name\"] = \"True Survivor (3)\",[\"cost\"] = 3},{[\"name\"] = \"\\\"Eat lead!\\\" (2)\",[\"cost\"] = 0},{[\"name\"] = \"Armor of Ardennes (5)\",[\"cost\"] = 4},{[\"name\"] = \"Eidetic Memory (3)\"},{[\"name\"] = \"No Stone Unturned (5)\",[\"cost\"] = 2},{[\"name\"] = \"Charon's Obol (1)\"},{[\"name\"] = \"Lupara (3)\",[\"cost\"] = 3},{[\"name\"] = \"Cheat Death (5)\",[\"cost\"] = 1},{[\"name\"] = \"Time Warp (2)\",[\"cost\"] = 1},{[\"name\"] = \"Seal of the Elder Sign (5)\"},{[\"name\"] = \"Newspaper (2)\",[\"cost\"] = 1},{[\"name\"] = \"Infighting (3)\",[\"cost\"] = 1},{[\"name\"] = \"Key of Ys (5)\",[\"cost\"] = 3},{[\"name\"] = \"Songs That the Hyades Shall Sing\"},{[\"name\"] = \"Stars of Aldebaran\"},{[\"name\"] = \"Bleak Desolation\"},{[\"name\"] = \"Inhabitant of Carcosa\"},{[\"name\"] = \"A Moment's Rest\"},{[\"name\"] = \"The Coffin\"},{[\"name\"] = \"Mapping the Streets\"},{[\"name\"] = \"The King's Parade\"},{[\"name\"] = \"The Archway\"},{[\"name\"] = \"The Height of the Depths\"},{[\"name\"] = \"Steps of the Palace\"},{[\"name\"] = \"The Fall\"},{[\"name\"] = \"Hastur's End\"},{[\"name\"] = \"Leo Anderson\"},{[\"name\"] = \"Ursula Downs\"},{[\"name\"] = \"Finn Edwards\"},{[\"name\"] = \"Father Mateo\"},{[\"name\"] = \"Calvin Wright\"},{[\"name\"] = \"Mitch Brown\",[\"cost\"] = 3},{[\"name\"] = \"Bought in Blood\"},{[\"name\"] = \"Jake Williams\",[\"cost\"] = 3},{[\"name\"] = \"Call of the Unknown\"},{[\"name\"] = \"Smuggled Goods\",[\"cost\"] = 0},{[\"name\"] = \"Finn's Trusty .38\",[\"cost\"] = 2},{[\"name\"] = \"Caught Red-Handed\"},{[\"name\"] = \"The Codex of Ages\",[\"cost\"] = 2},{[\"name\"] = \"Serpents of Yig\"},{[\"name\"] = \"Until the End of Time\",[\"cost\"] = 1},{[\"name\"] = \"Voice of the Messenger\"},{[\"name\"] = \"Survival Knife\",[\"cost\"] = 2},{[\"name\"] = \"Venturer\",[\"cost\"] = 4},{[\"name\"] = \"Trusted\",[\"cost\"] = 1},{[\"name\"] = \"Reliable (1)\",[\"cost\"] = 1},{[\"name\"] = \"Dr. Elli Horowitz\",[\"cost\"] = 3},{[\"name\"] = \"Ancient Stone (1)\",[\"cost\"] = 1},{[\"name\"] = \"Tooth of Eztli\",[\"cost\"] = 3},{[\"name\"] = \"Unearth the Ancients\",[\"cost\"] = 1},{[\"name\"] = \"Treasure Hunter (1)\",[\"cost\"] = 1},{[\"name\"] = \"Decorated Skull\",[\"cost\"] = 0},{[\"name\"] = \"Eavesdrop\",[\"cost\"] = 1},{[\"name\"] = \"\\\"You handle this one!\\\"\",[\"cost\"] = 0},{[\"name\"] = \"Mists of R'lyeh\",[\"cost\"] = 2},{[\"name\"] = \"The Chthonian Stone\",[\"cost\"] = 3},{[\"name\"] = \"Protective Incantation (1)\",[\"cost\"] = 1},{[\"name\"] = \"Dark Prophecy\",[\"cost\"] = 1},{[\"name\"] = \"Improvised Weapon\",[\"cost\"] = 1},{[\"name\"] = \"Dumb Luck\",[\"cost\"] = 2},{[\"name\"] = \"Yaotl (1)\",[\"cost\"] = 3},{[\"name\"] = \"Last Chance\"},{[\"name\"] = \"Backpack\",[\"cost\"] = 2},{[\"name\"] = \"Dark Pact\",[\"cost\"] = 2},{[\"name\"] = \"The Price of Failure\"},{[\"name\"] = \"Doomed\"},{[\"name\"] = \"Accursed Fate\"},{[\"name\"] = \"The Bell Tolls\"},{[\"name\"] = \"Scene of the Crime\",[\"cost\"] = 2},{[\"name\"] = \"Marksmanship (1)\",[\"cost\"] = 2},{[\"name\"] = \"Persuasion\",[\"cost\"] = 2},{[\"name\"] = \"Shrewd Analysis\"},{[\"name\"] = \"Lucky Cigarette Case\",[\"cost\"] = 2},{[\"name\"] = \"Fence (1)\",[\"cost\"] = 3},{[\"name\"] = \"Arcane Research\"},{[\"name\"] = \"Counterspell (2)\",[\"cost\"] = 2},{[\"name\"] = \"Perseverance\",[\"cost\"] = 2},{[\"name\"] = \"Stunning Blow\"},{[\"name\"] = \"Second Wind\",[\"cost\"] = 1},{[\"name\"] = \"Take the Initiative\"},{[\"name\"] = \"Well Prepared (2)\",[\"cost\"] = 2},{[\"name\"] = \"Truth from Fiction\",[\"cost\"] = 2},{[\"name\"] = \"True Understanding\"},{[\"name\"] = \"Quick Study (2)\",[\"cost\"] = 2},{[\"name\"] = \"Hatchet Man\"},{[\"name\"] = \"High Roller (2)\",[\"cost\"] = 2},{[\"name\"] = \"Enraptured\"},{[\"name\"] = \"Recall the Future (2)\",[\"cost\"] = 2},{[\"name\"] = \"Try and Try Again (1)\",[\"cost\"] = 2},{[\"name\"] = \"Cornered (2)\",[\"cost\"] = 2},{[\"name\"] = \"Intrepid\"},{[\"name\"] = \"Custom Ammunition (3)\",[\"cost\"] = 3},{[\"name\"] = \"Otherworldly Compass (2)\",[\"cost\"] = 2},{[\"name\"] = \"Expose Weakness (3)\",[\"cost\"] = 0},{[\"name\"] = \"Lola Santiago (3)\",[\"cost\"] = 3},{[\"name\"] = \"Olive McBride\",[\"cost\"] = 2},{[\"name\"] = \"Defiance (2)\"},{[\"name\"] = \"Premonition\",[\"cost\"] = 0},{[\"name\"] = \"Live and Learn\",[\"cost\"] = 0},{[\"name\"] = \"Take Heart\"},{[\"name\"] = \"Against All Odds (2)\",[\"cost\"] = 2},{[\"name\"] = \"Trench Coat\",[\"cost\"] = 3},{[\"name\"] = \"Ornate Bow (3)\",[\"cost\"] = 4},{[\"name\"] = \"M1918 BAR (4)\",[\"cost\"] = 5},{[\"name\"] = \"Ancient Stone (4)\",[\"cost\"] = 2},{[\"name\"] = \"Ancient Stone (4)\",[\"cost\"] = 2},{[\"name\"] = \"Slip Away\",[\"cost\"] = 2},{[\"name\"] = \"Pay Day (1)\",[\"cost\"] = 0},{[\"name\"] = \"Sacrifice (1)\",[\"cost\"] = 0},{[\"name\"] = \"Crystalline Elder Sign (3)\",[\"cost\"] = 3},{[\"name\"] = \"On Your Own (3)\",[\"cost\"] = 2},{[\"name\"] = \"Handcuffs\",[\"cost\"] = 2},{[\"name\"] = \"Blood Eclipse (3)\",[\"cost\"] = 1},{[\"name\"] = \"Feed the Mind (3)\",[\"cost\"] = 2},{[\"name\"] = \"Colt Vest Pocket\",[\"cost\"] = 2},{[\"name\"] = \"Coup de Grâce\",[\"cost\"] = 2},{[\"name\"] = \"The Skeleton Key (2)\",[\"cost\"] = 3},{[\"name\"] = \"Mists of R'lyeh (4)\",[\"cost\"] = 2},{[\"name\"] = \"Winging It\",[\"cost\"] = 1},{[\"name\"] = \"Old Hunting Rifle (3)\",[\"cost\"] = 3},{[\"name\"] = \"Thermos\",[\"cost\"] = 4},{[\"name\"] = \"Hemispheric Map (3)\",[\"cost\"] = 2},{[\"name\"] = \"Timeworn Brand (5)\",[\"cost\"] = 5},{[\"name\"] = \"Kerosene (1)\",[\"cost\"] = 3},{[\"name\"] = \"Flamethrower (5)\",[\"cost\"] = 4},{[\"name\"] = \"Vantage Point\",[\"cost\"] = 1},{[\"name\"] = \"Pnakotic Manuscripts (5)\",[\"cost\"] = 5},{[\"name\"] = \"Borrowed Time (3)\",[\"cost\"] = 1},{[\"name\"] = \"All In (5)\"},{[\"name\"] = \"Shards of the Void (3)\",[\"cost\"] = 3},{[\"name\"] = \"Seal of the Seventh Sign (5)\",[\"cost\"] = 4},{[\"name\"] = \"Impromptu Barrier\",[\"cost\"] = 1},{[\"name\"] = \"Alter Fate (3)\",[\"cost\"] = 1},{[\"name\"] = \"Yig's Mercy\"},{[\"name\"] = \"Another Way\"},{[\"name\"] = \"Carolyn Fern\"},{[\"name\"] = \"Joe Diamond\"},{[\"name\"] = \"Preston Fairmont\"},{[\"name\"] = \"Diana Stanley\"},{[\"name\"] = \"Rita Young\"},{[\"name\"] = \"Marie Lambeau\"},{[\"name\"] = \"Hypnotic Therapy\",[\"cost\"] = 2},{[\"name\"] = \"Rational Thought\"},{[\"name\"] = \"Detective's Colt 1911s\",[\"cost\"] = 4},{[\"name\"] = \"Unsolved Case\",[\"cost\"] = 4},{[\"name\"] = \"Family Inheritance\"},{[\"name\"] = \"Lodge \\\"Debts\\\"\",[\"cost\"] = 10},{[\"name\"] = \"Twilight Blade\",[\"cost\"] = 3},{[\"name\"] = \"Dark Insight\",[\"cost\"] = 2},{[\"name\"] = \"Terrible Secret\"},{[\"name\"] = \"\\\"I'm done runnin'!\\\"\",[\"cost\"] = 0},{[\"name\"] = \"Hoods\"},{[\"name\"] = \"Mystifying Song\",[\"cost\"] = 3},{[\"name\"] = \"Baron Samedi\"},{[\"name\"] = \"Interrogate\",[\"cost\"] = 2},{[\"name\"] = \"Delay the Inevitable\",[\"cost\"] = 2},{[\"name\"] = \"Steadfast\"},{[\"name\"] = \"Ace of Swords (1)\",[\"cost\"] = 3},{[\"name\"] = \"Fingerprint Kit\",[\"cost\"] = 4},{[\"name\"] = \"Connect the Dots\",[\"cost\"] = 4},{[\"name\"] = \"Curiosity\"},{[\"name\"] = \"Death • XIII (1)\",[\"cost\"] = 3},{[\"name\"] = \"Well Connected\",[\"cost\"] = 2},{[\"name\"] = \"Money Talks\",[\"cost\"] = 0},{[\"name\"] = \"Cunning\"},{[\"name\"] = \"The Moon • XVIII (1)\",[\"cost\"] = 3},{[\"name\"] = \"Deny Existence\",[\"cost\"] = 0},{[\"name\"] = \"Eldritch Inspiration\",[\"cost\"] = 0},{[\"name\"] = \"Prophesy\"},{[\"name\"] = \"Four of Cups (1)\",[\"cost\"] = 3},{[\"name\"] = \"Track Shoes\",[\"cost\"] = 3},{[\"name\"] = \"Act of Desperation\",[\"cost\"] = 0},{[\"name\"] = \"Able Bodied\"},{[\"name\"] = \"Five of Pentacles (1)\",[\"cost\"] = 3},{[\"name\"] = \"Ace of Rods (1)\",[\"cost\"] = 3},{[\"name\"] = \"The 13th Vision\"},{[\"name\"] = \"The Tower • XVI\",[\"cost\"] = 4},{[\"name\"] = \"Something Worth Fighting For\",[\"cost\"] = 3},{[\"name\"] = \"Crack the Case\",[\"cost\"] = 0},{[\"name\"] = \"Intel Report\",[\"cost\"] = 2},{[\"name\"] = \"Sign Magick\",[\"cost\"] = 3},{[\"name\"] = \"Banish (1)\",[\"cost\"] = 2},{[\"name\"] = \"Meat Cleaver\",[\"cost\"] = 3},{[\"name\"] = \".45 Thompson\",[\"cost\"] = 6},{[\"name\"] = \"Scroll of Secrets\",[\"cost\"] = 1},{[\"name\"] = \"Tennessee Sour Mash\",[\"cost\"] = 3},{[\"name\"] = \"Enchanted Blade\",[\"cost\"] = 3},{[\"name\"] = \"Grisly Totem\",[\"cost\"] = 3},{[\"name\"] = \"Alice Luxley\",[\"cost\"] = 4},{[\"name\"] = \"Well-Maintained (1)\",[\"cost\"] = 0},{[\"name\"] = \"Mr. \\\"Rook\\\"\",[\"cost\"] = 3},{[\"name\"] = \"Hawk-Eye Folding Camera\",[\"cost\"] = 2},{[\"name\"] = \"Henry Wan\",[\"cost\"] = 3},{[\"name\"] = \"Swift Reflexes\",[\"cost\"] = 2},{[\"name\"] = \"Wither\",[\"cost\"] = 2},{[\"name\"] = \"Sixth Sense\",[\"cost\"] = 3},{[\"name\"] = \"Drawing Thin\",[\"cost\"] = 0},{[\"name\"] = \"Belly of the Beast\",[\"cost\"] = 1},{[\"name\"] = \".45 Thompson (3)\",[\"cost\"] = 6},{[\"name\"] = \".45 Thompson (3)\",[\"cost\"] = 5},{[\"name\"] = \"Scroll of Secrets (3)\",[\"cost\"] = 1},{[\"name\"] = \"Scroll of Secrets (3)\",[\"cost\"] = 1},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"cost\"] = 3},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"cost\"] = 2},{[\"name\"] = \"Enchanted Blade (3)\",[\"cost\"] = 3},{[\"name\"] = \"Enchanted Blade (3)\",[\"cost\"] = 3},{[\"name\"] = \"Grisly Totem (3)\",[\"cost\"] = 3},{[\"name\"] = \"Grisly Totem (3)\",[\"cost\"] = 2},{[\"name\"] = \"The Council's Coffer (2)\",[\"cost\"] = 0},{[\"name\"] = \"Warning Shot\",[\"cost\"] = 2},{[\"name\"] = \"Telescopic Sight (3)\",[\"cost\"] = 3},{[\"name\"] = \"Knowledge is Power\",[\"cost\"] = 0},{[\"name\"] = \"Esoteric Atlas (1)\",[\"cost\"] = 3},{[\"name\"] = \"Investments\",[\"cost\"] = 1},{[\"name\"] = \"Decoy\",[\"cost\"] = 2},{[\"name\"] = \"De Vermis Mysteriis (2)\",[\"cost\"] = 2},{[\"name\"] = \"Guiding Spirit (1)\",[\"cost\"] = 1},{[\"name\"] = \"Fortune or Fate (2)\",[\"cost\"] = 2},{[\"name\"] = \"Mk 1 Grenades (4)\",[\"cost\"] = 3},{[\"name\"] = \"Agency Backup (5)\",[\"cost\"] = 7},{[\"name\"] = \"Ghastly Revelation\",[\"cost\"] = 0},{[\"name\"] = \"Studious (3)\"},{[\"name\"] = \"Small Favor\",[\"cost\"] = 2},{[\"name\"] = \"Another Day, Another Dollar (3)\"},{[\"name\"] = \"Dayana Esperence (3)\",[\"cost\"] = 4},{[\"name\"] = \"Deny Existence (5)\",[\"cost\"] = 0},{[\"name\"] = \"Trial by Fire\",[\"cost\"] = 3},{[\"name\"] = \"Bait and Switch (3)\",[\"cost\"] = 1},{[\"name\"] = \"Anna Kaslow (4)\",[\"cost\"] = 3},{[\"name\"] = \"Hallowed Mirror\",[\"cost\"] = 2},{[\"name\"] = \"Soothing Melody\",[\"cost\"] = 0},{[\"name\"] = \"\\\"I've had worse...\\\" (2)\",[\"cost\"] = 0},{[\"name\"] = \"Occult Lexicon\",[\"cost\"] = 2},{[\"name\"] = \"Blood-Rite\",[\"cost\"] = 0},{[\"name\"] = \"Glimpse the Unthinkable (5)\",[\"cost\"] = 1},{[\"name\"] = \"\\\"You owe me one!\\\"\",[\"cost\"] = 0},{[\"name\"] = \"Double, Double (4)\",[\"cost\"] = 4},{[\"name\"] = \"Wither (4)\",[\"cost\"] = 2},{[\"name\"] = \"Sixth Sense (4)\",[\"cost\"] = 3},{[\"name\"] = \"Lure (2)\",[\"cost\"] = 1},{[\"name\"] = \"Eucatastrophe (3)\",[\"cost\"] = 2},{[\"name\"] = \"Tommy Muldoon\"},{[\"name\"] = \"Mandy Thompson\"},{[\"name\"] = \"Tony Morgan\"},{[\"name\"] = \"Luke Robinson\"},{[\"name\"] = \"Patrice Hathaway\"},{[\"name\"] = \"Becky\",[\"cost\"] = 2},{[\"name\"] = \"Rookie Mistake\"},{[\"name\"] = \"Occult Evidence\",[\"cost\"] = 0},{[\"name\"] = \"Shocking Discovery\"},{[\"name\"] = \"Bounty Contracts\"},{[\"name\"] = \"Tony's .38 Long Colt\",[\"cost\"] = 3},{[\"name\"] = \"Tony's Quarry\"},{[\"name\"] = \"Gate Box\",[\"cost\"] = 3},{[\"name\"] = \"Detached from Reality\"},{[\"name\"] = \"Dream-Gate\"},{[\"name\"] = \"Dream-Gate\"},{[\"name\"] = \"Patrice's Violin\",[\"cost\"] = 2},{[\"name\"] = \"Watcher from Another Dimension\"},{[\"name\"] = \"The Hungering Blade (1)\",[\"cost\"] = 3},{[\"name\"] = \"Bloodlust\"},{[\"name\"] = \"Solemn Vow\",[\"cost\"] = 0},{[\"name\"] = \"Segment of Onyx (1)\",[\"cost\"] = 1},{[\"name\"] = \"Pendant of the Queen\"},{[\"name\"] = \"Astounding Revelation\"},{[\"name\"] = \"Crystallizer of Dreams\",[\"cost\"] = 1},{[\"name\"] = \"Guardian of the Crystallizer\"},{[\"name\"] = \"Easy Mark (1)\",[\"cost\"] = 0},{[\"name\"] = \"Stargazing (1)\",[\"cost\"] = 0},{[\"name\"] = \"The Stars Are Right\"},{[\"name\"] = \"Open Gate\",[\"cost\"] = 1},{[\"name\"] = \"Miss Doyle (1)\",[\"cost\"] = 3},{[\"name\"] = \"Hope\",[\"cost\"] = 1},{[\"name\"] = \"Zeal\",[\"cost\"] = 1},{[\"name\"] = \"Augur\",[\"cost\"] = 1},{[\"name\"] = \"Fortuitous Discovery\",[\"cost\"] = -2},{[\"name\"] = \"Self-Centered\"},{[\"name\"] = \"Kleptomania\"},{[\"name\"] = \"Narcolepsy\"},{[\"name\"] = \"Your Worst Nightmare\"},{[\"name\"] = \"First Watch\",[\"cost\"] = 1},{[\"name\"] = \"Daring\"},{[\"name\"] = \"Dream Diary\",[\"cost\"] = 2},{[\"name\"] = \"Essence of the Dream\"},{[\"name\"] = \"Followed\",[\"cost\"] = 2},{[\"name\"] = \"Momentum (1)\"},{[\"name\"] = \"Scroll of Prophecies\",[\"cost\"] = 3},{[\"name\"] = \"Read the Signs\",[\"cost\"] = 2},{[\"name\"] = \"Jessica Hyde (1)\",[\"cost\"] = 3},{[\"name\"] = \"Cryptic Souls\"},{[\"name\"] = \"Dreamlike Horrors\"},{[\"name\"] = \"Endless Secrets\"},{[\"name\"] = \"Cylinders of Kadatheron\"},{[\"name\"] = \"The Doom of Sarnath\"},{[\"name\"] = \"Ghosts of the Dead\"},{[\"name\"] = \"The Palace of Rainbows\"},{[\"name\"] = \"A Shrine to the Gods\"},{[\"name\"] = \"The Crypt of Zulan-Thek\"},{[\"name\"] = \"Wares of Baharna\"},{[\"name\"] = \"The Likeness of Old\"},{[\"name\"] = \"What Remains of Tyrrhia\"},{[\"name\"] = \"Advice of the King\"},{[\"name\"] = \"Timeless Beauty\"},{[\"name\"] = \"Unattainable Desires\"},{[\"name\"] = \"The City Inside\"},{[\"name\"] = \"The Baleful Star\"},{[\"name\"] = \"Tetsuo Mori\",[\"cost\"] = 3},{[\"name\"] = \"\\\"Fool me once...\\\" (1)\",[\"cost\"] = 1},{[\"name\"] = \"Self-Sacrifice\"},{[\"name\"] = \"Otherworld Codex (2)\",[\"cost\"] = 3},{[\"name\"] = \"Dream-Enhancing Serum\",[\"cost\"] = 3},{[\"name\"] = \"\\\"Let God sort them out...\\\"\",[\"cost\"] = 0},{[\"name\"] = \"Swift Reload (2)\",[\"cost\"] = 3},{[\"name\"] = \"Gregory Gry\",[\"cost\"] = 3},{[\"name\"] = \"Healing Words\",[\"cost\"] = 2},{[\"name\"] = \"Ethereal Form\",[\"cost\"] = 2},{[\"name\"] = \"Scrounge for Supplies\",[\"cost\"] = 0},{[\"name\"] = \"Brute Force (1)\"},{[\"name\"] = \"Versatile (2)\"},{[\"name\"] = \".35 Winchester\",[\"cost\"] = 4},{[\"name\"] = \"Safeguard (2)\",[\"cost\"] = 2},{[\"name\"] = \"Practice Makes Perfect\",[\"cost\"] = 1},{[\"name\"] = \"Extensive Research (1)\",[\"cost\"] = 10},{[\"name\"] = \"Three Aces (1)\"},{[\"name\"] = \"Burglary (2)\",[\"cost\"] = 1},{[\"name\"] = \"Spectral Razor\",[\"cost\"] = 2},{[\"name\"] = \"Word of Command (2)\",[\"cost\"] = 2},{[\"name\"] = \"Moonstone\",[\"cost\"] = 3},{[\"name\"] = \"Sharp Vision (1)\"},{[\"name\"] = \"Lucid Dreaming (2)\",[\"cost\"] = 1},{[\"name\"] = \"Off the Galley\"},{[\"name\"] = \"Heroic Rescue (2)\",[\"cost\"] = 0},{[\"name\"] = \"Leadership (2)\"},{[\"name\"] = \"Dream Diary (3)\",[\"cost\"] = 2},{[\"name\"] = \"Dream Diary (3)\",[\"cost\"] = 2},{[\"name\"] = \"Dream Diary (3)\",[\"cost\"] = 2},{[\"name\"] = \"Haste (2)\",[\"cost\"] = 3},{[\"name\"] = \"Daredevil (2)\"},{[\"name\"] = \"Empower Self (2)\",[\"cost\"] = 3},{[\"name\"] = \"Empower Self (2)\",[\"cost\"] = 3},{[\"name\"] = \"Empower Self (2)\",[\"cost\"] = 3},{[\"name\"] = \"Twila Katherine Price (3)\",[\"cost\"] = 3},{[\"name\"] = \"A Glimmer of Hope\",[\"cost\"] = 1},{[\"name\"] = \"Expeditious Retreat (1)\"},{[\"name\"] = \"Ghastly Tunnels\"},{[\"name\"] = \"The Sentry\"},{[\"name\"] = \"Another Path\"},{[\"name\"] = \"A Strange Ghoul\"},{[\"name\"] = \"Scouting the Vale\"},{[\"name\"] = \"Something Below\"},{[\"name\"] = \"Inhabitants of the Vale\"},{[\"name\"] = \"The Way Out\"},{[\"name\"] = \"Spider-Infested Waters\"},{[\"name\"] = \"Still Surface\"},{[\"name\"] = \"Rolling Pits\"},{[\"name\"] = \"Center of the Sea\"},{[\"name\"] = \"Empty Vessel (4)\",[\"cost\"] = 1},{[\"name\"] = \"Wish Eater\"},{[\"name\"] = \"Surprising Find (1)\"},{[\"name\"] = \"Old Book of Lore (3)\",[\"cost\"] = 2},{[\"name\"] = \"Garrote Wire (2)\",[\"cost\"] = 2},{[\"name\"] = \"Delilah O'Rourke (3)\",[\"cost\"] = 3},{[\"name\"] = \"Summoned Hound (1)\",[\"cost\"] = 3},{[\"name\"] = \"Unbound Beast\"},{[\"name\"] = \"Nothing Left to Lose (3)\",[\"cost\"] = 0},{[\"name\"] = \"The Black Cat (5)\",[\"cost\"] = 2},{[\"name\"] = \"Spiritual Resolve (5)\",[\"cost\"] = 3},{[\"name\"] = \"Abigail Foreman (4)\",[\"cost\"] = 3},{[\"name\"] = \"The Eye of Truth (5)\"},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil (3)\",[\"cost\"] = 2},{[\"name\"] = \"Sawed-Off Shotgun (5)\",[\"cost\"] = 3},{[\"name\"] = \"Mind's Eye (2)\",[\"cost\"] = 3},{[\"name\"] = \"Shining Trapezohedron (4)\",[\"cost\"] = 1},{[\"name\"] = \"Nightmare Bauble (3)\",[\"cost\"] = 1},{[\"name\"] = \"Dream Parasite\"},{[\"name\"] = \"Scavenging (2)\",[\"cost\"] = 1},{[\"name\"] = \"Sister Mary\"},{[\"name\"] = \"Amanda Sharpe\"},{[\"name\"] = \"Trish Scarborough\"},{[\"name\"] = \"Dexter Drake\"},{[\"name\"] = \"Silas Marsh\"},{[\"name\"] = \"Guardian Angel\",[\"cost\"] = 2},{[\"name\"] = \"Crisis of Faith\"},{[\"name\"] = \"Obscure Studies\",[\"cost\"] = 0},{[\"name\"] = \"Whispers from the Deep\"},{[\"name\"] = \"In the Shadows\",[\"cost\"] = 0},{[\"name\"] = \"Shadow Agents\"},{[\"name\"] = \"Showmanship\",[\"cost\"] = 1},{[\"name\"] = \"Occult Scraps\",[\"cost\"] = 0},{[\"name\"] = \"Sea Change Harpoon\",[\"cost\"] = 3},{[\"name\"] = \"Silas's Net\",[\"cost\"] = 2},{[\"name\"] = \"Siren Call\"},{[\"name\"] = \"Book of Psalms\",[\"cost\"] = 3},{[\"name\"] = \"Blessed Blade\",[\"cost\"] = 3},{[\"name\"] = \"Rite of Sanctification\",[\"cost\"] = 0},{[\"name\"] = \"Hand of Fate\",[\"cost\"] = 3},{[\"name\"] = \"Cryptographic Cipher\",[\"cost\"] = 3},{[\"name\"] = \"Cryptic Grimoire\",[\"cost\"] = 3},{[\"name\"] = \"Deep Knowledge\",[\"cost\"] = 0},{[\"name\"] = \"Plan of Action\"},{[\"name\"] = \".25 Automatic\",[\"cost\"] = 4},{[\"name\"] = \"Dark Ritual\",[\"cost\"] = 1},{[\"name\"] = \"Obfuscation\",[\"cost\"] = 2},{[\"name\"] = \"Faustian Bargain\",[\"cost\"] = 0},{[\"name\"] = \"Sword Cane\",[\"cost\"] = 2},{[\"name\"] = \"Tides of Fate\",[\"cost\"] = 1},{[\"name\"] = \"Ward of Radiance\",[\"cost\"] = 0},{[\"name\"] = \"Promise of Power\"},{[\"name\"] = \"Token of Faith\",[\"cost\"] = 2},{[\"name\"] = \"Keep Faith\",[\"cost\"] = 2},{[\"name\"] = \"Predestined\"},{[\"name\"] = \"Beloved\"},{[\"name\"] = \"Tempt Fate\",[\"cost\"] = 0},{[\"name\"] = \"Accursed Follower\"},{[\"name\"] = \"Dread Curse\"},{[\"name\"] = \"Day of Reckoning\"},{[\"name\"] = \"Riot Whistle\",[\"cost\"] = 2},{[\"name\"] = \"Righteous Hunt (1)\",[\"cost\"] = 1},{[\"name\"] = \"Sacred Covenant (2)\"},{[\"name\"] = \"Eldritch Sophist\",[\"cost\"] = 4},{[\"name\"] = \"Stirring Up Trouble (1)\",[\"cost\"] = 0},{[\"name\"] = \"Blasphemous Covenant (2)\"},{[\"name\"] = \"Breaking and Entering\",[\"cost\"] = 2},{[\"name\"] = \"Skeptic (1)\"},{[\"name\"] = \"False Covenant (2)\"},{[\"name\"] = \"Armageddon\",[\"cost\"] = 4},{[\"name\"] = \"Eye of Chaos\",[\"cost\"] = 5},{[\"name\"] = \"Shroud of Shadows\",[\"cost\"] = 3},{[\"name\"] = \"Paradoxical Covenant (2)\"},{[\"name\"] = \"Mariner's Compass\",[\"cost\"] = 3},{[\"name\"] = \"Ancient Covenant (2)\"},{[\"name\"] = \"Keen Eye\",[\"cost\"] = 2},{[\"name\"] = \"Radiant Smite (1)\",[\"cost\"] = 1},{[\"name\"] = \"The Truth Beckons\",[\"cost\"] = 1},{[\"name\"] = \"Gaze of Ouraxsh (2)\",[\"cost\"] = 2},{[\"name\"] = \"Priest of Two Faiths (1)\",[\"cost\"] = 1},{[\"name\"] = \"Under Surveillance (1)\",[\"cost\"] = 3},{[\"name\"] = \"Blood Pact\",[\"cost\"] = 2},{[\"name\"] = \"Abyssal Tome (2)\",[\"cost\"] = 2},{[\"name\"] = \"Butterfly Effect (1)\",[\"cost\"] = 0},{[\"name\"] = \"Third Time's a Charm (2)\",[\"cost\"] = 1},{[\"name\"] = \"Manipulate Destiny (2)\",[\"cost\"] = 1},{[\"name\"] = \"Enchanted Armor (2)\",[\"cost\"] = 1},{[\"name\"] = \"Blessing of Isis (3)\",[\"cost\"] = 2},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"cost\"] = 3},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"cost\"] = 3},{[\"name\"] = \"Ríastrad (1)\",[\"cost\"] = 0},{[\"name\"] = \"Tristan Botley (2)\",[\"cost\"] = 5},{[\"name\"] = \"Curse of Aeons (3)\",[\"cost\"] = 2},{[\"name\"] = \"Unrelenting (1)\"},{[\"name\"] = \"Signum Crucis (2)\"},{[\"name\"] = \"Holy Rosary (2)\",[\"cost\"] = 2},{[\"name\"] = \"Shield of Faith (2)\",[\"cost\"] = 2},{[\"name\"] = \"Fey (1)\"},{[\"name\"] = \"Guided by the Unseen (3)\",[\"cost\"] = 2},{[\"name\"] = \"\\\"Lucky\\\" Penny (2)\",[\"cost\"] = 2},{[\"name\"] = \"Eye of the Djinn (2)\",[\"cost\"] = 2},{[\"name\"] = \"Armageddon (4)\",[\"cost\"] = 4},{[\"name\"] = \"Eye of Chaos (4)\",[\"cost\"] = 5},{[\"name\"] = \"Shroud of Shadows (4)\",[\"cost\"] = 3},{[\"name\"] = \"Spirit of Humanity (2)\",[\"cost\"] = 2},{[\"name\"] = \"Harmony Restored (2)\",[\"cost\"] = 3},{[\"name\"] = \"Enchant Weapon (3)\",[\"cost\"] = 3},{[\"name\"] = \"Nephthys (4)\",[\"cost\"] = 3},{[\"name\"] = \"The Stygian Eye (3)\",[\"cost\"] = 10},{[\"name\"] = \"Hyperawareness (4)\",[\"cost\"] = 2},{[\"name\"] = \"Geas (2)\",[\"cost\"] = 2},{[\"name\"] = \"Hard Knocks (4)\",[\"cost\"] = 2},{[\"name\"] = \"Ikiaq (3)\",[\"cost\"] = 3},{[\"name\"] = \"Flute of the Outer Gods (4)\",[\"cost\"] = -2},{[\"name\"] = \"A Watchful Peace (3)\",[\"cost\"] = 1},{[\"name\"] = \"Dig Deep (4)\",[\"cost\"] = 2},{[\"name\"] = \"Favor of the Moon (1)\",[\"cost\"] = 1},{[\"name\"] = \"Favor of the Sun (1)\",[\"cost\"] = 2},{[\"name\"] = \"Purifying Corruption (4)\",[\"cost\"] = 4},{[\"name\"] = \"Hallow (3)\",[\"cost\"] = 3},{[\"name\"] = \"Holy Spear (5)\",[\"cost\"] = 4},{[\"name\"] = \"Ancestral Knowledge (3)\"},{[\"name\"] = \"Ariadne's Twine (3)\",[\"cost\"] = 0},{[\"name\"] = \".25 Automatic (2)\",[\"cost\"] = 4},{[\"name\"] = \"Justify the Means (3)\"},{[\"name\"] = \"Lucky Dice (3)\",[\"cost\"] = 2},{[\"name\"] = \"Rite of Equilibrium (5)\",[\"cost\"] = 0},{[\"name\"] = \"Jacob Morrison (3)\",[\"cost\"] = 3},{[\"name\"] = \"Shrine of the Moirai (3)\",[\"cost\"] = 1},{[\"name\"] = \"Sweeping Kick (1)\",[\"cost\"] = 1},{[\"name\"] = \"Butterfly Swords (2)\",[\"cost\"] = 3},{[\"name\"] = \"Written in the Stars\",[\"cost\"] = 1},{[\"name\"] = \"Dragon Pole\",[\"cost\"] = 3},{[\"name\"] = \"Astronomical Atlas (3)\",[\"cost\"] = 3},{[\"name\"] = \"Strength in Numbers (1)\"},{[\"name\"] = \"Medical Student\",[\"cost\"] = 2},{[\"name\"] = \"Michael Leigh (5)\",[\"cost\"] = 4},{[\"name\"] = \"Divination (1)\",[\"cost\"] = 3},{[\"name\"] = \"Blur (1)\",[\"cost\"] = 2},{[\"name\"] = \"Physical Training (2)\",[\"cost\"] = 0},{[\"name\"] = \"Dynamite Blast (2)\",[\"cost\"] = 4},{[\"name\"] = \"Hyperawareness (2)\",[\"cost\"] = 0},{[\"name\"] = \"Barricade (3)\",[\"cost\"] = 0},{[\"name\"] = \"Hard Knocks (2)\",[\"cost\"] = 0},{[\"name\"] = \"Hot Streak (2)\",[\"cost\"] = 5},{[\"name\"] = \"Arcane Studies (2)\",[\"cost\"] = 0},{[\"name\"] = \"Mind Wipe (3)\",[\"cost\"] = 1},{[\"name\"] = \"Dig Deep (2)\",[\"cost\"] = 0},{[\"name\"] = \"Rabbit's Foot (3)\",[\"cost\"] = 1},{[\"name\"] = \"Bandolier (2)\",[\"cost\"] = 2},{[\"name\"] = \"Blackjack (2)\",[\"cost\"] = 2},{[\"name\"] = \"Preposterous Sketches (2)\",[\"cost\"] = 0},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1},{[\"name\"] = \"Contraband (2)\",[\"cost\"] = 3},{[\"name\"] = \"Think on Your Feet (2)\",[\"cost\"] = 0},{[\"name\"] = \"Rite of Seeking (2)\",[\"cost\"] = 4},{[\"name\"] = \"Clarity of Mind (3)\",[\"cost\"] = 2},{[\"name\"] = \"Oops! (2)\",[\"cost\"] = 2},{[\"name\"] = \"Rise to the Occasion (3)\"},{[\"name\"] = \"Through the Gates\"},{[\"name\"] = \".32 Colt (2)\",[\"cost\"] = 2},{[\"name\"] = \"\\\"Eat lead!\\\"\",[\"cost\"] = 1},{[\"name\"] = \"Logical Reasoning (4)\",[\"cost\"] = 2},{[\"name\"] = \"Archaic Glyphs (3)\",[\"cost\"] = 2},{[\"name\"] = \"Stealth (3)\",[\"cost\"] = 2},{[\"name\"] = \"Suggestion (1)\",[\"cost\"] = 3},{[\"name\"] = \"Alchemical Transmutation (2)\",[\"cost\"] = 0},{[\"name\"] = \"Storm of Spirits (3)\",[\"cost\"] = 3},{[\"name\"] = \"Lantern (2)\",[\"cost\"] = 1},{[\"name\"] = \"Gravedigger's Shovel (2)\",[\"cost\"] = 1},{[\"name\"] = \"Unspeakable Oath (Bloodthirst)\"},{[\"name\"] = \"Unspeakable Oath (Curiosity)\"},{[\"name\"] = \"Unspeakable Oath (Cowardice)\"},{[\"name\"] = \"Blood Eclipse (1)\",[\"cost\"] = 1},{[\"name\"] = \"Survival Knife (2)\",[\"cost\"] = 2},{[\"name\"] = \"Truth from Fiction (2)\",[\"cost\"] = 1},{[\"name\"] = \"Ancient Stone (4)\",[\"cost\"] = 2},{[\"name\"] = \"Decorated Skull (3)\",[\"cost\"] = 0},{[\"name\"] = \"Colt Vest Pocket (2)\",[\"cost\"] = 2},{[\"name\"] = \"Mists of R'lyeh (2)\",[\"cost\"] = 2},{[\"name\"] = \"The Chthonian Stone (3)\",[\"cost\"] = 2},{[\"name\"] = \"Alter Fate (1)\",[\"cost\"] = 3},{[\"name\"] = \"On Your Own (3)\"},{[\"name\"] = \"Backpack (2)\",[\"cost\"] = 1},{[\"name\"] = \"Dendromorphosis\"},{[\"name\"] = \"Offer You Cannot Refuse\"},{[\"name\"] = \"Fine Print\"},{[\"name\"] = \"Sell Your Soul\"},{[\"name\"] = \"The Star • XVII (3)\",[\"cost\"] = 3},{[\"name\"] = \"The Hierophant • V (3)\",[\"cost\"] = 3},{[\"name\"] = \"Moon Pendant (2)\",[\"cost\"] = 2},{[\"name\"] = \"Nathaniel Cho\"},{[\"name\"] = \"Randall Cho\",[\"cost\"] = 2},{[\"name\"] = \"Tommy Malloy\"},{[\"name\"] = \"Self-Destructive\"},{[\"name\"] = \"Boxing Gloves\",[\"cost\"] = 3},{[\"name\"] = \"Flesh Ward\",[\"cost\"] = 3},{[\"name\"] = \"Grete Wagner\",[\"cost\"] = 5},{[\"name\"] = \"Physical Training\",[\"cost\"] = 2},{[\"name\"] = \"Relentless\",[\"cost\"] = 0},{[\"name\"] = \"Safeguard\",[\"cost\"] = 2},{[\"name\"] = \"Clean Them Out\",[\"cost\"] = 0},{[\"name\"] = \"Counterpunch\",[\"cost\"] = 0},{[\"name\"] = \"Dodge\",[\"cost\"] = 1},{[\"name\"] = \"\\\"Get over here!\\\"\",[\"cost\"] = 2},{[\"name\"] = \"Glory\",[\"cost\"] = 1},{[\"name\"] = \"Monster Slayer\",[\"cost\"] = 0},{[\"name\"] = \"One-Two Punch\",[\"cost\"] = 2},{[\"name\"] = \"Stand Together\",[\"cost\"] = 0},{[\"name\"] = \"Vicious Blow\"},{[\"name\"] = \"Evidence! (1)\",[\"cost\"] = 1},{[\"name\"] = \"Galvanize (1)\",[\"cost\"] = 2},{[\"name\"] = \"Counterpunch (2)\",[\"cost\"] = 0},{[\"name\"] = \"\\\"Get over here!\\\" (2)\",[\"cost\"] = 2},{[\"name\"] = \"Lesson Learned (2)\",[\"cost\"] = 1},{[\"name\"] = \"Mano a Mano (2)\",[\"cost\"] = 0},{[\"name\"] = \"Overpower (2)\"},{[\"name\"] = \"Boxing Gloves (3)\",[\"cost\"] = 2},{[\"name\"] = \"Grete Wagner (3)\",[\"cost\"] = 5},{[\"name\"] = \"Dynamite Blast (3)\",[\"cost\"] = 4},{[\"name\"] = \"Taunt (3)\",[\"cost\"] = 1},{[\"name\"] = \"Physical Training (4)\",[\"cost\"] = 2},{[\"name\"] = \"One-Two Punch (5)\",[\"cost\"] = 2},{[\"name\"] = \"Harvey Walters\"},{[\"name\"] = \"Vault of Knowledge\",[\"cost\"] = 3},{[\"name\"] = \"Thrice-Damned Curiosity\"},{[\"name\"] = \"Obsessive\"},{[\"name\"] = \"Arcane Enlightenment\",[\"cost\"] = 2},{[\"name\"] = \"Celaeno Fragments\",[\"cost\"] = 1},{[\"name\"] = \"Disc of Itzamna\",[\"cost\"] = 3},{[\"name\"] = \"Encyclopedia\",[\"cost\"] = 2},{[\"name\"] = \"Feed the Mind\",[\"cost\"] = 3},{[\"name\"] = \"Forbidden Tome\",[\"cost\"] = 1},{[\"name\"] = \"Higher Education\",[\"cost\"] = 0},{[\"name\"] = \"Laboratory Assistant\",[\"cost\"] = 2},{[\"name\"] = \"Whitton Greene\",[\"cost\"] = 4},{[\"name\"] = \"Burning the Midnight Oil\",[\"cost\"] = 0},{[\"name\"] = \"Cryptic Writings\",[\"cost\"] = 0},{[\"name\"] = \"Extensive Research\",[\"cost\"] = 12},{[\"name\"] = \"Occult Invocation\",[\"cost\"] = 2},{[\"name\"] = \"Preposterous Sketches\",[\"cost\"] = 2},{[\"name\"] = \"Deduction\"},{[\"name\"] = \"Library Docent (1)\",[\"cost\"] = 1},{[\"name\"] = \"Glimpse the Unthinkable (1)\",[\"cost\"] = 0},{[\"name\"] = \"Esoteric Atlas (2)\",[\"cost\"] = 3},{[\"name\"] = \"Whitton Greene (2)\",[\"cost\"] = 4},{[\"name\"] = \"Cryptic Writings (2)\",[\"cost\"] = 0},{[\"name\"] = \"\\\"I've got a plan!\\\" (2)\",[\"cost\"] = 2},{[\"name\"] = \"Mind over Matter (2)\",[\"cost\"] = 1},{[\"name\"] = \"Seeking Answers (2)\",[\"cost\"] = 1},{[\"name\"] = \"Perception (2)\"},{[\"name\"] = \"Forbidden Tome (3)\",[\"cost\"] = 1},{[\"name\"] = \"Forbidden Tome (3)\",[\"cost\"] = 1},{[\"name\"] = \"Farsight (4)\",[\"cost\"] = 2},{[\"name\"] = \"Miskatonic Archaeology Funding (4)\"},{[\"name\"] = \"The Necronomicon (5)\",[\"cost\"] = 3},{[\"name\"] = \"Winifred Habbamock\"},{[\"name\"] = \"Anything You Can Do, Better\"},{[\"name\"] = \"Arrogance\"},{[\"name\"] = \"Reckless\"},{[\"name\"] = \"Lockpicks\",[\"cost\"] = 3},{[\"name\"] = \"Mauser C96\",[\"cost\"] = 4},{[\"name\"] = \"Switchblade\",[\"cost\"] = 1},{[\"name\"] = \"Lucky Cigarette Case\",[\"cost\"] = 2},{[\"name\"] = \"Lonnie Ritter\",[\"cost\"] = 4},{[\"name\"] = \"Leather Jacket\",[\"cost\"] = 2},{[\"name\"] = \"Streetwise\",[\"cost\"] = 0},{[\"name\"] = \"Cheap Shot\",[\"cost\"] = 2},{[\"name\"] = \"Daring Maneuver\",[\"cost\"] = 0},{[\"name\"] = \"Slip Away\",[\"cost\"] = 2},{[\"name\"] = \"Pilfer\",[\"cost\"] = 4},{[\"name\"] = \"Sneak By\",[\"cost\"] = 0},{[\"name\"] = \"Nimble\"},{[\"name\"] = \"Daredevil\"},{[\"name\"] = \"Opportunist\"},{[\"name\"] = \"Liquid Courage (1)\",[\"cost\"] = 1},{[\"name\"] = \"Mauser C96 (2)\",[\"cost\"] = 3},{[\"name\"] = \"Daring Maneuver (2)\",[\"cost\"] = 0},{[\"name\"] = \"Cheap Shot (2)\",[\"cost\"] = 2},{[\"name\"] = \"Slip Away (2)\",[\"cost\"] = 2},{[\"name\"] = \"Manual Dexterity (2)\"},{[\"name\"] = \"Lucky Cigarette Case (3)\",[\"cost\"] = 2},{[\"name\"] = \"Sharpshooter (3)\",[\"cost\"] = 2},{[\"name\"] = \"Pilfer (3)\",[\"cost\"] = 4},{[\"name\"] = \"Backstab (3)\",[\"cost\"] = 3},{[\"name\"] = \"Copycat (3)\"},{[\"name\"] = \"Beretta M1918 (4)\",[\"cost\"] = 4},{[\"name\"] = \"Chuck Fergus (5)\",[\"cost\"] = 3},{[\"name\"] = \"Jacqueline Fine\"},{[\"name\"] = \"Arbiter of Fates\",[\"cost\"] = 3},{[\"name\"] = \"Dark Future\"},{[\"name\"] = \"Nihilism\"},{[\"name\"] = \"Ritual Candles\",[\"cost\"] = 1},{[\"name\"] = \"Scrying Mirror\",[\"cost\"] = 3},{[\"name\"] = \"Azure Flame\",[\"cost\"] = 3},{[\"name\"] = \"Clairvoyance\",[\"cost\"] = 4},{[\"name\"] = \"Ineffable Truth\",[\"cost\"] = 3},{[\"name\"] = \"Familiar Spirit\",[\"cost\"] = 1},{[\"name\"] = \"Crystal Pendulum\",[\"cost\"] = 2},{[\"name\"] = \"Robes of Endless Night\",[\"cost\"] = 3},{[\"name\"] = \"Astral Travel\",[\"cost\"] = 3},{[\"name\"] = \"Hypnotic Gaze\",[\"cost\"] = 3},{[\"name\"] = \"Parallel Fates\",[\"cost\"] = 0},{[\"name\"] = \"Voice of Ra\",[\"cost\"] = 0},{[\"name\"] = \"Dark Prophecy\",[\"cost\"] = 1},{[\"name\"] = \"Defiance\"},{[\"name\"] = \"Prescient\"},{[\"name\"] = \"Eldritch Inspiration (1)\",[\"cost\"] = 0},{[\"name\"] = \"Grotesque Statue (2)\",[\"cost\"] = 3},{[\"name\"] = \"Robes of Endless Night (2)\",[\"cost\"] = 2},{[\"name\"] = \"Hypnotic Gaze (2)\",[\"cost\"] = 2},{[\"name\"] = \"Guts (2)\"},{[\"name\"] = \"Azure Flame (3)\",[\"cost\"] = 3},{[\"name\"] = \"Clairvoyance (3)\",[\"cost\"] = 4},{[\"name\"] = \"Ineffable Truth (3)\",[\"cost\"] = 3},{[\"name\"] = \"Arcane Studies (4)\",[\"cost\"] = 2},{[\"name\"] = \"Recharge (4)\",[\"cost\"] = 0},{[\"name\"] = \"Azure Flame (5)\",[\"cost\"] = 3},{[\"name\"] = \"Clairvoyance (5)\",[\"cost\"] = 4},{[\"name\"] = \"Ineffable Truth (5)\",[\"cost\"] = 3},{[\"name\"] = \"Stella Clark\"},{[\"name\"] = \"Neither Rain nor Snow\"},{[\"name\"] = \"Called by the Mists\"},{[\"name\"] = \"Atychiphobia\"},{[\"name\"] = \".18 Derringer\",[\"cost\"] = 3},{[\"name\"] = \"Grimm's Fairy Tales\",[\"cost\"] = 2},{[\"name\"] = \"Old Keyring\",[\"cost\"] = 1},{[\"name\"] = \"Granny Orne\",[\"cost\"] = 4},{[\"name\"] = \"Mysterious Raven\",[\"cost\"] = 1},{[\"name\"] = \"Rabbit's Foot\",[\"cost\"] = 1},{[\"name\"] = \"Scrapper\",[\"cost\"] = 2},{[\"name\"] = \"Will to Survive\",[\"cost\"] = 4},{[\"name\"] = \"A Test of Will\",[\"cost\"] = 1},{[\"name\"] = \"Dumb Luck\",[\"cost\"] = 2},{[\"name\"] = \"Grit Your Teeth\",[\"cost\"] = 1},{[\"name\"] = \"Live and Learn\",[\"cost\"] = 0},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"cost\"] = 2},{[\"name\"] = \"Oops!\",[\"cost\"] = 2},{[\"name\"] = \"Take Heart\"},{[\"name\"] = \"Cherished Keepsake (1)\",[\"cost\"] = 0},{[\"name\"] = \"Leather Coat (1)\",[\"cost\"] = 0},{[\"name\"] = \".18 Derringer (2)\",[\"cost\"] = 2},{[\"name\"] = \"A Test of Will (2)\",[\"cost\"] = 0},{[\"name\"] = \"\\\"Look what I found!\\\" (2)\",[\"cost\"] = 2},{[\"name\"] = \"Dumb Luck (2)\",[\"cost\"] = 2},{[\"name\"] = \"Unexpected Courage (2)\"},{[\"name\"] = \"Granny Orne (3)\",[\"cost\"] = 4},{[\"name\"] = \"Lucky! (3)\",[\"cost\"] = 0},{[\"name\"] = \"Chainsaw (4)\",[\"cost\"] = 4},{[\"name\"] = \"Quick Learner (4)\"},{[\"name\"] = \"Déjà Vu (5)\"},{[\"name\"] = \"To the Dreamlands\"},{[\"name\"] = \"Fate of the Dreamers\"},{[\"name\"] = \"Prisoners of Conquest\"},{[\"name\"] = \"Ruins of Sarkomand\"},{[\"name\"] = \"Effigy of Nodens\"},{[\"name\"] = \"Usurp the Night\"},{[\"name\"] = \"The Translator's Evidence\"},{[\"name\"] = \"The Supplicant's Evidence\"},{[\"name\"] = \"The Priestess's Evidence\"},{[\"name\"] = \"The Salesman's Evidence\"},{[\"name\"] = \"The Assassin's Evidence\"},{[\"name\"] = \"The Professor's Evidence\"},{[\"name\"] = \"Daisy Walker\"},{[\"name\"] = \"Daisy's Tote Bag\",[\"cost\"] = 2},{[\"name\"] = \"The Necronomicon\"},{[\"name\"] = \"\\\"Skids\\\" O'Toole\"},{[\"name\"] = \"On the Lam\",[\"cost\"] = 0},{[\"name\"] = \"Hospital Debts\"},{[\"name\"] = \"Agnes Baker\"},{[\"name\"] = \"Heirloom of Hyperborea\",[\"cost\"] = 3},{[\"name\"] = \"Dark Memory\",[\"cost\"] = 4},{[\"name\"] = \"Triumph and Subjugation\"},{[\"name\"] = \"Jenny Barnes\"},{[\"name\"] = \"Green Man Medallion\",[\"cost\"] = 1},{[\"name\"] = \"Sacrificial Beast\"},{[\"name\"] = \"Roland Banks\"},{[\"name\"] = \"Mysteries Remain\",[\"cost\"] = 0},{[\"name\"] = \"The Dirge of Reason\"},{[\"name\"] = \"Norman Withers\"},{[\"name\"] = \"Split the Angle\",[\"cost\"] = 2},{[\"name\"] = \"Vengeful Hound\"},{[\"name\"] = \"Carolyn Fern\"},{[\"name\"] = \"Foolishness\",[\"cost\"] = 4},{[\"name\"] = \"To Fight the Black Wind\"},{[\"name\"] = \"Silas Marsh\"},{[\"name\"] = \"Nautical Prowess\"},{[\"name\"] = \"Dreams of the Deep\"},{[\"name\"] = \"Dexter Drake\"},{[\"name\"] = \"Molly Maxwell\",[\"cost\"] = 3},{[\"name\"] = \"Yaztaroth\"},{[\"name\"] = \"Gloria Goldberg\"},{[\"name\"] = \"Ruth Westmacott\",[\"cost\"] = 3},{[\"name\"] = \"Liber Omnium Finium\"},{[\"name\"] = \"Marie Lambeau\"},{[\"name\"] = \"Mystifying Song\",[\"cost\"] = 3},{[\"name\"] = \"Baron Samedi\"}}\r\nend", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Sefina Rousseau Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.3471622, + "posY": 1.64091611, + "posZ": -21.31525, + "rotX": 359.920135, + "rotY": 270.000671, + "rotZ": 0.0168785024, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.576470554, + "g": 0.333331048, + "r": 0.3647036 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695635919071208/1AB7222850201630826BFFBA8F2BD0065E2D572F/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "CustomUIAssets": [ + { + "Name": "combatIcon", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1754695581870520946/B61CD5BDAE28B1893809915C7C92A8B472BB65BB/" + } + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1e28aa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "function onload(saved_data)\r\n cardsInBag = {}\r\n memoizedCards = {}\r\n cardJson = loadCards()\r\nend\r\n\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n --use previously-found cards for faster performace\r\n if memoizedCards[object.getName()] then\r\n table.insert(cardsInBag, {name = object.getName() .. memoizedCards[object.getName()], id = object.getGUID()})\r\n recreateButtons()\r\n else\r\n findCard(object)\r\n end\r\n end\r\nend\r\n\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n removeCardByGUID(cardsInBag, object.getGUID())\r\n recreateButtons()\r\n end\r\nend\r\n\r\nfunction findCard(object)\r\n local icons = ''\r\n local cost = ''\r\n\r\n for _, card in pairs (cardJson) do\r\n if (card.name == object.getName()) then\r\n local skillIcons = getIcons(card.skillIcons)\r\n if skillIcons ~= '' then\r\n icons = '\\n' .. skillIcons\r\n end\r\n if card.cost ~= nil then\r\n cost = '[' .. card.cost .. '] '\r\n end\r\n break\r\n end\r\n end\r\n\r\n --memoize result\r\n memoizedCards[object.getName()] = icons\r\n\r\n table.insert(cardsInBag, {name = cost .. object.getName() .. icons, id = object.getGUID()})\r\n recreateButtons()\r\nend\r\n\r\nfunction getIcons(skillIcons)\r\n local icons = ''\r\n\r\n for icon, value in pairs (skillIcons) do\r\n icons = icons .. icon .. ': ' .. value .. ' '\r\n end\r\n\r\n return icons\r\nend\r\n\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n verticalPosition = 1.5\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = {0,0,verticalPosition},\r\n height = 225,\r\n width = 1200,\r\n font_size = 75,\r\n color = {1,1,1},\r\n font_color = {0,0,0}\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.55\r\n end\r\n\r\n countLabel = #cardsInBag == 0 and '' or #cardsInBag\r\n\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'nothing',\r\n function_owner = self,\r\n position = {0,0,-1.25},\r\n width = 0,\r\n height = 0,\r\n font_size = 225,\r\n font_color = {1,1,1}\r\n })\r\nend\r\n\r\nfunction nothing()\r\nend\r\n\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\nend\r\n\r\nfunction removeCardByGUID(bag, guid)\r\n local idx = nil\r\n\r\n for i, v in ipairs (bag) do\r\n if (v.id == guid) then\r\n idx = i\r\n end\r\n end\r\n\r\n if idx ~= nil then\r\n table.remove(cardsInBag, idx)\r\n end\r\nend\r\n\r\nfunction loadCards()\r\n return {{[\"name\"] = \"Random Basic Weakness\",[\"skillIcons\"] = {}},{[\"name\"] = \"Roland Banks\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Daisy Walker\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Agnes Baker\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Wendy Adams\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 4,[\"Combat\"] = 1,[\"Intellect\"] = 3}},{[\"name\"] = \"Roland's .38 Special\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Cover Up\",[\"skillIcons\"] = {}},{[\"name\"] = \"Daisy's Tote Bag\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Necronomicon\",[\"skillIcons\"] = {}},{[\"name\"] = \"On the Lam\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hospital Debts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heirloom of Hyperborea\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Memory\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Wendy's Amulet\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Abandoned and Alone\",[\"skillIcons\"] = {}},{[\"name\"] = \".45 Automatic\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Physical Training\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Beat Cop\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"First Aid\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Machete\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Guard Dog\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Evidence!\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Dodge\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dynamite Blast\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Vicious Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Extra Ammunition (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Police Badge (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Beat Cop (2)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Shotgun (4)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Magnifying Glass\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Old Book of Lore\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Research Librarian\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dr. Milan Christopher\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hyperawareness\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Medical Texts\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Mind over Matter\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Working a Hunch\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Barricade\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Magnifying Glass (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Disc of Itzamna (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Encyclopedia (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cryptic Research (4)\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Switchblade\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Burglary\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Pickpocketing\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \".41 Derringer\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Leo De Luca\",[\"cost\"] = 6,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hard Knocks\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Elusive\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Backstab\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Sneak Attack\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Opportunist\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Leo De Luca (1)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Cat Burglar (1)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Sure Gamble (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Hot Streak (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Forbidden Knowledge\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Holy Rosary\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Shrivelling\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scrying\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Arcane Studies\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Arcane Initiate\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Drawn to the Flame\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ward of Protection\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Blinding Light\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Fearless\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Mind Wipe (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Blinding Light (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Book of Shadows (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Grotesque Statue (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Leather Coat\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scavenging\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Baseball Bat\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rabbit's Foot\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Stray Cat\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dig Deep\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Cunning Distraction\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Lucky!\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Survival Instinct\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Aquinnah (1)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Close Call (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Lucky! (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Will to Survive (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Knife\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Flashlight\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Emergency Cache\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Guts\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Perception\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Overpower\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Manual Dexterity\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Unexpected Courage\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Bulletproof Vest (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Elder Sign Amulet (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Amnesia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Paranoia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Haunted\",[\"skillIcons\"] = {}},{[\"name\"] = \"Psychosis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hypochondria\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mob Enforcer\",[\"skillIcons\"] = {}},{[\"name\"] = \"Silver Twilight Acolyte\",[\"skillIcons\"] = {}},{[\"name\"] = \"Stubborn Detective\",[\"skillIcons\"] = {}},{[\"name\"] = \"Zoey Samaras\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Rex Murphy\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Jenny Barnes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Jim Culver\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"\\\"Ashcan\\\" Pete\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Zoey's Cross\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Smite the Wicked\",[\"skillIcons\"] = {}},{[\"name\"] = \"Search for the Truth\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Rex's Curse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jenny's Twin .45s\",[\"cost\"] = -2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Searching for Izzie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jim's Trumpet\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 2}},{[\"name\"] = \"Final Rhapsody\",[\"skillIcons\"] = {}},{[\"name\"] = \"Duke\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Wracked by Nightmares\",[\"skillIcons\"] = {}},{[\"name\"] = \"Blackjack\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Taunt\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Teamwork\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Taunt (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Laboratory Assistant\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Strange Solution\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shortcut\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Seeking Answers\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Liquid Courage\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Think on Your Feet\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Double or Nothing\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hired Muscle (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rite of Seeking\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ritual Candles\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Clarity of Mind\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bind Monster (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Fire Axe\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Peter Sylvestre\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bait and Switch\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Peter Sylvestre (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Kukri\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Indebted\",[\"skillIcons\"] = {}},{[\"name\"] = \"Internal Injury\",[\"skillIcons\"] = {}},{[\"name\"] = \"Chronophobia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Emergency Aid\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Brother Xavier (1)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"I've got a plan!\\\"\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pathfinder (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Contraband\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Adaptable (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Delve Too Deep\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Song of the Dead (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Oops!\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Fire Extinguisher (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Flare (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Smoking Pipe\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Painkillers\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bandolier\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Stand Together (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Art Student\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"\\\"I'm outta here!\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Switchblade (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hypnotic Gaze\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Shrivelling (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Newspaper\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Lure (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Relic Hunter (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Charisma (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Prepared for the Worst\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Keen Eye (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Preposterous Sketches\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Higher Education (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lone Wolf\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Streetwise (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Defiance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Blood Pact (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Rise to the Occasion\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Scrapper (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Emergency Cache (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"If it bleeds...\\\"\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Springfield M1903 (4)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Inquiring Mind\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Expose Weakness (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Quick Thinking\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Lucky Dice (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Opportunist (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Alyssa Graham\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Rite of Seeking (4)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Dark Horse\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Survival Instinct (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Leadership\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"\\\"I've had worse...\\\" (4)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 1}},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ace in the Hole (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Moonlight Ritual\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Fearless (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Jewel of Aureolus (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"A Chance Encounter\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stroke of Luck (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Fine Clothes\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Moment of Respite (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Vicious Blow (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Monster Slayer (5)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Lightning Gun (5)\",[\"cost\"] = 6,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dr. William T. Maleson\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Deciphered Reality (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Chicago Typewriter (4)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"The Gold Pocket Watch (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Shrivelling (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Ward of Protection (5)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Aquinnah (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Try and Try Again (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"The Red-Gloved Man (5)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Mark Harrigan\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 5,[\"Intellect\"] = 2}},{[\"name\"] = \"Minh Thi Phan\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Sefina Rousseau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 4,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Akachi Onyele\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"William Yorick\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Lola Hayes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"The Home Front\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Shell Shock\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sophie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sophie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Analytical Mind\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"The King in Yellow\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Painted World\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Stars of Hyades\",[\"skillIcons\"] = {}},{[\"name\"] = \"Spirit-Speaker\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Angered Spirits\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bury Them Deep\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Graveyard Ghouls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Improvisation\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Crisis of Identity\",[\"skillIcons\"] = {}},{[\"name\"] = \".32 Colt\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"True Grit\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Let me handle this!\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Ever Vigilant (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Fieldwork\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Archaic Glyphs\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"No Stone Unturned\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"In the Know (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Stealth\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Sleight of Hand\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Daring Maneuver\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Lockpicks (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Alchemical Transmutation\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Uncage the Soul\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Astral Travel\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Spirit Athame (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Lantern\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Gravedigger's Shovel\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Hiding Spot\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Resourceful\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Overzealous\",[\"skillIcons\"] = {}},{[\"name\"] = \"Drawing the Sign\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Thing That Follows\",[\"skillIcons\"] = {}},{[\"name\"] = \"Constance Dumaine\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jordan Perry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ishimaru Haruko\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sebastien Moreau\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ashleigh Clarke\",[\"skillIcons\"] = {}},{[\"name\"] = \"Engram's Oath\",[\"skillIcons\"] = {}},{[\"name\"] = \"L'agneau Perdu\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Pattern\",[\"skillIcons\"] = {}},{[\"name\"] = \"The First Show\",[\"skillIcons\"] = {}},{[\"name\"] = \"Above and Below\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heroic Rescue\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Combat Training (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Anatomical Diagrams\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Scientific Theory (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Knuckleduster\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Moxie (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"David Renfield\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Grounded (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Cherished Keepsake\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Plucky (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Say Your Prayers\",[\"skillIcons\"] = {[\"Will\"] = 4}},{[\"name\"] = \"Desperate Search\",[\"skillIcons\"] = {[\"Intellect\"] = 4}},{[\"name\"] = \"Reckless Assault\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Run For Your Life\",[\"skillIcons\"] = {[\"Agility\"] = 4}},{[\"name\"] = \"Trench Knife\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Ambush (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Charles Ross, Esq.\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Forewarned (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dario El-Amin\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Sneak Attack (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Storm of Spirits\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Book of Shadows (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Fight or Flight\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"A Test of Will (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Devil's Luck (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Calling in Favors\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I'll see you in hell!\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \".45 Automatic (2)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Logical Reasoning\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cheap Shot\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Pickpocketing (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Quantum Flux\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Recharge (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Madame Labranche\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Snare Trap (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Inspiring Presence\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Mano a Mano (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"First Aid (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Eureka!\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shortcut (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Watch this!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \".41 Derringer (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Torrent of Power\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scrying (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Waylay\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"A Chance Encounter (2)\",[\"cost\"] = -2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Emergency Cache (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"On the Hunt\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stick to the Plan (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Guidance\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Arcane Insight (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Narrow Escape\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Suggestion (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"St. Hubert's Key\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ward of Protection (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Arcane Initiate (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"\\\"Not without a fight!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"True Survivor (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"Eat lead!\\\" (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Armor of Ardennes (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Eidetic Memory (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"No Stone Unturned (5)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Charon's Obol (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lupara (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Cheat Death (5)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Time Warp (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Seal of the Elder Sign (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Newspaper (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Infighting (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Key of Ys (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Songs That the Hyades Shall Sing\",[\"skillIcons\"] = {}},{[\"name\"] = \"Stars of Aldebaran\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bleak Desolation\",[\"skillIcons\"] = {}},{[\"name\"] = \"Inhabitant of Carcosa\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Moment's Rest\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Coffin\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mapping the Streets\",[\"skillIcons\"] = {}},{[\"name\"] = \"The King's Parade\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Archway\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Height of the Depths\",[\"skillIcons\"] = {}},{[\"name\"] = \"Steps of the Palace\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Fall\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hastur's End\",[\"skillIcons\"] = {}},{[\"name\"] = \"Leo Anderson\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 1,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Ursula Downs\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 4,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Finn Edwards\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 4}},{[\"name\"] = \"Father Mateo\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Calvin Wright\",[\"skillIcons\"] = {[\"Will\"] = 0,[\"Agility\"] = 0,[\"Combat\"] = 0,[\"Intellect\"] = 0}},{[\"name\"] = \"Mitch Brown\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Bought in Blood\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jake Williams\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Call of the Unknown\",[\"skillIcons\"] = {}},{[\"name\"] = \"Smuggled Goods\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Finn's Trusty .38\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Caught Red-Handed\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Codex of Ages\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Serpents of Yig\",[\"skillIcons\"] = {}},{[\"name\"] = \"Until the End of Time\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Voice of the Messenger\",[\"skillIcons\"] = {}},{[\"name\"] = \"Survival Knife\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Venturer\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Trusted\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Reliable (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Dr. Elli Horowitz\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ancient Stone (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Tooth of Eztli\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Unearth the Ancients\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Treasure Hunter (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Decorated Skull\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Eavesdrop\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"You handle this one!\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Mists of R'lyeh\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"The Chthonian Stone\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Protective Incantation (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dark Prophecy\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Improvised Weapon\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Dumb Luck\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Yaotl (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Last Chance\",[\"skillIcons\"] = {[\"Wild\"] = 5}},{[\"name\"] = \"Backpack\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dark Pact\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"The Price of Failure\",[\"skillIcons\"] = {}},{[\"name\"] = \"Doomed\",[\"skillIcons\"] = {}},{[\"name\"] = \"Accursed Fate\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Bell Tolls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Scene of the Crime\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Marksmanship (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Persuasion\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shrewd Analysis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lucky Cigarette Case\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Fence (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Arcane Research\",[\"skillIcons\"] = {}},{[\"name\"] = \"Counterspell (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Perseverance\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Stunning Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Second Wind\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Take the Initiative\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Well Prepared (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Truth from Fiction\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"True Understanding\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Quick Study (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hatchet Man\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"High Roller (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Enraptured\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Recall the Future (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Try and Try Again (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Cornered (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Intrepid\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Custom Ammunition (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Otherworldly Compass (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Expose Weakness (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Lola Santiago (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Olive McBride\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Defiance (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Premonition\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Live and Learn\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Take Heart\",[\"skillIcons\"] = {}},{[\"name\"] = \"Against All Odds (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Trench Coat\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Ornate Bow (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"M1918 BAR (4)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Ancient Stone (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Ancient Stone (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Slip Away\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pay Day (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Sacrifice (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crystalline Elder Sign (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"On Your Own (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Handcuffs\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Blood Eclipse (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Feed the Mind (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Colt Vest Pocket\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Coup de Grâce\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"The Skeleton Key (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Mists of R'lyeh (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Winging It\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Old Hunting Rifle (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Thermos\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Hemispheric Map (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Timeworn Brand (5)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Kerosene (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Flamethrower (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Vantage Point\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pnakotic Manuscripts (5)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Borrowed Time (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"All In (5)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Shards of the Void (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Seal of the Seventh Sign (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Impromptu Barrier\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Alter Fate (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Yig's Mercy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Another Way\",[\"skillIcons\"] = {}},{[\"name\"] = \"Carolyn Fern\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Joe Diamond\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 4}},{[\"name\"] = \"Preston Fairmont\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Diana Stanley\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Rita Young\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 5,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Marie Lambeau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Hypnotic Therapy\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Rational Thought\",[\"skillIcons\"] = {}},{[\"name\"] = \"Detective's Colt 1911s\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Unsolved Case\",[\"cost\"] = 4,[\"skillIcons\"] = {}},{[\"name\"] = \"Family Inheritance\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lodge \\\"Debts\\\"\",[\"cost\"] = 10,[\"skillIcons\"] = {}},{[\"name\"] = \"Twilight Blade\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Insight\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Terrible Secret\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"I'm done runnin'!\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hoods\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mystifying Song\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Baron Samedi\",[\"skillIcons\"] = {}},{[\"name\"] = \"Interrogate\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Delay the Inevitable\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Steadfast\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Ace of Swords (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Fingerprint Kit\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Connect the Dots\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Curiosity\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Death • XIII (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Well Connected\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Money Talks\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Cunning\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Moon • XVIII (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Deny Existence\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Eldritch Inspiration\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Prophesy\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Four of Cups (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Track Shoes\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Act of Desperation\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Able Bodied\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Five of Pentacles (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Ace of Rods (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"The 13th Vision\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Tower • XVI\",[\"cost\"] = 4,[\"skillIcons\"] = {}},{[\"name\"] = \"Something Worth Fighting For\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crack the Case\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Intel Report\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Sign Magick\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Banish (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Meat Cleaver\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \".45 Thompson\",[\"cost\"] = 6,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scroll of Secrets\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Enchanted Blade\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Grisly Totem\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Alice Luxley\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Well-Maintained (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Mr. \\\"Rook\\\"\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Hawk-Eye Folding Camera\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Henry Wan\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Swift Reflexes\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Wither\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Sixth Sense\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Drawing Thin\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Belly of the Beast\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \".45 Thompson (3)\",[\"cost\"] = 6,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \".45 Thompson (3)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Scroll of Secrets (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Scroll of Secrets (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Enchanted Blade (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Enchanted Blade (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Grisly Totem (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Grisly Totem (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"The Council's Coffer (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Warning Shot\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Telescopic Sight (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Knowledge is Power\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Esoteric Atlas (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Investments\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Decoy\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"De Vermis Mysteriis (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Guiding Spirit (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Fortune or Fate (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Mk 1 Grenades (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Agency Backup (5)\",[\"cost\"] = 7,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ghastly Revelation\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Studious (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Small Favor\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Another Day, Another Dollar (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dayana Esperence (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Deny Existence (5)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Trial by Fire\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Bait and Switch (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Anna Kaslow (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hallowed Mirror\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Soothing Melody\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I've had worse...\\\" (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Occult Lexicon\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Blood-Rite\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Glimpse the Unthinkable (5)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"\\\"You owe me one!\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Double, Double (4)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Wither (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Sixth Sense (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Lure (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Eucatastrophe (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Tommy Muldoon\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Mandy Thompson\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 5}},{[\"name\"] = \"Tony Morgan\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 5,[\"Intellect\"] = 3}},{[\"name\"] = \"Luke Robinson\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Patrice Hathaway\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Becky\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Rookie Mistake\",[\"skillIcons\"] = {}},{[\"name\"] = \"Occult Evidence\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shocking Discovery\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bounty Contracts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Tony's .38 Long Colt\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tony's Quarry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Gate Box\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Detached from Reality\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dream-Gate\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dream-Gate\",[\"skillIcons\"] = {}},{[\"name\"] = \"Patrice's Violin\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Watcher from Another Dimension\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Hungering Blade (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Bloodlust\",[\"skillIcons\"] = {}},{[\"name\"] = \"Solemn Vow\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Segment of Onyx (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Pendant of the Queen\",[\"skillIcons\"] = {}},{[\"name\"] = \"Astounding Revelation\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Crystallizer of Dreams\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Guardian of the Crystallizer\",[\"skillIcons\"] = {}},{[\"name\"] = \"Easy Mark (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stargazing (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"The Stars Are Right\",[\"skillIcons\"] = {}},{[\"name\"] = \"Open Gate\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Miss Doyle (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hope\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Zeal\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Augur\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Fortuitous Discovery\",[\"cost\"] = -2,[\"skillIcons\"] = {}},{[\"name\"] = \"Self-Centered\",[\"skillIcons\"] = {}},{[\"name\"] = \"Kleptomania\",[\"skillIcons\"] = {}},{[\"name\"] = \"Narcolepsy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Your Worst Nightmare\",[\"skillIcons\"] = {}},{[\"name\"] = \"First Watch\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Daring\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Dream Diary\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Essence of the Dream\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Followed\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Momentum (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scroll of Prophecies\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Read the Signs\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Jessica Hyde (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Cryptic Souls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dreamlike Horrors\",[\"skillIcons\"] = {}},{[\"name\"] = \"Endless Secrets\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cylinders of Kadatheron\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Doom of Sarnath\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ghosts of the Dead\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Palace of Rainbows\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Shrine to the Gods\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Crypt of Zulan-Thek\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wares of Baharna\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Likeness of Old\",[\"skillIcons\"] = {}},{[\"name\"] = \"What Remains of Tyrrhia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Advice of the King\",[\"skillIcons\"] = {}},{[\"name\"] = \"Timeless Beauty\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unattainable Desires\",[\"skillIcons\"] = {}},{[\"name\"] = \"The City Inside\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Baleful Star\",[\"skillIcons\"] = {}},{[\"name\"] = \"Tetsuo Mori\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Fool me once...\\\" (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Self-Sacrifice\",[\"skillIcons\"] = {}},{[\"name\"] = \"Otherworld Codex (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dream-Enhancing Serum\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Let God sort them out...\\\"\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Swift Reload (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Gregory Gry\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Healing Words\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ethereal Form\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Scrounge for Supplies\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Brute Force (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Versatile (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \".35 Winchester\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Safeguard (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Practice Makes Perfect\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Extensive Research (1)\",[\"cost\"] = 10,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Three Aces (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Burglary (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Spectral Razor\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Word of Command (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Moonstone\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Sharp Vision (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Lucid Dreaming (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {}},{[\"name\"] = \"Off the Galley\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heroic Rescue (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Leadership (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Haste (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Daredevil (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Empower Self (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Empower Self (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Empower Self (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Twila Katherine Price (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"A Glimmer of Hope\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Expeditious Retreat (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Ghastly Tunnels\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Sentry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Another Path\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Strange Ghoul\",[\"skillIcons\"] = {}},{[\"name\"] = \"Scouting the Vale\",[\"skillIcons\"] = {}},{[\"name\"] = \"Something Below\",[\"skillIcons\"] = {}},{[\"name\"] = \"Inhabitants of the Vale\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Way Out\",[\"skillIcons\"] = {}},{[\"name\"] = \"Spider-Infested Waters\",[\"skillIcons\"] = {}},{[\"name\"] = \"Still Surface\",[\"skillIcons\"] = {}},{[\"name\"] = \"Rolling Pits\",[\"skillIcons\"] = {}},{[\"name\"] = \"Center of the Sea\",[\"skillIcons\"] = {}},{[\"name\"] = \"Empty Vessel (4)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Wish Eater\",[\"skillIcons\"] = {}},{[\"name\"] = \"Surprising Find (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Old Book of Lore (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Garrote Wire (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Delilah O'Rourke (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Summoned Hound (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Unbound Beast\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nothing Left to Lose (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"The Black Cat (5)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Spiritual Resolve (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Abigail Foreman (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Eye of Truth (5)\",[\"skillIcons\"] = {[\"Wild\"] = 4}},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sawed-Off Shotgun (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Mind's Eye (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Shining Trapezohedron (4)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Nightmare Bauble (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Dream Parasite\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Scavenging (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Sister Mary\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Amanda Sharpe\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Trish Scarborough\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Dexter Drake\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Silas Marsh\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Guardian Angel\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Crisis of Faith\",[\"skillIcons\"] = {}},{[\"name\"] = \"Obscure Studies\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Whispers from the Deep\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"In the Shadows\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Shadow Agents\",[\"skillIcons\"] = {}},{[\"name\"] = \"Showmanship\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Occult Scraps\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Sea Change Harpoon\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Silas's Net\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Siren Call\",[\"skillIcons\"] = {}},{[\"name\"] = \"Book of Psalms\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Blessed Blade\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rite of Sanctification\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hand of Fate\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Cryptographic Cipher\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Grimoire\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Deep Knowledge\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Plan of Action\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \".25 Automatic\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dark Ritual\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Obfuscation\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Faustian Bargain\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sword Cane\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Tides of Fate\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Ward of Radiance\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Promise of Power\",[\"skillIcons\"] = {[\"Wild\"] = 4}},{[\"name\"] = \"Token of Faith\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Keep Faith\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Predestined\",[\"skillIcons\"] = {}},{[\"name\"] = \"Beloved\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Tempt Fate\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Accursed Follower\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dread Curse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Day of Reckoning\",[\"skillIcons\"] = {}},{[\"name\"] = \"Riot Whistle\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Righteous Hunt (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Sacred Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Eldritch Sophist\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Stirring Up Trouble (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Blasphemous Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Breaking and Entering\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Skeptic (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"False Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Armageddon\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Eye of Chaos\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Shroud of Shadows\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Paradoxical Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mariner's Compass\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ancient Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Keen Eye\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Radiant Smite (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"The Truth Beckons\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Gaze of Ouraxsh (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Priest of Two Faiths (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Under Surveillance (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Blood Pact\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Abyssal Tome (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Butterfly Effect (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Third Time's a Charm (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Manipulate Destiny (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Enchanted Armor (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Blessing of Isis (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ríastrad (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Tristan Botley (2)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Curse of Aeons (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Unrelenting (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Signum Crucis (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Holy Rosary (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Shield of Faith (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Fey (1)\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1}},{[\"name\"] = \"Guided by the Unseen (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Lucky\\\" Penny (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Eye of the Djinn (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Armageddon (4)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Eye of Chaos (4)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shroud of Shadows (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Spirit of Humanity (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Harmony Restored (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Enchant Weapon (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Nephthys (4)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"The Stygian Eye (3)\",[\"cost\"] = 10,[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Hyperawareness (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Geas (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Hard Knocks (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Ikiaq (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Flute of the Outer Gods (4)\",[\"cost\"] = -2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Watchful Peace (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Dig Deep (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Favor of the Moon (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Favor of the Sun (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Purifying Corruption (4)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hallow (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Holy Spear (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Ancestral Knowledge (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ariadne's Twine (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \".25 Automatic (2)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Justify the Means (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lucky Dice (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Rite of Equilibrium (5)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Jacob Morrison (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shrine of the Moirai (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sweeping Kick (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Butterfly Swords (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Written in the Stars\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Dragon Pole\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Astronomical Atlas (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Strength in Numbers (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Medical Student\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Michael Leigh (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Divination (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Blur (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Physical Training (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Dynamite Blast (2)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hyperawareness (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Barricade (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hard Knocks (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Hot Streak (2)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Arcane Studies (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Mind Wipe (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dig Deep (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Rabbit's Foot (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Bandolier (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Blackjack (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Preposterous Sketches (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Strange Solution (4)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Contraband (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Think on Your Feet (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Rite of Seeking (2)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Clarity of Mind (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Oops! (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Rise to the Occasion (3)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Through the Gates\",[\"skillIcons\"] = {}},{[\"name\"] = \".32 Colt (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"\\\"Eat lead!\\\"\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Logical Reasoning (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stealth (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Suggestion (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Alchemical Transmutation (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Storm of Spirits (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Lantern (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Gravedigger's Shovel (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Unspeakable Oath (Bloodthirst)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unspeakable Oath (Curiosity)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unspeakable Oath (Cowardice)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Blood Eclipse (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Survival Knife (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Truth from Fiction (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"Ancient Stone (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Decorated Skull (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Colt Vest Pocket (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Mists of R'lyeh (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"The Chthonian Stone (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Alter Fate (1)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"On Your Own (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Backpack (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dendromorphosis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Offer You Cannot Refuse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fine Print\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sell Your Soul\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Star • XVII (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"The Hierophant • V (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {}},{[\"name\"] = \"Moon Pendant (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {}},{[\"name\"] = \"Nathaniel Cho\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 5,[\"Intellect\"] = 2}},{[\"name\"] = \"Randall Cho\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tommy Malloy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Self-Destructive\",[\"skillIcons\"] = {}},{[\"name\"] = \"Boxing Gloves\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Flesh Ward\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Grete Wagner\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Physical Training\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Relentless\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Safeguard\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Clean Them Out\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Counterpunch\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dodge\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"\\\"Get over here!\\\"\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Glory\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Monster Slayer\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"One-Two Punch\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Stand Together\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Vicious Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Evidence! (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Galvanize (1)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Counterpunch (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"\\\"Get over here!\\\" (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Lesson Learned (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Mano a Mano (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Overpower (2)\",[\"skillIcons\"] = {[\"Combat\"] = 3}},{[\"name\"] = \"Boxing Gloves (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Grete Wagner (3)\",[\"cost\"] = 5,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dynamite Blast (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Taunt (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Physical Training (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"One-Two Punch (5)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Harvey Walters\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 1,[\"Intellect\"] = 5}},{[\"name\"] = \"Vault of Knowledge\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Thrice-Damned Curiosity\",[\"skillIcons\"] = {}},{[\"name\"] = \"Obsessive\",[\"skillIcons\"] = {}},{[\"name\"] = \"Arcane Enlightenment\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Celaeno Fragments\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Disc of Itzamna\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Encyclopedia\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Feed the Mind\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Forbidden Tome\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Higher Education\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Laboratory Assistant\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Whitton Greene\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Burning the Midnight Oil\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Writings\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Extensive Research\",[\"cost\"] = 12,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Occult Invocation\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Preposterous Sketches\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Library Docent (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Glimpse the Unthinkable (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Esoteric Atlas (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Whitton Greene (2)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Writings (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I've got a plan!\\\" (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Mind over Matter (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Seeking Answers (2)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Perception (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"Forbidden Tome (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Forbidden Tome (3)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Farsight (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Miskatonic Archaeology Funding (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Necronomicon (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 5}},{[\"name\"] = \"Winifred Habbamock\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 5,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Anything You Can Do, Better\",[\"skillIcons\"] = {[\"Wild\"] = 6}},{[\"name\"] = \"Arrogance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Reckless\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lockpicks\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Mauser C96\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Switchblade\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Lucky Cigarette Case\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Lonnie Ritter\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Leather Jacket\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Streetwise\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cheap Shot\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Daring Maneuver\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Slip Away\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pilfer\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sneak By\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Nimble\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Daredevil\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Opportunist\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Liquid Courage (1)\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Mauser C96 (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Daring Maneuver (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cheap Shot (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Slip Away (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Manual Dexterity (2)\",[\"skillIcons\"] = {[\"Agility\"] = 3}},{[\"name\"] = \"Lucky Cigarette Case (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Sharpshooter (3)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Pilfer (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Backstab (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Copycat (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Beretta M1918 (4)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Chuck Fergus (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Jacqueline Fine\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Arbiter of Fates\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dark Future\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nihilism\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ritual Candles\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Scrying Mirror\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Azure Flame\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Clairvoyance\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ineffable Truth\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Familiar Spirit\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crystal Pendulum\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Robes of Endless Night\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Astral Travel\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hypnotic Gaze\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Parallel Fates\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Voice of Ra\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dark Prophecy\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Defiance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Prescient\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Eldritch Inspiration (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Grotesque Statue (2)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Robes of Endless Night (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hypnotic Gaze (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Guts (2)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Azure Flame (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Clairvoyance (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ineffable Truth (3)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Arcane Studies (4)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Recharge (4)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Azure Flame (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Clairvoyance (5)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Ineffable Truth (5)\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Stella Clark\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Neither Rain nor Snow\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Called by the Mists\",[\"skillIcons\"] = {}},{[\"name\"] = \"Atychiphobia\",[\"skillIcons\"] = {}},{[\"name\"] = \".18 Derringer\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Grimm's Fairy Tales\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Old Keyring\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Granny Orne\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Mysterious Raven\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Rabbit's Foot\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scrapper\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Will to Survive\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Test of Will\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dumb Luck\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Grit Your Teeth\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Live and Learn\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Oops!\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Take Heart\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cherished Keepsake (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Leather Coat (1)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \".18 Derringer (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Test of Will (2)\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\" (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Dumb Luck (2)\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Unexpected Courage (2)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Granny Orne (3)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Lucky! (3)\",[\"cost\"] = 0,[\"skillIcons\"] = {}},{[\"name\"] = \"Chainsaw (4)\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Combat\"] = 3}},{[\"name\"] = \"Quick Learner (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Déjà Vu (5)\",[\"skillIcons\"] = {}},{[\"name\"] = \"To the Dreamlands\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fate of the Dreamers\",[\"skillIcons\"] = {}},{[\"name\"] = \"Prisoners of Conquest\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ruins of Sarkomand\",[\"skillIcons\"] = {}},{[\"name\"] = \"Effigy of Nodens\",[\"skillIcons\"] = {}},{[\"name\"] = \"Usurp the Night\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Translator's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Supplicant's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Priestess's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Salesman's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Assassin's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Professor's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"Daisy Walker\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"Daisy's Tote Bag\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Necronomicon\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"On the Lam\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hospital Debts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Agnes Baker\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Heirloom of Hyperborea\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Memory\",[\"cost\"] = 4,[\"skillIcons\"] = {}},{[\"name\"] = \"Triumph and Subjugation\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jenny Barnes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Green Man Medallion\",[\"cost\"] = 1,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Sacrificial Beast\",[\"skillIcons\"] = {}},{[\"name\"] = \"Roland Banks\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Mysteries Remain\",[\"cost\"] = 0,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Dirge of Reason\",[\"skillIcons\"] = {}},{[\"name\"] = \"Norman Withers\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 1,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"Split the Angle\",[\"cost\"] = 2,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Vengeful Hound\",[\"skillIcons\"] = {}},{[\"name\"] = \"Carolyn Fern\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Foolishness\",[\"cost\"] = 4,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"To Fight the Black Wind\",[\"skillIcons\"] = {}},{[\"name\"] = \"Silas Marsh\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Nautical Prowess\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dreams of the Deep\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Dexter Drake\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Molly Maxwell\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Yaztaroth\",[\"skillIcons\"] = {}},{[\"name\"] = \"Gloria Goldberg\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 1,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Ruth Westmacott\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Liber Omnium Finium\",[\"skillIcons\"] = {}},{[\"name\"] = \"Marie Lambeau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Mystifying Song\",[\"cost\"] = 3,[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Baron Samedi\",[\"skillIcons\"] = {}}}\r\nend", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Diana Stanley Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.3471642, + "posY": 1.64091611, + "posZ": -21.3152542, + "rotX": 359.920135, + "rotY": 270.0006, + "rotZ": 0.01688044, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.576470554, + "g": 0.3333312, + "r": 0.3647037 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695635919102502/453D4426118C8A6DE2EA281184716E26CA924C84/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d866f5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "function onload(saved_data)\r\n cardsInBag = {}\r\n memoizedCards = {}\r\n searchUrl=\"https://arkhamdb.com/find?q=\"\r\nend\r\n\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n --use previously-found cards to prevent redundant ArkhamDB requests\r\n if memoizedCards[object.getName()] then\r\n table.insert(cardsInBag, {name = object.getName() .. memoizedCards[object.getName()], id = object.getGUID()})\r\n recreateButtons()\r\n else\r\n local formatCardName = string.gsub(string.lower(object.getName()), ' ', '+')\r\n\r\n WebRequest.get(searchUrl .. formatCardName, function(req)\r\n searchCallback(req, object)\r\n end)\r\n end\r\n end\r\nend\r\n\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n removeCardByGUID(cardsInBag, object.getGUID())\r\n recreateButtons()\r\n end\r\nend\r\n\r\nfunction searchCallback(req, object)\r\n local traits = ''\r\n\r\n local traitsHtml = string.match(req.text, '\u003cp class=\"card%-traits\"\u003e[^%\u003c]*')\r\n if traitsHtml != nil then\r\n traits = '\\n' .. string.sub(traitsHtml, 24)\r\n end\r\n\r\n --memoize result\r\n memoizedCards[object.getName()] = traits\r\n\r\n table.insert(cardsInBag, {name = object.getName() .. traits, id = object.getGUID()})\r\n recreateButtons()\r\nend\r\n\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n verticalPosition = 1.5\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = {0,0,verticalPosition},\r\n height = 225,\r\n width = 1200,\r\n font_size = 75,\r\n color = {1,1,1},\r\n font_color = {0,0,0}\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\n countLabel = #cardsInBag == 0 and '' or #cardsInBag\r\n\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'nothing',\r\n function_owner = self,\r\n position = {0,0,-1.25},\r\n width = 0,\r\n height = 0,\r\n font_size = 225,\r\n font_color = {1,1,1}\r\n })\r\nend\r\n\r\nfunction nothing()\r\nend\r\n\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\nend\r\n\r\nfunction removeCardByGUID(bag, guid)\r\n local idx = nil\r\n\r\n for i, v in ipairs (bag) do\r\n if (v.id == guid) then\r\n idx = i\r\n end\r\n end\r\n\r\n if idx ~= nil then\r\n table.remove(cardsInBag, idx)\r\n end\r\nend", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Gloria Goldberg Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.3471642, + "posY": 1.64091611, + "posZ": -21.315258, + "rotX": 359.920135, + "rotY": 270.000549, + "rotZ": 0.0168815069, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.0862727538, + "g": 0.443135172, + "r": 0.06274352 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379787654/F00A76F0DFB4B279F7A5647E1DD1BF730CFC7501/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "CustomUIAssets": [ + { + "Name": "combatIcon", + "Type": 0, + "URL": "http://cloud-3.steamusercontent.com/ugc/1754695581870520946/B61CD5BDAE28B1893809915C7C92A8B472BB65BB/" + } + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "211ed4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "function onload(saved_data)\r\n cardsInBag = {}\r\n memoizedCards = {}\r\n cardJson = loadCards()\r\nend\r\n\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n --use previously-found cards for faster performace\r\n if memoizedCards[object.getName()] then\r\n table.insert(cardsInBag, {name = object.getName() .. memoizedCards[object.getName()], id = object.getGUID()})\r\n recreateButtons()\r\n else\r\n findCard(object)\r\n end\r\n end\r\nend\r\n\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n removeCardByGUID(cardsInBag, object.getGUID())\r\n recreateButtons()\r\n end\r\nend\r\n\r\nfunction findCard(object)\r\n local icons = ''\r\n\r\n for _, card in pairs (cardJson) do\r\n if (card.name == object.getName()) then\r\n local skillIcons = getIcons(card.skillIcons)\r\n if skillIcons ~= '' then\r\n icons = '\\n' .. skillIcons\r\n end\r\n break\r\n end\r\n end\r\n\r\n --memoize result\r\n memoizedCards[object.getName()] = icons\r\n\r\n table.insert(cardsInBag, {name = object.getName() .. icons, id = object.getGUID()})\r\n recreateButtons()\r\nend\r\n\r\nfunction getIcons(skillIcons)\r\n local icons = ''\r\n\r\n for icon, value in pairs (skillIcons) do\r\n icons = icons .. icon .. ': ' .. value .. ' '\r\n end\r\n\r\n return icons\r\nend\r\n\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n verticalPosition = 1.5\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n icon = 'combatIcon',\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = {0,0,verticalPosition},\r\n height = 225,\r\n width = 1200,\r\n font_size = 75,\r\n color = {1,1,1},\r\n font_color = {0,0,0}\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\n countLabel = #cardsInBag == 0 and '' or #cardsInBag\r\n\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'nothing',\r\n function_owner = self,\r\n position = {0,0,-1.25},\r\n width = 0,\r\n height = 0,\r\n font_size = 225,\r\n font_color = {1,1,1}\r\n })\r\nend\r\n\r\nfunction nothing()\r\nend\r\n\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\nend\r\n\r\nfunction removeCardByGUID(bag, guid)\r\n local idx = nil\r\n\r\n for i, v in ipairs (bag) do\r\n if (v.id == guid) then\r\n idx = i\r\n end\r\n end\r\n\r\n if idx ~= nil then\r\n table.remove(cardsInBag, idx)\r\n end\r\nend\r\n\r\nfunction loadCards()\r\n return {{[\"name\"] = \"Random Basic Weakness\",[\"skillIcons\"] = {}},{[\"name\"] = \"Roland Banks\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Daisy Walker\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Agnes Baker\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Wendy Adams\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 4,[\"Combat\"] = 1,[\"Intellect\"] = 3}},{[\"name\"] = \"Roland's .38 Special\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Cover Up\",[\"skillIcons\"] = {}},{[\"name\"] = \"Daisy's Tote Bag\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Necronomicon\",[\"skillIcons\"] = {}},{[\"name\"] = \"On the Lam\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hospital Debts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heirloom of Hyperborea\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Memory\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wendy's Amulet\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Abandoned and Alone\",[\"skillIcons\"] = {}},{[\"name\"] = \".45 Automatic\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Physical Training\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Beat Cop\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"First Aid\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Machete\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Guard Dog\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Evidence!\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Dodge\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dynamite Blast\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Vicious Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Extra Ammunition (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Police Badge (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Beat Cop (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Shotgun (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Magnifying Glass\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Old Book of Lore\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Research Librarian\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dr. Milan Christopher\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hyperawareness\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Medical Texts\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Mind over Matter\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Working a Hunch\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Barricade\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Magnifying Glass (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Disc of Itzamna (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Encyclopedia (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cryptic Research (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Switchblade\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Burglary\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Pickpocketing\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \".41 Derringer\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Leo De Luca\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hard Knocks\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Elusive\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Backstab\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Sneak Attack\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Opportunist\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Leo De Luca (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Cat Burglar (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Sure Gamble (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hot Streak (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Forbidden Knowledge\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Holy Rosary\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Shrivelling\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scrying\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Arcane Studies\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Arcane Initiate\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Drawn to the Flame\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ward of Protection\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Blinding Light\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Fearless\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Mind Wipe (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Blinding Light (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Book of Shadows (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Grotesque Statue (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Leather Coat\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scavenging\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Baseball Bat\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rabbit's Foot\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Stray Cat\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dig Deep\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Cunning Distraction\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Lucky!\",[\"skillIcons\"] = {}},{[\"name\"] = \"Survival Instinct\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Aquinnah (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Close Call (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Lucky! (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Will to Survive (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Knife\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Flashlight\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Emergency Cache\",[\"skillIcons\"] = {}},{[\"name\"] = \"Guts\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Perception\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Overpower\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Manual Dexterity\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Unexpected Courage\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Bulletproof Vest (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Elder Sign Amulet (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Amnesia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Paranoia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Haunted\",[\"skillIcons\"] = {}},{[\"name\"] = \"Psychosis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hypochondria\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mob Enforcer\",[\"skillIcons\"] = {}},{[\"name\"] = \"Silver Twilight Acolyte\",[\"skillIcons\"] = {}},{[\"name\"] = \"Stubborn Detective\",[\"skillIcons\"] = {}},{[\"name\"] = \"Zoey Samaras\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Rex Murphy\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Jenny Barnes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Jim Culver\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"\\\"Ashcan\\\" Pete\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Zoey's Cross\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Smite the Wicked\",[\"skillIcons\"] = {}},{[\"name\"] = \"Search for the Truth\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Rex's Curse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jenny's Twin .45s\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Searching for Izzie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jim's Trumpet\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 2}},{[\"name\"] = \"Final Rhapsody\",[\"skillIcons\"] = {}},{[\"name\"] = \"Duke\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wracked by Nightmares\",[\"skillIcons\"] = {}},{[\"name\"] = \"Blackjack\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Taunt\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Teamwork\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Taunt (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Laboratory Assistant\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Strange Solution\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shortcut\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Seeking Answers\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Liquid Courage\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Think on Your Feet\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Double or Nothing\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hired Muscle (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rite of Seeking\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ritual Candles\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Clarity of Mind\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bind Monster (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Fire Axe\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Peter Sylvestre\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bait and Switch\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Peter Sylvestre (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Kukri\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Indebted\",[\"skillIcons\"] = {}},{[\"name\"] = \"Internal Injury\",[\"skillIcons\"] = {}},{[\"name\"] = \"Chronophobia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Emergency Aid\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Brother Xavier (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"I've got a plan!\\\"\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pathfinder (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Contraband\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Adaptable (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Delve Too Deep\",[\"skillIcons\"] = {}},{[\"name\"] = \"Song of the Dead (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Oops!\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Fire Extinguisher (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Flare (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Smoking Pipe\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Painkillers\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bandolier\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Stand Together (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Art Student\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"\\\"I'm outta here!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Switchblade (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hypnotic Gaze\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Shrivelling (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Newspaper\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Lure (1)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Relic Hunter (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Charisma (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Prepared for the Worst\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Keen Eye (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Preposterous Sketches\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Higher Education (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lone Wolf\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Streetwise (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Defiance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Blood Pact (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Rise to the Occasion\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Scrapper (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Emergency Cache (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"If it bleeds...\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Springfield M1903 (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Inquiring Mind\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Expose Weakness (1)\",[\"skillIcons\"] = {[\"Combat\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Quick Thinking\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Lucky Dice (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Opportunist (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Alyssa Graham\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Rite of Seeking (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Dark Horse\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Survival Instinct (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Leadership\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"\\\"I've had worse...\\\" (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 1}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ace in the Hole (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Moonlight Ritual\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Fearless (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Jewel of Aureolus (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"A Chance Encounter\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stroke of Luck (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Fine Clothes\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Moment of Respite (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Vicious Blow (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Monster Slayer (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Lightning Gun (5)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dr. William T. Maleson\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Deciphered Reality (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Chicago Typewriter (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"The Gold Pocket Watch (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Shrivelling (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Ward of Protection (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Aquinnah (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Try and Try Again (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"The Red-Gloved Man (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Mark Harrigan\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 5,[\"Intellect\"] = 2}},{[\"name\"] = \"Minh Thi Phan\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Sefina Rousseau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 4,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Akachi Onyele\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"William Yorick\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Lola Hayes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"The Home Front\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Shell Shock\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sophie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sophie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Analytical Mind\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"The King in Yellow\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Painted World\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Stars of Hyades\",[\"skillIcons\"] = {}},{[\"name\"] = \"Spirit-Speaker\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Angered Spirits\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bury Them Deep\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Graveyard Ghouls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Improvisation\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Crisis of Identity\",[\"skillIcons\"] = {}},{[\"name\"] = \".32 Colt\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"True Grit\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Let me handle this!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Ever Vigilant (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Fieldwork\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Archaic Glyphs\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"No Stone Unturned\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"In the Know (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Stealth\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Sleight of Hand\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Daring Maneuver\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Lockpicks (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Alchemical Transmutation\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Uncage the Soul\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Astral Travel\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Spirit Athame (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Lantern\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Gravedigger's Shovel\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Hiding Spot\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Resourceful\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Overzealous\",[\"skillIcons\"] = {}},{[\"name\"] = \"Drawing the Sign\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Thing That Follows\",[\"skillIcons\"] = {}},{[\"name\"] = \"Constance Dumaine\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jordan Perry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ishimaru Haruko\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sebastien Moreau\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ashleigh Clarke\",[\"skillIcons\"] = {}},{[\"name\"] = \"Engram's Oath\",[\"skillIcons\"] = {}},{[\"name\"] = \"L'agneau Perdu\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Pattern\",[\"skillIcons\"] = {}},{[\"name\"] = \"The First Show\",[\"skillIcons\"] = {}},{[\"name\"] = \"Above and Below\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heroic Rescue\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Combat Training (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Anatomical Diagrams\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Scientific Theory (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Knuckleduster\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Moxie (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"David Renfield\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Grounded (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Cherished Keepsake\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Plucky (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Say Your Prayers\",[\"skillIcons\"] = {[\"Will\"] = 4}},{[\"name\"] = \"Desperate Search\",[\"skillIcons\"] = {[\"Intellect\"] = 4}},{[\"name\"] = \"Reckless Assault\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Run For Your Life\",[\"skillIcons\"] = {[\"Agility\"] = 4}},{[\"name\"] = \"Trench Knife\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Ambush (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Charles Ross, Esq.\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Forewarned (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dario El-Amin\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Sneak Attack (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Storm of Spirits\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Book of Shadows (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Fight or Flight\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Test of Will (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Devil's Luck (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Calling in Favors\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I'll see you in hell!\\\"\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \".45 Automatic (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Logical Reasoning\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cheap Shot\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Pickpocketing (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Quantum Flux\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Recharge (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Madame Labranche\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Snare Trap (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Inspiring Presence\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Mano a Mano (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"First Aid (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Eureka!\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shortcut (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Watch this!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \".41 Derringer (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Torrent of Power\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scrying (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Waylay\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"A Chance Encounter (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Emergency Cache (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"On the Hunt\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stick to the Plan (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Guidance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Arcane Insight (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Narrow Escape\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Suggestion (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"St. Hubert's Key\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ward of Protection (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Arcane Initiate (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"\\\"Not without a fight!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"True Survivor (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"Eat lead!\\\" (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Armor of Ardennes (5)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Eidetic Memory (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"No Stone Unturned (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Charon's Obol (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lupara (3)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Cheat Death (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Time Warp (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Seal of the Elder Sign (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Newspaper (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Infighting (3)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Key of Ys (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Songs That the Hyades Shall Sing\",[\"skillIcons\"] = {}},{[\"name\"] = \"Stars of Aldebaran\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bleak Desolation\",[\"skillIcons\"] = {}},{[\"name\"] = \"Inhabitant of Carcosa\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Moment's Rest\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Coffin\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mapping the Streets\",[\"skillIcons\"] = {}},{[\"name\"] = \"The King's Parade\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Archway\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Height of the Depths\",[\"skillIcons\"] = {}},{[\"name\"] = \"Steps of the Palace\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Fall\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hastur's End\",[\"skillIcons\"] = {}},{[\"name\"] = \"Leo Anderson\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 1,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Ursula Downs\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 4,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Finn Edwards\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 4}},{[\"name\"] = \"Father Mateo\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Calvin Wright\",[\"skillIcons\"] = {[\"Will\"] = 0,[\"Agility\"] = 0,[\"Combat\"] = 0,[\"Intellect\"] = 0}},{[\"name\"] = \"Mitch Brown\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Bought in Blood\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jake Williams\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Call of the Unknown\",[\"skillIcons\"] = {}},{[\"name\"] = \"Smuggled Goods\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Finn's Trusty .38\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Caught Red-Handed\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Codex of Ages\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Serpents of Yig\",[\"skillIcons\"] = {}},{[\"name\"] = \"Until the End of Time\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Voice of the Messenger\",[\"skillIcons\"] = {}},{[\"name\"] = \"Survival Knife\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Venturer\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Trusted\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Reliable (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Dr. Elli Horowitz\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ancient Stone (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Tooth of Eztli\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Unearth the Ancients\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Treasure Hunter (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Decorated Skull\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Eavesdrop\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"You handle this one!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Mists of R'lyeh\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"The Chthonian Stone\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Protective Incantation (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dark Prophecy\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Improvised Weapon\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dumb Luck\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Yaotl (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Last Chance\",[\"skillIcons\"] = {[\"Wild\"] = 5}},{[\"name\"] = \"Backpack\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dark Pact\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Price of Failure\",[\"skillIcons\"] = {}},{[\"name\"] = \"Doomed\",[\"skillIcons\"] = {}},{[\"name\"] = \"Accursed Fate\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Bell Tolls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Scene of the Crime\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Marksmanship (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Persuasion\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shrewd Analysis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lucky Cigarette Case\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Fence (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Arcane Research\",[\"skillIcons\"] = {}},{[\"name\"] = \"Counterspell (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Perseverance\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Stunning Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Second Wind\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Take the Initiative\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Well Prepared (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Truth from Fiction\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"True Understanding\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Quick Study (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hatchet Man\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"High Roller (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Enraptured\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Recall the Future (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Try and Try Again (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Cornered (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Intrepid\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Custom Ammunition (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Otherworldly Compass (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Expose Weakness (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Lola Santiago (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Olive McBride\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Defiance (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Premonition\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Live and Learn\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Take Heart\",[\"skillIcons\"] = {}},{[\"name\"] = \"Against All Odds (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Trench Coat\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Ornate Bow (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"M1918 BAR (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Ancient Stone (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Ancient Stone (4)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Slip Away\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pay Day (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sacrifice (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crystalline Elder Sign (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"On Your Own (3)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Handcuffs\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Blood Eclipse (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Feed the Mind (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Colt Vest Pocket\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Coup de Grâce\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"The Skeleton Key (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Mists of R'lyeh (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Winging It\",[\"skillIcons\"] = {}},{[\"name\"] = \"Old Hunting Rifle (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Thermos\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Hemispheric Map (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Timeworn Brand (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Kerosene (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Flamethrower (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Vantage Point\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pnakotic Manuscripts (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Borrowed Time (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"All In (5)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Shards of the Void (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Seal of the Seventh Sign (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Impromptu Barrier\",[\"skillIcons\"] = {}},{[\"name\"] = \"Alter Fate (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Yig's Mercy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Another Way\",[\"skillIcons\"] = {}},{[\"name\"] = \"Carolyn Fern\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Joe Diamond\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 4}},{[\"name\"] = \"Preston Fairmont\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Diana Stanley\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Rita Young\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 5,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Marie Lambeau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Hypnotic Therapy\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Rational Thought\",[\"skillIcons\"] = {}},{[\"name\"] = \"Detective's Colt 1911s\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Unsolved Case\",[\"skillIcons\"] = {}},{[\"name\"] = \"Family Inheritance\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lodge \\\"Debts\\\"\",[\"skillIcons\"] = {}},{[\"name\"] = \"Twilight Blade\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Insight\",[\"skillIcons\"] = {}},{[\"name\"] = \"Terrible Secret\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"I'm done runnin'!\\\"\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hoods\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mystifying Song\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Baron Samedi\",[\"skillIcons\"] = {}},{[\"name\"] = \"Interrogate\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Delay the Inevitable\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Steadfast\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Ace of Swords (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fingerprint Kit\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Connect the Dots\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Curiosity\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Death • XIII (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Well Connected\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Money Talks\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cunning\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Moon • XVIII (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Deny Existence\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Eldritch Inspiration\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Prophesy\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Four of Cups (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Track Shoes\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Act of Desperation\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Able Bodied\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Five of Pentacles (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ace of Rods (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The 13th Vision\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Tower • XVI\",[\"skillIcons\"] = {}},{[\"name\"] = \"Something Worth Fighting For\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crack the Case\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Intel Report\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Sign Magick\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Banish (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Meat Cleaver\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \".45 Thompson\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scroll of Secrets\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Enchanted Blade\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Grisly Totem\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Alice Luxley\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Well-Maintained (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Mr. \\\"Rook\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Hawk-Eye Folding Camera\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Henry Wan\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Swift Reflexes\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Wither\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Sixth Sense\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Drawing Thin\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Belly of the Beast\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \".45 Thompson (3)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \".45 Thompson (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Scroll of Secrets (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Scroll of Secrets (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Enchanted Blade (3)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Enchanted Blade (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Grisly Totem (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Grisly Totem (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"The Council's Coffer (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Warning Shot\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Telescopic Sight (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Knowledge is Power\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Esoteric Atlas (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Investments\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Decoy\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"De Vermis Mysteriis (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Guiding Spirit (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Fortune or Fate (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Mk 1 Grenades (4)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Agency Backup (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ghastly Revelation\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Studious (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Small Favor\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Another Day, Another Dollar (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dayana Esperence (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Deny Existence (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Trial by Fire\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Bait and Switch (3)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Anna Kaslow (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hallowed Mirror\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Soothing Melody\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I've had worse...\\\" (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Occult Lexicon\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Blood-Rite\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Glimpse the Unthinkable (5)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"\\\"You owe me one!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Double, Double (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Wither (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Sixth Sense (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Lure (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Eucatastrophe (3)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Tommy Muldoon\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Mandy Thompson\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 5}},{[\"name\"] = \"Tony Morgan\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 5,[\"Intellect\"] = 3}},{[\"name\"] = \"Luke Robinson\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Patrice Hathaway\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Becky\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Rookie Mistake\",[\"skillIcons\"] = {}},{[\"name\"] = \"Occult Evidence\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shocking Discovery\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bounty Contracts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Tony's .38 Long Colt\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tony's Quarry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Gate Box\",[\"skillIcons\"] = {}},{[\"name\"] = \"Detached from Reality\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dream-Gate\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dream-Gate\",[\"skillIcons\"] = {}},{[\"name\"] = \"Patrice's Violin\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Watcher from Another Dimension\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Hungering Blade (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Bloodlust\",[\"skillIcons\"] = {}},{[\"name\"] = \"Solemn Vow\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Segment of Onyx (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Pendant of the Queen\",[\"skillIcons\"] = {}},{[\"name\"] = \"Astounding Revelation\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Crystallizer of Dreams\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Guardian of the Crystallizer\",[\"skillIcons\"] = {}},{[\"name\"] = \"Easy Mark (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stargazing (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"The Stars Are Right\",[\"skillIcons\"] = {}},{[\"name\"] = \"Open Gate\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Miss Doyle (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hope\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Zeal\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Augur\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Fortuitous Discovery\",[\"skillIcons\"] = {}},{[\"name\"] = \"Self-Centered\",[\"skillIcons\"] = {}},{[\"name\"] = \"Kleptomania\",[\"skillIcons\"] = {}},{[\"name\"] = \"Narcolepsy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Your Worst Nightmare\",[\"skillIcons\"] = {}},{[\"name\"] = \"First Watch\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Daring\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Dream Diary\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Essence of the Dream\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Followed\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Momentum (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scroll of Prophecies\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Read the Signs\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Jessica Hyde (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Cryptic Souls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dreamlike Horrors\",[\"skillIcons\"] = {}},{[\"name\"] = \"Endless Secrets\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cylinders of Kadatheron\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Doom of Sarnath\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ghosts of the Dead\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Palace of Rainbows\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Shrine to the Gods\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Crypt of Zulan-Thek\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wares of Baharna\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Likeness of Old\",[\"skillIcons\"] = {}},{[\"name\"] = \"What Remains of Tyrrhia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Advice of the King\",[\"skillIcons\"] = {}},{[\"name\"] = \"Timeless Beauty\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unattainable Desires\",[\"skillIcons\"] = {}},{[\"name\"] = \"The City Inside\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Baleful Star\",[\"skillIcons\"] = {}},{[\"name\"] = \"Tetsuo Mori\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Fool me once...\\\" (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Self-Sacrifice\",[\"skillIcons\"] = {}},{[\"name\"] = \"Otherworld Codex (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dream-Enhancing Serum\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Let God sort them out...\\\"\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Swift Reload (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Gregory Gry\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Healing Words\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ethereal Form\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Scrounge for Supplies\",[\"skillIcons\"] = {}},{[\"name\"] = \"Brute Force (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Versatile (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \".35 Winchester\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Safeguard (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Practice Makes Perfect\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Extensive Research (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Three Aces (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Burglary (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Spectral Razor\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Word of Command (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Moonstone\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sharp Vision (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Lucid Dreaming (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Off the Galley\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heroic Rescue (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Leadership (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Haste (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Daredevil (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Empower Self (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Empower Self (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Empower Self (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Twila Katherine Price (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"A Glimmer of Hope\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Expeditious Retreat (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Ghastly Tunnels\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Sentry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Another Path\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Strange Ghoul\",[\"skillIcons\"] = {}},{[\"name\"] = \"Scouting the Vale\",[\"skillIcons\"] = {}},{[\"name\"] = \"Something Below\",[\"skillIcons\"] = {}},{[\"name\"] = \"Inhabitants of the Vale\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Way Out\",[\"skillIcons\"] = {}},{[\"name\"] = \"Spider-Infested Waters\",[\"skillIcons\"] = {}},{[\"name\"] = \"Still Surface\",[\"skillIcons\"] = {}},{[\"name\"] = \"Rolling Pits\",[\"skillIcons\"] = {}},{[\"name\"] = \"Center of the Sea\",[\"skillIcons\"] = {}},{[\"name\"] = \"Empty Vessel (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Wish Eater\",[\"skillIcons\"] = {}},{[\"name\"] = \"Surprising Find (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Old Book of Lore (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Garrote Wire (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Delilah O'Rourke (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Summoned Hound (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Unbound Beast\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nothing Left to Lose (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"The Black Cat (5)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Spiritual Resolve (5)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Abigail Foreman (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Eye of Truth (5)\",[\"skillIcons\"] = {[\"Wild\"] = 4}},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sawed-Off Shotgun (5)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Mind's Eye (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Shining Trapezohedron (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Nightmare Bauble (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Dream Parasite\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Scavenging (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Sister Mary\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Amanda Sharpe\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Trish Scarborough\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Dexter Drake\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Silas Marsh\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Guardian Angel\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Crisis of Faith\",[\"skillIcons\"] = {}},{[\"name\"] = \"Obscure Studies\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Whispers from the Deep\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"In the Shadows\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Shadow Agents\",[\"skillIcons\"] = {}},{[\"name\"] = \"Showmanship\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Occult Scraps\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sea Change Harpoon\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Silas's Net\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Siren Call\",[\"skillIcons\"] = {}},{[\"name\"] = \"Book of Psalms\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Blessed Blade\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rite of Sanctification\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hand of Fate\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Cryptographic Cipher\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Grimoire\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Deep Knowledge\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Plan of Action\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \".25 Automatic\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dark Ritual\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Obfuscation\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Faustian Bargain\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sword Cane\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Tides of Fate\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Ward of Radiance\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Promise of Power\",[\"skillIcons\"] = {[\"Wild\"] = 4}},{[\"name\"] = \"Token of Faith\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Keep Faith\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Predestined\",[\"skillIcons\"] = {}},{[\"name\"] = \"Beloved\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Tempt Fate\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Accursed Follower\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dread Curse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Day of Reckoning\",[\"skillIcons\"] = {}},{[\"name\"] = \"Riot Whistle\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Righteous Hunt (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Sacred Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Eldritch Sophist\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Stirring Up Trouble (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Blasphemous Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Breaking and Entering\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Skeptic (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"False Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Armageddon\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Eye of Chaos\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Shroud of Shadows\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Paradoxical Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mariner's Compass\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ancient Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Keen Eye\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Radiant Smite (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"The Truth Beckons\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Gaze of Ouraxsh (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Priest of Two Faiths (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Under Surveillance (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Blood Pact\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Abyssal Tome (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Butterfly Effect (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Third Time's a Charm (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Manipulate Destiny (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Enchanted Armor (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Blessing of Isis (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ríastrad (1)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Tristan Botley (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Curse of Aeons (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Unrelenting (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Signum Crucis (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Holy Rosary (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Shield of Faith (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Fey (1)\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1}},{[\"name\"] = \"Guided by the Unseen (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Lucky\\\" Penny (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Eye of the Djinn (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Armageddon (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Eye of Chaos (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shroud of Shadows (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Spirit of Humanity (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Harmony Restored (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Enchant Weapon (3)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Nephthys (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"The Stygian Eye (3)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Hyperawareness (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Geas (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hard Knocks (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Ikiaq (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Flute of the Outer Gods (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Watchful Peace (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Dig Deep (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Favor of the Moon (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Favor of the Sun (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Purifying Corruption (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hallow (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Holy Spear (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Ancestral Knowledge (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ariadne's Twine (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \".25 Automatic (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Justify the Means (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lucky Dice (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Rite of Equilibrium (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Jacob Morrison (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shrine of the Moirai (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sweeping Kick (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Butterfly Swords (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Written in the Stars\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Dragon Pole\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Astronomical Atlas (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Strength in Numbers (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Medical Student\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Michael Leigh (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Divination (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Blur (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Physical Training (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Dynamite Blast (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hyperawareness (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Barricade (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hard Knocks (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Hot Streak (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Arcane Studies (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Mind Wipe (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dig Deep (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Rabbit's Foot (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Bandolier (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Blackjack (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Preposterous Sketches (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Contraband (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Think on Your Feet (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Rite of Seeking (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Clarity of Mind (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Oops! (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Rise to the Occasion (3)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Through the Gates\",[\"skillIcons\"] = {}},{[\"name\"] = \".32 Colt (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"\\\"Eat lead!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Logical Reasoning (4)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stealth (3)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Suggestion (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Alchemical Transmutation (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Storm of Spirits (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Lantern (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Gravedigger's Shovel (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Unspeakable Oath (Bloodthirst)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unspeakable Oath (Curiosity)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unspeakable Oath (Cowardice)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Blood Eclipse (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Survival Knife (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Truth from Fiction (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"Ancient Stone (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Decorated Skull (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Colt Vest Pocket (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Mists of R'lyeh (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"The Chthonian Stone (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Alter Fate (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"On Your Own (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Backpack (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dendromorphosis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Offer You Cannot Refuse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fine Print\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sell Your Soul\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Star • XVII (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Hierophant • V (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Moon Pendant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nathaniel Cho\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 5,[\"Intellect\"] = 2}},{[\"name\"] = \"Randall Cho\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tommy Malloy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Self-Destructive\",[\"skillIcons\"] = {}},{[\"name\"] = \"Boxing Gloves\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Flesh Ward\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Grete Wagner\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Physical Training\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Relentless\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Safeguard\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Clean Them Out\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Counterpunch\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dodge\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"\\\"Get over here!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Glory\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Monster Slayer\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"One-Two Punch\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Stand Together\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Vicious Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Evidence! (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Galvanize (1)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Counterpunch (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"\\\"Get over here!\\\" (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Lesson Learned (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Mano a Mano (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Overpower (2)\",[\"skillIcons\"] = {[\"Combat\"] = 3}},{[\"name\"] = \"Boxing Gloves (3)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Grete Wagner (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dynamite Blast (3)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Taunt (3)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Physical Training (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"One-Two Punch (5)\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Harvey Walters\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 1,[\"Intellect\"] = 5}},{[\"name\"] = \"Vault of Knowledge\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Thrice-Damned Curiosity\",[\"skillIcons\"] = {}},{[\"name\"] = \"Obsessive\",[\"skillIcons\"] = {}},{[\"name\"] = \"Arcane Enlightenment\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Celaeno Fragments\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Disc of Itzamna\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Encyclopedia\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Feed the Mind\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Forbidden Tome\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Higher Education\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Laboratory Assistant\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Whitton Greene\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Burning the Midnight Oil\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Writings\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Extensive Research\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Occult Invocation\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Preposterous Sketches\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Library Docent (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Glimpse the Unthinkable (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Esoteric Atlas (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Whitton Greene (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Writings (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I've got a plan!\\\" (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Mind over Matter (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Seeking Answers (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Perception (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"Forbidden Tome (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Forbidden Tome (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Farsight (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Miskatonic Archaeology Funding (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Necronomicon (5)\",[\"skillIcons\"] = {[\"Intellect\"] = 5}},{[\"name\"] = \"Winifred Habbamock\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 5,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Anything You Can Do, Better\",[\"skillIcons\"] = {[\"Wild\"] = 6}},{[\"name\"] = \"Arrogance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Reckless\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lockpicks\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Mauser C96\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Switchblade\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Lucky Cigarette Case\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Lonnie Ritter\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Leather Jacket\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Streetwise\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cheap Shot\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Daring Maneuver\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Slip Away\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pilfer\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sneak By\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Nimble\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Daredevil\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Opportunist\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Liquid Courage (1)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Mauser C96 (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Daring Maneuver (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cheap Shot (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Slip Away (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Manual Dexterity (2)\",[\"skillIcons\"] = {[\"Agility\"] = 3}},{[\"name\"] = \"Lucky Cigarette Case (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Sharpshooter (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Pilfer (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Backstab (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Copycat (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Beretta M1918 (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Chuck Fergus (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Jacqueline Fine\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Arbiter of Fates\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dark Future\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nihilism\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ritual Candles\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Scrying Mirror\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Azure Flame\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Clairvoyance\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ineffable Truth\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Familiar Spirit\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crystal Pendulum\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Robes of Endless Night\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Astral Travel\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hypnotic Gaze\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Parallel Fates\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Voice of Ra\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dark Prophecy\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Defiance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Prescient\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Eldritch Inspiration (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Grotesque Statue (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Robes of Endless Night (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hypnotic Gaze (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Guts (2)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Azure Flame (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Clairvoyance (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ineffable Truth (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Arcane Studies (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Recharge (4)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Azure Flame (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Clairvoyance (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Ineffable Truth (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Stella Clark\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Neither Rain nor Snow\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Called by the Mists\",[\"skillIcons\"] = {}},{[\"name\"] = \"Atychiphobia\",[\"skillIcons\"] = {}},{[\"name\"] = \".18 Derringer\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Grimm's Fairy Tales\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Old Keyring\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Granny Orne\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Mysterious Raven\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Rabbit's Foot\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scrapper\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Will to Survive\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Test of Will\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dumb Luck\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Grit Your Teeth\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Live and Learn\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Oops!\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Take Heart\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cherished Keepsake (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Leather Coat (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \".18 Derringer (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Test of Will (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\" (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Dumb Luck (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Unexpected Courage (2)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Granny Orne (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Lucky! (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Chainsaw (4)\",[\"skillIcons\"] = {[\"Combat\"] = 3}},{[\"name\"] = \"Quick Learner (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Déjà Vu (5)\",[\"skillIcons\"] = {}},{[\"name\"] = \"To the Dreamlands\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fate of the Dreamers\",[\"skillIcons\"] = {}},{[\"name\"] = \"Prisoners of Conquest\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ruins of Sarkomand\",[\"skillIcons\"] = {}},{[\"name\"] = \"Effigy of Nodens\",[\"skillIcons\"] = {}},{[\"name\"] = \"Usurp the Night\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Translator's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Supplicant's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Priestess's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Salesman's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Assassin's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Professor's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"Daisy Walker\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"Daisy's Tote Bag\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Necronomicon\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"On the Lam\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hospital Debts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Agnes Baker\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Heirloom of Hyperborea\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Memory\",[\"skillIcons\"] = {}},{[\"name\"] = \"Triumph and Subjugation\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jenny Barnes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Green Man Medallion\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Sacrificial Beast\",[\"skillIcons\"] = {}},{[\"name\"] = \"Roland Banks\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Mysteries Remain\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Dirge of Reason\",[\"skillIcons\"] = {}},{[\"name\"] = \"Norman Withers\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 1,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"Split the Angle\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Vengeful Hound\",[\"skillIcons\"] = {}},{[\"name\"] = \"Carolyn Fern\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Foolishness\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"To Fight the Black Wind\",[\"skillIcons\"] = {}},{[\"name\"] = \"Silas Marsh\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Nautical Prowess\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dreams of the Deep\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Dexter Drake\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Molly Maxwell\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Yaztaroth\",[\"skillIcons\"] = {}},{[\"name\"] = \"Gloria Goldberg\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 1,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Ruth Westmacott\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Liber Omnium Finium\",[\"skillIcons\"] = {}},{[\"name\"] = \"Marie Lambeau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Mystifying Song\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Baron Samedi\",[\"skillIcons\"] = {}}}\r\nend", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Crystallizer of Dreams Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.3471661, + "posY": 1.64091623, + "posZ": -21.3152618, + "rotX": 359.920135, + "rotY": 270.0005, + "rotZ": 0.0168767888, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.2470581, + "g": 0.5607843, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1717542004667431170/D073271943724B10CAB5364F01E5E87D770F0FB8/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "089f35", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "function onload(saved_data)\r\n cardsInBag = {}\r\n skillCards = {}\r\n skillCount = 0\r\n cardJson = loadCards()\r\nend\r\n\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n if object.type == 'Card' then\r\n table.insert(cardsInBag, {name = object.getName(), id = object.getGUID()})\r\n recreateButtons()\r\n elseif object.type == 'Deck' and #cardsInBag == 0 then\r\n scanDeck(object)\r\n end\r\n end\r\nend\r\n\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n removeCardByGUID(cardsInBag, object.getGUID())\r\n recreateButtons()\r\n end\r\nend\r\n\r\nfunction scanDeck(object)\r\n for _, containedObject in ipairs(object.getObjects()) do\r\n for _, card in pairs (cardJson) do\r\n if card.name == containedObject.name and card.type == 'skill' then\r\n skillCount = skillCount + 1\r\n table.insert(skillCards, {name = containedObject.name, id = containedObject.guid})\r\n break\r\n end\r\n end\r\n end\r\n\r\n if skillCount \u003e= 10 then\r\n init(object)\r\n else\r\n broadcastToAll('Not enough skill cards in deck', Table)\r\n\r\n self.takeObject({\r\n guid = object.getGUID(),\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\n end\r\nend\r\n\r\nfunction init(object)\r\n local randomSkills = {table.unpack(FYShuffle(skillCards), 1, 5)}\r\n height = 1\r\n\r\n self.takeObject({\r\n guid = object.getGUID(),\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0,-2.5),\r\n callback_function = function(obj)\r\n for _, skillCards in ipairs (randomSkills) do\r\n obj.takeObject({\r\n guid = skillCards.id,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,height,0)\r\n })\r\n\r\n height = height + 0.5\r\n end\r\n end\r\n })\r\nend\r\n\r\nfunction FYShuffle(tInput)\r\n local tReturn = {}\r\n math.randomseed(os.time())\r\n\r\n for i = #tInput, 1, -1 do\r\n local j = math.random(i)\r\n tInput[i], tInput[j] = tInput[j], tInput[i]\r\n table.insert(tReturn, tInput[i])\r\n end\r\n\r\n return tReturn\r\nend\r\n\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n verticalPosition = 1.5\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = {0,0,verticalPosition},\r\n height = 200,\r\n width = 1200,\r\n font_size = 75,\r\n color = {1,1,1},\r\n font_color = {0,0,0}\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\n countLabel = #cardsInBag == 0 and '' or #cardsInBag\r\n\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'nothing',\r\n function_owner = self,\r\n position = {0,0,-1.25},\r\n width = 0,\r\n height = 0,\r\n font_size = 225,\r\n font_color = {1,1,1}\r\n })\r\nend\r\n\r\nfunction nothing()\r\nend\r\n\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\nend\r\n\r\nfunction removeCardByGUID(bag, guid)\r\n local idx = nil\r\n\r\n for i, v in ipairs (bag) do\r\n if (v.id == guid) then\r\n idx = i\r\n end\r\n end\r\n\r\n if idx ~= nil then\r\n table.remove(cardsInBag, idx)\r\n end\r\nend\r\n\r\nfunction loadCards()\r\n return {{[\"name\"] = \"Random Basic Weakness\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Roland Banks\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Daisy Walker\",[\"type\"] = \"investigator\"},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Agnes Baker\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Wendy Adams\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Roland's .38 Special\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cover Up\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Daisy's Tote Bag\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Necronomicon\",[\"type\"] = \"asset\"},{[\"name\"] = \"On the Lam\",[\"type\"] = \"event\"},{[\"name\"] = \"Hospital Debts\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Heirloom of Hyperborea\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Memory\",[\"type\"] = \"event\"},{[\"name\"] = \"Wendy's Amulet\",[\"type\"] = \"asset\"},{[\"name\"] = \"Abandoned and Alone\",[\"type\"] = \"treachery\"},{[\"name\"] = \".45 Automatic\",[\"type\"] = \"asset\"},{[\"name\"] = \"Physical Training\",[\"type\"] = \"asset\"},{[\"name\"] = \"Beat Cop\",[\"type\"] = \"asset\"},{[\"name\"] = \"First Aid\",[\"type\"] = \"asset\"},{[\"name\"] = \"Machete\",[\"type\"] = \"asset\"},{[\"name\"] = \"Guard Dog\",[\"type\"] = \"asset\"},{[\"name\"] = \"Evidence!\",[\"type\"] = \"event\"},{[\"name\"] = \"Dodge\",[\"type\"] = \"event\"},{[\"name\"] = \"Dynamite Blast\",[\"type\"] = \"event\"},{[\"name\"] = \"Vicious Blow\",[\"type\"] = \"skill\"},{[\"name\"] = \"Extra Ammunition (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Police Badge (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Beat Cop (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shotgun (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Magnifying Glass\",[\"type\"] = \"asset\"},{[\"name\"] = \"Old Book of Lore\",[\"type\"] = \"asset\"},{[\"name\"] = \"Research Librarian\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dr. Milan Christopher\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hyperawareness\",[\"type\"] = \"asset\"},{[\"name\"] = \"Medical Texts\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mind over Matter\",[\"type\"] = \"event\"},{[\"name\"] = \"Working a Hunch\",[\"type\"] = \"event\"},{[\"name\"] = \"Barricade\",[\"type\"] = \"event\"},{[\"name\"] = \"Deduction\",[\"type\"] = \"skill\"},{[\"name\"] = \"Magnifying Glass (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Disc of Itzamna (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Encyclopedia (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cryptic Research (4)\",[\"type\"] = \"event\"},{[\"name\"] = \"Switchblade\",[\"type\"] = \"asset\"},{[\"name\"] = \"Burglary\",[\"type\"] = \"asset\"},{[\"name\"] = \"Pickpocketing\",[\"type\"] = \"asset\"},{[\"name\"] = \".41 Derringer\",[\"type\"] = \"asset\"},{[\"name\"] = \"Leo De Luca\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hard Knocks\",[\"type\"] = \"asset\"},{[\"name\"] = \"Elusive\",[\"type\"] = \"event\"},{[\"name\"] = \"Backstab\",[\"type\"] = \"event\"},{[\"name\"] = \"Sneak Attack\",[\"type\"] = \"event\"},{[\"name\"] = \"Opportunist\",[\"type\"] = \"skill\"},{[\"name\"] = \"Leo De Luca (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cat Burglar (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sure Gamble (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Hot Streak (4)\",[\"type\"] = \"event\"},{[\"name\"] = \"Forbidden Knowledge\",[\"type\"] = \"asset\"},{[\"name\"] = \"Holy Rosary\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shrivelling\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scrying\",[\"type\"] = \"asset\"},{[\"name\"] = \"Arcane Studies\",[\"type\"] = \"asset\"},{[\"name\"] = \"Arcane Initiate\",[\"type\"] = \"asset\"},{[\"name\"] = \"Drawn to the Flame\",[\"type\"] = \"event\"},{[\"name\"] = \"Ward of Protection\",[\"type\"] = \"event\"},{[\"name\"] = \"Blinding Light\",[\"type\"] = \"event\"},{[\"name\"] = \"Fearless\",[\"type\"] = \"skill\"},{[\"name\"] = \"Mind Wipe (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Blinding Light (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Book of Shadows (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grotesque Statue (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Leather Coat\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scavenging\",[\"type\"] = \"asset\"},{[\"name\"] = \"Baseball Bat\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rabbit's Foot\",[\"type\"] = \"asset\"},{[\"name\"] = \"Stray Cat\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dig Deep\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cunning Distraction\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Lucky!\",[\"type\"] = \"event\"},{[\"name\"] = \"Survival Instinct\",[\"type\"] = \"skill\"},{[\"name\"] = \"Aquinnah (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Close Call (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Lucky! (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Will to Survive (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Knife\",[\"type\"] = \"asset\"},{[\"name\"] = \"Flashlight\",[\"type\"] = \"asset\"},{[\"name\"] = \"Emergency Cache\",[\"type\"] = \"event\"},{[\"name\"] = \"Guts\",[\"type\"] = \"skill\"},{[\"name\"] = \"Perception\",[\"type\"] = \"skill\"},{[\"name\"] = \"Overpower\",[\"type\"] = \"skill\"},{[\"name\"] = \"Manual Dexterity\",[\"type\"] = \"skill\"},{[\"name\"] = \"Unexpected Courage\",[\"type\"] = \"skill\"},{[\"name\"] = \"Bulletproof Vest (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Elder Sign Amulet (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Amnesia\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Paranoia\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Haunted\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Psychosis\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Hypochondria\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Mob Enforcer\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Silver Twilight Acolyte\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Stubborn Detective\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Zoey Samaras\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Rex Murphy\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Jenny Barnes\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Jim Culver\",[\"type\"] = \"investigator\"},{[\"name\"] = \"\\\"Ashcan\\\" Pete\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Zoey's Cross\",[\"type\"] = \"asset\"},{[\"name\"] = \"Smite the Wicked\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Search for the Truth\",[\"type\"] = \"event\"},{[\"name\"] = \"Rex's Curse\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Jenny's Twin .45s\",[\"type\"] = \"asset\"},{[\"name\"] = \"Searching for Izzie\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Jim's Trumpet\",[\"type\"] = \"asset\"},{[\"name\"] = \"Final Rhapsody\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Duke\",[\"type\"] = \"asset\"},{[\"name\"] = \"Wracked by Nightmares\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Blackjack\",[\"type\"] = \"asset\"},{[\"name\"] = \"Taunt\",[\"type\"] = \"event\"},{[\"name\"] = \"Teamwork\",[\"type\"] = \"event\"},{[\"name\"] = \"Taunt (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Laboratory Assistant\",[\"type\"] = \"asset\"},{[\"name\"] = \"Strange Solution\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shortcut\",[\"type\"] = \"event\"},{[\"name\"] = \"Seeking Answers\",[\"type\"] = \"event\"},{[\"name\"] = \"Liquid Courage\",[\"type\"] = \"asset\"},{[\"name\"] = \"Think on Your Feet\",[\"type\"] = \"event\"},{[\"name\"] = \"Double or Nothing\",[\"type\"] = \"skill\"},{[\"name\"] = \"Hired Muscle (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rite of Seeking\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ritual Candles\",[\"type\"] = \"asset\"},{[\"name\"] = \"Clarity of Mind\",[\"type\"] = \"asset\"},{[\"name\"] = \"Bind Monster (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Fire Axe\",[\"type\"] = \"asset\"},{[\"name\"] = \"Peter Sylvestre\",[\"type\"] = \"asset\"},{[\"name\"] = \"Bait and Switch\",[\"type\"] = \"event\"},{[\"name\"] = \"Peter Sylvestre (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Kukri\",[\"type\"] = \"asset\"},{[\"name\"] = \"Indebted\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Internal Injury\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Chronophobia\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Emergency Aid\",[\"type\"] = \"event\"},{[\"name\"] = \"Brother Xavier (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"I've got a plan!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Pathfinder (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Contraband\",[\"type\"] = \"event\"},{[\"name\"] = \"Adaptable (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Delve Too Deep\",[\"type\"] = \"event\"},{[\"name\"] = \"Song of the Dead (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Oops!\",[\"type\"] = \"event\"},{[\"name\"] = \"Fire Extinguisher (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Flare (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Smoking Pipe\",[\"type\"] = \"asset\"},{[\"name\"] = \"Painkillers\",[\"type\"] = \"asset\"},{[\"name\"] = \"Bandolier\",[\"type\"] = \"asset\"},{[\"name\"] = \"Stand Together (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Art Student\",[\"type\"] = \"asset\"},{[\"name\"] = \"Deduction (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"\\\"I'm outta here!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Switchblade (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hypnotic Gaze\",[\"type\"] = \"event\"},{[\"name\"] = \"Shrivelling (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Newspaper\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lure (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Relic Hunter (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Charisma (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Prepared for the Worst\",[\"type\"] = \"event\"},{[\"name\"] = \"Keen Eye (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Preposterous Sketches\",[\"type\"] = \"event\"},{[\"name\"] = \"Higher Education (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lone Wolf\",[\"type\"] = \"asset\"},{[\"name\"] = \"Streetwise (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Defiance\",[\"type\"] = \"skill\"},{[\"name\"] = \"Blood Pact (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rise to the Occasion\",[\"type\"] = \"skill\"},{[\"name\"] = \"Scrapper (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Emergency Cache (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"If it bleeds...\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Springfield M1903 (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Inquiring Mind\",[\"type\"] = \"skill\"},{[\"name\"] = \"Expose Weakness (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Quick Thinking\",[\"type\"] = \"skill\"},{[\"name\"] = \"Lucky Dice (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Opportunist (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Alyssa Graham\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rite of Seeking (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Horse\",[\"type\"] = \"asset\"},{[\"name\"] = \"Survival Instinct (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Leadership\",[\"type\"] = \"skill\"},{[\"name\"] = \"\\\"I've had worse...\\\" (4)\",[\"type\"] = \"event\"},{[\"name\"] = \"Strange Solution (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Strange Solution (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Strange Solution (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ace in the Hole (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Moonlight Ritual\",[\"type\"] = \"event\"},{[\"name\"] = \"Fearless (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Jewel of Aureolus (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"A Chance Encounter\",[\"type\"] = \"event\"},{[\"name\"] = \"Stroke of Luck (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Fine Clothes\",[\"type\"] = \"asset\"},{[\"name\"] = \"Moment of Respite (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Vicious Blow (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Monster Slayer (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Lightning Gun (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dr. William T. Maleson\",[\"type\"] = \"asset\"},{[\"name\"] = \"Deciphered Reality (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Chicago Typewriter (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Gold Pocket Watch (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shrivelling (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ward of Protection (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Aquinnah (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Try and Try Again (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Red-Gloved Man (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mark Harrigan\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Minh Thi Phan\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Sefina Rousseau\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Akachi Onyele\",[\"type\"] = \"investigator\"},{[\"name\"] = \"William Yorick\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Lola Hayes\",[\"type\"] = \"investigator\"},{[\"name\"] = \"The Home Front\",[\"type\"] = \"skill\"},{[\"name\"] = \"Shell Shock\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Sophie\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sophie\",[\"type\"] = \"asset\"},{[\"name\"] = \"Analytical Mind\",[\"type\"] = \"asset\"},{[\"name\"] = \"The King in Yellow\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Painted World\",[\"type\"] = \"event\"},{[\"name\"] = \"Stars of Hyades\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Spirit-Speaker\",[\"type\"] = \"asset\"},{[\"name\"] = \"Angered Spirits\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Bury Them Deep\",[\"type\"] = \"event\"},{[\"name\"] = \"Graveyard Ghouls\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Improvisation\",[\"type\"] = \"event\"},{[\"name\"] = \"Crisis of Identity\",[\"type\"] = \"treachery\"},{[\"name\"] = \".32 Colt\",[\"type\"] = \"asset\"},{[\"name\"] = \"True Grit\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Let me handle this!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Ever Vigilant (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Fieldwork\",[\"type\"] = \"asset\"},{[\"name\"] = \"Archaic Glyphs\",[\"type\"] = \"asset\"},{[\"name\"] = \"No Stone Unturned\",[\"type\"] = \"event\"},{[\"name\"] = \"In the Know (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Stealth\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sleight of Hand\",[\"type\"] = \"event\"},{[\"name\"] = \"Daring Maneuver\",[\"type\"] = \"event\"},{[\"name\"] = \"Lockpicks (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Alchemical Transmutation\",[\"type\"] = \"asset\"},{[\"name\"] = \"Uncage the Soul\",[\"type\"] = \"event\"},{[\"name\"] = \"Astral Travel\",[\"type\"] = \"event\"},{[\"name\"] = \"Spirit Athame (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lantern\",[\"type\"] = \"asset\"},{[\"name\"] = \"Gravedigger's Shovel\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hiding Spot\",[\"type\"] = \"event\"},{[\"name\"] = \"Resourceful\",[\"type\"] = \"skill\"},{[\"name\"] = \"Overzealous\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Drawing the Sign\",[\"type\"] = \"treachery\"},{[\"name\"] = \"The Thing That Follows\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Constance Dumaine\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Jordan Perry\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Ishimaru Haruko\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Sebastien Moreau\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Ashleigh Clarke\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Engram's Oath\",[\"type\"] = \"story\"},{[\"name\"] = \"L'agneau Perdu\",[\"type\"] = \"story\"},{[\"name\"] = \"The Pattern\",[\"type\"] = \"story\"},{[\"name\"] = \"The First Show\",[\"type\"] = \"story\"},{[\"name\"] = \"Above and Below\",[\"type\"] = \"story\"},{[\"name\"] = \"Heroic Rescue\",[\"type\"] = \"event\"},{[\"name\"] = \"Combat Training (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Anatomical Diagrams\",[\"type\"] = \"event\"},{[\"name\"] = \"Scientific Theory (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Knuckleduster\",[\"type\"] = \"asset\"},{[\"name\"] = \"Moxie (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"David Renfield\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grounded (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cherished Keepsake\",[\"type\"] = \"asset\"},{[\"name\"] = \"Plucky (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Say Your Prayers\",[\"type\"] = \"skill\"},{[\"name\"] = \"Desperate Search\",[\"type\"] = \"skill\"},{[\"name\"] = \"Reckless Assault\",[\"type\"] = \"skill\"},{[\"name\"] = \"Run For Your Life\",[\"type\"] = \"skill\"},{[\"name\"] = \"Trench Knife\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ambush (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Charles Ross, Esq.\",[\"type\"] = \"asset\"},{[\"name\"] = \"Forewarned (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Dario El-Amin\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sneak Attack (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Storm of Spirits\",[\"type\"] = \"event\"},{[\"name\"] = \"Book of Shadows (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Fight or Flight\",[\"type\"] = \"event\"},{[\"name\"] = \"A Test of Will (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Devil's Luck (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Calling in Favors\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"I'll see you in hell!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \".45 Automatic (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Logical Reasoning\",[\"type\"] = \"event\"},{[\"name\"] = \"Archaic Glyphs (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Archaic Glyphs (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cheap Shot\",[\"type\"] = \"event\"},{[\"name\"] = \"Pickpocketing (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Quantum Flux\",[\"type\"] = \"event\"},{[\"name\"] = \"Recharge (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Madame Labranche\",[\"type\"] = \"asset\"},{[\"name\"] = \"Snare Trap (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Inspiring Presence\",[\"type\"] = \"skill\"},{[\"name\"] = \"Mano a Mano (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"First Aid (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eureka!\",[\"type\"] = \"skill\"},{[\"name\"] = \"Shortcut (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Watch this!\\\"\",[\"type\"] = \"skill\"},{[\"name\"] = \".41 Derringer (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Torrent of Power\",[\"type\"] = \"skill\"},{[\"name\"] = \"Scrying (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Waylay\",[\"type\"] = \"event\"},{[\"name\"] = \"A Chance Encounter (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Emergency Cache (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"On the Hunt\",[\"type\"] = \"event\"},{[\"name\"] = \"Stick to the Plan (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Guidance\",[\"type\"] = \"event\"},{[\"name\"] = \"Arcane Insight (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Narrow Escape\",[\"type\"] = \"event\"},{[\"name\"] = \"Suggestion (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"St. Hubert's Key\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ward of Protection (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Arcane Initiate (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Not without a fight!\\\"\",[\"type\"] = \"skill\"},{[\"name\"] = \"True Survivor (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Eat lead!\\\" (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Armor of Ardennes (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eidetic Memory (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"No Stone Unturned (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Charon's Obol (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lupara (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cheat Death (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Time Warp (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Seal of the Elder Sign (5)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Newspaper (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Infighting (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Key of Ys (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Songs That the Hyades Shall Sing\",[\"type\"] = \"story\"},{[\"name\"] = \"Stars of Aldebaran\",[\"type\"] = \"story\"},{[\"name\"] = \"Bleak Desolation\",[\"type\"] = \"story\"},{[\"name\"] = \"Inhabitant of Carcosa\",[\"type\"] = \"story\"},{[\"name\"] = \"A Moment's Rest\",[\"type\"] = \"story\"},{[\"name\"] = \"The Coffin\",[\"type\"] = \"story\"},{[\"name\"] = \"Mapping the Streets\",[\"type\"] = \"story\"},{[\"name\"] = \"The King's Parade\",[\"type\"] = \"story\"},{[\"name\"] = \"The Archway\",[\"type\"] = \"story\"},{[\"name\"] = \"The Height of the Depths\",[\"type\"] = \"story\"},{[\"name\"] = \"Steps of the Palace\",[\"type\"] = \"story\"},{[\"name\"] = \"The Fall\",[\"type\"] = \"story\"},{[\"name\"] = \"Hastur's End\",[\"type\"] = \"story\"},{[\"name\"] = \"Leo Anderson\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Ursula Downs\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Finn Edwards\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Father Mateo\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Calvin Wright\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Mitch Brown\",[\"type\"] = \"asset\"},{[\"name\"] = \"Bought in Blood\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Jake Williams\",[\"type\"] = \"asset\"},{[\"name\"] = \"Call of the Unknown\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Smuggled Goods\",[\"type\"] = \"event\"},{[\"name\"] = \"Finn's Trusty .38\",[\"type\"] = \"asset\"},{[\"name\"] = \"Caught Red-Handed\",[\"type\"] = \"treachery\"},{[\"name\"] = \"The Codex of Ages\",[\"type\"] = \"asset\"},{[\"name\"] = \"Serpents of Yig\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Until the End of Time\",[\"type\"] = \"asset\"},{[\"name\"] = \"Voice of the Messenger\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Survival Knife\",[\"type\"] = \"asset\"},{[\"name\"] = \"Venturer\",[\"type\"] = \"asset\"},{[\"name\"] = \"Trusted\",[\"type\"] = \"event\"},{[\"name\"] = \"Reliable (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Dr. Elli Horowitz\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ancient Stone (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tooth of Eztli\",[\"type\"] = \"asset\"},{[\"name\"] = \"Unearth the Ancients\",[\"type\"] = \"event\"},{[\"name\"] = \"Treasure Hunter (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Decorated Skull\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eavesdrop\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"You handle this one!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Mists of R'lyeh\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Chthonian Stone\",[\"type\"] = \"asset\"},{[\"name\"] = \"Protective Incantation (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Prophecy\",[\"type\"] = \"event\"},{[\"name\"] = \"Improvised Weapon\",[\"type\"] = \"event\"},{[\"name\"] = \"Dumb Luck\",[\"type\"] = \"event\"},{[\"name\"] = \"Yaotl (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Last Chance\",[\"type\"] = \"skill\"},{[\"name\"] = \"Backpack\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Pact\",[\"type\"] = \"event\"},{[\"name\"] = \"The Price of Failure\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Doomed\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Accursed Fate\",[\"type\"] = \"treachery\"},{[\"name\"] = \"The Bell Tolls\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Scene of the Crime\",[\"type\"] = \"event\"},{[\"name\"] = \"Marksmanship (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Persuasion\",[\"type\"] = \"event\"},{[\"name\"] = \"Shrewd Analysis\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lucky Cigarette Case\",[\"type\"] = \"asset\"},{[\"name\"] = \"Fence (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Arcane Research\",[\"type\"] = \"asset\"},{[\"name\"] = \"Counterspell (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Perseverance\",[\"type\"] = \"event\"},{[\"name\"] = \"Stunning Blow\",[\"type\"] = \"skill\"},{[\"name\"] = \"Second Wind\",[\"type\"] = \"event\"},{[\"name\"] = \"Take the Initiative\",[\"type\"] = \"skill\"},{[\"name\"] = \"Well Prepared (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Truth from Fiction\",[\"type\"] = \"event\"},{[\"name\"] = \"True Understanding\",[\"type\"] = \"skill\"},{[\"name\"] = \"Quick Study (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hatchet Man\",[\"type\"] = \"skill\"},{[\"name\"] = \"High Roller (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Enraptured\",[\"type\"] = \"skill\"},{[\"name\"] = \"Recall the Future (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Try and Try Again (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cornered (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Intrepid\",[\"type\"] = \"skill\"},{[\"name\"] = \"Custom Ammunition (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Otherworldly Compass (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Expose Weakness (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Lola Santiago (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Olive McBride\",[\"type\"] = \"asset\"},{[\"name\"] = \"Defiance (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Premonition\",[\"type\"] = \"event\"},{[\"name\"] = \"Live and Learn\",[\"type\"] = \"event\"},{[\"name\"] = \"Take Heart\",[\"type\"] = \"skill\"},{[\"name\"] = \"Against All Odds (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Trench Coat\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ornate Bow (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"M1918 BAR (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ancient Stone (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ancient Stone (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Slip Away\",[\"type\"] = \"event\"},{[\"name\"] = \"Pay Day (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Sacrifice (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Crystalline Elder Sign (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"On Your Own (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Handcuffs\",[\"type\"] = \"asset\"},{[\"name\"] = \"Blood Eclipse (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Feed the Mind (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Colt Vest Pocket\",[\"type\"] = \"asset\"},{[\"name\"] = \"Coup de Grâce\",[\"type\"] = \"event\"},{[\"name\"] = \"The Skeleton Key (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mists of R'lyeh (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Winging It\",[\"type\"] = \"event\"},{[\"name\"] = \"Old Hunting Rifle (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Thermos\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hemispheric Map (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Timeworn Brand (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Kerosene (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Flamethrower (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Vantage Point\",[\"type\"] = \"event\"},{[\"name\"] = \"Pnakotic Manuscripts (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Borrowed Time (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"All In (5)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Shards of the Void (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Seal of the Seventh Sign (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Impromptu Barrier\",[\"type\"] = \"event\"},{[\"name\"] = \"Alter Fate (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Yig's Mercy\",[\"type\"] = \"story\"},{[\"name\"] = \"Another Way\",[\"type\"] = \"story\"},{[\"name\"] = \"Carolyn Fern\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Joe Diamond\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Preston Fairmont\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Diana Stanley\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Rita Young\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Marie Lambeau\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Hypnotic Therapy\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rational Thought\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Detective's Colt 1911s\",[\"type\"] = \"asset\"},{[\"name\"] = \"Unsolved Case\",[\"type\"] = \"event\"},{[\"name\"] = \"Family Inheritance\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lodge \\\"Debts\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Twilight Blade\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Insight\",[\"type\"] = \"event\"},{[\"name\"] = \"Terrible Secret\",[\"type\"] = \"treachery\"},{[\"name\"] = \"\\\"I'm done runnin'!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Hoods\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Mystifying Song\",[\"type\"] = \"event\"},{[\"name\"] = \"Baron Samedi\",[\"type\"] = \"asset\"},{[\"name\"] = \"Interrogate\",[\"type\"] = \"event\"},{[\"name\"] = \"Delay the Inevitable\",[\"type\"] = \"event\"},{[\"name\"] = \"Steadfast\",[\"type\"] = \"skill\"},{[\"name\"] = \"Ace of Swords (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Fingerprint Kit\",[\"type\"] = \"asset\"},{[\"name\"] = \"Connect the Dots\",[\"type\"] = \"event\"},{[\"name\"] = \"Curiosity\",[\"type\"] = \"skill\"},{[\"name\"] = \"Death • XIII (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Well Connected\",[\"type\"] = \"asset\"},{[\"name\"] = \"Money Talks\",[\"type\"] = \"event\"},{[\"name\"] = \"Cunning\",[\"type\"] = \"skill\"},{[\"name\"] = \"The Moon • XVIII (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Deny Existence\",[\"type\"] = \"event\"},{[\"name\"] = \"Eldritch Inspiration\",[\"type\"] = \"event\"},{[\"name\"] = \"Prophesy\",[\"type\"] = \"skill\"},{[\"name\"] = \"Four of Cups (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Track Shoes\",[\"type\"] = \"asset\"},{[\"name\"] = \"Act of Desperation\",[\"type\"] = \"event\"},{[\"name\"] = \"Able Bodied\",[\"type\"] = \"skill\"},{[\"name\"] = \"Five of Pentacles (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ace of Rods (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The 13th Vision\",[\"type\"] = \"treachery\"},{[\"name\"] = \"The Tower • XVI\",[\"type\"] = \"asset\"},{[\"name\"] = \"Something Worth Fighting For\",[\"type\"] = \"asset\"},{[\"name\"] = \"Crack the Case\",[\"type\"] = \"event\"},{[\"name\"] = \"Intel Report\",[\"type\"] = \"event\"},{[\"name\"] = \"Sign Magick\",[\"type\"] = \"asset\"},{[\"name\"] = \"Banish (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Meat Cleaver\",[\"type\"] = \"asset\"},{[\"name\"] = \".45 Thompson\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scroll of Secrets\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tennessee Sour Mash\",[\"type\"] = \"asset\"},{[\"name\"] = \"Enchanted Blade\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grisly Totem\",[\"type\"] = \"asset\"},{[\"name\"] = \"Alice Luxley\",[\"type\"] = \"asset\"},{[\"name\"] = \"Well-Maintained (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Mr. \\\"Rook\\\"\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hawk-Eye Folding Camera\",[\"type\"] = \"asset\"},{[\"name\"] = \"Henry Wan\",[\"type\"] = \"asset\"},{[\"name\"] = \"Swift Reflexes\",[\"type\"] = \"event\"},{[\"name\"] = \"Wither\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sixth Sense\",[\"type\"] = \"asset\"},{[\"name\"] = \"Drawing Thin\",[\"type\"] = \"asset\"},{[\"name\"] = \"Belly of the Beast\",[\"type\"] = \"event\"},{[\"name\"] = \".45 Thompson (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \".45 Thompson (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scroll of Secrets (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scroll of Secrets (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Enchanted Blade (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Enchanted Blade (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grisly Totem (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grisly Totem (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Council's Coffer (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Warning Shot\",[\"type\"] = \"event\"},{[\"name\"] = \"Telescopic Sight (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Knowledge is Power\",[\"type\"] = \"event\"},{[\"name\"] = \"Esoteric Atlas (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Investments\",[\"type\"] = \"asset\"},{[\"name\"] = \"Decoy\",[\"type\"] = \"event\"},{[\"name\"] = \"De Vermis Mysteriis (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Guiding Spirit (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Fortune or Fate (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Mk 1 Grenades (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Agency Backup (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ghastly Revelation\",[\"type\"] = \"event\"},{[\"name\"] = \"Studious (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Small Favor\",[\"type\"] = \"event\"},{[\"name\"] = \"Another Day, Another Dollar (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dayana Esperence (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Deny Existence (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Trial by Fire\",[\"type\"] = \"event\"},{[\"name\"] = \"Bait and Switch (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Anna Kaslow (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hallowed Mirror\",[\"type\"] = \"asset\"},{[\"name\"] = \"Soothing Melody\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"I've had worse...\\\" (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Occult Lexicon\",[\"type\"] = \"asset\"},{[\"name\"] = \"Blood-Rite\",[\"type\"] = \"event\"},{[\"name\"] = \"Glimpse the Unthinkable (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"You owe me one!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Double, Double (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Wither (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sixth Sense (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lure (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Eucatastrophe (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Tommy Muldoon\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Mandy Thompson\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Tony Morgan\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Luke Robinson\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Patrice Hathaway\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Becky\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rookie Mistake\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Occult Evidence\",[\"type\"] = \"event\"},{[\"name\"] = \"Shocking Discovery\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Bounty Contracts\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tony's .38 Long Colt\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tony's Quarry\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Gate Box\",[\"type\"] = \"asset\"},{[\"name\"] = \"Detached from Reality\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Dream-Gate\",[\"type\"] = \"location\"},{[\"name\"] = \"Dream-Gate\",[\"type\"] = \"location\"},{[\"name\"] = \"Patrice's Violin\",[\"type\"] = \"asset\"},{[\"name\"] = \"Watcher from Another Dimension\",[\"type\"] = \"enemy\"},{[\"name\"] = \"The Hungering Blade (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Bloodlust\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Solemn Vow\",[\"type\"] = \"asset\"},{[\"name\"] = \"Segment of Onyx (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Pendant of the Queen\",[\"type\"] = \"asset\"},{[\"name\"] = \"Astounding Revelation\",[\"type\"] = \"event\"},{[\"name\"] = \"Crystallizer of Dreams\",[\"type\"] = \"asset\"},{[\"name\"] = \"Guardian of the Crystallizer\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Easy Mark (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Stargazing (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"The Stars Are Right\",[\"type\"] = \"event\"},{[\"name\"] = \"Open Gate\",[\"type\"] = \"event\"},{[\"name\"] = \"Miss Doyle (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hope\",[\"type\"] = \"asset\"},{[\"name\"] = \"Zeal\",[\"type\"] = \"asset\"},{[\"name\"] = \"Augur\",[\"type\"] = \"asset\"},{[\"name\"] = \"Fortuitous Discovery\",[\"type\"] = \"event\"},{[\"name\"] = \"Self-Centered\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Kleptomania\",[\"type\"] = \"asset\"},{[\"name\"] = \"Narcolepsy\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Your Worst Nightmare\",[\"type\"] = \"enemy\"},{[\"name\"] = \"First Watch\",[\"type\"] = \"event\"},{[\"name\"] = \"Daring\",[\"type\"] = \"skill\"},{[\"name\"] = \"Dream Diary\",[\"type\"] = \"asset\"},{[\"name\"] = \"Essence of the Dream\",[\"type\"] = \"skill\"},{[\"name\"] = \"Followed\",[\"type\"] = \"event\"},{[\"name\"] = \"Momentum (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Scroll of Prophecies\",[\"type\"] = \"asset\"},{[\"name\"] = \"Read the Signs\",[\"type\"] = \"event\"},{[\"name\"] = \"Jessica Hyde (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cryptic Souls\",[\"type\"] = \"story\"},{[\"name\"] = \"Dreamlike Horrors\",[\"type\"] = \"story\"},{[\"name\"] = \"Endless Secrets\",[\"type\"] = \"story\"},{[\"name\"] = \"Cylinders of Kadatheron\",[\"type\"] = \"story\"},{[\"name\"] = \"The Doom of Sarnath\",[\"type\"] = \"story\"},{[\"name\"] = \"Ghosts of the Dead\",[\"type\"] = \"story\"},{[\"name\"] = \"The Palace of Rainbows\",[\"type\"] = \"story\"},{[\"name\"] = \"A Shrine to the Gods\",[\"type\"] = \"story\"},{[\"name\"] = \"The Crypt of Zulan-Thek\",[\"type\"] = \"story\"},{[\"name\"] = \"Wares of Baharna\",[\"type\"] = \"story\"},{[\"name\"] = \"The Likeness of Old\",[\"type\"] = \"story\"},{[\"name\"] = \"What Remains of Tyrrhia\",[\"type\"] = \"story\"},{[\"name\"] = \"Advice of the King\",[\"type\"] = \"story\"},{[\"name\"] = \"Timeless Beauty\",[\"type\"] = \"story\"},{[\"name\"] = \"Unattainable Desires\",[\"type\"] = \"story\"},{[\"name\"] = \"The City Inside\",[\"type\"] = \"story\"},{[\"name\"] = \"The Baleful Star\",[\"type\"] = \"story\"},{[\"name\"] = \"Tetsuo Mori\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Fool me once...\\\" (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Self-Sacrifice\",[\"type\"] = \"skill\"},{[\"name\"] = \"Otherworld Codex (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dream-Enhancing Serum\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Let God sort them out...\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Swift Reload (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Gregory Gry\",[\"type\"] = \"asset\"},{[\"name\"] = \"Healing Words\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ethereal Form\",[\"type\"] = \"event\"},{[\"name\"] = \"Scrounge for Supplies\",[\"type\"] = \"event\"},{[\"name\"] = \"Brute Force (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Versatile (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \".35 Winchester\",[\"type\"] = \"asset\"},{[\"name\"] = \"Safeguard (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Practice Makes Perfect\",[\"type\"] = \"event\"},{[\"name\"] = \"Extensive Research (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Three Aces (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Burglary (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Spectral Razor\",[\"type\"] = \"event\"},{[\"name\"] = \"Word of Command (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Moonstone\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sharp Vision (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Lucid Dreaming (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Off the Galley\",[\"type\"] = \"story\"},{[\"name\"] = \"Heroic Rescue (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Leadership (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Dream Diary (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dream Diary (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dream Diary (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Haste (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Daredevil (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Empower Self (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Empower Self (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Empower Self (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Twila Katherine Price (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"A Glimmer of Hope\",[\"type\"] = \"event\"},{[\"name\"] = \"Expeditious Retreat (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Ghastly Tunnels\",[\"type\"] = \"story\"},{[\"name\"] = \"The Sentry\",[\"type\"] = \"story\"},{[\"name\"] = \"Another Path\",[\"type\"] = \"story\"},{[\"name\"] = \"A Strange Ghoul\",[\"type\"] = \"story\"},{[\"name\"] = \"Scouting the Vale\",[\"type\"] = \"story\"},{[\"name\"] = \"Something Below\",[\"type\"] = \"story\"},{[\"name\"] = \"Inhabitants of the Vale\",[\"type\"] = \"story\"},{[\"name\"] = \"The Way Out\",[\"type\"] = \"story\"},{[\"name\"] = \"Spider-Infested Waters\",[\"type\"] = \"story\"},{[\"name\"] = \"Still Surface\",[\"type\"] = \"story\"},{[\"name\"] = \"Rolling Pits\",[\"type\"] = \"story\"},{[\"name\"] = \"Center of the Sea\",[\"type\"] = \"story\"},{[\"name\"] = \"Empty Vessel (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Wish Eater\",[\"type\"] = \"asset\"},{[\"name\"] = \"Surprising Find (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Old Book of Lore (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Garrote Wire (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Delilah O'Rourke (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Summoned Hound (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Unbound Beast\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Nothing Left to Lose (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"The Black Cat (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Spiritual Resolve (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Abigail Foreman (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Eye of Truth (5)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sawed-Off Shotgun (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mind's Eye (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shining Trapezohedron (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Nightmare Bauble (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dream Parasite\",[\"type\"] = \"skill\"},{[\"name\"] = \"Scavenging (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sister Mary\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Amanda Sharpe\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Trish Scarborough\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Dexter Drake\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Silas Marsh\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Guardian Angel\",[\"type\"] = \"asset\"},{[\"name\"] = \"Crisis of Faith\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Obscure Studies\",[\"type\"] = \"event\"},{[\"name\"] = \"Whispers from the Deep\",[\"type\"] = \"skill\"},{[\"name\"] = \"In the Shadows\",[\"type\"] = \"event\"},{[\"name\"] = \"Shadow Agents\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Showmanship\",[\"type\"] = \"asset\"},{[\"name\"] = \"Occult Scraps\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sea Change Harpoon\",[\"type\"] = \"asset\"},{[\"name\"] = \"Silas's Net\",[\"type\"] = \"asset\"},{[\"name\"] = \"Siren Call\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Book of Psalms\",[\"type\"] = \"asset\"},{[\"name\"] = \"Blessed Blade\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rite of Sanctification\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hand of Fate\",[\"type\"] = \"event\"},{[\"name\"] = \"Cryptographic Cipher\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cryptic Grimoire\",[\"type\"] = \"asset\"},{[\"name\"] = \"Deep Knowledge\",[\"type\"] = \"event\"},{[\"name\"] = \"Plan of Action\",[\"type\"] = \"skill\"},{[\"name\"] = \".25 Automatic\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Ritual\",[\"type\"] = \"asset\"},{[\"name\"] = \"Obfuscation\",[\"type\"] = \"asset\"},{[\"name\"] = \"Faustian Bargain\",[\"type\"] = \"event\"},{[\"name\"] = \"Sword Cane\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tides of Fate\",[\"type\"] = \"event\"},{[\"name\"] = \"Ward of Radiance\",[\"type\"] = \"event\"},{[\"name\"] = \"Promise of Power\",[\"type\"] = \"skill\"},{[\"name\"] = \"Token of Faith\",[\"type\"] = \"asset\"},{[\"name\"] = \"Keep Faith\",[\"type\"] = \"event\"},{[\"name\"] = \"Predestined\",[\"type\"] = \"skill\"},{[\"name\"] = \"Beloved\",[\"type\"] = \"skill\"},{[\"name\"] = \"Tempt Fate\",[\"type\"] = \"event\"},{[\"name\"] = \"Accursed Follower\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Dread Curse\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Day of Reckoning\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Riot Whistle\",[\"type\"] = \"asset\"},{[\"name\"] = \"Righteous Hunt (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Sacred Covenant (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eldritch Sophist\",[\"type\"] = \"asset\"},{[\"name\"] = \"Stirring Up Trouble (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Blasphemous Covenant (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Breaking and Entering\",[\"type\"] = \"event\"},{[\"name\"] = \"Skeptic (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"False Covenant (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Armageddon\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eye of Chaos\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shroud of Shadows\",[\"type\"] = \"asset\"},{[\"name\"] = \"Paradoxical Covenant (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mariner's Compass\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ancient Covenant (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Keen Eye\",[\"type\"] = \"asset\"},{[\"name\"] = \"Radiant Smite (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"The Truth Beckons\",[\"type\"] = \"event\"},{[\"name\"] = \"Gaze of Ouraxsh (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Priest of Two Faiths (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Under Surveillance (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Blood Pact\",[\"type\"] = \"asset\"},{[\"name\"] = \"Abyssal Tome (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Butterfly Effect (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Third Time's a Charm (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Manipulate Destiny (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Enchanted Armor (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Blessing of Isis (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ríastrad (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Tristan Botley (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Curse of Aeons (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Unrelenting (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Signum Crucis (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Holy Rosary (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shield of Faith (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Fey (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Guided by the Unseen (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Lucky\\\" Penny (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eye of the Djinn (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Armageddon (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Eye of Chaos (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shroud of Shadows (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Spirit of Humanity (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Harmony Restored (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Enchant Weapon (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Nephthys (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Stygian Eye (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Hyperawareness (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Geas (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hard Knocks (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ikiaq (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Flute of the Outer Gods (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"A Watchful Peace (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Dig Deep (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Favor of the Moon (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Favor of the Sun (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Purifying Corruption (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hallow (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Holy Spear (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ancestral Knowledge (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ariadne's Twine (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \".25 Automatic (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Justify the Means (3)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Lucky Dice (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rite of Equilibrium (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Jacob Morrison (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Shrine of the Moirai (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Sweeping Kick (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Butterfly Swords (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Written in the Stars\",[\"type\"] = \"event\"},{[\"name\"] = \"Dragon Pole\",[\"type\"] = \"asset\"},{[\"name\"] = \"Astronomical Atlas (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Strength in Numbers (1)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Medical Student\",[\"type\"] = \"asset\"},{[\"name\"] = \"Michael Leigh (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Divination (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Blur (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Physical Training (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dynamite Blast (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Hyperawareness (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Barricade (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Hard Knocks (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hot Streak (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Arcane Studies (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mind Wipe (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Dig Deep (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rabbit's Foot (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Bandolier (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Blackjack (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Preposterous Sketches (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Strange Solution (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Contraband (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Think on Your Feet (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Rite of Seeking (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Clarity of Mind (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Oops! (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Rise to the Occasion (3)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Through the Gates\",[\"type\"] = \"treachery\"},{[\"name\"] = \".32 Colt (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Eat lead!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Logical Reasoning (4)\",[\"type\"] = \"event\"},{[\"name\"] = \"Archaic Glyphs (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Stealth (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Suggestion (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Alchemical Transmutation (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Storm of Spirits (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Lantern (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Gravedigger's Shovel (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Unspeakable Oath (Bloodthirst)\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Unspeakable Oath (Curiosity)\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Unspeakable Oath (Cowardice)\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Blood Eclipse (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Survival Knife (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Truth from Fiction (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Ancient Stone (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Decorated Skull (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Colt Vest Pocket (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mists of R'lyeh (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Chthonian Stone (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Alter Fate (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"On Your Own (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Backpack (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dendromorphosis\",[\"type\"] = \"asset\"},{[\"name\"] = \"Offer You Cannot Refuse\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Fine Print\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Sell Your Soul\",[\"type\"] = \"treachery\"},{[\"name\"] = \"The Star • XVII (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Hierophant • V (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Moon Pendant (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Nathaniel Cho\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Randall Cho\",[\"type\"] = \"asset\"},{[\"name\"] = \"Tommy Malloy\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Self-Destructive\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Boxing Gloves\",[\"type\"] = \"asset\"},{[\"name\"] = \"Flesh Ward\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grete Wagner\",[\"type\"] = \"asset\"},{[\"name\"] = \"Physical Training\",[\"type\"] = \"asset\"},{[\"name\"] = \"Relentless\",[\"type\"] = \"asset\"},{[\"name\"] = \"Safeguard\",[\"type\"] = \"asset\"},{[\"name\"] = \"Clean Them Out\",[\"type\"] = \"event\"},{[\"name\"] = \"Counterpunch\",[\"type\"] = \"event\"},{[\"name\"] = \"Dodge\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Get over here!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Glory\",[\"type\"] = \"event\"},{[\"name\"] = \"Monster Slayer\",[\"type\"] = \"event\"},{[\"name\"] = \"One-Two Punch\",[\"type\"] = \"event\"},{[\"name\"] = \"Stand Together\",[\"type\"] = \"event\"},{[\"name\"] = \"Vicious Blow\",[\"type\"] = \"skill\"},{[\"name\"] = \"Evidence! (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Galvanize (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Counterpunch (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Get over here!\\\" (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Lesson Learned (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Mano a Mano (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Overpower (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Boxing Gloves (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grete Wagner (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dynamite Blast (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Taunt (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Physical Training (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"One-Two Punch (5)\",[\"type\"] = \"event\"},{[\"name\"] = \"Harvey Walters\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Vault of Knowledge\",[\"type\"] = \"asset\"},{[\"name\"] = \"Thrice-Damned Curiosity\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Obsessive\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Arcane Enlightenment\",[\"type\"] = \"asset\"},{[\"name\"] = \"Celaeno Fragments\",[\"type\"] = \"asset\"},{[\"name\"] = \"Disc of Itzamna\",[\"type\"] = \"asset\"},{[\"name\"] = \"Encyclopedia\",[\"type\"] = \"asset\"},{[\"name\"] = \"Feed the Mind\",[\"type\"] = \"asset\"},{[\"name\"] = \"Forbidden Tome\",[\"type\"] = \"asset\"},{[\"name\"] = \"Higher Education\",[\"type\"] = \"asset\"},{[\"name\"] = \"Laboratory Assistant\",[\"type\"] = \"asset\"},{[\"name\"] = \"Whitton Greene\",[\"type\"] = \"asset\"},{[\"name\"] = \"Burning the Midnight Oil\",[\"type\"] = \"event\"},{[\"name\"] = \"Cryptic Writings\",[\"type\"] = \"event\"},{[\"name\"] = \"Extensive Research\",[\"type\"] = \"event\"},{[\"name\"] = \"Occult Invocation\",[\"type\"] = \"event\"},{[\"name\"] = \"Preposterous Sketches\",[\"type\"] = \"event\"},{[\"name\"] = \"Deduction\",[\"type\"] = \"skill\"},{[\"name\"] = \"Library Docent (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Glimpse the Unthinkable (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Esoteric Atlas (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Whitton Greene (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cryptic Writings (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"I've got a plan!\\\" (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Mind over Matter (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Seeking Answers (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Perception (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Forbidden Tome (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Forbidden Tome (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Farsight (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Miskatonic Archaeology Funding (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Necronomicon (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Winifred Habbamock\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Anything You Can Do, Better\",[\"type\"] = \"skill\"},{[\"name\"] = \"Arrogance\",[\"type\"] = \"skill\"},{[\"name\"] = \"Reckless\",[\"type\"] = \"skill\"},{[\"name\"] = \"Lockpicks\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mauser C96\",[\"type\"] = \"asset\"},{[\"name\"] = \"Switchblade\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lucky Cigarette Case\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lonnie Ritter\",[\"type\"] = \"asset\"},{[\"name\"] = \"Leather Jacket\",[\"type\"] = \"asset\"},{[\"name\"] = \"Streetwise\",[\"type\"] = \"asset\"},{[\"name\"] = \"Cheap Shot\",[\"type\"] = \"event\"},{[\"name\"] = \"Daring Maneuver\",[\"type\"] = \"event\"},{[\"name\"] = \"Slip Away\",[\"type\"] = \"event\"},{[\"name\"] = \"Pilfer\",[\"type\"] = \"event\"},{[\"name\"] = \"Sneak By\",[\"type\"] = \"event\"},{[\"name\"] = \"Nimble\",[\"type\"] = \"skill\"},{[\"name\"] = \"Daredevil\",[\"type\"] = \"skill\"},{[\"name\"] = \"Opportunist\",[\"type\"] = \"skill\"},{[\"name\"] = \"Liquid Courage (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mauser C96 (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Daring Maneuver (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Cheap Shot (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Slip Away (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Manual Dexterity (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Lucky Cigarette Case (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sharpshooter (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Pilfer (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Backstab (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Copycat (3)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Beretta M1918 (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Chuck Fergus (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Jacqueline Fine\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Arbiter of Fates\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Future\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Nihilism\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Ritual Candles\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scrying Mirror\",[\"type\"] = \"asset\"},{[\"name\"] = \"Azure Flame\",[\"type\"] = \"asset\"},{[\"name\"] = \"Clairvoyance\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ineffable Truth\",[\"type\"] = \"asset\"},{[\"name\"] = \"Familiar Spirit\",[\"type\"] = \"asset\"},{[\"name\"] = \"Crystal Pendulum\",[\"type\"] = \"asset\"},{[\"name\"] = \"Robes of Endless Night\",[\"type\"] = \"asset\"},{[\"name\"] = \"Astral Travel\",[\"type\"] = \"event\"},{[\"name\"] = \"Hypnotic Gaze\",[\"type\"] = \"event\"},{[\"name\"] = \"Parallel Fates\",[\"type\"] = \"event\"},{[\"name\"] = \"Voice of Ra\",[\"type\"] = \"event\"},{[\"name\"] = \"Dark Prophecy\",[\"type\"] = \"event\"},{[\"name\"] = \"Defiance\",[\"type\"] = \"skill\"},{[\"name\"] = \"Prescient\",[\"type\"] = \"skill\"},{[\"name\"] = \"Eldritch Inspiration (1)\",[\"type\"] = \"event\"},{[\"name\"] = \"Grotesque Statue (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Robes of Endless Night (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Hypnotic Gaze (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Guts (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Azure Flame (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Clairvoyance (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ineffable Truth (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Arcane Studies (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Recharge (4)\",[\"type\"] = \"event\"},{[\"name\"] = \"Azure Flame (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Clairvoyance (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Ineffable Truth (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Stella Clark\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Neither Rain nor Snow\",[\"type\"] = \"skill\"},{[\"name\"] = \"Called by the Mists\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Atychiphobia\",[\"type\"] = \"treachery\"},{[\"name\"] = \".18 Derringer\",[\"type\"] = \"asset\"},{[\"name\"] = \"Grimm's Fairy Tales\",[\"type\"] = \"asset\"},{[\"name\"] = \"Old Keyring\",[\"type\"] = \"asset\"},{[\"name\"] = \"Granny Orne\",[\"type\"] = \"asset\"},{[\"name\"] = \"Mysterious Raven\",[\"type\"] = \"asset\"},{[\"name\"] = \"Rabbit's Foot\",[\"type\"] = \"asset\"},{[\"name\"] = \"Scrapper\",[\"type\"] = \"asset\"},{[\"name\"] = \"Will to Survive\",[\"type\"] = \"event\"},{[\"name\"] = \"A Test of Will\",[\"type\"] = \"event\"},{[\"name\"] = \"Dumb Luck\",[\"type\"] = \"event\"},{[\"name\"] = \"Grit Your Teeth\",[\"type\"] = \"event\"},{[\"name\"] = \"Live and Learn\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"type\"] = \"event\"},{[\"name\"] = \"Oops!\",[\"type\"] = \"event\"},{[\"name\"] = \"Take Heart\",[\"type\"] = \"skill\"},{[\"name\"] = \"Cherished Keepsake (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Leather Coat (1)\",[\"type\"] = \"asset\"},{[\"name\"] = \".18 Derringer (2)\",[\"type\"] = \"asset\"},{[\"name\"] = \"A Test of Will (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"\\\"Look what I found!\\\" (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Dumb Luck (2)\",[\"type\"] = \"event\"},{[\"name\"] = \"Unexpected Courage (2)\",[\"type\"] = \"skill\"},{[\"name\"] = \"Granny Orne (3)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Lucky! (3)\",[\"type\"] = \"event\"},{[\"name\"] = \"Chainsaw (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Quick Learner (4)\",[\"type\"] = \"asset\"},{[\"name\"] = \"Déjà Vu (5)\",[\"type\"] = \"asset\"},{[\"name\"] = \"To the Dreamlands\",[\"type\"] = \"story\"},{[\"name\"] = \"Fate of the Dreamers\",[\"type\"] = \"story\"},{[\"name\"] = \"Prisoners of Conquest\",[\"type\"] = \"story\"},{[\"name\"] = \"Ruins of Sarkomand\",[\"type\"] = \"story\"},{[\"name\"] = \"Effigy of Nodens\",[\"type\"] = \"story\"},{[\"name\"] = \"Usurp the Night\",[\"type\"] = \"story\"},{[\"name\"] = \"The Translator's Evidence\",[\"type\"] = \"story\"},{[\"name\"] = \"The Supplicant's Evidence\",[\"type\"] = \"story\"},{[\"name\"] = \"The Priestess's Evidence\",[\"type\"] = \"story\"},{[\"name\"] = \"The Salesman's Evidence\",[\"type\"] = \"story\"},{[\"name\"] = \"The Assassin's Evidence\",[\"type\"] = \"story\"},{[\"name\"] = \"The Professor's Evidence\",[\"type\"] = \"story\"},{[\"name\"] = \"Daisy Walker\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Daisy's Tote Bag\",[\"type\"] = \"asset\"},{[\"name\"] = \"The Necronomicon\",[\"type\"] = \"asset\"},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"type\"] = \"investigator\"},{[\"name\"] = \"On the Lam\",[\"type\"] = \"event\"},{[\"name\"] = \"Hospital Debts\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Agnes Baker\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Heirloom of Hyperborea\",[\"type\"] = \"asset\"},{[\"name\"] = \"Dark Memory\",[\"type\"] = \"event\"},{[\"name\"] = \"Triumph and Subjugation\",[\"type\"] = \"story\"},{[\"name\"] = \"Jenny Barnes\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Green Man Medallion\",[\"type\"] = \"asset\"},{[\"name\"] = \"Sacrificial Beast\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Roland Banks\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Mysteries Remain\",[\"type\"] = \"event\"},{[\"name\"] = \"The Dirge of Reason\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Norman Withers\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Split the Angle\",[\"type\"] = \"asset\"},{[\"name\"] = \"Vengeful Hound\",[\"type\"] = \"enemy\"},{[\"name\"] = \"Carolyn Fern\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Foolishness\",[\"type\"] = \"asset\"},{[\"name\"] = \"To Fight the Black Wind\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Silas Marsh\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Nautical Prowess\",[\"type\"] = \"skill\"},{[\"name\"] = \"Dreams of the Deep\",[\"type\"] = \"skill\"},{[\"name\"] = \"Dexter Drake\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Molly Maxwell\",[\"type\"] = \"asset\"},{[\"name\"] = \"Yaztaroth\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Gloria Goldberg\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Ruth Westmacott\",[\"type\"] = \"asset\"},{[\"name\"] = \"Liber Omnium Finium\",[\"type\"] = \"treachery\"},{[\"name\"] = \"Marie Lambeau\",[\"type\"] = \"investigator\"},{[\"name\"] = \"Mystifying Song\",[\"type\"] = \"event\"},{[\"name\"] = \"Baron Samedi\",[\"type\"] = \"asset\"}}\r\nend", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Ancestral Knowledge Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.347168, + "posY": 1.64091635, + "posZ": -21.3152657, + "rotX": 359.920135, + "rotY": 270.000427, + "rotZ": 0.0168802254, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" + }, + "6": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.576470554, + "g": 0.333332181, + "r": 0.364704728 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1754695853007989004/9153BC204FC707AE564ECFAC063A11CB8C2B5D1E/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1754695414379239413/0B8E68F3B7311DCF2138FB701F78D1D93FBA4CAB/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "13f090", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "function onload(saved_data)\r\n cardsInBag = {}\r\n memoizedCards = {}\r\n cardJson = loadCards()\r\nend\r\n\r\nfunction onObjectEnterContainer(container, object)\r\n if container == self then\r\n --use previously-found cards for faster performace\r\n if memoizedCards[object.getName()] then\r\n table.insert(cardsInBag, {name = object.getName() .. memoizedCards[object.getName()], id = object.getGUID()})\r\n recreateButtons()\r\n else\r\n findCard(object)\r\n end\r\n end\r\nend\r\n\r\nfunction onObjectLeaveContainer(container, object)\r\n if container == self then\r\n removeCardByGUID(cardsInBag, object.getGUID())\r\n recreateButtons()\r\n end\r\nend\r\n\r\nfunction findCard(object)\r\n local icons = ''\r\n\r\n for _, card in pairs (cardJson) do\r\n if (card.name == object.getName()) then\r\n local skillIcons = getIcons(card.skillIcons)\r\n if skillIcons ~= '' then\r\n icons = '\\n' .. skillIcons\r\n end\r\n break\r\n end\r\n end\r\n\r\n --memoize result\r\n memoizedCards[object.getName()] = icons\r\n\r\n table.insert(cardsInBag, {name = object.getName() .. icons, id = object.getGUID()})\r\n recreateButtons()\r\nend\r\n\r\nfunction getIcons(skillIcons)\r\n local icons = ''\r\n\r\n for icon, value in pairs (skillIcons) do\r\n icons = icons .. icon .. ': ' .. value .. ' '\r\n end\r\n\r\n return icons\r\nend\r\n\r\nfunction recreateButtons()\r\n self.clearButtons()\r\n verticalPosition = 1.5\r\n\r\n for _, card in ipairs(cardsInBag) do\r\n if _G['removeCard' .. card.id] == nil then\r\n _G['removeCard' .. card.id] = function()\r\n removeCard(card.id)\r\n end\r\n end\r\n\r\n self.createButton({\r\n label = card.name,\r\n icon = 'combatIcon',\r\n click_function = \"removeCard\" .. card.id,\r\n function_owner = self,\r\n position = {0,0,verticalPosition},\r\n height = 225,\r\n width = 1200,\r\n font_size = 75,\r\n color = {1,1,1},\r\n font_color = {0,0,0}\r\n })\r\n\r\n verticalPosition = verticalPosition - 0.5\r\n end\r\n\r\n countLabel = #cardsInBag == 0 and '' or #cardsInBag\r\n\r\n self.createButton({\r\n label = countLabel,\r\n click_function = 'nothing',\r\n function_owner = self,\r\n position = {0,0,-1.25},\r\n width = 0,\r\n height = 0,\r\n font_size = 225,\r\n font_color = {1,1,1}\r\n })\r\nend\r\n\r\nfunction nothing()\r\nend\r\n\r\nfunction removeCard(cardGUID)\r\n self.takeObject({\r\n guid = cardGUID,\r\n rotation = self.getRotation(),\r\n position = self.getPosition() + Vector(0,0.5,0),\r\n callback_function = function(obj)\r\n obj.resting = true\r\n end\r\n })\r\nend\r\n\r\nfunction removeCardByGUID(bag, guid)\r\n local idx = nil\r\n\r\n for i, v in ipairs (bag) do\r\n if (v.id == guid) then\r\n idx = i\r\n end\r\n end\r\n\r\n if idx ~= nil then\r\n table.remove(cardsInBag, idx)\r\n end\r\nend\r\n\r\nfunction loadCards()\r\n return {{[\"name\"] = \"Random Basic Weakness\",[\"skillIcons\"] = {}},{[\"name\"] = \"Roland Banks\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Daisy Walker\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Agnes Baker\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Wendy Adams\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 4,[\"Combat\"] = 1,[\"Intellect\"] = 3}},{[\"name\"] = \"Roland's .38 Special\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Cover Up\",[\"skillIcons\"] = {}},{[\"name\"] = \"Daisy's Tote Bag\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Necronomicon\",[\"skillIcons\"] = {}},{[\"name\"] = \"On the Lam\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hospital Debts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heirloom of Hyperborea\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Memory\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wendy's Amulet\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Abandoned and Alone\",[\"skillIcons\"] = {}},{[\"name\"] = \".45 Automatic\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Physical Training\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Beat Cop\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"First Aid\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Machete\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Guard Dog\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Evidence!\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Dodge\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dynamite Blast\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Vicious Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Extra Ammunition (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Police Badge (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Beat Cop (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Shotgun (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Magnifying Glass\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Old Book of Lore\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Research Librarian\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dr. Milan Christopher\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hyperawareness\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Medical Texts\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Mind over Matter\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Working a Hunch\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Barricade\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Magnifying Glass (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Disc of Itzamna (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Encyclopedia (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cryptic Research (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Switchblade\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Burglary\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Pickpocketing\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \".41 Derringer\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Leo De Luca\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hard Knocks\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Elusive\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Backstab\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Sneak Attack\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Opportunist\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Leo De Luca (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Cat Burglar (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Sure Gamble (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hot Streak (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Forbidden Knowledge\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Holy Rosary\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Shrivelling\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scrying\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Arcane Studies\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Arcane Initiate\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Drawn to the Flame\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ward of Protection\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Blinding Light\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Fearless\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Mind Wipe (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Blinding Light (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Book of Shadows (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Grotesque Statue (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Leather Coat\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scavenging\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Baseball Bat\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rabbit's Foot\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Stray Cat\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dig Deep\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Cunning Distraction\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Lucky!\",[\"skillIcons\"] = {}},{[\"name\"] = \"Survival Instinct\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Aquinnah (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Close Call (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Lucky! (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Will to Survive (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Knife\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Flashlight\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Emergency Cache\",[\"skillIcons\"] = {}},{[\"name\"] = \"Guts\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Perception\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Overpower\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Manual Dexterity\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Unexpected Courage\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Bulletproof Vest (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Elder Sign Amulet (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Amnesia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Paranoia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Haunted\",[\"skillIcons\"] = {}},{[\"name\"] = \"Psychosis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hypochondria\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mob Enforcer\",[\"skillIcons\"] = {}},{[\"name\"] = \"Silver Twilight Acolyte\",[\"skillIcons\"] = {}},{[\"name\"] = \"Stubborn Detective\",[\"skillIcons\"] = {}},{[\"name\"] = \"Zoey Samaras\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Rex Murphy\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Jenny Barnes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Jim Culver\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"\\\"Ashcan\\\" Pete\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Zoey's Cross\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Smite the Wicked\",[\"skillIcons\"] = {}},{[\"name\"] = \"Search for the Truth\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Rex's Curse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jenny's Twin .45s\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Searching for Izzie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jim's Trumpet\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 2}},{[\"name\"] = \"Final Rhapsody\",[\"skillIcons\"] = {}},{[\"name\"] = \"Duke\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wracked by Nightmares\",[\"skillIcons\"] = {}},{[\"name\"] = \"Blackjack\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Taunt\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Teamwork\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Taunt (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Laboratory Assistant\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Strange Solution\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shortcut\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Seeking Answers\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Liquid Courage\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Think on Your Feet\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Double or Nothing\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hired Muscle (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rite of Seeking\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ritual Candles\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Clarity of Mind\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bind Monster (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Fire Axe\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Peter Sylvestre\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bait and Switch\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Peter Sylvestre (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Kukri\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Indebted\",[\"skillIcons\"] = {}},{[\"name\"] = \"Internal Injury\",[\"skillIcons\"] = {}},{[\"name\"] = \"Chronophobia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Emergency Aid\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Brother Xavier (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"I've got a plan!\\\"\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pathfinder (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Contraband\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Adaptable (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Delve Too Deep\",[\"skillIcons\"] = {}},{[\"name\"] = \"Song of the Dead (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Oops!\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Fire Extinguisher (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Flare (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Smoking Pipe\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Painkillers\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Bandolier\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Stand Together (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Art Student\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"\\\"I'm outta here!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Switchblade (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hypnotic Gaze\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Shrivelling (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Newspaper\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Lure (1)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Relic Hunter (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Charisma (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Prepared for the Worst\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Keen Eye (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Preposterous Sketches\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Higher Education (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lone Wolf\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Streetwise (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Defiance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Blood Pact (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Rise to the Occasion\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Scrapper (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Emergency Cache (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"If it bleeds...\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Springfield M1903 (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Inquiring Mind\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Expose Weakness (1)\",[\"skillIcons\"] = {[\"Combat\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Quick Thinking\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Lucky Dice (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Opportunist (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Alyssa Graham\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Rite of Seeking (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Dark Horse\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Survival Instinct (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Leadership\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"\\\"I've had worse...\\\" (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 1}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ace in the Hole (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Moonlight Ritual\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Fearless (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Jewel of Aureolus (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"A Chance Encounter\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stroke of Luck (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Fine Clothes\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Moment of Respite (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Vicious Blow (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Monster Slayer (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Lightning Gun (5)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dr. William T. Maleson\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Deciphered Reality (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Chicago Typewriter (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"The Gold Pocket Watch (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Shrivelling (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Ward of Protection (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Aquinnah (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Try and Try Again (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"The Red-Gloved Man (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Mark Harrigan\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 5,[\"Intellect\"] = 2}},{[\"name\"] = \"Minh Thi Phan\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Sefina Rousseau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 4,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Akachi Onyele\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"William Yorick\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Lola Hayes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"The Home Front\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Shell Shock\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sophie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sophie\",[\"skillIcons\"] = {}},{[\"name\"] = \"Analytical Mind\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"The King in Yellow\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Painted World\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Stars of Hyades\",[\"skillIcons\"] = {}},{[\"name\"] = \"Spirit-Speaker\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Angered Spirits\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bury Them Deep\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Graveyard Ghouls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Improvisation\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Crisis of Identity\",[\"skillIcons\"] = {}},{[\"name\"] = \".32 Colt\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"True Grit\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Let me handle this!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Ever Vigilant (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Fieldwork\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Archaic Glyphs\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"No Stone Unturned\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"In the Know (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Stealth\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Sleight of Hand\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Daring Maneuver\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Lockpicks (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Alchemical Transmutation\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Uncage the Soul\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Astral Travel\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Spirit Athame (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Lantern\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Gravedigger's Shovel\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Hiding Spot\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Resourceful\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Overzealous\",[\"skillIcons\"] = {}},{[\"name\"] = \"Drawing the Sign\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Thing That Follows\",[\"skillIcons\"] = {}},{[\"name\"] = \"Constance Dumaine\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jordan Perry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ishimaru Haruko\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sebastien Moreau\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ashleigh Clarke\",[\"skillIcons\"] = {}},{[\"name\"] = \"Engram's Oath\",[\"skillIcons\"] = {}},{[\"name\"] = \"L'agneau Perdu\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Pattern\",[\"skillIcons\"] = {}},{[\"name\"] = \"The First Show\",[\"skillIcons\"] = {}},{[\"name\"] = \"Above and Below\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heroic Rescue\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Combat Training (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Anatomical Diagrams\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Scientific Theory (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Knuckleduster\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Moxie (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"David Renfield\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Grounded (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Cherished Keepsake\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Plucky (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Say Your Prayers\",[\"skillIcons\"] = {[\"Will\"] = 4}},{[\"name\"] = \"Desperate Search\",[\"skillIcons\"] = {[\"Intellect\"] = 4}},{[\"name\"] = \"Reckless Assault\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Run For Your Life\",[\"skillIcons\"] = {[\"Agility\"] = 4}},{[\"name\"] = \"Trench Knife\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Ambush (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Charles Ross, Esq.\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Forewarned (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dario El-Amin\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Sneak Attack (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Storm of Spirits\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Book of Shadows (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Fight or Flight\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Test of Will (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Devil's Luck (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Calling in Favors\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I'll see you in hell!\\\"\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \".45 Automatic (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Logical Reasoning\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cheap Shot\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Pickpocketing (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Quantum Flux\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Recharge (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Madame Labranche\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Snare Trap (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Inspiring Presence\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Mano a Mano (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"First Aid (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Eureka!\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shortcut (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Watch this!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \".41 Derringer (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Torrent of Power\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scrying (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Waylay\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"A Chance Encounter (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Emergency Cache (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"On the Hunt\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stick to the Plan (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Guidance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Arcane Insight (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Narrow Escape\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Suggestion (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"St. Hubert's Key\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ward of Protection (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Arcane Initiate (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"\\\"Not without a fight!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"True Survivor (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"Eat lead!\\\" (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Armor of Ardennes (5)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Eidetic Memory (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"No Stone Unturned (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Charon's Obol (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lupara (3)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Cheat Death (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Time Warp (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Seal of the Elder Sign (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Newspaper (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Infighting (3)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Key of Ys (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Songs That the Hyades Shall Sing\",[\"skillIcons\"] = {}},{[\"name\"] = \"Stars of Aldebaran\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bleak Desolation\",[\"skillIcons\"] = {}},{[\"name\"] = \"Inhabitant of Carcosa\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Moment's Rest\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Coffin\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mapping the Streets\",[\"skillIcons\"] = {}},{[\"name\"] = \"The King's Parade\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Archway\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Height of the Depths\",[\"skillIcons\"] = {}},{[\"name\"] = \"Steps of the Palace\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Fall\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hastur's End\",[\"skillIcons\"] = {}},{[\"name\"] = \"Leo Anderson\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 1,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Ursula Downs\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 4,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Finn Edwards\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 4}},{[\"name\"] = \"Father Mateo\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Calvin Wright\",[\"skillIcons\"] = {[\"Will\"] = 0,[\"Agility\"] = 0,[\"Combat\"] = 0,[\"Intellect\"] = 0}},{[\"name\"] = \"Mitch Brown\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Bought in Blood\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jake Williams\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Call of the Unknown\",[\"skillIcons\"] = {}},{[\"name\"] = \"Smuggled Goods\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Finn's Trusty .38\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Caught Red-Handed\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Codex of Ages\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Serpents of Yig\",[\"skillIcons\"] = {}},{[\"name\"] = \"Until the End of Time\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Voice of the Messenger\",[\"skillIcons\"] = {}},{[\"name\"] = \"Survival Knife\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Venturer\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Trusted\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Reliable (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Dr. Elli Horowitz\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ancient Stone (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Tooth of Eztli\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Unearth the Ancients\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Treasure Hunter (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Decorated Skull\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Eavesdrop\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"You handle this one!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Mists of R'lyeh\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"The Chthonian Stone\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Protective Incantation (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dark Prophecy\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Improvised Weapon\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dumb Luck\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Yaotl (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Last Chance\",[\"skillIcons\"] = {[\"Wild\"] = 5}},{[\"name\"] = \"Backpack\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dark Pact\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Price of Failure\",[\"skillIcons\"] = {}},{[\"name\"] = \"Doomed\",[\"skillIcons\"] = {}},{[\"name\"] = \"Accursed Fate\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Bell Tolls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Scene of the Crime\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Marksmanship (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Persuasion\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shrewd Analysis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lucky Cigarette Case\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Fence (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Arcane Research\",[\"skillIcons\"] = {}},{[\"name\"] = \"Counterspell (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Perseverance\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Stunning Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Second Wind\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Take the Initiative\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Well Prepared (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Truth from Fiction\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"True Understanding\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Quick Study (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hatchet Man\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"High Roller (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Enraptured\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Recall the Future (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Try and Try Again (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Cornered (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Intrepid\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Custom Ammunition (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Otherworldly Compass (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Expose Weakness (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Lola Santiago (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Olive McBride\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Defiance (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Premonition\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Live and Learn\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Take Heart\",[\"skillIcons\"] = {}},{[\"name\"] = \"Against All Odds (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Trench Coat\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Ornate Bow (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"M1918 BAR (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Ancient Stone (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Ancient Stone (4)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Slip Away\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pay Day (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sacrifice (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crystalline Elder Sign (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"On Your Own (3)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Handcuffs\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Blood Eclipse (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Feed the Mind (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Colt Vest Pocket\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Coup de Grâce\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"The Skeleton Key (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Mists of R'lyeh (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Winging It\",[\"skillIcons\"] = {}},{[\"name\"] = \"Old Hunting Rifle (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Thermos\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Hemispheric Map (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Timeworn Brand (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Kerosene (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Flamethrower (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Vantage Point\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pnakotic Manuscripts (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Borrowed Time (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"All In (5)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Shards of the Void (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Seal of the Seventh Sign (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Impromptu Barrier\",[\"skillIcons\"] = {}},{[\"name\"] = \"Alter Fate (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Yig's Mercy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Another Way\",[\"skillIcons\"] = {}},{[\"name\"] = \"Carolyn Fern\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Joe Diamond\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 4}},{[\"name\"] = \"Preston Fairmont\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Diana Stanley\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Rita Young\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 5,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Marie Lambeau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Hypnotic Therapy\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Rational Thought\",[\"skillIcons\"] = {}},{[\"name\"] = \"Detective's Colt 1911s\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Unsolved Case\",[\"skillIcons\"] = {}},{[\"name\"] = \"Family Inheritance\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lodge \\\"Debts\\\"\",[\"skillIcons\"] = {}},{[\"name\"] = \"Twilight Blade\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Insight\",[\"skillIcons\"] = {}},{[\"name\"] = \"Terrible Secret\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"I'm done runnin'!\\\"\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hoods\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mystifying Song\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Baron Samedi\",[\"skillIcons\"] = {}},{[\"name\"] = \"Interrogate\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Delay the Inevitable\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Steadfast\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Ace of Swords (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fingerprint Kit\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Connect the Dots\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Curiosity\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Death • XIII (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Well Connected\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Money Talks\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cunning\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Moon • XVIII (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Deny Existence\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Eldritch Inspiration\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Prophesy\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Four of Cups (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Track Shoes\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Act of Desperation\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Able Bodied\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Five of Pentacles (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ace of Rods (1)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The 13th Vision\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Tower • XVI\",[\"skillIcons\"] = {}},{[\"name\"] = \"Something Worth Fighting For\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crack the Case\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Intel Report\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Sign Magick\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Banish (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Meat Cleaver\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \".45 Thompson\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Scroll of Secrets\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Enchanted Blade\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Grisly Totem\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Alice Luxley\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Well-Maintained (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Mr. \\\"Rook\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Hawk-Eye Folding Camera\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Henry Wan\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Swift Reflexes\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Wither\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Sixth Sense\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Drawing Thin\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Belly of the Beast\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \".45 Thompson (3)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \".45 Thompson (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Scroll of Secrets (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Scroll of Secrets (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Tennessee Sour Mash (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Enchanted Blade (3)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Enchanted Blade (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Grisly Totem (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Grisly Totem (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"The Council's Coffer (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Warning Shot\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Telescopic Sight (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Knowledge is Power\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Esoteric Atlas (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Investments\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Decoy\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"De Vermis Mysteriis (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Guiding Spirit (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Fortune or Fate (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Mk 1 Grenades (4)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Agency Backup (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ghastly Revelation\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Studious (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Small Favor\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Another Day, Another Dollar (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dayana Esperence (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Deny Existence (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Trial by Fire\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Bait and Switch (3)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Anna Kaslow (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hallowed Mirror\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Soothing Melody\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I've had worse...\\\" (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Occult Lexicon\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Blood-Rite\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Glimpse the Unthinkable (5)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"\\\"You owe me one!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Double, Double (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Wither (4)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Sixth Sense (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Lure (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Eucatastrophe (3)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Tommy Muldoon\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Mandy Thompson\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 5}},{[\"name\"] = \"Tony Morgan\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 5,[\"Intellect\"] = 3}},{[\"name\"] = \"Luke Robinson\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Patrice Hathaway\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Becky\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Rookie Mistake\",[\"skillIcons\"] = {}},{[\"name\"] = \"Occult Evidence\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shocking Discovery\",[\"skillIcons\"] = {}},{[\"name\"] = \"Bounty Contracts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Tony's .38 Long Colt\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tony's Quarry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Gate Box\",[\"skillIcons\"] = {}},{[\"name\"] = \"Detached from Reality\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dream-Gate\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dream-Gate\",[\"skillIcons\"] = {}},{[\"name\"] = \"Patrice's Violin\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Watcher from Another Dimension\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Hungering Blade (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Bloodlust\",[\"skillIcons\"] = {}},{[\"name\"] = \"Solemn Vow\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Segment of Onyx (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Pendant of the Queen\",[\"skillIcons\"] = {}},{[\"name\"] = \"Astounding Revelation\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Crystallizer of Dreams\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Guardian of the Crystallizer\",[\"skillIcons\"] = {}},{[\"name\"] = \"Easy Mark (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stargazing (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"The Stars Are Right\",[\"skillIcons\"] = {}},{[\"name\"] = \"Open Gate\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Miss Doyle (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hope\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Zeal\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Augur\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Fortuitous Discovery\",[\"skillIcons\"] = {}},{[\"name\"] = \"Self-Centered\",[\"skillIcons\"] = {}},{[\"name\"] = \"Kleptomania\",[\"skillIcons\"] = {}},{[\"name\"] = \"Narcolepsy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Your Worst Nightmare\",[\"skillIcons\"] = {}},{[\"name\"] = \"First Watch\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Daring\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Dream Diary\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Essence of the Dream\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Followed\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Momentum (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scroll of Prophecies\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Read the Signs\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Jessica Hyde (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Cryptic Souls\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dreamlike Horrors\",[\"skillIcons\"] = {}},{[\"name\"] = \"Endless Secrets\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cylinders of Kadatheron\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Doom of Sarnath\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ghosts of the Dead\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Palace of Rainbows\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Shrine to the Gods\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Crypt of Zulan-Thek\",[\"skillIcons\"] = {}},{[\"name\"] = \"Wares of Baharna\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Likeness of Old\",[\"skillIcons\"] = {}},{[\"name\"] = \"What Remains of Tyrrhia\",[\"skillIcons\"] = {}},{[\"name\"] = \"Advice of the King\",[\"skillIcons\"] = {}},{[\"name\"] = \"Timeless Beauty\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unattainable Desires\",[\"skillIcons\"] = {}},{[\"name\"] = \"The City Inside\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Baleful Star\",[\"skillIcons\"] = {}},{[\"name\"] = \"Tetsuo Mori\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Fool me once...\\\" (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Self-Sacrifice\",[\"skillIcons\"] = {}},{[\"name\"] = \"Otherworld Codex (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dream-Enhancing Serum\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Let God sort them out...\\\"\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Swift Reload (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Gregory Gry\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Healing Words\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Ethereal Form\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Scrounge for Supplies\",[\"skillIcons\"] = {}},{[\"name\"] = \"Brute Force (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Versatile (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \".35 Winchester\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Safeguard (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Practice Makes Perfect\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Extensive Research (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Three Aces (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Burglary (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Spectral Razor\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Word of Command (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Moonstone\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sharp Vision (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Lucid Dreaming (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Off the Galley\",[\"skillIcons\"] = {}},{[\"name\"] = \"Heroic Rescue (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Leadership (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dream Diary (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Haste (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Daredevil (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Empower Self (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Empower Self (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Empower Self (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Twila Katherine Price (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"A Glimmer of Hope\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Expeditious Retreat (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Ghastly Tunnels\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Sentry\",[\"skillIcons\"] = {}},{[\"name\"] = \"Another Path\",[\"skillIcons\"] = {}},{[\"name\"] = \"A Strange Ghoul\",[\"skillIcons\"] = {}},{[\"name\"] = \"Scouting the Vale\",[\"skillIcons\"] = {}},{[\"name\"] = \"Something Below\",[\"skillIcons\"] = {}},{[\"name\"] = \"Inhabitants of the Vale\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Way Out\",[\"skillIcons\"] = {}},{[\"name\"] = \"Spider-Infested Waters\",[\"skillIcons\"] = {}},{[\"name\"] = \"Still Surface\",[\"skillIcons\"] = {}},{[\"name\"] = \"Rolling Pits\",[\"skillIcons\"] = {}},{[\"name\"] = \"Center of the Sea\",[\"skillIcons\"] = {}},{[\"name\"] = \"Empty Vessel (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Wish Eater\",[\"skillIcons\"] = {}},{[\"name\"] = \"Surprising Find (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Old Book of Lore (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Garrote Wire (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Delilah O'Rourke (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Summoned Hound (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Unbound Beast\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nothing Left to Lose (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"The Black Cat (5)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Spiritual Resolve (5)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Abigail Foreman (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Eye of Truth (5)\",[\"skillIcons\"] = {[\"Wild\"] = 4}},{[\"name\"] = \"Joey \\\"The Rat\\\" Vigil (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sawed-Off Shotgun (5)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Mind's Eye (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Shining Trapezohedron (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Nightmare Bauble (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Dream Parasite\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Scavenging (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Sister Mary\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Amanda Sharpe\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Trish Scarborough\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Dexter Drake\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Silas Marsh\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Guardian Angel\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Crisis of Faith\",[\"skillIcons\"] = {}},{[\"name\"] = \"Obscure Studies\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Whispers from the Deep\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"In the Shadows\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Shadow Agents\",[\"skillIcons\"] = {}},{[\"name\"] = \"Showmanship\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Occult Scraps\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sea Change Harpoon\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Silas's Net\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Siren Call\",[\"skillIcons\"] = {}},{[\"name\"] = \"Book of Psalms\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Blessed Blade\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Rite of Sanctification\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Hand of Fate\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Cryptographic Cipher\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Grimoire\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Deep Knowledge\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Plan of Action\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \".25 Automatic\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Dark Ritual\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Obfuscation\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Faustian Bargain\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sword Cane\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Tides of Fate\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Ward of Radiance\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Promise of Power\",[\"skillIcons\"] = {[\"Wild\"] = 4}},{[\"name\"] = \"Token of Faith\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Keep Faith\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Predestined\",[\"skillIcons\"] = {}},{[\"name\"] = \"Beloved\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Tempt Fate\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Accursed Follower\",[\"skillIcons\"] = {}},{[\"name\"] = \"Dread Curse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Day of Reckoning\",[\"skillIcons\"] = {}},{[\"name\"] = \"Riot Whistle\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Righteous Hunt (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Sacred Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Eldritch Sophist\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Stirring Up Trouble (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Blasphemous Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Breaking and Entering\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Skeptic (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"False Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Armageddon\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Eye of Chaos\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Shroud of Shadows\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Paradoxical Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Mariner's Compass\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ancient Covenant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Keen Eye\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Radiant Smite (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"The Truth Beckons\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Gaze of Ouraxsh (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Priest of Two Faiths (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Under Surveillance (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Blood Pact\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Abyssal Tome (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Butterfly Effect (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Third Time's a Charm (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Manipulate Destiny (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Enchanted Armor (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Blessing of Isis (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Grimoire (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ríastrad (1)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Tristan Botley (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Curse of Aeons (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Unrelenting (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Signum Crucis (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Holy Rosary (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Shield of Faith (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Fey (1)\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1}},{[\"name\"] = \"Guided by the Unseen (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"Lucky\\\" Penny (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Eye of the Djinn (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Armageddon (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Eye of Chaos (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Shroud of Shadows (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Spirit of Humanity (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Harmony Restored (2)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Enchant Weapon (3)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Nephthys (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"The Stygian Eye (3)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Hyperawareness (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Geas (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Hard Knocks (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Ikiaq (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Flute of the Outer Gods (4)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Watchful Peace (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Dig Deep (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Favor of the Moon (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Favor of the Sun (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Purifying Corruption (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Hallow (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Holy Spear (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Ancestral Knowledge (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ariadne's Twine (3)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \".25 Automatic (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Justify the Means (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lucky Dice (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Rite of Equilibrium (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Jacob Morrison (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Shrine of the Moirai (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sweeping Kick (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Butterfly Swords (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Written in the Stars\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Dragon Pole\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Astronomical Atlas (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Strength in Numbers (1)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Medical Student\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Michael Leigh (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Divination (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Blur (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Physical Training (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Dynamite Blast (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Hyperawareness (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Barricade (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hard Knocks (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Hot Streak (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Arcane Studies (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Mind Wipe (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dig Deep (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 2}},{[\"name\"] = \"Rabbit's Foot (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Bandolier (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Blackjack (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Preposterous Sketches (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Strange Solution (4)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Contraband (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Think on Your Feet (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Rite of Seeking (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Clarity of Mind (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Oops! (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Rise to the Occasion (3)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Through the Gates\",[\"skillIcons\"] = {}},{[\"name\"] = \".32 Colt (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"\\\"Eat lead!\\\"\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Logical Reasoning (4)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Archaic Glyphs (3)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Stealth (3)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Suggestion (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Alchemical Transmutation (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Storm of Spirits (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Lantern (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Gravedigger's Shovel (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Unspeakable Oath (Bloodthirst)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unspeakable Oath (Curiosity)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Unspeakable Oath (Cowardice)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Blood Eclipse (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Survival Knife (2)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Truth from Fiction (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"Ancient Stone (4)\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Decorated Skull (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Colt Vest Pocket (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Mists of R'lyeh (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"The Chthonian Stone (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Alter Fate (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"On Your Own (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Backpack (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dendromorphosis\",[\"skillIcons\"] = {}},{[\"name\"] = \"Offer You Cannot Refuse\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fine Print\",[\"skillIcons\"] = {}},{[\"name\"] = \"Sell Your Soul\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Star • XVII (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Hierophant • V (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Moon Pendant (2)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nathaniel Cho\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 5,[\"Intellect\"] = 2}},{[\"name\"] = \"Randall Cho\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Tommy Malloy\",[\"skillIcons\"] = {}},{[\"name\"] = \"Self-Destructive\",[\"skillIcons\"] = {}},{[\"name\"] = \"Boxing Gloves\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Flesh Ward\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Grete Wagner\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Physical Training\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Relentless\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Safeguard\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Clean Them Out\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Counterpunch\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dodge\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"\\\"Get over here!\\\"\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Glory\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Monster Slayer\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"One-Two Punch\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Stand Together\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Vicious Blow\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Evidence! (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Galvanize (1)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Counterpunch (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"\\\"Get over here!\\\" (2)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Lesson Learned (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Mano a Mano (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Overpower (2)\",[\"skillIcons\"] = {[\"Combat\"] = 3}},{[\"name\"] = \"Boxing Gloves (3)\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Grete Wagner (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dynamite Blast (3)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"Taunt (3)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Physical Training (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Combat\"] = 2}},{[\"name\"] = \"One-Two Punch (5)\",[\"skillIcons\"] = {[\"Combat\"] = 4}},{[\"name\"] = \"Harvey Walters\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 2,[\"Combat\"] = 1,[\"Intellect\"] = 5}},{[\"name\"] = \"Vault of Knowledge\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Thrice-Damned Curiosity\",[\"skillIcons\"] = {}},{[\"name\"] = \"Obsessive\",[\"skillIcons\"] = {}},{[\"name\"] = \"Arcane Enlightenment\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Celaeno Fragments\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Disc of Itzamna\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Encyclopedia\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Feed the Mind\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Forbidden Tome\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Higher Education\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Laboratory Assistant\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Whitton Greene\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Burning the Midnight Oil\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Writings\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Extensive Research\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Occult Invocation\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Preposterous Sketches\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Deduction\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Library Docent (1)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Glimpse the Unthinkable (1)\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Esoteric Atlas (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Whitton Greene (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cryptic Writings (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"\\\"I've got a plan!\\\" (2)\",[\"skillIcons\"] = {[\"Combat\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Mind over Matter (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Seeking Answers (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Intellect\"] = 1}},{[\"name\"] = \"Perception (2)\",[\"skillIcons\"] = {[\"Intellect\"] = 3}},{[\"name\"] = \"Forbidden Tome (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Forbidden Tome (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Farsight (4)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1}},{[\"name\"] = \"Miskatonic Archaeology Funding (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Necronomicon (5)\",[\"skillIcons\"] = {[\"Intellect\"] = 5}},{[\"name\"] = \"Winifred Habbamock\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 5,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Anything You Can Do, Better\",[\"skillIcons\"] = {[\"Wild\"] = 6}},{[\"name\"] = \"Arrogance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Reckless\",[\"skillIcons\"] = {}},{[\"name\"] = \"Lockpicks\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Mauser C96\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Switchblade\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Lucky Cigarette Case\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Lonnie Ritter\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Leather Jacket\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Streetwise\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Cheap Shot\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Daring Maneuver\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Slip Away\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Pilfer\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Sneak By\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Nimble\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Daredevil\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Opportunist\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Liquid Courage (1)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Mauser C96 (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Daring Maneuver (2)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Cheap Shot (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Slip Away (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Manual Dexterity (2)\",[\"skillIcons\"] = {[\"Agility\"] = 3}},{[\"name\"] = \"Lucky Cigarette Case (3)\",[\"skillIcons\"] = {[\"Will\"] = 2}},{[\"name\"] = \"Sharpshooter (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Pilfer (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Backstab (3)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Copycat (3)\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Beretta M1918 (4)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Chuck Fergus (5)\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Jacqueline Fine\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 3}},{[\"name\"] = \"Arbiter of Fates\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Dark Future\",[\"skillIcons\"] = {}},{[\"name\"] = \"Nihilism\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ritual Candles\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Scrying Mirror\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Azure Flame\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Clairvoyance\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Ineffable Truth\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Familiar Spirit\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Crystal Pendulum\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Robes of Endless Night\",[\"skillIcons\"] = {[\"Agility\"] = 1}},{[\"name\"] = \"Astral Travel\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hypnotic Gaze\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Parallel Fates\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Voice of Ra\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dark Prophecy\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Defiance\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Prescient\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Eldritch Inspiration (1)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Grotesque Statue (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Robes of Endless Night (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Hypnotic Gaze (2)\",[\"skillIcons\"] = {[\"Agility\"] = 2,[\"Combat\"] = 1}},{[\"name\"] = \"Guts (2)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Azure Flame (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Clairvoyance (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Ineffable Truth (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Arcane Studies (4)\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Recharge (4)\",[\"skillIcons\"] = {[\"Will\"] = 3}},{[\"name\"] = \"Azure Flame (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Combat\"] = 2}},{[\"name\"] = \"Clairvoyance (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Ineffable Truth (5)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Stella Clark\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Neither Rain nor Snow\",[\"skillIcons\"] = {[\"Wild\"] = 3}},{[\"name\"] = \"Called by the Mists\",[\"skillIcons\"] = {}},{[\"name\"] = \"Atychiphobia\",[\"skillIcons\"] = {}},{[\"name\"] = \".18 Derringer\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \"Grimm's Fairy Tales\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Old Keyring\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Granny Orne\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Mysterious Raven\",[\"skillIcons\"] = {[\"Intellect\"] = 1}},{[\"name\"] = \"Rabbit's Foot\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Scrapper\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Will to Survive\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Test of Will\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Dumb Luck\",[\"skillIcons\"] = {[\"Agility\"] = 2}},{[\"name\"] = \"Grit Your Teeth\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"Live and Learn\",[\"skillIcons\"] = {[\"Wild\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\"\",[\"skillIcons\"] = {[\"Intellect\"] = 2}},{[\"name\"] = \"Oops!\",[\"skillIcons\"] = {[\"Combat\"] = 2}},{[\"name\"] = \"Take Heart\",[\"skillIcons\"] = {}},{[\"name\"] = \"Cherished Keepsake (1)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"Leather Coat (1)\",[\"skillIcons\"] = {[\"Combat\"] = 1}},{[\"name\"] = \".18 Derringer (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"A Test of Will (2)\",[\"skillIcons\"] = {[\"Will\"] = 1}},{[\"name\"] = \"\\\"Look what I found!\\\" (2)\",[\"skillIcons\"] = {[\"Agility\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Dumb Luck (2)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2}},{[\"name\"] = \"Unexpected Courage (2)\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Granny Orne (3)\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Lucky! (3)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Chainsaw (4)\",[\"skillIcons\"] = {[\"Combat\"] = 3}},{[\"name\"] = \"Quick Learner (4)\",[\"skillIcons\"] = {}},{[\"name\"] = \"Déjà Vu (5)\",[\"skillIcons\"] = {}},{[\"name\"] = \"To the Dreamlands\",[\"skillIcons\"] = {}},{[\"name\"] = \"Fate of the Dreamers\",[\"skillIcons\"] = {}},{[\"name\"] = \"Prisoners of Conquest\",[\"skillIcons\"] = {}},{[\"name\"] = \"Ruins of Sarkomand\",[\"skillIcons\"] = {}},{[\"name\"] = \"Effigy of Nodens\",[\"skillIcons\"] = {}},{[\"name\"] = \"Usurp the Night\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Translator's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Supplicant's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Priestess's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Salesman's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Assassin's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"The Professor's Evidence\",[\"skillIcons\"] = {}},{[\"name\"] = \"Daisy Walker\",[\"skillIcons\"] = {[\"Will\"] = 1,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"Daisy's Tote Bag\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Necronomicon\",[\"skillIcons\"] = {}},{[\"name\"] = \"\\\"Skids\\\" O'Toole\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"On the Lam\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Agility\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Hospital Debts\",[\"skillIcons\"] = {}},{[\"name\"] = \"Agnes Baker\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 3,[\"Combat\"] = 2,[\"Intellect\"] = 2}},{[\"name\"] = \"Heirloom of Hyperborea\",[\"skillIcons\"] = {[\"Wild\"] = 2,[\"Will\"] = 1,[\"Combat\"] = 1}},{[\"name\"] = \"Dark Memory\",[\"skillIcons\"] = {}},{[\"name\"] = \"Triumph and Subjugation\",[\"skillIcons\"] = {}},{[\"name\"] = \"Jenny Barnes\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 3,[\"Combat\"] = 3,[\"Intellect\"] = 3}},{[\"name\"] = \"Green Man Medallion\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Sacrificial Beast\",[\"skillIcons\"] = {}},{[\"name\"] = \"Roland Banks\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 4,[\"Intellect\"] = 3}},{[\"name\"] = \"Mysteries Remain\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Combat\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"The Dirge of Reason\",[\"skillIcons\"] = {}},{[\"name\"] = \"Norman Withers\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 1,[\"Combat\"] = 2,[\"Intellect\"] = 5}},{[\"name\"] = \"Split the Angle\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Vengeful Hound\",[\"skillIcons\"] = {}},{[\"name\"] = \"Carolyn Fern\",[\"skillIcons\"] = {[\"Will\"] = 3,[\"Agility\"] = 2,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Foolishness\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"To Fight the Black Wind\",[\"skillIcons\"] = {}},{[\"name\"] = \"Silas Marsh\",[\"skillIcons\"] = {[\"Will\"] = 2,[\"Agility\"] = 4,[\"Combat\"] = 4,[\"Intellect\"] = 2}},{[\"name\"] = \"Nautical Prowess\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Intellect\"] = 1}},{[\"name\"] = \"Dreams of the Deep\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Dexter Drake\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 2,[\"Combat\"] = 3,[\"Intellect\"] = 2}},{[\"name\"] = \"Molly Maxwell\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Will\"] = 1,[\"Agility\"] = 1}},{[\"name\"] = \"Yaztaroth\",[\"skillIcons\"] = {}},{[\"name\"] = \"Gloria Goldberg\",[\"skillIcons\"] = {[\"Will\"] = 5,[\"Agility\"] = 1,[\"Combat\"] = 2,[\"Intellect\"] = 4}},{[\"name\"] = \"Ruth Westmacott\",[\"skillIcons\"] = {[\"Wild\"] = 1,[\"Intellect\"] = 2}},{[\"name\"] = \"Liber Omnium Finium\",[\"skillIcons\"] = {}},{[\"name\"] = \"Marie Lambeau\",[\"skillIcons\"] = {[\"Will\"] = 4,[\"Agility\"] = 3,[\"Combat\"] = 1,[\"Intellect\"] = 4}},{[\"name\"] = \"Mystifying Song\",[\"skillIcons\"] = {[\"Wild\"] = 2}},{[\"name\"] = \"Baron Samedi\",[\"skillIcons\"] = {}}}\r\nend", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Astronomical Atlas Helper", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.8022881, + "posY": 1.64571238, + "posZ": -21.8569355, + "rotX": 359.9203, + "rotY": 270.000122, + "rotZ": 0.0168367587, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.238, + "posY": 4.406, + "posZ": -33.917, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.725000262, + "scaleY": 0.725000262, + "scaleZ": 0.725000262 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.ttslua b/objects/LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.ttslua new file mode 100644 index 00000000..7caa7307 --- /dev/null +++ b/objects/LegacyAssets.7165a9/AttachmentFacedownHelper.3da8b6.ttslua @@ -0,0 +1,34 @@ +function onload(saved_data) + generateText() +end + +function generateText() + local text = 'Attachment/\nFacedown\nHelper' + + self.createButton({ + label = text, + click_function = 'nothing', + function_owner = self, + position = {0,0,-1.15}, + width = 0, + height = 0, + font_size = 175, + font_color = {1,1,1} + }) + + text = 'State 1: Sefina Rousseau\n\nState 2: Diana Stanley\n\nState 3: Gloria Goldberg\n\nState 4: Crystallizer of Dreams\n\nState 5: Ancestral Knowledge\n\nState 6: Astronomical Atlas' + + self.createButton({ + label = text, + click_function = 'nothing', + function_owner = self, + position = {0,0,0.5}, + width = 0, + height = 0, + font_size = 75, + font_color = {1,1,1} + }) +end + +function nothing() +end diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6.json new file mode 100644 index 00000000..47903a24 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6.json @@ -0,0 +1,59 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "IncludeCommand.f4b112", + "ProxyCardCommand.400e1a", + "MoveCommand.0b55d8", + "ZoneCommand.ec5b5f", + "ProxyInvestigatorCommand.80eac7", + "DeckImporterReferenceGuide.cb2ce4" + ], + "ContainedObjects_path": "DeckImporter-Commands.2e59f6", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2e59f6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Deck Importer - Commands", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.214, + "posY": 4.036, + "posZ": -36.222, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/DeckImporterReferenceGuide.cb2ce4.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/DeckImporterReferenceGuide.cb2ce4.json new file mode 100644 index 00000000..c62bb155 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/DeckImporterReferenceGuide.cb2ce4.json @@ -0,0 +1,54 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Custom_PDF.775aed" + ], + "ContainedObjects_path": "DeckImporterReferenceGuide.cb2ce4", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cb2ce4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Deck Importer Reference Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -45.498, + "posY": 3.226, + "posZ": -77.733, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.55, + "scaleY": 0.55, + "scaleZ": 0.55 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/DeckImporterReferenceGuide.cb2ce4/Custom_PDF.775aed.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/DeckImporterReferenceGuide.cb2ce4/Custom_PDF.775aed.json new file mode 100644 index 00000000..ad3216fd --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/DeckImporterReferenceGuide.cb2ce4/Custom_PDF.775aed.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "http://cloud-3.steamusercontent.com/ugc/1700659722106672329/E7690C91C2A67EE07244C7434DCCF49CCE62B51D/" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "775aed", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -51.345, + "posY": 2.432, + "posZ": -73.439, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.17389083, + "scaleY": 1, + "scaleZ": 1.17389083 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.json new file mode 100644 index 00000000..1fc02d74 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Arguments:\ncount\nname\nsubtitle\nimage_uri\nzone [Optional]\nback_image_uri [Optional]", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f4b112", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Include Command", + "Snap": true, + "Sticky": true, + "Tags": [ + "import_command" + ], + "Tooltip": true, + "Transform": { + "posX": -48.106, + "posY": 3.417, + "posZ": -75.431, + "rotX": 358, + "rotY": 0, + "rotZ": 178, + "scaleX": 0.35, + "scaleY": 0.35, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.ttslua b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.ttslua new file mode 100644 index 00000000..c120a7d7 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/IncludeCommand.f4b112.ttslua @@ -0,0 +1,105 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-30 5:05 p.m. +--- + +command_name = "include" + +---@type ArkhamImport_Command_RunDirectives +runOn = { + instructions = true, + handlers = true +} + +local back_image_default = "https://images-ext-2.discordapp.net/external/QY_dmo_UnAHEi1pgWwaRr1-HSB8AtrAv0W74Mh_Z6vg/https/i.imgur.com/EcbhVuh.jpg" + +---@param parameters ArkhamImport_Command_DescriptionInstructionArguments +---@return ArkhamImport_Command_DescriptionInstructionResults +function do_instruction(parameters) + local args = parameters.arguments + local arg_count = #args + + if (arg_count<4 or arg_count>6) then + return { + is_successful = false, + error_message = "Include Command requires between 4 and 6 arguments. " .. arg_count .. " were provided." + } + end + + if not parameters.command_state["include-command"] then + parameters.command_state["include-command"] = { + has_run = false, + includes = {}, + index = 1 + } + end + + local index = parameters.command_state["include-command"].index + parameters.command_state["include-command"].index = index + 1 + + parameters.command_state["include-command"].includes[index] = { + count = args[1], + name = args[2], + subtitle = args[3], + image_uri = args[4], + zone = args[5] or "default", + back_image_uri = args[6] or back_image_default + } + + return { is_successful = true, command_state = parameters.command_state } +end + +---@param parameters ArkhamImport_Command_HandlerArguments +---@return ArkhamImport_Command_HandlerResults +function handle_card(parameters) + local state = parameters.command_state["include-command"] + + if state.has_run then return { is_successful = true } end + + state.has_run = true + + local source = getObjectFromGUID(parameters.source_guid) + local offset = 0.1 + + for _, include in pairs(state.includes) do + local zone_name = include.zone + local zone = parameters.configuration.zones[zone_name] + + if not zone then + return { + is_successful = false, + command_state = parameters.command_state, + error_message = "Include Card [" .. include.name .. "]: Zone \"" .. tostring(zone_name) .. "\" was not found." + } + end + + local position = zone.is_absolute and zone.position or source:positionToWorld(zone.position) + + for _=1, include.count do + local new = spawnObject { + type = "CardCustom", + position = position + Vector(0, offset, 0), + rotaiton = source:getRotation() + Vector(0, 0, zone.is_facedown and 180 or 0), + ---@param card TTSObject + callback_function = function (card) + card:setName(include.name) + card:setDescription(include.subtitle) + end + } + + new:setCustomObject { + type = 0, + face = include.image_uri, + back = include.back_image_uri + } + offset = offset + 1 + end + end + + return { + handled = false, -- This is adding cards without respect to the deck content. So the card we're using to fire this command still needs proper handling + command_state = parameters.command_state, + is_successful = true + } +end diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.json new file mode 100644 index 00000000..c6c21603 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b55d8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Move Command", + "Snap": true, + "Sticky": true, + "Tags": [ + "import_command" + ], + "Tooltip": true, + "Transform": { + "posX": -48.105, + "posY": 3.415, + "posZ": -73.343, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.350000441, + "scaleY": 0.350000441, + "scaleZ": 0.350000441 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.ttslua b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.ttslua new file mode 100644 index 00000000..f5feeaaa --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/MoveCommand.0b55d8.ttslua @@ -0,0 +1,70 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-24 6:02 p.m. +--- + +command_name = "move" + +---@type ArkhamImport_Command_RunDirectives +runOn = { + instructions = true, + handlers = true +} + +---@param parameters ArkhamImport_Command_DescriptionInstructionArguments +---@return ArkhamImport_Command_DescriptionInstructionResults +function do_instruction(parameters) + local args = parameters.arguments + + if (#args~=2 and #args~=3) then + return { is_successful = false, error_message = "Move Command requires 2 or 3 arguments. " .. #args .. " were provided." } + end + + local card_id = args[1] + local new_zone = args[2] + local count = tonumber(args[3]) or 3 + + if not parameters.configuration.zones[new_zone] then + return { is_successful = false, error_message = "Move Command: Zone \"" .. new_zone .. "\" was not found." } + end + + local state = parameters.command_state["move"] + + if not state then + state = {} + parameters.command_state["move"] = state + end + + local card_data = state[card_id] + + if not card_data then + card_data = { + zone = {}, + offset = 0 + } + + state[card_id] = card_data + end + + local zone = card_data.zone + local offset = card_data.offset + + for index=offset,offset+count do + zone[index] = new_zone + end + + return { command_state = parameters.command_state, is_successful = true } +end + +---@param parameters ArkhamImport_Command_HandlerArguments +---@return ArkhamImport_Command_HandlerResults +function handle_card(parameters) + local state = parameters.command_state["move"] or {} + + local card_data = state[parameters.card.code] + + if not card_data then return { is_successful = true} end + + return { zone = card_data.zone, is_successful = true } +end diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.json new file mode 100644 index 00000000..42327bb2 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "400e1a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Proxy Card Command", + "Snap": true, + "Sticky": true, + "Tags": [ + "import_command" + ], + "Tooltip": true, + "Transform": { + "posX": -48.108, + "posY": 3.415, + "posZ": -74.085, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.350000441, + "scaleY": 0.350000441, + "scaleZ": 0.350000441 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.ttslua b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.ttslua new file mode 100644 index 00000000..bbd395ac --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyCardCommand.400e1a.ttslua @@ -0,0 +1,91 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-24 6:11 p.m. +--- + +command_name = "proxy-card" + +---@type ArkhamImport_Command_RunDirectives +runOn = { + instructions = true, + handlers = true +} + +local back_image_default = "https://images-ext-2.discordapp.net/external/QY_dmo_UnAHEi1pgWwaRr1-HSB8AtrAv0W74Mh_Z6vg/https/i.imgur.com/EcbhVuh.jpg" + +---@param parameters ArkhamImport_Command_DescriptionInstructionArguments +---@return ArkhamImport_Command_DescriptionInstructionResults +function do_instruction(parameters) + local args = parameters.arguments + if (#args<4 or #args>6) then + return { + is_successful = false, + error_message = "Move Command requires between 4 or 6 arguments. " .. #args .. " were provided." + } + end + + if not parameters.command_state["proxy-card"] then + parameters.command_state["proxy-card"] = {} + parameters.command_state["proxy-card-offset"] = 0.1 + end + + parameters.command_state["proxy-card"][args[1]] = { + name = args[2], + subtitle = args[3], + image_uri = args[4], + zone = args[5] or "default", + back_image_uri = args[6] or back_image_default + } + + return { + command_state = parameters.command_state, + is_successful = true + } +end + +---@param parameters ArkhamImport_Command_HandlerArguments +---@return ArkhamImport_Command_HandlerResults +function handle_card(parameters) + local state = parameters.command_state["proxy-card"] or {} + + local card_data = state[parameters.card.code] + + if not card_data then return { is_successful = true } end + + local offset = parameters.command_state["proxy-card-offset"] + parameters.command_state["proxy-card-offset"] = offset + 0.1 + + local zone = parameters.configuration.zones[card_data.zone] + + if not zone then + return { + is_successful = false, + error_message = "Proxy Card [" .. tostring(parameters.card.code) .. "]: Zone \"" .. tostring(card_data.zone) .. "\" was not found." + } + end + + local source = getObjectFromGUID(parameters.source_guid) + local position = zone.is_absolute and zone.position or source:positionToWorld(zone.position) + + for _=1, parameters.card.count do + local new = spawnObject { + type = "CardCustom", + position = position + Vector(0, offset, 0), + rotation = source:getRotation() + Vector(0, 0, zone.is_facedown and 180 or 0), + ---@param card TTSObject + callback_function = function (card) + card:setName(card_data.name) + card:setDescription(card_data.subtitle) + end + } + + new:setCustomObject { + type = 0, + face = card_data.image_uri, + back = card_data.back_image_uri + } + end + + return { handled = true, is_successful = true } +end diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.json new file mode 100644 index 00000000..b18af835 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "80eac7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Proxy Investigator Command", + "Snap": true, + "Sticky": true, + "Tags": [ + "import_command" + ], + "Tooltip": true, + "Transform": { + "posX": -48.104, + "posY": 3.415, + "posZ": -74.743, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.350000441, + "scaleY": 0.350000441, + "scaleZ": 0.350000441 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.ttslua b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.ttslua new file mode 100644 index 00000000..a96a3981 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ProxyInvestigatorCommand.80eac7.ttslua @@ -0,0 +1,96 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-25 2:32 p.m. +--- + +command_name = "proxy-investigator" + +---@type ArkhamImport_Command_RunDirectives +runOn = { + instructions = true, + handlers = true +} + +---@param parameters ArkhamImport_Command_DescriptionInstructionArguments +---@return ArkhamImport_Command_DescriptionInstructionResults +function do_instruction(parameters) + local args = parameters.arguments + + if (#args~=6 and #args~=7) then + return { + is_successful = false, + error_message = "Proxy Investigator command requires either 7 or 8 arguments. " .. #args .. " were provided." + } + end + + parameters.command_state["proxy-investigator"] = { + name = args[1], + subtitle = args[2], + front_uri = args[3], + back_uri = args[4], + mini_front_uri = args[5], + mini_back_uri = args[6], + zone = args[7] or "investigator" + } + + return { + command_state = parameters.command_state, + is_successful = true + } +end + +---@param source TTSObject +---@param name string +---@param subtitle string +---@param offset number +---@param zone ArkhamImportZone +---@param front string +---@param back string +---@param use_minicard_scaling boolean +local function create_card(source, name, subtitle, offset, zone, front, back, use_minicard_scaling) + local position = zone.is_absolute and zone.position or source:positionToWorld(zone.position) + + local card = spawnObject { + type = "CardCustom", + position = position + Vector(0, offset, 0), + rotation = source:getRotation() + Vector(0, 0, zone.is_facedown and 180 or 0), + scale = use_minicard_scaling and Vector(0.6, 1, 0.6) or Vector(1,1,1), + callback_function = function (card) card:setName(name) card:setDescription(subtitle) end + } + + card:setCustomObject { + type = 0, + face = front, + back = back + } +end + +---@param parameters ArkhamImport_Command_HandlerArguments +---@return ArkhamImport_Command_HandlerResults +function handle_card(parameters) + if parameters.card.type_code ~= "investigator" then return {is_successful = true } end + + local card_data = parameters.command_state["proxy-investigator"] or {} + + if not card_data then return { is_successful = true } end + + local zone = parameters.configuration.zones[card_data.zone] + + if not zone then + return { + is_successful = false, + command_state = parameters.command_state, + error_message = "Proxy Investigator [" .. tostring(parameters.card.code) .. "]: Zone \"" .. tostring(card_data.zone) .. "\" was not found." + } + end + + local source = getObjectFromGUID(parameters.source_guid) + + for _=1, parameters.card.count do + create_card(source, card_data.name, card_data.subtitle, 10, zone, card_data.front_uri, card_data.back_uri, false) + create_card(source, card_data.name, card_data.subtitle, 20, zone, card_data.mini_front_uri, card_data.mini_back_uri, true) + end + + return { handled = true, is_successful = true} +end diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.json b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.json new file mode 100644 index 00000000..53efa59c --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec5b5f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Zone Command", + "Snap": true, + "Sticky": true, + "Tags": [ + "import_command" + ], + "Tooltip": true, + "Transform": { + "posX": -48.105, + "posY": 3.416, + "posZ": -72.64, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.350000441, + "scaleY": 0.350000441, + "scaleZ": 0.350000441 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.ttslua b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.ttslua new file mode 100644 index 00000000..6dd73ec5 --- /dev/null +++ b/objects/LegacyAssets.7165a9/DeckImporter-Commands.2e59f6/ZoneCommand.ec5b5f.ttslua @@ -0,0 +1,43 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-24 5:48 p.m. +--- + +command_name = "zone" + +runOn = { + instructions = true, + handlers = false +} + +---@param parameters ArkhamImport_Command_DescriptionInstructionArguments +---@return ArkhamImport_Command_DescriptionInstructionResults +function do_instruction(parameters) + local args = parameters.arguments + if (#args<4 or #args>6) then + return { + is_successful = false, + error_message = "Zone Command requires between 4 and 6 arguments. " .. #args .. " were provided." + } + end + + local name = args[1] + local position = Vector(tonumber(args[2]), tonumber(args[3]), tonumber(args[4])) + local is_facedown= (args[5] and args[5]:lower()=="true") or false + local is_absolute = (args[6] and args[6]:lower() == "true") or false + + ---@type ArkhamImportZone + local zone = { + position = position, + is_facedown = is_facedown, + is_absolute = is_absolute + } + + parameters.configuration.zones[name] = zone + + return { + configuration = parameters.configuration, + is_successful = true + } +end diff --git a/objects/LegacyAssets.7165a9/Flashlight3.ecd43e.json b/objects/LegacyAssets.7165a9/Flashlight3.ecd43e.json new file mode 100644 index 00000000..f3e51fb7 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Flashlight3.ecd43e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 557700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5577": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1693905524260059716/6013BA52A88B8438F7514B943E48FE5D1DBB25A0/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ecd43e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "LegacyAssets.7165a9/Flashlight3.ecd43e.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Flashlight (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.875, + "posY": 4.231, + "posZ": -35.78, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Flashlight3.ecd43e.ttslua b/objects/LegacyAssets.7165a9/Flashlight3.ecd43e.ttslua new file mode 100644 index 00000000..6e950b63 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Flashlight3.ecd43e.ttslua @@ -0,0 +1,22 @@ +PLAYER_CARD_DATA_JSON = [[ +{ + "Flashlight (3)": { + "tokenType": "resource", + "tokenCount": 4 + } +} +]] + +PLAYER_CARD_DATA = JSON.decode(PLAYER_CARD_DATA_JSON) + +function onload(save_state) + local playerMatWhite = getObjectFromGUID('8b081b') + playerMatWhite.call("updatePlayerCards", {self.getGUID()}) + local playerMatOrange = getObjectFromGUID('bd0ff4') + playerMatOrange.call("updatePlayerCards", {self.getGUID()}) + local playerMatGreen = getObjectFromGUID('383d8b') + playerMatGreen.call("updatePlayerCards", {self.getGUID()}) + local playerMatRed = getObjectFromGUID('0840d5') + playerMatRed.call("updatePlayerCards", {self.getGUID()}) +end + diff --git a/objects/LegacyAssets.7165a9/GuardDog2.66c1cb.json b/objects/LegacyAssets.7165a9/GuardDog2.66c1cb.json new file mode 100644 index 00000000..da146123 --- /dev/null +++ b/objects/LegacyAssets.7165a9/GuardDog2.66c1cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 557600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5576": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656728123511552359/83597B252CFCE2EA0879043ABC8E17C835A898C3/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "BETA CARD", + "DragSelectable": true, + "GMNotes": "", + "GUID": "66c1cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Guard Dog (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 30.711, + "posY": 4.269, + "posZ": -36.331, + "rotX": 1, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75.json b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75.json new file mode 100644 index 00000000..0959eb17 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0, + "g": 0.36652, + "r": 0.70588 + }, + "ContainedObjects_order": [ + "ThePathtoCarcosaCampaignGuide.ea71cc", + "TheDunwichLegacyCampaignGuide.8e1339", + "TheCircleUndoneCampaignGuide.090d61", + "TheForgottenAgeCampaignGuide.ec5c7e" + ], + "ContainedObjects_path": "Pre-ErrataCampaignGuides.676d75", + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "676d75", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Pre-Errata Campaign Guides", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 27.125, + "posY": 4.037, + "posZ": -35.858, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheCircleUndoneCampaignGuide.090d61.json b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheCircleUndoneCampaignGuide.090d61.json new file mode 100644 index 00000000..8bf9b532 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheCircleUndoneCampaignGuide.090d61.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/1e/ce/1ece6885-3bc6-4706-bbd0-7f5fe1813035/the_circle_undone_campaign_guide_final_release.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "090d61", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Circle Undone Campaign Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 43.256, + "posY": 3.884, + "posZ": 39.756, + "rotX": 22, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.18, + "scaleY": 1, + "scaleZ": 2.18 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheDunwichLegacyCampaignGuide.8e1339.json b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheDunwichLegacyCampaignGuide.8e1339.json new file mode 100644 index 00000000..de9e5c9e --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheDunwichLegacyCampaignGuide.8e1339.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/30/64/30640944-6e5c-4605-8406-6a1eb2e46a3f/dunwich_legacy_campaign_guide_eng.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8e1339", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Dunwich Legacy Campaign Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.895, + "posY": 3.576, + "posZ": 40.66, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.18, + "scaleY": 1, + "scaleZ": 2.18 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheForgottenAgeCampaignGuide.ec5c7e.json b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheForgottenAgeCampaignGuide.ec5c7e.json new file mode 100644 index 00000000..118cf5ca --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/TheForgottenAgeCampaignGuide.ec5c7e.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/7b/82/7b824169-ece9-4152-83eb-dc108548fa88/the_forgotten_age_campaign_guide_eng_final_release.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ec5c7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Forgotten Age Campaign Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 43.129, + "posY": 3.578, + "posZ": 41.201, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.18, + "scaleY": 1, + "scaleZ": 2.18 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/ThePathtoCarcosaCampaignGuide.ea71cc.json b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/ThePathtoCarcosaCampaignGuide.ea71cc.json new file mode 100644 index 00000000..89a3eae4 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCampaignGuides.676d75/ThePathtoCarcosaCampaignGuide.ea71cc.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/46/60/4660dc1b-9b7a-42c0-9331-687561e11151/path_to_carcosa_campaign_guide_eng.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea71cc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "The Path to Carcosa Campaign Guide", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 15.576, + "posY": 3.578, + "posZ": 41.178, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.18, + "scaleY": 1, + "scaleZ": 2.18 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254.json new file mode 100644 index 00000000..757f1eb2 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254.json @@ -0,0 +1,623 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "DrawingtheSign.3b3c0a", + "WendysAmulet.a56ffe", + "InAzathothsDomain.a39d6e", + "RansackingtheManor.25a10f", + "DaisysToteBag.321cb7", + "PatientConfinement.4bab65", + "CatacombsDocent.b8c2bf", + "SearchingforIzzie.cd94e3", + "Catacombs.0e3d00", + "Corrosion.dc5296", + "BurnedRuins.2559b7", + "Heretic.71e37c", + "PeterClover.8359a3", + "TheSkeletonKey2.f8dc01", + "NormanWithers.298237", + "TheCosmosBeckons.532ace", + "JimCulver.fbf105", + "ThePathtotheHill.1b5f59", + "EldritchInspiration.ff3f17", + "RandallCho.1bfb78", + "SecretsBetterLeftHidden.c37241", + "DeathsApproach.57bcb8", + "HistoricalSociety.aa08d4", + "PatientConfinement.1acf71", + "AmandaSharpe.981ce4", + "Heretic.6c0d7e", + "DrHenryArmitage.66197b", + "Heretic.6f896e", + "FatherMateo.dd4921", + "OBannionsThug.d6a1ee", + "HistoricalSociety.c7a098", + "Mobster.5b2e99", + "RealmofMadness.bce5af", + "CloverClubPitBoss.de3bd5", + "Heretic.13d3f3", + "DrWilliamTMaleson.234ff6", + "HeirloomofHyperborea.23c694", + "AshcanPete.da7828", + "Shortcut2.9bd7cf", + "MadnessDies.c1397c", + "JennyBarnes.c6cc82", + "RexMurphyTaboo.2feb4c", + "ZoeySamaras.81a0f8", + "TheBlackExpanse.105e3a", + "GuidingSpirit1.f91e14", + "Barricade3.2e3115", + "TimeWarp2.4224db", + "LaboratoryAssistant.c18ebe", + "TheTruthisHidden.3da436", + "Rolands38Special.49a91e", + "OtherworldlyMeddler.3fbc07", + "LuckyDice2.9dd911", + "SmitetheWicked.e68658", + "InPursuitoftheDead.70fcce", + "Yaotl1.a7358f", + "RexMurphy.b14c5f", + "PatientConfinement.8dcf73", + "OntheLam.f7095f", + "PatientConfinement.728ae0", + "35Winchester.ebdd78", + "BackintotheDepths.bdb106", + "GuidedbytheUnseen3.d76b40", + "WendysAmulet.7f5978", + "CrystallizerofDreams.e3bd71", + "TheHungeringBlade1.bbd11b", + "SeekingAnswers2.c1365d", + "BaitandSwitch3.864fb6", + "Yaztaroth.313167", + "BurnAfterReading1.1b2d1e" + ], + "ContainedObjects_path": "Pre-ErrataCards.8fa254", + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2306": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2316": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493212055041441/90F035BD69A7C5C6B6F43426DDDA3A09DFCBCBDF/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2319": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686851/006B65A59360F63826342C2B1A062C1AD727BD53/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378687267/945F8EF94DC605E0731E37C1BCD3FE65FCB86D02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2322": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2328": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "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 + }, + "2333": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/782999241296027643/326876D4B46DF777AA1293989DEEE6A810ED027B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999385819527677/3AD8DFFFBFF54DB098AD3E00BB7E75DA0590FE8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2335": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/782999385819522537/207CCD9C85ECB70A339C09170ABB42E139924AA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999385819523376/198434B0178F76107193CB52D7FC70E5265E526E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2342": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656728123511551078/AEAB50847DAF7047B1420F99F34EE05551D112A1/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + }, + "2703": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2704": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2716": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2723": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2737": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2753": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "2754": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "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 + }, + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3684": { + "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 + }, + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3689": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3690": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3694": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3704": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3712": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3716": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3744": { + "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 + }, + "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 + }, + "4309": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4311": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4409": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4479": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4482": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/780749631103001215/3FF9DC51D7737267B68EC5D9CF17BE421681663B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/780749631102998699/DA1D7C58FE177F46169558EF1D8301754A91A73A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "4494": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907888685525/36510337B6E7EC46984AE8AE341BA5E3DFB172F3/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907888685007/A30CCF98600F1E9FA0F3EE674FE35BCD86CB6ECB/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + }, + "4499": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163977116/B4A1405FC47AD67007EA09C27B703F4F3848C8A0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163976478/FC378E356EF89EC9AB130A70B63D7129EA3FA10B/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": true + }, + "4500": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378732934/F41E84FCDC0AB52634348C439A6D1A725CEB8115/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378736378/628E179D5305E95AFC25D86526320A24F8B27391/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "5046": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5389": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + }, + "5534": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672810/20E21AC471D7E5E1545F0EAE635A093718D4C7CF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672550/E5E1C8EE53C7692025E048F0A04BE98D6FA17111/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + }, + "5537": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/784110538844100123/A9A0ACCD9ADB5C20745B6AB314C472ECAB71C300/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784110538844098999/61B68D9375F5BBC2974723215EC6855B5605EFD9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + }, + "5884": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 431111, + 368928, + 553734, + 450011, + 370422, + 232047, + 232249, + 371209, + 231921, + 232226, + 233550, + 275436, + 234206, + 315249, + 272328, + 553733, + 270508, + 233339, + 430907, + 369000, + 450012, + 275330, + 232024, + 232046, + 553401, + 275433, + 232900, + 275434, + 271619, + 232824, + 232022, + 232825, + 232264, + 232805, + 275435, + 368423, + 230626, + 270609, + 430643, + 450049, + 273707, + 449400, + 270305, + 448235, + 293014, + 430651, + 230343, + 368427, + 450010, + 230620, + 231613, + 315244, + 371605, + 275331, + 368840, + 270406, + 232045, + 369424, + 232044, + 447932, + 449904, + 588403, + 538928, + 440722, + 440924, + 538825, + 374417, + 504613, + 266200 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8fa254", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Pre-Errata Cards", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 43.661, + "posY": 2.649, + "posZ": -66.588, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/35Winchester.ebdd78.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/35Winchester.ebdd78.json new file mode 100644 index 00000000..81b2f724 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/35Winchester.ebdd78.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 447932, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4479": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ebdd78", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": ".35 Winchester", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.212, + "posY": 1.458, + "posZ": -92.913, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/AmandaSharpe.981ce4.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/AmandaSharpe.981ce4.json new file mode 100644 index 00000000..115630ee --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/AmandaSharpe.981ce4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553401, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5534": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672810/20E21AC471D7E5E1545F0EAE635A093718D4C7CF/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132672550/E5E1C8EE53C7692025E048F0A04BE98D6FA17111/", + "NumHeight": 2, + "NumWidth": 3, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Student", + "DragSelectable": true, + "GMNotes": "", + "GUID": "981ce4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amanda Sharpe", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -18.664, + "posY": 4.223, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/AshcanPete.da7828.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/AshcanPete.da7828.json new file mode 100644 index 00000000..0082ab64 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/AshcanPete.da7828.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2706": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Drifter", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da7828", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "\"Ashcan\" Pete", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.183, + "posY": 3.823, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BackintotheDepths.bdb106.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BackintotheDepths.bdb106.json new file mode 100644 index 00000000..1f1eb346 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BackintotheDepths.bdb106.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449904, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4499": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163977116/B4A1405FC47AD67007EA09C27B703F4F3848C8A0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1807607979163976478/FC378E356EF89EC9AB130A70B63D7129EA3FA10B/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 1", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bdb106", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Back into the Depths", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.209, + "posY": 2.148, + "posZ": -42.993, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BaitandSwitch3.864fb6.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BaitandSwitch3.864fb6.json new file mode 100644 index 00000000..d63fd7ae --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BaitandSwitch3.864fb6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 374417, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3744": { + "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": "864fb6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Bait and Switch (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.318, + "posY": 1.289, + "posZ": 6.794, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Barricade3.2e3115.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Barricade3.2e3115.json new file mode 100644 index 00000000..846567a4 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Barricade3.2e3115.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430651, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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": "2e3115", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Barricade (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.549, + "posY": 1.448, + "posZ": -92.864, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BurnAfterReading1.1b2d1e.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BurnAfterReading1.1b2d1e.json new file mode 100644 index 00000000..a7981043 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BurnAfterReading1.1b2d1e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1656728123511551078/AEAB50847DAF7047B1420F99F34EE05551D112A1/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "BETA CARD", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1b2d1e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Burn After Reading (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.34, + "posY": 2.139, + "posZ": -49.71, + "rotX": 0, + "rotY": 270, + "rotZ": 7, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BurnedRuins.2559b7.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BurnedRuins.2559b7.json new file mode 100644 index 00000000..1cf2281a --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/BurnedRuins.2559b7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233550, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2335": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/782999385819522537/207CCD9C85ECB70A339C09170ABB42E139924AA0/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999385819523376/198434B0178F76107193CB52D7FC70E5265E526E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Dunwich.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2559b7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Burned Ruins", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.273, + "posY": 2.108, + "posZ": -41.684, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Catacombs.0e3d00.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Catacombs.0e3d00.json new file mode 100644 index 00000000..e6a9ba76 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Catacombs.0e3d00.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 231921, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2319": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686851/006B65A59360F63826342C2B1A062C1AD727BD53/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378687267/945F8EF94DC605E0731E37C1BCD3FE65FCB86D02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0e3d00", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Catacombs", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.188, + "posY": 2.089, + "posZ": -41.943, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CatacombsDocent.b8c2bf.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CatacombsDocent.b8c2bf.json new file mode 100644 index 00000000..2e9be773 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CatacombsDocent.b8c2bf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232249, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2322": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Humanoid. Lunatic.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b8c2bf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Catacombs Docent", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.953, + "posY": 1.666, + "posZ": -92.404, + "rotX": 355, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CloverClubPitBoss.de3bd5.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CloverClubPitBoss.de3bd5.json new file mode 100644 index 00000000..7abb99f0 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CloverClubPitBoss.de3bd5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2328": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Criminal. Elite.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "de3bd5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Clover Club Pit Boss", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.065, + "posY": 1.545, + "posZ": -92.323, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Corrosion.dc5296.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Corrosion.dc5296.json new file mode 100644 index 00000000..c822c78f --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Corrosion.dc5296.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232226, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2322": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Hazard.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc5296", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Corrosion", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.22, + "posY": 1.603, + "posZ": -91.932, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CrystallizerofDreams.e3bd71.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CrystallizerofDreams.e3bd71.json new file mode 100644 index 00000000..f16a8f99 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/CrystallizerofDreams.e3bd71.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440722, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4407": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e3bd71", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crystallizer of Dreams", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.495, + "posY": 1.386, + "posZ": 7.493, + "rotX": 0, + "rotY": 270, + "rotZ": 177, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DaisysToteBag.321cb7.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DaisysToteBag.321cb7.json new file mode 100644 index 00000000..a7edd74a --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DaisysToteBag.321cb7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 370422, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3704": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "321cb7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Daisy's Tote Bag", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.181, + "posY": 1.516, + "posZ": -92.412, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DeathsApproach.57bcb8.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DeathsApproach.57bcb8.json new file mode 100644 index 00000000..affb50b7 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DeathsApproach.57bcb8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275330, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2753": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 2", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57bcb8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Death's Approach", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.412, + "posY": 1.954, + "posZ": -42.514, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrHenryArmitage.66197b.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrHenryArmitage.66197b.json new file mode 100644 index 00000000..45409987 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrHenryArmitage.66197b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. Henry Armitage", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.54, + "posY": 1.468, + "posZ": -92.682, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrWilliamTMaleson.234ff6.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrWilliamTMaleson.234ff6.json new file mode 100644 index 00000000..babf0789 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrWilliamTMaleson.234ff6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368423, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "Working on Something Big", + "DragSelectable": true, + "GMNotes": "", + "GUID": "234ff6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dr. William T. Maleson", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.515, + "posY": 1.439, + "posZ": -92.621, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrawingtheSign.3b3c0a.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrawingtheSign.3b3c0a.json new file mode 100644 index 00000000..e649b292 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/DrawingtheSign.3b3c0a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 431111, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4311": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3b3c0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing the Sign", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.997, + "posY": 1.497, + "posZ": -92.311, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/EldritchInspiration.ff3f17.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/EldritchInspiration.ff3f17.json new file mode 100644 index 00000000..1d48d899 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/EldritchInspiration.ff3f17.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430907, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4309": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ff3f17", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Eldritch Inspiration", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.468, + "posY": 1.429, + "posZ": -92.842, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/FatherMateo.dd4921.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/FatherMateo.dd4921.json new file mode 100644 index 00000000..b0bc7681 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/FatherMateo.dd4921.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 271619, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2716": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Priest", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd4921", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Father Mateo", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -31.874, + "posY": 3.723, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/GuidedbytheUnseen3.d76b40.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/GuidedbytheUnseen3.d76b40.json new file mode 100644 index 00000000..ce7e8ff8 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/GuidedbytheUnseen3.d76b40.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 588403, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1747933191219101327/797556CAC112D6D289B3A5D3A28433C9F0999CB5/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d76b40", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guided by the Unseen (3)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.189, + "posY": 1.359, + "posZ": 8.158, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/GuidingSpirit1.f91e14.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/GuidingSpirit1.f91e14.json new file mode 100644 index 00000000..2af11851 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/GuidingSpirit1.f91e14.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 293014, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Guiding Spirit (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.583, + "posY": 1.42, + "posZ": -92.304, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HeirloomofHyperborea.23c694.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HeirloomofHyperborea.23c694.json new file mode 100644 index 00000000..379c3b1a --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HeirloomofHyperborea.23c694.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230626, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2306": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Artifact from Another Life", + "DragSelectable": true, + "GMNotes": "", + "GUID": "23c694", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heirloom of Hyperborea", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.359, + "posY": 1.526, + "posZ": -92.716, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.13d3f3.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.13d3f3.json new file mode 100644 index 00000000..bec3ce5e --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.13d3f3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275435, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2754": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Monster. Geist. Witch. Spectral. Elite.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "13d3f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heretic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 10.847, + "posY": 1.367, + "posZ": -49.133, + "rotX": 0, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.6c0d7e.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.6c0d7e.json new file mode 100644 index 00000000..655951a9 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.6c0d7e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275433, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2754": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Monster. Geist. Witch. Spectral. Elite.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6c0d7e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heretic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.311, + "posY": 1.459, + "posZ": -44.074, + "rotX": 0, + "rotY": 270, + "rotZ": 186, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.6f896e.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.6f896e.json new file mode 100644 index 00000000..0e80ef63 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.6f896e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275434, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2754": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Monster. Geist. Witch. Spectral. Elite.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6f896e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heretic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 8.215, + "posY": 1.45, + "posZ": -45.062, + "rotX": 0, + "rotY": 270, + "rotZ": 174, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.71e37c.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.71e37c.json new file mode 100644 index 00000000..83a51d23 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Heretic.71e37c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275436, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2754": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Monster. Geist. Witch. Spectral. Elite.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "71e37c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Heretic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.972, + "posY": 1.449, + "posZ": -44.823, + "rotX": 0, + "rotY": 270, + "rotZ": 174, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HistoricalSociety.aa08d4.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HistoricalSociety.aa08d4.json new file mode 100644 index 00000000..2078782f --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HistoricalSociety.aa08d4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232024, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Second Floor.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "aa08d4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Society", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.273, + "posY": 2.087, + "posZ": -42.048, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HistoricalSociety.c7a098.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HistoricalSociety.c7a098.json new file mode 100644 index 00000000..a13c3642 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/HistoricalSociety.c7a098.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232022, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Ground Floor.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c7a098", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Historical Society", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 27.026, + "posY": 2.07, + "posZ": -41.62, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/InAzathothsDomain.a39d6e.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/InAzathothsDomain.a39d6e.json new file mode 100644 index 00000000..9b967525 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/InAzathothsDomain.a39d6e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553734, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5537": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/784110538844100123/A9A0ACCD9ADB5C20745B6AB314C472ECAB71C300/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784110538844098999/61B68D9375F5BBC2974723215EC6855B5605EFD9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 2", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a39d6e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "In Azathoth's Domain", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 3.792, + "posY": 1.327, + "posZ": -45.991, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/InPursuitoftheDead.70fcce.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/InPursuitoftheDead.70fcce.json new file mode 100644 index 00000000..b0152cc2 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/InPursuitoftheDead.70fcce.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 275331, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2753": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/829135524526797029/1F8A6C29028AED32DB44E4CF22E3120C417F413D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/829135524526785922/F34A644AC467C751B6D7B8AF398B8FDB07CCF6A0/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 1", + "DragSelectable": true, + "GMNotes": "", + "GUID": "70fcce", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "In Pursuit of the Dead", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.342, + "posY": 1.964, + "posZ": -42.297, + "rotX": 0, + "rotY": 271, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/JennyBarnes.c6cc82.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/JennyBarnes.c6cc82.json new file mode 100644 index 00000000..3d8719b0 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/JennyBarnes.c6cc82.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 273707, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2737": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Dilettante", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c6cc82", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jenny Barnes", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -21.355, + "posY": 4.123, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/JimCulver.fbf105.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/JimCulver.fbf105.json new file mode 100644 index 00000000..8df419e0 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/JimCulver.fbf105.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270508, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2705": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Musician", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fbf105", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Jim Culver", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.046, + "posY": 4.023, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/LaboratoryAssistant.c18ebe.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/LaboratoryAssistant.c18ebe.json new file mode 100644 index 00000000..43b2b8a6 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/LaboratoryAssistant.c18ebe.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368427, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3684": { + "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": "c18ebe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Laboratory Assistant", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.437, + "posY": 1.41, + "posZ": -92.244, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/LuckyDice2.9dd911.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/LuckyDice2.9dd911.json new file mode 100644 index 00000000..855533ef --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/LuckyDice2.9dd911.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315244, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "... Or Are They?", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9dd911", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lucky Dice (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.198, + "posY": 1.4, + "posZ": -92.681, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/MadnessDies.c1397c.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/MadnessDies.c1397c.json new file mode 100644 index 00000000..3a406d6a --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/MadnessDies.c1397c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450049, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2317": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378732934/F41E84FCDC0AB52634348C439A6D1A725CEB8115/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378736378/628E179D5305E95AFC25D86526320A24F8B27391/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 3", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1397c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Madness Dies", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 25.733, + "posY": 2.031, + "posZ": -41.916, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Mobster.5b2e99.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Mobster.5b2e99.json new file mode 100644 index 00000000..faa92567 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Mobster.5b2e99.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232825, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2328": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "\tHuman. Criminal. Syndicate.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b2e99", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mobster", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -57.695, + "posY": 1.302, + "posZ": -54.837, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/NormanWithers.298237.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/NormanWithers.298237.json new file mode 100644 index 00000000..b9de2663 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/NormanWithers.298237.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 272328, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2723": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Astronomer", + "DragSelectable": true, + "GMNotes": "", + "GUID": "298237", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Norman Withers", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.048, + "posY": 1.938, + "posZ": -45.66, + "rotX": 0, + "rotY": 269, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OBannionsThug.d6a1ee.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OBannionsThug.d6a1ee.json new file mode 100644 index 00000000..112f8ab4 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OBannionsThug.d6a1ee.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232824, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2328": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "\tHuman. Criminal. Syndicate.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d6a1ee", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "O'Bannion's Thug", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -62.408, + "posY": 1.3, + "posZ": -58.088, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OntheLam.f7095f.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OntheLam.f7095f.json new file mode 100644 index 00000000..c9c67684 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OntheLam.f7095f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 369424, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3694": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Signature", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f7095f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "On the Lam", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.168, + "posY": 1.487, + "posZ": -92.885, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OtherworldlyMeddler.3fbc07.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OtherworldlyMeddler.3fbc07.json new file mode 100644 index 00000000..588dc5e1 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/OtherworldlyMeddler.3fbc07.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 231613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2316": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493212055041441/90F035BD69A7C5C6B6F43426DDDA3A09DFCBCBDF/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Presence from Beyond the Stars", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3fbc07", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Otherworldly Meddler", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.444, + "posY": 1.583, + "posZ": -93.586, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.1acf71.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.1acf71.json new file mode 100644 index 00000000..c87f89ec --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.1acf71.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232046, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Arkham Asylum.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1acf71", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patient Confinement", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.276, + "posY": 1.417, + "posZ": -45.349, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.4bab65.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.4bab65.json new file mode 100644 index 00000000..31c9a1ca --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.4bab65.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232047, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Arkham Asylum.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4bab65", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patient Confinement", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.814, + "posY": 1.465, + "posZ": -45.614, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.728ae0.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.728ae0.json new file mode 100644 index 00000000..5366b385 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.728ae0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232044, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Arkham Asylum.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "728ae0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patient Confinement", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.237, + "posY": 1.368, + "posZ": -46.007, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.8dcf73.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.8dcf73.json new file mode 100644 index 00000000..f923e41c --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PatientConfinement.8dcf73.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232045, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2320": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378685352/22FD056BAF1966FE2D1AC46FC1BF90C1A03A1404/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378686413/C1688C1A909FDC7357EB3EEFADAB1FBD5818BD3E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Arkham Asylum.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8dcf73", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Patient Confinement", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.584, + "posY": 1.319, + "posZ": -46.047, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PeterClover.8359a3.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PeterClover.8359a3.json new file mode 100644 index 00000000..852e2527 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/PeterClover.8359a3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 234206, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2342": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Holding All the Cards", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8359a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Peter Clover", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.789, + "posY": 1.56, + "posZ": -93.202, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RandallCho.1bfb78.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RandallCho.1bfb78.json new file mode 100644 index 00000000..e6006fe5 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RandallCho.1bfb78.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 369000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3690": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Concerned Brother", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1bfb78", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Randall Cho", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.855, + "posY": 1.337, + "posZ": -93.177, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RansackingtheManor.25a10f.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RansackingtheManor.25a10f.json new file mode 100644 index 00000000..d35f9634 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RansackingtheManor.25a10f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450011, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2317": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378732934/F41E84FCDC0AB52634348C439A6D1A725CEB8115/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378736378/628E179D5305E95AFC25D86526320A24F8B27391/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 2", + "DragSelectable": true, + "GMNotes": "", + "GUID": "25a10f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ransacking the Manor", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.225, + "posY": 1.511, + "posZ": -35.793, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RealmofMadness.bce5af.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RealmofMadness.bce5af.json new file mode 100644 index 00000000..b17c78dd --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RealmofMadness.bce5af.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 232264, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2322": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/sRsWiSG.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378761608/B291D276D6FF71FDB43B69DE7507D56767BE975E/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Terror.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bce5af", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Realm of Madness", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.256, + "posY": 1.599, + "posZ": -92.044, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RexMurphy.b14c5f.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RexMurphy.b14c5f.json new file mode 100644 index 00000000..79ce021c --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RexMurphy.b14c5f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270406, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2704": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Reporter", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b14c5f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex Murphy", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.256, + "posY": 3.523, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RexMurphyTaboo.2feb4c.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RexMurphyTaboo.2feb4c.json new file mode 100644 index 00000000..90cc6b8e --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/RexMurphyTaboo.2feb4c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4494": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1016065907888685525/36510337B6E7EC46984AE8AE341BA5E3DFB172F3/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907888685007/A30CCF98600F1E9FA0F3EE674FE35BCD86CB6ECB/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Reporter", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2feb4c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex Murphy (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.615, + "posY": 3.923, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Rolands38Special.49a91e.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Rolands38Special.49a91e.json new file mode 100644 index 00000000..886a0c88 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Rolands38Special.49a91e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230620, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2306": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "49a91e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Roland's .38 Special", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.409, + "posY": 1.353, + "posZ": -92.412, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SearchingforIzzie.cd94e3.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SearchingforIzzie.cd94e3.json new file mode 100644 index 00000000..37a539bb --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SearchingforIzzie.cd94e3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3712": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd94e3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Searching for Izzie", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.472, + "posY": 1.506, + "posZ": -92.976, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SecretsBetterLeftHidden.c37241.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SecretsBetterLeftHidden.c37241.json new file mode 100644 index 00000000..209e39ae --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SecretsBetterLeftHidden.c37241.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450012, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2317": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378732934/F41E84FCDC0AB52634348C439A6D1A725CEB8115/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378736378/628E179D5305E95AFC25D86526320A24F8B27391/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 3", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c37241", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Secrets Better Left Hidden", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.038, + "posY": 1.56, + "posZ": -34.983, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SeekingAnswers2.c1365d.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SeekingAnswers2.c1365d.json new file mode 100644 index 00000000..1fb8fdcf --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SeekingAnswers2.c1365d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538825, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1365d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Seeking Answers (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.275, + "posY": 1.323, + "posZ": 7.736, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Shortcut2.9bd7cf.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Shortcut2.9bd7cf.json new file mode 100644 index 00000000..058b7724 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Shortcut2.9bd7cf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 430643, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "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, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Shortcut (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.981, + "posY": 1.391, + "posZ": -92.578, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SmitetheWicked.e68658.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SmitetheWicked.e68658.json new file mode 100644 index 00000000..abc4e668 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/SmitetheWicked.e68658.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 371605, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3716": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e68658", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Smite the Wicked", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.038, + "posY": 1.477, + "posZ": -92.713, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheBlackExpanse.105e3a.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheBlackExpanse.105e3a.json new file mode 100644 index 00000000..d25aa644 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheBlackExpanse.105e3a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 448235, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4482": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/780749631103001215/3FF9DC51D7737267B68EC5D9CF17BE421681663B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/780749631102998699/DA1D7C58FE177F46169558EF1D8301754A91A73A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 3", + "DragSelectable": true, + "GMNotes": "", + "GUID": "105e3a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Black Expanse", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.247, + "posY": 1.291, + "posZ": -66.38, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheCosmosBeckons.532ace.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheCosmosBeckons.532ace.json new file mode 100644 index 00000000..8e6ddd50 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheCosmosBeckons.532ace.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 553733, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5537": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/784110538844100123/A9A0ACCD9ADB5C20745B6AB314C472ECAB71C300/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/784110538844098999/61B68D9375F5BBC2974723215EC6855B5605EFD9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act 1", + "DragSelectable": true, + "GMNotes": "", + "GUID": "532ace", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Cosmos Beckons", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.357, + "posY": 1.337, + "posZ": -44.297, + "rotX": 0, + "rotY": 270, + "rotZ": 181, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheHungeringBlade1.bbd11b.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheHungeringBlade1.bbd11b.json new file mode 100644 index 00000000..3ad21ece --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheHungeringBlade1.bbd11b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440924, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4409": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Calamitous Blade of Celephaïs", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bbd11b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hungering Blade (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.022, + "posY": 1.335, + "posZ": 7.593, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/ThePathtotheHill.1b5f59.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/ThePathtotheHill.1b5f59.json new file mode 100644 index 00000000..480ab13c --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/ThePathtotheHill.1b5f59.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 233339, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2333": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/782999241296027643/326876D4B46DF777AA1293989DEEE6A810ED027B/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/782999385819527677/3AD8DFFFBFF54DB098AD3E00BB7E75DA0590FE8B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Act ", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1b5f59", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Path to the Hill", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 26.461, + "posY": 2.099, + "posZ": -41.534, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheSkeletonKey2.f8dc01.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheSkeletonKey2.f8dc01.json new file mode 100644 index 00000000..145f3d63 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheSkeletonKey2.f8dc01.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 315249, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3152": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f8dc01", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Skeleton Key (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.808, + "posY": 1.381, + "posZ": -92.261, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheTruthisHidden.3da436.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheTruthisHidden.3da436.json new file mode 100644 index 00000000..0758e93e --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TheTruthisHidden.3da436.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 450010, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2317": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/775107058378732934/F41E84FCDC0AB52634348C439A6D1A725CEB8115/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107058378736378/628E179D5305E95AFC25D86526320A24F8B27391/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "Agenda 1", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3da436", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Truth is Hidden", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -6.378, + "posY": 1.494, + "posZ": -34.135, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TimeWarp2.4224db.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TimeWarp2.4224db.json new file mode 100644 index 00000000..58be0ae6 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/TimeWarp2.4224db.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 230343, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2303": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4224db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Time Warp (2)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.328, + "posY": 1.371, + "posZ": -92.714, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/WendysAmulet.7f5978.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/WendysAmulet.7f5978.json new file mode 100644 index 00000000..2477308d --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/WendysAmulet.7f5978.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538928, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5389": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f5978", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy's Amulet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.598, + "posY": 1.337, + "posZ": 7.399, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/WendysAmulet.a56ffe.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/WendysAmulet.a56ffe.json new file mode 100644 index 00000000..062befa6 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/WendysAmulet.a56ffe.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368928, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3689": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a56ffe", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wendy's Amulet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 14.712, + "posY": 1.949, + "posZ": -43.078, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Yaotl1.a7358f.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Yaotl1.a7358f.json new file mode 100644 index 00000000..7478ec0c --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Yaotl1.a7358f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 368840, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3688": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Lost Son of Earth", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a7358f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Yaotl (1)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -69.471, + "posY": 1.365, + "posZ": -92.398, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Yaztaroth.313167.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Yaztaroth.313167.json new file mode 100644 index 00000000..42d705b9 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/Yaztaroth.313167.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 504613, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5046": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093846571/13C76218853EE87123267F8F6BE99206DB40470B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "313167", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Yaztaroth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 78.316, + "posY": 1.247, + "posZ": 7.173, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/ZoeySamaras.81a0f8.json b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/ZoeySamaras.81a0f8.json new file mode 100644 index 00000000..3a5d452f --- /dev/null +++ b/objects/LegacyAssets.7165a9/Pre-ErrataCards.8fa254/ZoeySamaras.81a0f8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 270305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2703": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845464/80687C9319FA2015F3D9F7CBEB4C55FBF045B27D/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1011562618093845971/A678BD374EC4DE672206B5EF7EB57DC885BC839C/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Chef", + "DragSelectable": true, + "GMNotes": "", + "GUID": "81a0f8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Zoey Samaras", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.565, + "posY": 3.623, + "posZ": -36.364, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Toggle-ableResourcetokens.272489.json b/objects/LegacyAssets.7165a9/Toggle-ableResourcetokens.272489.json new file mode 100644 index 00000000..1ac740e0 --- /dev/null +++ b/objects/LegacyAssets.7165a9/Toggle-ableResourcetokens.272489.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.07053, + "g": 0.07053, + "r": 0.28227 + }, + "ContainedObjects_order": [ + "Resources.038906" + ], + "ContainedObjects_path": "Toggle-ableResourcetokens.272489", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192729/6881710C4711FB5949E02FAD63D4B416C7DC0AF9/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "272489", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Toggle-able Resource tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.704, + "posY": 4.31, + "posZ": -35.371, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/Toggle-ableResourcetokens.272489/Resources.038906.json b/objects/LegacyAssets.7165a9/Toggle-ableResourcetokens.272489/Resources.038906.json new file mode 100644 index 00000000..3506340d --- /dev/null +++ b/objects/LegacyAssets.7165a9/Toggle-ableResourcetokens.272489/Resources.038906.json @@ -0,0 +1,173 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/c7b94hv.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "038906", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": false, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/le5gb9M.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "32a06a", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -64.1392746, + "posY": 1.62164152, + "posZ": 2.4275, + "rotX": 359.920227, + "rotY": 270.0255, + "rotZ": 0.016780857, + "scaleX": 0.2, + "scaleY": 1, + "scaleZ": 0.2 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/4dbb10f.png", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ebbc3d", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -64.13942, + "posY": 1.62164187, + "posZ": 2.42749381, + "rotX": 359.9201, + "rotY": 270.025452, + "rotZ": 0.0168974362, + "scaleX": 0.2, + "scaleY": 1, + "scaleZ": 0.2 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -68.064, + "posY": 4.294, + "posZ": 38.802, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.2, + "scaleY": 1, + "scaleZ": 0.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LegacyAssets.7165a9/TokenArranger.4825a7.json b/objects/LegacyAssets.7165a9/TokenArranger.4825a7.json new file mode 100644 index 00000000..cde6be61 --- /dev/null +++ b/objects/LegacyAssets.7165a9/TokenArranger.4825a7.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4825a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "LegacyAssets.7165a9/TokenArranger.4825a7.luascriptstate", + "LuaScript_path": "LegacyAssets.7165a9/TokenArranger.4825a7.ttslua", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Token Arranger", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 28.631, + "posY": 4.219, + "posZ": -34.888, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": " \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -100 -5\" text=\"Elder Sign\" /\u003e\r\n \u003cInputField id=\"elder_sign\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -100 -5\" characterValidation=\"Integer\"\u003e100\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(elder_sign)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -100 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(elder_sign)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -100 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -135 -5\" text=\"Skull\" /\u003e\r\n \u003cInputField id=\"skull\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -135 -5\" characterValidation=\"Integer\"\u003e0\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(skull)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -135 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(skull)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -135 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -170 -5\" text=\"Cultist\" /\u003e\r\n \u003cInputField id=\"cultist\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -170 -5\" characterValidation=\"Integer\"\u003e0\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(cultist)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -170 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(cultist)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -170 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -205 -5\" text=\"Tablet\" /\u003e\r\n \u003cInputField id=\"tablet\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -205 -5\" characterValidation=\"Integer\"\u003e0\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(tablet)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -205 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(tablet)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -205 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -240 -5\" text=\"Elder Thing\" /\u003e\r\n \u003cInputField id=\"elder_thing\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -240 -5\" characterValidation=\"Integer\"\u003e0\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(elder_thing)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -240 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(elder_thing)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -240 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -275 -5\" text=\"Auto-fail\" /\u003e\r\n \u003cInputField id=\"autofail\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -275 -5\" characterValidation=\"Integer\"\u003e-100\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(autofail)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -275 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(autofail)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -275 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -310 -5\" text=\"Bless\" /\u003e\r\n \u003cInputField id=\"bless\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -310 -5\" characterValidation=\"Integer\"\u003e-105\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(bless)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -310 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(bless)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -310 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -345 -5\" text=\"Curse\" /\u003e\r\n \u003cInputField id=\"curse\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -345 -5\" characterValidation=\"Integer\"\u003e-106\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(curse)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -345 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(curse)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -345 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -380 -5\" text=\"Frost\" /\u003e\r\n \u003cInputField id=\"frost\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -380 -5\" characterValidation=\"Integer\"\u003e-107\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(frost)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -380 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(frost)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -380 -5\" text=\"-\" /\u003e\r\n\r\n \u003cText alignment=\"MiddleRight\" width=\"100\" height=\"30\" color=\"#FFFFFF\" outline=\"#000000\" position=\"-140 -415 -5\" text=\"Unnamed\" /\u003e\r\n \u003cInputField id=\"unnamed\" onEndEdit=\"revalue\" width=\"120\" height=\"30\" color=\"#FFFFFF\" position=\"-20 -415 -5\" characterValidation=\"Integer\"\u003e0\u003c/InputField\u003e\r\n \u003cButton onClick=\"inc(unnamed)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"60 -415 -5\" text=\"+\" /\u003e\r\n \u003cButton onClick=\"dec(unnamed)\" width=\"30\" height=\"30\" color=\"#FFFFFF\" position=\"95 -415 -5\" text=\"-\" /\u003e\r\n\r\n \u003cButton alignment=\"MiddleCenter\" onClick=\"layout\" width=\"280\" height=\"30\" color=\"#000000\" textColor=\"#FFFFFF\" position=\"-30 -450 -5\" text=\"Position Tokens\" /\u003e\r\n \u003cToggleButton id=\"auto_update\" onValueChanged=\"updateToggle\" isOn=\"false\" width=\"280\" height=\"30\" position=\"-30 -485 -5\" text=\"Automatic Update\" /\u003e\r\n" +} diff --git a/objects/LegacyAssets.7165a9/TokenArranger.4825a7.luascriptstate b/objects/LegacyAssets.7165a9/TokenArranger.4825a7.luascriptstate new file mode 100644 index 00000000..034a7c9e --- /dev/null +++ b/objects/LegacyAssets.7165a9/TokenArranger.4825a7.luascriptstate @@ -0,0 +1 @@ +{"auto_update":"True","tokens":{"autofail":"-100","bless":"-105","cultist":"0","curse":"-106","elder_sign":"100","elder_thing":"0","frost":"-107","skull":"0","tablet":"0","unnamed":"0"},"tracking":[]} diff --git a/objects/LegacyAssets.7165a9/TokenArranger.4825a7.ttslua b/objects/LegacyAssets.7165a9/TokenArranger.4825a7.ttslua new file mode 100644 index 00000000..aac60012 --- /dev/null +++ b/objects/LegacyAssets.7165a9/TokenArranger.4825a7.ttslua @@ -0,0 +1,250 @@ +--- +--- Generated by Luanalysis +--- Created by Whimsical. +--- DateTime: 2021-12-19 5:00 p.m. +--- + +---@type table +local token_ids = { + elder_sign = "Elder Sign", + skull = "Skull", + cultist = "Cultist", + tablet = "Tablet", + elder_thing = "Elder Thing", + autofail = "Auto-fail", + bless = "Bless", + curse = "Curse", + frost = "Frost", + unnamed = "" +} + +---@type table +local name_ids = { + ["Elder Sign"] = "elder_sign", + ["Skull"] = "skull", + ["Cultist"] = "cultist", + ["Tablet"] = "tablet", + ["Elder Thing"] = "elder_thing", + ["Auto-fail"] = "autofail", + ["Bless"] = "bless", + ["Curse"] = "curse", + ["Frost"] = "frost", + [""] = "unnamed" +} + +---@type Vector +local rotation = {0, 270.00, 0} + +---@type table +local offsets = { + x = -2, + z = -2 +} + +local left_right = "z" +local up_down = "x" +local vertical = "y" + +---@type TTSObject[] +local tracking = {} + +function onload(data) + data = JSON.decode(data) + if data then + local existing = data.tracking + + if existing then + for _, guid in ipairs(existing) do + local object = getObjectFromGUID(guid) + if object then + table.insert(tracking, object) + end + end + end + + if data.tokens then + Wait.frames(function () + for token, value in pairs(data.tokens) do + revalue(nil, value, token) + end + end, 3) + end + + Wait.frames(function () + if data.auto_update then + self.UI:setAttribute("auto_update", "isOn", data.auto_update) + updateToggle(nil, data.auto_update, "auto_update") + end + end, 3) + end + + self:addContextMenuItem("Clear", function () + tracking = {} + end, false) +end + +function onSave() + local targets = {} + for _, token in ipairs(tracking) do + table.insert(targets, token:getGUID()) + end + + local tokens = {} + for id, _ in pairs(token_ids) do + tokens[id] = self.UI:getValue(id) + end + + return JSON.encode({ + tracking = targets, + tokens = tokens, + auto_update = self.UI:getAttribute("auto_update", "isOn") + }) +end + +---@param player Player +---@param value string +---@param token string +function revalue(player, value, token) + if not tonumber(value) then value = 0 end + self.UI:setValue(token, value) + self.UI:setAttribute(token, "text", value) + + if player then -- player is nil when we call this in onload + -- False since "on" looks greyed out + if self.UI:getAttribute("auto_update", "isOn"):lower()=="false" then + Wait.frames(function() + layout() + end, 3) + end + end +end + + +---@param player Player +---@param token string +function inc(player, token) + local value = tonumber(self.UI:getValue(token)) or 0 + revalue(player, value+1, token) +end + +---@param player Player +---@param token string +function dec(player, token) + local value = tonumber(self.UI:getValue(token)) or 0 + revalue(player, value-1, token) +end + +---@param player Player +---@param value string +---@param id string +function updateToggle(player, value, id) + local value = value:lower() == "true" and true or false + self.UI:setAttribute(id, "isOn", value) + if player then + broadcastToAll("Token Arranger: Auto-Update " .. (value and "Disabled" or "Enabled")) + end +end + +---@return TTSObject +local function get_chaos_bag() + return getObjectsWithTag("chaos_bag")[1] +end + +---@type table +local token_precedence = { + ["Skull"] = -1, + ["Cultist"] = -2, + ["Tablet"] = -3, + ["Elder Thing"] = -4, + + ["Elder Sign"] = 100, + ["Auto-fail"] = -100, + + ["Bless"] = -1, + ["Curse"] = -2, + ["Frost"] = -3, + [""] = -1000, +} + +local function token_value_comparator(left, right) + if left.value>right.value then return true + elseif right.value>left.value then return false + elseif left.precedence>right.precedence then return true + elseif right.precedence>left.precedence then return false + else return left.token:getGUID() > right.token:getGUID() + end +end + +local function do_position() + local data = {} + + for index, token in ipairs(tracking) do + local name = token:getName() + + data[index] = { + token= token, + value = tonumber(name) or tonumber(self.UI:getValue(name_ids[name])), + precedence = token_precedence[name] or 0 + } + end + + table.sort(data, token_value_comparator) + + local pos = self:getPosition() + local location = {} + + pos[left_right] = pos[left_right] + offsets[left_right] + + location[left_right] = pos[left_right] + location[up_down] = pos[up_down] + location[vertical] = pos[vertical] + + local current_value = data[1].value + + for _, item in ipairs(data) do + ---@type TTSObject + local token = item.token + + ---@type number + local value = item.value + + if value~=current_value then + location[left_right] = pos[left_right] + location[up_down] = location[up_down] + offsets[up_down] + current_value = value + end + + token:setPosition(location) + token:setRotation(rotation) + location[left_right] = location[left_right] + offsets[left_right] + end + +end + +function layout() + for _, token in ipairs(tracking) do + token:destruct() + end + + tracking = {} + + local chaos_bag = get_chaos_bag() + + local size = #chaos_bag:getObjects() + + for _,data in ipairs(chaos_bag:getObjects()) do + chaos_bag:takeObject { + guid = data.guid, + smooth = false, + ---@param tok TTSObject + callback_function = function (tok) + local clone = tok:clone() + Wait.frames(function () chaos_bag:putObject(clone) end, 1) + table.insert(tracking, tok) + end + } + end + + Wait.condition(function () do_position() end, function () return size==#tracking end) +end + diff --git a/objects/LolaNeutral.26a0a0.json b/objects/LolaNeutral.26a0a0.json new file mode 100644 index 00000000..3a2abd2b --- /dev/null +++ b/objects/LolaNeutral.26a0a0.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "26a0a0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294115, + "r": 0.07450963 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0168698765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764514, + "g": 0.2823528, + "r": 0.06666655 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -29.022543, + "posY": 1.62480545, + "posZ": 9.800525, + "rotX": 359.9201, + "rotY": 269.979675, + "rotZ": 0.0168410242, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391955, + "g": 0.07058809, + "r": 0.321568429 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -28.9575748, + "posY": 1.62423408, + "posZ": 8.164425, + "rotX": 359.9201, + "rotY": 269.979431, + "rotZ": 0.01685771, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.9201, + "rotY": 269.977173, + "rotZ": 0.0169123765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0169254243, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169257279, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.581007, + "rotX": 359.920074, + "rotY": 269.977173, + "rotZ": 0.016925171, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595, + "posZ": 10.581008, + "rotX": 359.920074, + "rotY": 269.9774, + "rotZ": 0.0169180967, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.977539, + "rotZ": 0.0169247631, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.9776, + "rotZ": 0.0169244576, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.980042, + "rotZ": 0.01684286, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3803919, + "g": 0.07058803, + "r": 0.32156837 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.9201, + "rotY": 269.97998, + "rotZ": 0.0168499276, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.176470429, + "g": 0.117646895, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.97998, + "rotZ": 0.0168429855, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.27, + "posY": 1.64, + "posZ": -21.55, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.460250.json b/objects/LolaNeutral.460250.json new file mode 100644 index 00000000..d9876dab --- /dev/null +++ b/objects/LolaNeutral.460250.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "460250", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -19.06, + "posY": 1.64, + "posZ": -24.78, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.49bf4b.json b/objects/LolaNeutral.49bf4b.json new file mode 100644 index 00000000..07478546 --- /dev/null +++ b/objects/LolaNeutral.49bf4b.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "49bf4b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294115, + "r": 0.07450963 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0168698765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764514, + "g": 0.2823528, + "r": 0.06666655 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -29.022543, + "posY": 1.62480545, + "posZ": 9.800525, + "rotX": 359.9201, + "rotY": 269.979675, + "rotZ": 0.0168410242, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391955, + "g": 0.07058809, + "r": 0.321568429 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -28.9575748, + "posY": 1.62423408, + "posZ": 8.164425, + "rotX": 359.9201, + "rotY": 269.979431, + "rotZ": 0.01685771, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.9201, + "rotY": 269.977173, + "rotZ": 0.0169123765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0169254243, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169257279, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.581007, + "rotX": 359.920074, + "rotY": 269.977173, + "rotZ": 0.016925171, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595, + "posZ": 10.581008, + "rotX": 359.920074, + "rotY": 269.9774, + "rotZ": 0.0169180967, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.977539, + "rotZ": 0.0169247631, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.9776, + "rotZ": 0.0169244576, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.980042, + "rotZ": 0.01684286, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3803919, + "g": 0.07058803, + "r": 0.32156837 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.9201, + "rotY": 269.97998, + "rotZ": 0.0168499276, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.176470429, + "g": 0.117646895, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.97998, + "rotZ": 0.0168429855, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.232, + "posY": 1.64, + "posZ": 10.581, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.637e17.json b/objects/LolaNeutral.637e17.json new file mode 100644 index 00000000..0cfc4567 --- /dev/null +++ b/objects/LolaNeutral.637e17.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "637e17", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.206, + "posY": 1.64, + "posZ": 8.432, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.719ff4.json b/objects/LolaNeutral.719ff4.json new file mode 100644 index 00000000..cb3d56f4 --- /dev/null +++ b/objects/LolaNeutral.719ff4.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "719ff4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "172d0e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20599, + "posY": 1.69561672, + "posZ": 9.572968, + "rotX": 359.920074, + "rotY": 269.976868, + "rotZ": 0.0169091988, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.206, + "posY": 1.64, + "posZ": 9.573, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.7ffb43.json b/objects/LolaNeutral.7ffb43.json new file mode 100644 index 00000000..a2e22b5d --- /dev/null +++ b/objects/LolaNeutral.7ffb43.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7ffb43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -34.264, + "posY": 1.53, + "posZ": 24.8, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.8a496e.json b/objects/LolaNeutral.8a496e.json new file mode 100644 index 00000000..b185830e --- /dev/null +++ b/objects/LolaNeutral.8a496e.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8a496e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.265, + "posY": 1.64, + "posZ": -22.542, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.9312d8.json b/objects/LolaNeutral.9312d8.json new file mode 100644 index 00000000..d7a7f9f7 --- /dev/null +++ b/objects/LolaNeutral.9312d8.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9312d8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.265, + "posY": 1.64, + "posZ": -24.825, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.a1e2a3.json b/objects/LolaNeutral.a1e2a3.json new file mode 100644 index 00000000..3faeb5a5 --- /dev/null +++ b/objects/LolaNeutral.a1e2a3.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a1e2a3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -17.918, + "posY": 1.64, + "posZ": -24.783, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.a7c0f0.json b/objects/LolaNeutral.a7c0f0.json new file mode 100644 index 00000000..2de81415 --- /dev/null +++ b/objects/LolaNeutral.a7c0f0.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a7c0f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294115, + "r": 0.07450963 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0168698765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764514, + "g": 0.2823528, + "r": 0.06666655 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -29.022543, + "posY": 1.62480545, + "posZ": 9.800525, + "rotX": 359.9201, + "rotY": 269.979675, + "rotZ": 0.0168410242, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391955, + "g": 0.07058809, + "r": 0.321568429 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -28.9575748, + "posY": 1.62423408, + "posZ": 8.164425, + "rotX": 359.9201, + "rotY": 269.979431, + "rotZ": 0.01685771, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.9201, + "rotY": 269.977173, + "rotZ": 0.0169123765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0169254243, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169257279, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.581007, + "rotX": 359.920074, + "rotY": 269.977173, + "rotZ": 0.016925171, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595, + "posZ": 10.581008, + "rotX": 359.920074, + "rotY": 269.9774, + "rotZ": 0.0169180967, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.977539, + "rotZ": 0.0169247631, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.9776, + "rotZ": 0.0169244576, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.980042, + "rotZ": 0.01684286, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3803919, + "g": 0.07058803, + "r": 0.32156837 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.9201, + "rotY": 269.97998, + "rotZ": 0.0168499276, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.176470429, + "g": 0.117646895, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.97998, + "rotZ": 0.0168429855, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -20.049, + "posY": 1.64, + "posZ": -24.78, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.b8409d.json b/objects/LolaNeutral.b8409d.json new file mode 100644 index 00000000..64715e10 --- /dev/null +++ b/objects/LolaNeutral.b8409d.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b8409d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -31.981, + "posY": 1.53, + "posZ": 24.8, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.bf7cc9.json b/objects/LolaNeutral.bf7cc9.json new file mode 100644 index 00000000..f7c387fa --- /dev/null +++ b/objects/LolaNeutral.bf7cc9.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bf7cc9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294115, + "r": 0.07450963 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0168698765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764514, + "g": 0.2823528, + "r": 0.06666655 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -29.022543, + "posY": 1.62480545, + "posZ": 9.800525, + "rotX": 359.9201, + "rotY": 269.979675, + "rotZ": 0.0168410242, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -29.6062851, + "posY": 1.55190063, + "posZ": 25.3143158, + "rotX": 359.920074, + "rotY": 269.977722, + "rotZ": 0.02001142, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.63595033, + "posZ": 10.5810089, + "rotX": 359.9201, + "rotY": 269.977173, + "rotZ": 0.0169123765, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.977051, + "rotZ": 0.0169254243, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.5810061, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169257279, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595027, + "posZ": 10.581007, + "rotX": 359.920074, + "rotY": 269.977173, + "rotZ": 0.016925171, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2323875, + "posY": 1.69595, + "posZ": 10.581008, + "rotX": 359.920074, + "rotY": 269.9774, + "rotZ": 0.0169180967, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.977539, + "rotZ": 0.0169247631, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2324066, + "posY": 1.69595027, + "posZ": 10.5810146, + "rotX": 359.920074, + "rotY": 269.9776, + "rotZ": 0.0169244576, + "scaleX": 0.34935534, + "scaleY": 0.6, + "scaleZ": 0.34935534 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.980042, + "rotZ": 0.01684286, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.3803919, + "g": 0.07058803, + "r": 0.32156837 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.9201, + "rotY": 269.97998, + "rotZ": 0.0168499276, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.176470429, + "g": 0.117646895, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.621599, + "posZ": 11.452014, + "rotX": 359.920074, + "rotY": 269.97998, + "rotZ": 0.0168429855, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -30.997, + "posY": 1.53, + "posZ": 24.81, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.35, + "scaleY": 1, + "scaleZ": 0.35 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.bfcaf4.json b/objects/LolaNeutral.bfcaf4.json new file mode 100644 index 00000000..009fd37b --- /dev/null +++ b/objects/LolaNeutral.bfcaf4.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bfcaf4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -16.777, + "posY": 1.64, + "posZ": -24.783, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.d7910b.json b/objects/LolaNeutral.d7910b.json new file mode 100644 index 00000000..0ba0e1cf --- /dev/null +++ b/objects/LolaNeutral.d7910b.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d7910b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -33.123, + "posY": 1.53, + "posZ": 24.8, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.e003fe.json b/objects/LolaNeutral.e003fe.json new file mode 100644 index 00000000..296689ef --- /dev/null +++ b/objects/LolaNeutral.e003fe.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e003fe", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.206, + "posY": 1.64, + "posZ": 7.29, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/LolaNeutral.e1ab8d.json b/objects/LolaNeutral.e1ab8d.json new file mode 100644 index 00000000..cfc8288a --- /dev/null +++ b/objects/LolaNeutral.e1ab8d.json @@ -0,0 +1,1172 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24706, + "g": 0.24706, + "r": 0.24706 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160088122/7121223CA3F7CE68D5CDF9448A45A1B9471C5F02/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160490185/08045D95997033A4D64764850FC2B68C4FB12A3C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e1ab8d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Lola/Neutral", + "Snap": true, + "States": { + "1": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.329411536, + "r": 0.07450964 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160072062/DCA14B4419B0F8B8137E71F7A2CFDD40B72D7262/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159978320/6CBF573A12494524613C6280F558D4BED97CF007/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "116e52", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.62159884, + "posZ": 11.45199, + "rotX": 359.920135, + "rotY": 269.9798, + "rotZ": 0.0168823861, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "10": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764544, + "g": 0.282352835, + "r": 0.06666657 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160208347/F53989F0806C796D180647A16C6BB4E9957F6DBF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fa0b0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.369997, + "posY": 1.62108564, + "posZ": 4.984156, + "rotX": 359.9201, + "rotY": 269.979858, + "rotZ": 0.016851306, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "11": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185728/4D315AB296E7F8F10B1C98777814870192E41612/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160185563/042FBF813801CFDF4FEDA9ED3205D331842975FA/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f7077", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Evade Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3748932, + "posY": 1.621599, + "posZ": 11.4519892, + "rotX": 359.9201, + "rotY": 269.9798, + "rotZ": 0.0168773085, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "12": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764485, + "g": 0.282352775, + "r": 0.06666653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160456024/210D2A5D2C17F628302BD05065BB5C2F0BCAF842/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160455868/0D0F1B80B4E6A20B4728F1F7582FF09C1D4A3B9F/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "74ae43", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Parley Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977661, + "rotZ": 0.0168937724, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "13": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391926, + "g": 0.07058806, + "r": 0.3215684 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981661/347ACFF6E4063121AA7D68045C7D501C22D058D4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160484534/A5506FADCE917AA99925516A147E0320322B5BDD/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "441286", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Spell Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.635617, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977539, + "rotZ": 0.0168959163, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "14": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364411/A2521332E179AA19AF2002427E8114316614D884/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160364237/A92D5AF13B283117BD62EE84B657A3A71FBBD274/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc950", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Play Item Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20614, + "posY": 1.635617, + "posZ": 9.573, + "rotX": 359.9201, + "rotY": 269.976959, + "rotZ": 0.0169055313, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "15": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516201848/72B3B9E2B59F25FEC82412AC22245D03655A4558/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "11508f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardian", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561672, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.01690872, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "16": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8888ff", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.2060547, + "posY": 1.69561684, + "posZ": 9.572982, + "rotX": 359.920074, + "rotY": 269.976959, + "rotZ": 0.0169153865, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "17": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7f001b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.695617, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9771, + "rotZ": 0.0169141833, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "18": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6bd479", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.9772, + "rotZ": 0.01691519, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "19": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0c9182", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561708, + "posZ": 9.572996, + "rotX": 359.920074, + "rotY": 269.977234, + "rotZ": 0.0169148687, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160081099/67A378F96CDA5FD152D491C8558170B6626F3B62/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160172411/727C40B7A122B3EC91AD1EF76741A9888E1FF0FF/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f81db8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -26.3750229, + "posY": 1.62159908, + "posZ": 11.452013, + "rotX": 359.9201, + "rotY": 269.980042, + "rotZ": 0.0168430787, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "20": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/950722873599303195/BAB8BB40C755C099128931212969243EFF56ED39/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 4 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2d0664", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -53.20612, + "posY": 1.69561684, + "posZ": 9.572996, + "rotX": 359.9201, + "rotY": 269.9773, + "rotZ": 0.0169064868, + "scaleX": 0.45, + "scaleY": 0.6, + "scaleZ": 0.45 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.211764455, + "g": 0.282352746, + "r": 0.0666665062 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160084956/E2EB7A516BABA084BB8CE6F038BB22363DD647A9/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980250/FFA52250CDBE4067D16226E7B4C8D2E6BF263C5B/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2512b6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.20619, + "posY": 1.635617, + "posZ": 9.573011, + "rotX": 359.9201, + "rotY": 269.9775, + "rotZ": 0.01688007, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.380391866, + "g": 0.070588015, + "r": 0.32156834 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160086074/8D2001374B0E757E52ABF406D8683C531F377350/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159980712/D6B1AAFF9763CD6F410D56A716D731714DE34EF8/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb5b15", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.63561714, + "posZ": 9.573014, + "rotX": 359.920074, + "rotY": 269.977356, + "rotZ": 0.0168797281, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "5": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.1764704, + "g": 0.117646866, + "r": 0.745098054 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160087156/4A5464A1B1A0905B79A8155B2CA71BAA74D5966B/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892159981185/8A83B84C4EC594D48259904616769E84C5191F83/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8fa67", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.2062035, + "posY": 1.6356169, + "posZ": 9.573014, + "rotX": 359.9201, + "rotY": 269.977478, + "rotZ": 0.01691224, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "7": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.647058845, + "g": 0.3294116, + "r": 0.07450969 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160206084/7DBCABEB4BF4F198808581A82535AFCF490F3AA4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160205832/196A6AB09BE31462712BA7DF6F6698762B3FC98D/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18262f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Guardian Engage/Fight Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.5766983, + "posY": 1.622816, + "posZ": 9.891064, + "rotX": 359.920135, + "rotY": 269.979858, + "rotZ": 0.0168843661, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "8": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.2901958, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193843/0E51341BE053D813766AE16EBDF0EE2B18D21DA6/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160193705/9E0936305F807390EBA6AB130E498BFEDBA7596C/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2b07ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Investigate Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.321558, + "posY": 1.62194133, + "posZ": 8.125641, + "rotX": 359.920074, + "rotY": 269.9797, + "rotZ": 0.0168532133, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + }, + "9": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.290195882, + "g": 0.5803921, + "r": 0.894117653 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160178435/D0AC0567CCEBCE1C39AE42D4C41F7D430370CD63/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1865052892160177206/F21B46B06BBF327601B4F8A5F9F00974149A6752/", + "WidthScale": 0 + }, + "Description": "Action Token", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7a63fd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Tome Action", + "Snap": true, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -27.3002834, + "posY": 1.62138486, + "posZ": 6.333009, + "rotX": 359.9201, + "rotY": 269.9799, + "rotZ": 0.0168767553, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "action_token" + ], + "Tooltip": true, + "Transform": { + "posX": -53.265, + "posY": 1.64, + "posZ": -23.683, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.45083037, + "scaleY": 1, + "scaleZ": 0.45083037 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/MasterClueCounter.4a3aa4.json b/objects/MasterClueCounter.4a3aa4.json new file mode 100644 index 00000000..4428ffbc --- /dev/null +++ b/objects/MasterClueCounter.4a3aa4.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.87451, + "g": 0.87451, + "r": 0.87451 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357164917/1D06F1DC4D6888B6F57124BD2AFE20D0B0DA15A8/", + "WidthScale": 0 + }, + "Description": "Click to remove all clues from all investigators", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4a3aa4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/MasterClueCounter\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Master Clue Counter\n", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -5.369, + "posY": 1.557, + "posZ": -5.1, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.4, + "scaleY": 1, + "scaleZ": 0.4 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/MiscDoominplay.652ff3.json b/objects/MiscDoominplay.652ff3.json new file mode 100644 index 00000000..5df7d834 --- /dev/null +++ b/objects/MiscDoominplay.652ff3.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949592555964782208/CC876694A6684B3C2680CE2FE3259F574AE0AD97/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "652ff3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/DoomInPlayCounter\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Misc. Doom in play", + "Snap": true, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": true, + "Transform": { + "posX": -6.185, + "posY": 1.56, + "posZ": 1.396, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.225855082, + "scaleY": 1, + "scaleZ": 0.225855082 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Mystic.8109fb.json b/objects/Mystic.8109fb.json new file mode 100644 index 00000000..1f28d7fb --- /dev/null +++ b/objects/Mystic.8109fb.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Upgrades", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8109fb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.3, + "posY": 1.41, + "posZ": -80.184, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Mystic.f39af2.json b/objects/Mystic.f39af2.json new file mode 100644 index 00000000..ab2439b6 --- /dev/null +++ b/objects/Mystic.f39af2.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516557267/757887224F6C37104CDFFE241FAD09B57117D670/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Level 0", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f39af2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Mystic", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.583, + "posY": 1.41, + "posZ": 59.678, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Neutral.2eee3b.json b/objects/Neutral.2eee3b.json new file mode 100644 index 00000000..be6bc84a --- /dev/null +++ b/objects/Neutral.2eee3b.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515017130/AD0A2EDADD663473879A6A391FACD32966983B17/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Level 0", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2eee3b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.594, + "posY": 1.407, + "posZ": 49.025, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Neutral.9559e6.json b/objects/Neutral.9559e6.json new file mode 100644 index 00000000..aaf3424e --- /dev/null +++ b/objects/Neutral.9559e6.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515017130/AD0A2EDADD663473879A6A391FACD32966983B17/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Upgrades", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9559e6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Neutral", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.313, + "posY": 1.407, + "posZ": -90.838, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Notecard.d8d357.json b/objects/Notecard.d8d357.json new file mode 100644 index 00000000..399b35a9 --- /dev/null +++ b/objects/Notecard.d8d357.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "lua setNotes(getObjectFromGUID('the objects guid').getJSON())", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8d357", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Notecard", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": 77.836, + "posY": 1.244, + "posZ": 33.583, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.250000417, + "scaleY": 0.250000417, + "scaleZ": 0.250000417 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8.json new file mode 100644 index 00000000..ad7574c0 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8.json @@ -0,0 +1,75 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.99217, + "r": 1 + }, + "ContainedObjects_order": [ + "StandaloneScenarios.77a5f9", + "ChallengeScenarios.9f6801" + ], + "ContainedObjects_path": "OfficialStandaloneChallengeScenarios.0ef5c8", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068588410895356/0B5F0CCD29DEC12514840D7B9CD2329B635A79A6/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0ef5c8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Official Standalone/Challenge Scenarios", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 29.142, + "posY": 1.866, + "posZ": 28.647, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.76, + "scaleY": 0.11, + "scaleZ": 1.49 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8.luascriptstate new file mode 100644 index 00000000..5d6008e3 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"77a5f9":{"lock":false,"pos":{"x":23.5741920471191,"y":1.44980025291443,"z":3.92446112632751},"rot":{"x":359.920135498047,"y":269.999877929688,"z":0.0168737601488829}},"9f6801":{"lock":false,"pos":{"x":23.5700016021729,"y":1.44740319252014,"z":-4.23362255096436},"rot":{"x":359.920135498047,"y":269.999908447266,"z":0.016874834895134}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8.ttslua new file mode 100644 index 00000000..ab4818bc --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8.ttslua @@ -0,0 +1,504 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 4 + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=1000, width=1000, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=550, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1.2,1,-2}, rotation={0,0,0}, height=240, width=570, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={-1.2,1,2}, rotation={0,0,0}, height=240, width=550, + font_size=150, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={0,1,2}, rotation={0,0,0}, height=240, width=600, + font_size=150, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1.3,1,2}, rotation={0,0,0}, height=240, width=600, + font_size=150, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={1.2,1,-2}, rotation={0,0,0}, height=240, width=500, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={0.7,1,2}, rotation={0,0,0}, height=280, width=600, + font_size=200, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-0.7,1,2}, rotation={0,0,0}, height=280, width=650, + font_size=200, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=500, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) + +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.json new file mode 100644 index 00000000..3f3de22e --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.json @@ -0,0 +1,78 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "BadBlood.451eaa", + "RedTideRising.5302f2", + "AllorNothing.72ab92", + "ReadorDie.9e73fa", + "BytheBook.cc7eb3" + ], + "ContainedObjects_path": "ChallengeScenarios.9f6801", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068588410811700/1DF1FE7CA9B185FE571B967718A66C175FB35B64/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9f6801", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Challenge Scenarios", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.57, + "posY": 1.447, + "posZ": -4.234, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.07, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.luascriptstate new file mode 100644 index 00000000..609f01d1 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.luascriptstate @@ -0,0 +1 @@ +{"ml":{"451eaa":{"lock":false,"pos":{"x":12.2499580383301,"y":1.46560525894165,"z":3.98636198043823},"rot":{"x":359.920135498047,"y":269.999908447266,"z":0.016873624175787}},"5302f2":{"lock":false,"pos":{"x":12.2504663467407,"y":1.45853757858276,"z":-20.013650894165},"rot":{"x":359.920135498047,"y":270.00146484375,"z":0.0168716721236706}},"72ab92":{"lock":false,"pos":{"x":12.2520532608032,"y":1.4679582118988,"z":11.9863719940186},"rot":{"x":359.920135498047,"y":270,"z":0.0168737415224314}},"9e73fa":{"lock":false,"pos":{"x":12.2500581741333,"y":1.46089386940002,"z":-12.0136384963989},"rot":{"x":359.920135498047,"y":269.999847412109,"z":0.0168744903057814}},"cc7eb3":{"lock":false,"pos":{"x":12.2495565414429,"y":1.46325027942657,"z":-4.01364088058472},"rot":{"x":359.920135498047,"y":269.999908447266,"z":0.0168744102120399}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.ttslua new file mode 100644 index 00000000..92d26084 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 4 + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=1000, width=1000, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-1.25,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1.25,0.3,-7}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={1.25,0.3,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={1.25,0.3,-8}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1.25,0.3,-7}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-1.25,0.3,-8}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={1.35,1,6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-1.25,1,6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.json new file mode 100644 index 00000000..b5683fea --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655600953066192972/8A5939900FCA8E2A2772CEDE6A03594A68961C4C/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Challenge Scenario", + "DragSelectable": true, + "GMNotes": "scenarios/challenge_all_or_nothing.json", + "GUID": "72ab92", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "All or Nothing", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.252, + "posY": 1.468, + "posZ": 11.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.luascriptstate new file mode 100644 index 00000000..855babd2 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.luascriptstate @@ -0,0 +1 @@ +{"ml":{"083fc2":{"lock":false,"pos":{"x":-10.8500003814697,"y":1.41115474700928,"z":-1.34567248821259},"rot":{"x":0.0799797624349594,"y":90.00146484375,"z":359.983123779297}},"0b6166":{"lock":false,"pos":{"x":-30.2242,"y":1.6931,"z":-7.7},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"116eb9":{"lock":false,"pos":{"x":-17.12,"y":1.6793,"z":7.57},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"1ed6d5":{"lock":false,"pos":{"x":-26.8623,"y":1.6176,"z":-4.4728},"rot":{"x":0.0446,"y":44.9999,"z":359.9316}},"25652c":{"lock":false,"pos":{"x":-23.6765,"y":1.6167,"z":7.57},"rot":{"x":359.9201,"y":270.011,"z":0.0169}},"29d606":{"lock":false,"pos":{"x":-2.72459888458252,"y":1.59899246692657,"z":0.373301416635513},"rot":{"x":0.0168360080569983,"y":180,"z":0.0802551135420799}},"45341b":{"lock":false,"pos":{"x":-23.676477432251,"y":1.63030004501343,"z":7.56998491287231},"rot":{"x":359.920104980469,"y":270.027587890625,"z":0.0168011523783207}},"4541f6":{"lock":false,"pos":{"x":-23.6765,"y":1.6862,"z":-0.0299},"rot":{"x":359.9218,"y":269.9987,"z":0.016}},"47b306":{"lock":false,"pos":{"x":-30.2244,"y":1.6909,"z":-15.28},"rot":{"x":359.9201,"y":269.9996,"z":0.0169}},"4901f8":{"lock":false,"pos":{"x":-26.8973,"y":1.619,"z":-0.0345},"rot":{"x":359.9201,"y":270.0111,"z":0.0169}},"4bd010":{"lock":false,"pos":{"x":-36.7731,"y":1.7045,"z":-0.03},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"52e361":{"lock":false,"pos":{"x":-15.0137,"y":1.6712,"z":-9.996},"rot":{"x":359.9201,"y":270,"z":0.0169}},"556e96":{"lock":false,"pos":{"x":-3.92741346359253,"y":1.76363432407379,"z":5.75710391998291},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"58e1e2":{"lock":false,"pos":{"x":-2.68849968910217,"y":1.61430251598358,"z":-5.04850006103516},"rot":{"x":0.0168356839567423,"y":180,"z":0.0802557542920113}},"64a96b":{"lock":false,"pos":{"x":-17.1201,"y":1.6748,"z":-7.7},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"66197b":{"lock":false,"pos":{"x":-3.9912,"y":1.6632,"z":15.0046},"rot":{"x":359.9197,"y":269.9999,"z":0.0168}},"70df0b":{"lock":false,"pos":{"x":-30.2243,"y":1.6976,"z":7.57},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"7234af":{"lock":false,"pos":{"x":-33.6012,"y":1.6283,"z":-0.1123},"rot":{"x":359.9201,"y":270.0112,"z":0.0169}},"739b98":{"lock":false,"pos":{"x":-27.0616,"y":1.6204,"z":3.8989},"rot":{"x":359.9315,"y":314.9926,"z":359.9554}},"7c8eef":{"lock":false,"pos":{"x":-3.84129118919373,"y":1.58243310451508,"z":-15.0043783187866},"rot":{"x":359.919738769531,"y":269.999938964844,"z":0.0168378949165344}},"7d30ce":{"lock":false,"pos":{"x":-20.5607,"y":1.6091,"z":-3.6976},"rot":{"x":359.9316,"y":314.9958,"z":359.9554}},"7f6452":{"lock":false,"pos":{"x":-14.7653,"y":1.751,"z":5.0207},"rot":{"x":357.2015,"y":0.0614,"z":359.919}},"7f7fb0":{"lock":false,"pos":{"x":-1.46529722213745,"y":1.47562217712402,"z":-26.930419921875},"rot":{"x":359.920135498047,"y":269.998687744141,"z":0.0168742742389441}},"7faf81":{"lock":false,"pos":{"x":-17.1199321746826,"y":1.6189239025116,"z":-0.0300155226141214},"rot":{"x":359.920104980469,"y":269.976104736328,"z":0.0168728288263083}},"89f865":{"lock":false,"pos":{"x":-20.3063659667969,"y":1.60967397689819,"z":-0.330693691968918},"rot":{"x":359.920104980469,"y":269.996734619141,"z":0.0168722663074732}},"8fffb7":{"lock":false,"pos":{"x":-26.9403209686279,"y":1.61894810199738,"z":-0.249956101179123},"rot":{"x":359.920104980469,"y":269.996643066406,"z":0.0168721340596676}},"90bb07":{"lock":false,"pos":{"x":-23.676513671875,"y":1.62694978713989,"z":-3.83001303672791},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168398190289736}},"911f8c":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.64632892608643,"z":-0.0300025120377541},"rot":{"x":359.920104980469,"y":269.999389648438,"z":0.0168404243886471}},"9a3039":{"lock":false,"pos":{"x":-30.2241725921631,"y":1.6371967792511,"z":-0.0300148297101259},"rot":{"x":359.920104980469,"y":269.988464355469,"z":0.0168557409197092}},"a2fcc1":{"lock":false,"pos":{"x":-3.95601868629456,"y":1.59753942489624,"z":-10.4412021636963},"rot":{"x":359.919738769531,"y":269.999694824219,"z":0.0168375782668591}},"b00f35":{"lock":false,"pos":{"x":-30.2242,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":270.0001,"z":0.0169}},"b58f4c":{"lock":false,"pos":{"x":-2.7247,"y":1.6571,"z":0.3733},"rot":{"x":0.0168,"y":180,"z":0.0803}},"b5928a":{"lock":false,"pos":{"x":-4.14500188827515,"y":1.58281075954437,"z":-15.1672077178955},"rot":{"x":359.919738769531,"y":270.001342773438,"z":0.016835855320096}},"b68edf":{"lock":false,"pos":{"x":-26.6902599334717,"y":1.61968195438385,"z":3.4335298538208},"rot":{"x":359.955413818359,"y":224.999755859375,"z":0.0683809518814087}},"b8e732":{"lock":false,"pos":{"x":-33.573299407959,"y":1.62825286388397,"z":-0.061400979757309},"rot":{"x":359.920104980469,"y":269.996612548828,"z":0.0168721005320549}},"d14543":{"lock":false,"pos":{"x":-10.850001335144,"y":1.41232633590698,"z":2.63781023025513},"rot":{"x":0.0799899846315384,"y":89.9986190795898,"z":359.983123779297}},"d70162":{"lock":false,"pos":{"x":-20.2601,"y":1.6109,"z":3.9765},"rot":{"x":0.0446,"y":45.0011,"z":359.9316}},"d7558d":{"lock":false,"pos":{"x":-30.2242,"y":1.6203,"z":-11.51},"rot":{"x":0.0169,"y":180,"z":0.08}},"f704e9":{"lock":false,"pos":{"x":-2.6884,"y":1.6555,"z":-5.0486},"rot":{"x":0.0168,"y":180,"z":0.0803}},"f797c9":{"lock":false,"pos":{"x":-23.6764583587646,"y":1.61560499668121,"z":3.85998773574829},"rot":{"x":359.983154296875,"y":0.00015486468328163,"z":359.920074462891}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/AllorNothing.72ab92.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.json new file mode 100644 index 00000000..376ba584 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655599785039299268/52DB5C3A0E600D6AECB0B851ECF90C5B3D016421/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Challenge Scenario", + "DragSelectable": true, + "GMNotes": "scenarios/challenge_bad_blood.json", + "GUID": "451eaa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Bad Blood", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.466, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.luascriptstate new file mode 100644 index 00000000..6425ba57 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.luascriptstate @@ -0,0 +1 @@ +{"ml":{"007d36":{"lock":false,"pos":{"x":-36.7731895446777,"y":1.64407479763031,"z":-7.70001554489136},"rot":{"x":359.920104980469,"y":269.999328613281,"z":0.0168409943580627}},"00d19a":{"lock":false,"pos":{"x":-38.7164535522461,"y":1.68264377117157,"z":-9.52374649047852},"rot":{"x":359.920104980469,"y":270.002807617188,"z":0.0168448258191347}},"061a07":{"lock":false,"pos":{"x":-20.4535999298096,"y":1.60994374752045,"z":-0.111300319433212},"rot":{"x":0.0798908993601799,"y":89.9882278442383,"z":359.983123779297}},"0678e8":{"lock":false,"pos":{"x":-23.6764717102051,"y":1.63030004501343,"z":7.56998538970947},"rot":{"x":359.920104980469,"y":269.999389648438,"z":0.0168406069278717}},"06d6fe":{"lock":false,"pos":{"x":-25.4280700683594,"y":1.68353700637817,"z":5.99185943603516},"rot":{"x":359.922698974609,"y":269.999755859375,"z":1.47544634342194}},"07f90c":{"lock":false,"pos":{"x":-27.1247005462646,"y":1.6170357465744,"z":-7.63210105895996},"rot":{"x":359.920104980469,"y":270.008087158203,"z":0.0168558973819017}},"165dac":{"lock":false,"pos":{"x":-2.68851804733276,"y":1.59734869003296,"z":-5.04851770401001},"rot":{"x":0.0168365500867367,"y":179.999603271484,"z":0.0802549868822098}},"25f3c2":{"lock":false,"pos":{"x":-18.6359195709229,"y":1.67094278335571,"z":-1.67357134819031},"rot":{"x":359.919982910156,"y":269.996643066406,"z":1.39543783664703}},"2a3c87":{"lock":false,"pos":{"x":-23.6765213012695,"y":1.62581241130829,"z":-7.70001459121704},"rot":{"x":359.920104980469,"y":269.999328613281,"z":0.0168407671153545}},"30ed35":{"lock":false,"pos":{"x":-18.5939636230469,"y":1.66943037509918,"z":-9.29181957244873},"rot":{"x":359.921173095703,"y":269.976348876953,"z":1.46869027614594}},"34e74c":{"lock":false,"pos":{"x":-33.5060005187988,"y":1.62598347663879,"z":-7.46410274505615},"rot":{"x":359.920104980469,"y":270.002014160156,"z":0.0168642066419125}},"377b20":{"lock":false,"pos":{"x":-30.2241649627686,"y":1.6371967792511,"z":-0.0300150476396084},"rot":{"x":359.920104980469,"y":269.999450683594,"z":0.0168403703719378}},"3b4478":{"lock":false,"pos":{"x":-32.1027717590332,"y":1.68981921672821,"z":-1.61117219924927},"rot":{"x":1.05327343940735,"y":269.993774414063,"z":0.784092843532562}},"3d7245":{"lock":false,"pos":{"x":-20.472448348999,"y":1.60774183273315,"z":-7.69286489486694},"rot":{"x":0.0798909068107605,"y":89.9881896972656,"z":359.983123779297}},"428e26":{"lock":false,"pos":{"x":-12.8403749465942,"y":1.65113496780396,"z":6.03833913803101},"rot":{"x":359.920104980469,"y":269.981506347656,"z":0.0168634727597237}},"510265":{"lock":false,"pos":{"x":-3.38745307922363,"y":1.58178853988647,"z":-15.034649848938},"rot":{"x":359.919738769531,"y":270.001312255859,"z":0.0168359484523535}},"5789a0":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.6133451461792,"z":-3.82999897003174},"rot":{"x":359.983184814453,"y":0.0180035475641489,"z":359.920043945313}},"7234af":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.6156051158905,"z":3.86000037193298},"rot":{"x":359.983184814453,"y":0.0184735096991062,"z":359.920043945313}},"73f813":{"lock":false,"pos":{"x":-23.6764583587646,"y":1.6280665397644,"z":-0.0300134774297476},"rot":{"x":359.920104980469,"y":269.997406005859,"z":0.0168432109057903}},"847357":{"lock":false,"pos":{"x":-3.95591735839844,"y":1.59753930568695,"z":-10.4411735534668},"rot":{"x":359.919738769531,"y":269.999694824219,"z":0.0168375447392464}},"88a71f":{"lock":false,"pos":{"x":-15.3431625366211,"y":1.61713230609894,"z":2.30415105819702},"rot":{"x":359.920104980469,"y":269.991577148438,"z":0.0168513152748346}},"88e9a0":{"lock":false,"pos":{"x":-25.3403053283691,"y":1.68284678459167,"z":-1.50465857982636},"rot":{"x":359.922943115234,"y":269.98291015625,"z":1.63856101036072}},"927692":{"lock":false,"pos":{"x":-30.224235534668,"y":1.63494277000427,"z":-7.70001649856567},"rot":{"x":359.920104980469,"y":269.999450683594,"z":0.0168404299765825}},"99909c":{"lock":false,"pos":{"x":-30.2242984771729,"y":1.62247550487518,"z":-3.82999992370605},"rot":{"x":359.983184814453,"y":0.0181040540337563,"z":359.920043945313}},"9c1b91":{"lock":false,"pos":{"x":-11.84925365448,"y":1.4153037071228,"z":8.0305700302124},"rot":{"x":359.983154296875,"y":5.82942702749278E-05,"z":359.920043945313}},"a00323":{"lock":false,"pos":{"x":-2.72483348846436,"y":1.59899258613586,"z":0.372691959142685},"rot":{"x":0.0168312788009644,"y":180.003341674805,"z":0.0802560299634933}},"adebd8":{"lock":false,"pos":{"x":-27.4881000518799,"y":1.62100207805634,"z":4.13960027694702},"rot":{"x":359.955383300781,"y":225.012222290039,"z":0.0683689713478088}},"b5637e":{"lock":false,"pos":{"x":-25.1550369262695,"y":1.67983627319336,"z":-9.20204162597656},"rot":{"x":359.921356201172,"y":270.007080078125,"z":1.59127795696259}},"b8619a":{"lock":false,"pos":{"x":-3.9276659488678,"y":1.75400519371033,"z":5.75231170654297},"rot":{"x":359.919738769531,"y":269.999328613281,"z":180.016815185547}},"c5f67a":{"lock":false,"pos":{"x":-17.1200084686279,"y":1.61666977405548,"z":-7.70001411437988},"rot":{"x":359.920104980469,"y":269.999176025391,"z":0.0168416071683168}},"d0aa0f":{"lock":false,"pos":{"x":-1.46558129787445,"y":1.47562265396118,"z":-26.9304294586182},"rot":{"x":359.920135498047,"y":269.998718261719,"z":0.0168742313981056}},"ef5528":{"lock":false,"pos":{"x":-31.8565654754639,"y":1.68725693225861,"z":-9.34178924560547},"rot":{"x":359.925323486328,"y":269.992340087891,"z":1.40744805335999}},"f61f6c":{"lock":false,"pos":{"x":-17.1199321746826,"y":1.61892378330231,"z":-0.0300151035189629},"rot":{"x":359.920104980469,"y":269.999389648438,"z":0.0168404094874859}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BadBlood.451eaa.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.json new file mode 100644 index 00000000..e5ee2b88 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1719794129200879643/47A3BC15C8C8ADB45137A2258B86C1D2DB9C2B03/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Challenge Scenario", + "DragSelectable": true, + "GMNotes": "scenarios/challenge_by_the_book.json", + "GUID": "cc7eb3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "By the Book", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.463, + "posZ": -4.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.luascriptstate new file mode 100644 index 00000000..f39c441c --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.luascriptstate @@ -0,0 +1 @@ +{"ml":{"078171":{"lock":false,"pos":{"x":-30.2242584228516,"y":1.63719689846039,"z":-0.0299957916140556},"rot":{"x":359.920104980469,"y":270.002471923828,"z":0.0168361309915781}},"132ff8":{"lock":false,"pos":{"x":-2.68855905532837,"y":1.59734869003296,"z":-5.04853010177612},"rot":{"x":0.0172368064522743,"y":179.71369934082,"z":0.0801699236035347}},"28560b":{"lock":false,"pos":{"x":-30.2243347167969,"y":1.63494288921356,"z":-7.70015335083008},"rot":{"x":359.920104980469,"y":270.009979248047,"z":0.0168257430195808}},"2e61c2":{"lock":false,"pos":{"x":-23.6764507293701,"y":1.61334466934204,"z":-3.83001446723938},"rot":{"x":0.0168022476136684,"y":180.026519775391,"z":0.0799475461244583}},"32cf14":{"lock":false,"pos":{"x":-23.6339359283447,"y":1.64497601985931,"z":0.021269578486681},"rot":{"x":359.920104980469,"y":269.998260498047,"z":0.01684445515275}},"377b20":{"lock":false,"pos":{"x":-23.6765613555908,"y":1.63030016422272,"z":7.56991815567017},"rot":{"x":359.920104980469,"y":269.995483398438,"z":0.0168459136039019}},"404746":{"lock":false,"pos":{"x":-3.92776012420654,"y":1.72512245178223,"z":5.75715970993042},"rot":{"x":359.919738769531,"y":269.99951171875,"z":180.016815185547}},"4bcde2":{"lock":false,"pos":{"x":-3.5483729839325,"y":1.58213448524475,"z":-14.6246137619019},"rot":{"x":359.919738769531,"y":270.001373291016,"z":0.0168364923447371}},"582271":{"lock":false,"pos":{"x":-33.3494300842285,"y":1.62914729118347,"z":4.04451847076416},"rot":{"x":359.955413818359,"y":224.999969482422,"z":0.0683810487389565}},"5b38c6":{"lock":false,"pos":{"x":-26.756908416748,"y":1.61764490604401,"z":-3.81423091888428},"rot":{"x":0.0168208945542574,"y":180.010650634766,"z":0.0799001008272171}},"6a9cce":{"lock":false,"pos":{"x":-3.95602917671204,"y":1.59753942489624,"z":-10.4413318634033},"rot":{"x":359.919738769531,"y":270.002777099609,"z":0.0168333575129509}},"7234af":{"lock":false,"pos":{"x":-30.2243156433105,"y":1.62247514724731,"z":-3.82998299598694},"rot":{"x":0.0168022662401199,"y":180.026550292969,"z":0.079947292804718}},"76315c":{"lock":false,"pos":{"x":-17.1200580596924,"y":1.63957512378693,"z":-3.82998967170715},"rot":{"x":359.920104980469,"y":270.006683349609,"z":0.0168335996568203}},"7b7b8f":{"lock":false,"pos":{"x":-23.6764583587646,"y":1.61560475826263,"z":3.85998749732971},"rot":{"x":0.0168023202568293,"y":180.026473999023,"z":0.0799476280808449}},"80958a":{"lock":false,"pos":{"x":-36.7731285095215,"y":1.63386714458466,"z":3.85998678207397},"rot":{"x":0.0168022774159908,"y":180.026504516602,"z":0.0799472630023956}},"8553fd":{"lock":false,"pos":{"x":-30.2241878509521,"y":1.62473511695862,"z":3.85999059677124},"rot":{"x":0.0168023742735386,"y":180.026473999023,"z":0.0799478888511658}},"9f537e":{"lock":false,"pos":{"x":-23.6766147613525,"y":1.62581253051758,"z":-7.69999694824219},"rot":{"x":359.920104980469,"y":270.000122070313,"z":0.0168394483625889}},"a3fb6c":{"lock":false,"pos":{"x":-17.0228900909424,"y":1.60517001152039,"z":-0.0761644020676613},"rot":{"x":359.920074462891,"y":269.996795654297,"z":0.0168049652129412}},"af086a":{"lock":false,"pos":{"x":-36.7732849121094,"y":1.6440749168396,"z":-7.70005464553833},"rot":{"x":359.920104980469,"y":270.000457763672,"z":0.0168390292674303}},"b55a93":{"lock":false,"pos":{"x":-33.7677268981934,"y":1.62731420993805,"z":-4.17729187011719},"rot":{"x":359.955413818359,"y":224.999954223633,"z":0.0683816373348236}},"ba4abc":{"lock":false,"pos":{"x":-26.886302947998,"y":1.62117731571198,"z":7.59083938598633},"rot":{"x":0.0798944607377052,"y":89.9999465942383,"z":359.983123779297}},"bfc5ff":{"lock":false,"pos":{"x":-30.2242774963379,"y":1.6394305229187,"z":7.57000494003296},"rot":{"x":359.920104980469,"y":270.001495361328,"z":0.0168374851346016}},"c299e2":{"lock":false,"pos":{"x":-17.1200580596924,"y":1.67071938514709,"z":3.86001300811768},"rot":{"x":359.920104980469,"y":269.999206542969,"z":180.016830444336}},"d04a35":{"lock":false,"pos":{"x":-36.7731285095215,"y":1.66328275203705,"z":-0.030061325058341},"rot":{"x":359.920104980469,"y":270.000946044922,"z":0.0168413575738668}},"d0aa0f":{"lock":false,"pos":{"x":-1.45866584777832,"y":1.4756041765213,"z":-26.9604606628418},"rot":{"x":359.920104980469,"y":270.035003662109,"z":0.0168234780430794}},"d5c600":{"lock":false,"pos":{"x":-33.3743667602539,"y":1.63022899627686,"z":7.60610103607178},"rot":{"x":0.0798945277929306,"y":90.0000228881836,"z":359.983123779297}},"ef1ef0":{"lock":false,"pos":{"x":-26.7100830078125,"y":1.61653804779053,"z":-7.35874366760254},"rot":{"x":0.0798942297697067,"y":89.9999465942383,"z":359.983123779297}},"f2b0c1":{"lock":false,"pos":{"x":-33.270751953125,"y":1.62787294387817,"z":0.0817478746175766},"rot":{"x":359.920104980469,"y":270,"z":0.0168676003813744}},"fac63b":{"lock":false,"pos":{"x":-36.7732315063477,"y":1.64856266975403,"z":7.5700044631958},"rot":{"x":359.920104980469,"y":270.001647949219,"z":0.0168373547494411}},"fffec1":{"lock":false,"pos":{"x":-2.72475790977478,"y":1.61594641208649,"z":0.373361140489578},"rot":{"x":0.0167973879724741,"y":180.027191162109,"z":0.0802645087242126}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/BytheBook.cc7eb3.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.json new file mode 100644 index 00000000..25baca55 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655599785039304850/852232605656B7DD6577C475A1988491D3378506/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Challenge Scenario", + "DragSelectable": true, + "GMNotes": "scenarios/challenge_read_or_die.json", + "GUID": "9e73fa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Read or Die", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.461, + "posZ": -12.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.luascriptstate new file mode 100644 index 00000000..da4233ed --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0b6166":{"lock":false,"pos":{"x":-30.2242164611816,"y":1.63494277000427,"z":-7.69999742507935},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168405212461948}},"116eb9":{"lock":false,"pos":{"x":-17.1200122833252,"y":1.62114298343658,"z":7.57000160217285},"rot":{"x":359.920227050781,"y":270.000030517578,"z":0.0158715806901455}},"1ed6d5":{"lock":false,"pos":{"x":-26.8623008728027,"y":1.61759853363037,"z":-4.47279977798462},"rot":{"x":0.0445885099470615,"y":44.9998931884766,"z":359.931610107422}},"25652c":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61669516563416,"z":7.57000017166138},"rot":{"x":359.920104980469,"y":270.010955810547,"z":0.0168545935302973}},"4541f6":{"lock":false,"pos":{"x":-23.6765174865723,"y":1.6280665397644,"z":-0.0298972446471453},"rot":{"x":359.920104980469,"y":269.998687744141,"z":0.0168421491980553}},"47b306":{"lock":false,"pos":{"x":-30.2244167327881,"y":1.63271534442902,"z":-15.2799968719482},"rot":{"x":359.920104980469,"y":269.999572753906,"z":0.0168408285826445}},"4901f8":{"lock":false,"pos":{"x":-26.8973007202148,"y":1.61895155906677,"z":-0.0345002859830856},"rot":{"x":359.920104980469,"y":270.011077880859,"z":0.0168521460145712}},"4bd010":{"lock":false,"pos":{"x":-36.7731170654297,"y":1.64632892608643,"z":-0.0299971085041761},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168413035571575}},"52e361":{"lock":false,"pos":{"x":-15.0137166976929,"y":1.61305797100067,"z":-9.99599838256836},"rot":{"x":359.920104980469,"y":270,"z":0.0168404802680016}},"556e96":{"lock":false,"pos":{"x":-3.92741346359253,"y":1.76363432407379,"z":5.75710344314575},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"64a96b":{"lock":false,"pos":{"x":-17.1201171875,"y":1.61667001247406,"z":-7.69999647140503},"rot":{"x":359.920104980469,"y":269.999908447266,"z":0.0168406590819359}},"70df0b":{"lock":false,"pos":{"x":-30.2243175506592,"y":1.63943064212799,"z":7.5700044631958},"rot":{"x":359.920104980469,"y":269.999786376953,"z":0.0168404951691628}},"7234af":{"lock":false,"pos":{"x":-33.6012001037598,"y":1.62827694416046,"z":-0.112300202250481},"rot":{"x":359.920104980469,"y":270.011199951172,"z":0.0168518424034119}},"739b98":{"lock":false,"pos":{"x":-27.0615997314453,"y":1.62033677101135,"z":3.89890003204346},"rot":{"x":359.931579589844,"y":314.992584228516,"z":359.955413818359}},"7d30ce":{"lock":false,"pos":{"x":-20.560697555542,"y":1.60903918743134,"z":-3.69760060310364},"rot":{"x":359.931579589844,"y":314.995727539063,"z":359.955413818359}},"7f6452":{"lock":false,"pos":{"x":-14.7655344009399,"y":1.63109755516052,"z":5.0237078666687},"rot":{"x":359.460418701172,"y":0.0547760464251041,"z":359.920104980469}},"7f7fb0":{"lock":false,"pos":{"x":-1.46529912948608,"y":1.47562229633331,"z":-26.9304046630859},"rot":{"x":359.920135498047,"y":269.998687744141,"z":0.0168741643428802}},"9229a8":{"lock":false,"pos":{"x":-3.8162043094635,"y":1.60489428043365,"z":15.2543392181396},"rot":{"x":359.919738769531,"y":270.025726318359,"z":0.0168026704341173}},"a2fcc1":{"lock":false,"pos":{"x":-3.9560170173645,"y":1.59753942489624,"z":-10.4411973953247},"rot":{"x":359.919738769531,"y":269.999694824219,"z":0.016838489100337}},"b00f35":{"lock":false,"pos":{"x":-30.2242164611816,"y":1.63719689846039,"z":-0.0299969501793385},"rot":{"x":359.920104980469,"y":270.000061035156,"z":0.0168402399867773}},"b58f4c":{"lock":false,"pos":{"x":-2.72471642494202,"y":1.59899258613586,"z":0.373303711414337},"rot":{"x":0.0168358348309994,"y":180,"z":0.080255500972271}},"b5928a":{"lock":false,"pos":{"x":-4.14500045776367,"y":1.58281064033508,"z":-15.1672019958496},"rot":{"x":359.919738769531,"y":270.001403808594,"z":0.0168358217924833}},"d70162":{"lock":false,"pos":{"x":-20.2600994110107,"y":1.61087548732758,"z":3.97650074958801},"rot":{"x":0.0445899441838264,"y":45.0010795593262,"z":359.931610107422}},"d7558d":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62021791934967,"z":-11.5100021362305},"rot":{"x":0.0168392490595579,"y":180.000030517578,"z":0.0799427479505539}},"f704e9":{"lock":false,"pos":{"x":-2.68841671943665,"y":1.59734857082367,"z":-5.04859685897827},"rot":{"x":0.0168358106166124,"y":180,"z":0.080255463719368}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/ReadorDie.9e73fa.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.json new file mode 100644 index 00000000..b524af89 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1849293764610824071/BD70BFDA6DED25221D6DC1BE60C8CE11B165F848/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Challenge Scenario", + "DragSelectable": true, + "GMNotes": "scenarios/challenge_red_tide_rising.json", + "GUID": "5302f2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Red Tide Rising", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.459, + "posZ": -20.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.luascriptstate new file mode 100644 index 00000000..f00462ad --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0998ec":{"lock":false,"pos":{"x":1.7110515832901,"y":1.55828714370728,"z":14.2457151412964},"rot":{"x":359.95556640625,"y":224.631256103516,"z":0.0689570754766464}},"0f3a96":{"lock":false,"pos":{"x":-34.2316017150879,"y":1.63262534141541,"z":11.6933059692383},"rot":{"x":359.955413818359,"y":224.999755859375,"z":0.0683816745877266}},"1a4948":{"lock":false,"pos":{"x":-3.47136402130127,"y":1.58184540271759,"z":-15.2412881851196},"rot":{"x":359.919738769531,"y":269.996856689453,"z":0.0168427713215351}},"2c6d3b":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.64166986942291,"z":15.189998626709},"rot":{"x":359.920104980469,"y":269.999786376953,"z":0.0168399903923273}},"3359db":{"lock":false,"pos":{"x":-32.8963012695313,"y":1.62404108047485,"z":-11.1805047988892},"rot":{"x":359.931579589844,"y":314.999969482422,"z":359.955413818359}},"392d3e":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.64856243133545,"z":7.56999778747559},"rot":{"x":359.920104980469,"y":269.997711181641,"z":0.0168428309261799}},"3a4050":{"lock":false,"pos":{"x":-27.228099822998,"y":1.62276840209961,"z":11.3825025558472},"rot":{"x":359.931579589844,"y":315.000061035156,"z":359.955413818359}},"3b60c1":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.62582564353943,"z":7.56999969482422},"rot":{"x":359.920104980469,"y":270.009124755859,"z":0.0168570745736361}},"3c63bd":{"lock":false,"pos":{"x":-23.6765308380127,"y":1.6280665397644,"z":-0.0300527438521385},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168395601212978}},"4f701e":{"lock":false,"pos":{"x":-2.72473120689392,"y":1.61594641208649,"z":0.373453915119171},"rot":{"x":0.0168310105800629,"y":180.003479003906,"z":0.0802565813064575}},"62791a":{"lock":false,"pos":{"x":-27.0009994506836,"y":1.62018239498138,"z":3.66190314292908},"rot":{"x":359.955413818359,"y":224.999969482422,"z":0.0683810040354729}},"7234af":{"lock":false,"pos":{"x":-33.4277000427246,"y":1.62693536281586,"z":-3.85319900512695},"rot":{"x":359.955413818359,"y":224.996597290039,"z":0.0683831349015236}},"7563ec":{"lock":false,"pos":{"x":-3.92773413658142,"y":1.72993648052216,"z":5.75715303421021},"rot":{"x":359.919738769531,"y":269.999969482422,"z":180.016815185547}},"7f7fb0":{"lock":false,"pos":{"x":-1.46553933620453,"y":1.47562253475189,"z":-26.9304065704346},"rot":{"x":359.920135498047,"y":269.996429443359,"z":0.0168771725147963}},"8984ad":{"lock":false,"pos":{"x":-23.6767978668213,"y":1.62581276893616,"z":-7.70000123977661},"rot":{"x":359.920104980469,"y":270.019287109375,"z":0.0168126747012138}},"917f3e":{"lock":false,"pos":{"x":-12.0630035400391,"y":1.63608145713806,"z":8.27679634094238},"rot":{"x":359.920104980469,"y":269.999969482422,"z":180.016830444336}},"91be46":{"lock":false,"pos":{"x":-2.68855762481689,"y":1.59734880924225,"z":-5.04852485656738},"rot":{"x":0.0168315768241882,"y":180.002990722656,"z":0.080256387591362}},"9c140b":{"lock":false,"pos":{"x":-26.767599105835,"y":1.61765778064728,"z":-3.82140111923218},"rot":{"x":359.931579589844,"y":314.977905273438,"z":359.955444335938}},"9c6651":{"lock":false,"pos":{"x":-30.2234745025635,"y":1.62133610248566,"z":-7.70403909683228},"rot":{"x":359.920196533203,"y":270.015045166016,"z":0.0165500622242689}},"b6b9b7":{"lock":false,"pos":{"x":-36.7732009887695,"y":1.6440749168396,"z":-7.70000505447388},"rot":{"x":359.920104980469,"y":269.999816894531,"z":0.0168398879468441}},"c150be":{"lock":false,"pos":{"x":-23.6764984130859,"y":1.63030004501343,"z":7.56999683380127},"rot":{"x":359.920104980469,"y":269.999725341797,"z":0.0168400201946497}},"cf00ee":{"lock":false,"pos":{"x":-12.0105895996094,"y":1.68052327632904,"z":12.3205461502075},"rot":{"x":359.920104980469,"y":270.000061035156,"z":180.016830444336}},"d28cd1":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.63719689846039,"z":-0.030001213774085},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168399550020695}},"d5f792":{"lock":false,"pos":{"x":-33.2551002502441,"y":1.62890470027924,"z":3.66560173034668},"rot":{"x":359.931579589844,"y":315.000091552734,"z":359.955413818359}},"d9882d":{"lock":false,"pos":{"x":-27.0109996795654,"y":1.61566078662872,"z":-11.7710037231445},"rot":{"x":359.955413818359,"y":225,"z":0.0683765634894371}},"e86553":{"lock":false,"pos":{"x":-3.955979347229,"y":1.59753942489624,"z":-10.4411535263062},"rot":{"x":359.919738769531,"y":269.993225097656,"z":0.0168475080281496}},"e8fcf0":{"lock":false,"pos":{"x":-30.2243003845215,"y":1.63271510601044,"z":-15.2799997329712},"rot":{"x":359.920104980469,"y":269.999908447266,"z":0.0168397407978773}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/ChallengeScenarios.9f6801/RedTideRising.5302f2.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.json new file mode 100644 index 00000000..ef57e9be --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.json @@ -0,0 +1,81 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "MurderattheExcelsiorHotel.01d780", + "CarnevaleofHorrors.23dd51", + "MachinationsThroughTime.3c4f3c", + "TheLabyrinthsofLunacy.4c173f", + "TheBlobthatAteEverything.4dee5a", + "CurseoftheRougarou.db7039", + "GuardiansoftheAbyss.ee987d", + "WaroftheOuterGods.fc7674" + ], + "ContainedObjects_path": "StandaloneScenarios.77a5f9", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068588410818645/F8C950620F886182DD2BB1FD351E41D0B77B4827/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "77a5f9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Standalone Scenarios", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 23.574, + "posY": 1.45, + "posZ": 3.924, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.07, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.luascriptstate new file mode 100644 index 00000000..ac20e264 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.luascriptstate @@ -0,0 +1 @@ +{"ml":{"01d780":{"lock":false,"pos":{"x":12.2499542236328,"y":1.46560525894165,"z":3.98636341094971},"rot":{"x":359.920135498047,"y":269.999969482422,"z":0.0168736279010773}},"23dd51":{"lock":false,"pos":{"x":12.2502546310425,"y":1.4726722240448,"z":27.9863815307617},"rot":{"x":359.920135498047,"y":270.000030517578,"z":0.0168734360486269}},"3c4f3c":{"lock":false,"pos":{"x":12.2848806381226,"y":1.45613408088684,"z":-28.0133056640625},"rot":{"x":359.920135498047,"y":269.986846923828,"z":0.0168903898447752}},"4c173f":{"lock":false,"pos":{"x":12.249550819397,"y":1.46325016021729,"z":-4.0136399269104},"rot":{"x":359.920135498047,"y":269.999816894531,"z":0.0168722160160542}},"4dee5a":{"lock":false,"pos":{"x":12.250054359436,"y":1.46089386940002,"z":-12.0136375427246},"rot":{"x":359.920135498047,"y":270.000061035156,"z":0.0168738011270761}},"baa795":{"lock":false,"pos":{"x":13.1500024795532,"y":1.47027361392975,"z":24.1007766723633},"rot":{"x":359.920104980469,"y":270.011413574219,"z":0.0168580133467913}},"db7039":{"lock":false,"pos":{"x":12.2500467300415,"y":1.47031700611115,"z":19.9863815307617},"rot":{"x":359.920135498047,"y":270,"z":0.0168736260384321}},"ee987d":{"lock":false,"pos":{"x":12.2520484924316,"y":1.4679582118988,"z":11.9863729476929},"rot":{"x":359.920135498047,"y":270,"z":0.0168738216161728}},"fc7674":{"lock":false,"pos":{"x":12.250449180603,"y":1.45853734016418,"z":-20.0136489868164},"rot":{"x":359.920135498047,"y":270,"z":0.0168739501386881}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.ttslua new file mode 100644 index 00000000..92d26084 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + 4 + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=1000, width=1000, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-1.25,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1.25,0.3,-7}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={1.25,0.3,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={1.25,0.3,-8}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1.25,0.3,-7}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-1.25,0.3,-8}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={1.35,1,6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-1.25,1,6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-6}, rotation={0,0,0}, height=500, width=1200, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.json new file mode 100644 index 00000000..e93acbb6 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/826883954590151386/AFF80583FAE6A513663D7BA0A36C4EDAC02DCF43/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Investigators must spend 3XP each to play this side-mission", + "DragSelectable": true, + "GMNotes": "scenarios/carnevale_of_horrors.json", + "GUID": "23dd51", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Carnevale of Horrors", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.473, + "posZ": 27.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.luascriptstate new file mode 100644 index 00000000..35980b50 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0368c1":{"lock":false,"pos":{"x":-17.1201114654541,"y":1.61892175674438,"z":-0.0300021637231112},"rot":{"x":359.920104980469,"y":270.0048828125,"z":0.0166656374931335}},"12d492":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62247502803802,"z":-3.82999968528748},"rot":{"x":0.0168392304331064,"y":179.999969482422,"z":0.0799403712153435}},"1e7f1b":{"lock":false,"pos":{"x":-14.3835000991821,"y":1.63026607036591,"z":-0.214106932282448},"rot":{"x":359.350921630859,"y":269.9970703125,"z":0.0168699957430363}},"2e4956":{"lock":false,"pos":{"x":-11.6656150817871,"y":1.65501761436462,"z":9.07350444793701},"rot":{"x":359.920104980469,"y":269.979156494141,"z":0.0168711394071579}},"44b0c5":{"lock":false,"pos":{"x":-17.1200008392334,"y":1.6042023897171,"z":-3.8299994468689},"rot":{"x":359.983154296875,"y":7.26335347280838E-05,"z":359.920074462891}},"4cc43d":{"lock":false,"pos":{"x":-3.92750906944275,"y":1.73475027084351,"z":5.75710296630859},"rot":{"x":359.919738769531,"y":269.9697265625,"z":180.016860961914}},"4d3553":{"lock":false,"pos":{"x":-17.1200008392334,"y":1.6064624786377,"z":3.86000037193298},"rot":{"x":359.983154296875,"y":359.984527587891,"z":359.920074462891}},"655937":{"lock":false,"pos":{"x":-2.68850708007813,"y":1.61911654472351,"z":-5.04849863052368},"rot":{"x":0.0167769361287355,"y":180.041900634766,"z":0.0802685767412186}},"81a6f5":{"lock":false,"pos":{"x":-26.8136005401611,"y":1.61662578582764,"z":-7.55130100250244},"rot":{"x":0.0798944160342216,"y":90.0000228881836,"z":359.983123779297}},"949c7d":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62473511695862,"z":3.85999989509583},"rot":{"x":0.0168391969054937,"y":180.000030517578,"z":0.0799363553524017}},"a45247":{"lock":false,"pos":{"x":1.69670069217682,"y":1.55831575393677,"z":14.2787017822266},"rot":{"x":359.955139160156,"y":224.998001098633,"z":0.0686731338500977}},"a49fb6":{"lock":false,"pos":{"x":-2.72470688819885,"y":1.62076044082642,"z":0.373301953077316},"rot":{"x":0.0168950818479061,"y":179.957504272461,"z":0.0802437588572502}},"a5891b":{"lock":false,"pos":{"x":-3.55390048027039,"y":1.58209657669067,"z":-14.7800006866455},"rot":{"x":359.919738769531,"y":270.002655029297,"z":0.0168340262025595}},"aa7abc":{"lock":false,"pos":{"x":-3.95601725578308,"y":1.59753942489624,"z":-10.4411973953247},"rot":{"x":359.919738769531,"y":270.000061035156,"z":0.0168379191309214}},"ab0576":{"lock":false,"pos":{"x":-20.6238021850586,"y":1.61234605312347,"z":7.25540113449097},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168641619384289}},"b676d8":{"lock":false,"pos":{"x":-20.6236991882324,"y":1.60798108577728,"z":-7.59650039672852},"rot":{"x":0.0798945501446724,"y":90.0000839233398,"z":359.983123779297}},"bb43b8":{"lock":false,"pos":{"x":-11.5593156814575,"y":1.6556875705719,"z":11.8573036193848},"rot":{"x":359.920104980469,"y":270.007659912109,"z":0.0168330129235983}},"c1d121":{"lock":false,"pos":{"x":-1.46558094024658,"y":1.47562277317047,"z":-26.9304218292236},"rot":{"x":359.920135498047,"y":269.997222900391,"z":0.0168759189546108}},"eb8aad":{"lock":false,"pos":{"x":-11.5609178543091,"y":1.61305212974548,"z":6.36680364608765},"rot":{"x":359.920104980469,"y":269.986938476563,"z":0.0168587826192379}},"fde05d":{"lock":false,"pos":{"x":-27.0645999908447,"y":1.62142419815063,"z":7.58519983291626},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168681684881449}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CarnevaleofHorrors.23dd51.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.json new file mode 100644 index 00000000..cfba6236 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/826883954590159139/DD8593B1F0B0D531AF8F3A9B6A37568E551B9B03/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Investigators must spend 1XP each to play this side-mission", + "DragSelectable": true, + "GMNotes": "scenarios/curse_of_the_rougarou.json", + "GUID": "db7039", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Curse of the Rougarou", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.47, + "posZ": 19.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.luascriptstate new file mode 100644 index 00000000..efa22240 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.luascriptstate @@ -0,0 +1 @@ +{"ml":{"134d83":{"lock":false,"pos":{"x":-3.9277036190033,"y":1.69623827934265,"z":5.75710153579712},"rot":{"x":359.919738769531,"y":269.987701416016,"z":180.016845703125}},"425f86":{"lock":false,"pos":{"x":-1.46565771102905,"y":1.47562313079834,"z":-26.9294033050537},"rot":{"x":359.920135498047,"y":270.007720947266,"z":0.0168614573776722}},"44573a":{"lock":false,"pos":{"x":-4.63759899139404,"y":1.40698504447937,"z":13.822603225708},"rot":{"x":359.983154296875,"y":-0.000882750551681966,"z":359.919677734375}},"73e53d":{"lock":false,"pos":{"x":-11.327299118042,"y":1.41429996490479,"z":7.08839988708496},"rot":{"x":359.983154296875,"y":4.73912332381587E-05,"z":359.920043945313}},"917668":{"lock":false,"pos":{"x":-2.72460699081421,"y":1.62076032161713,"z":0.373301774263382},"rot":{"x":0.0167892463505268,"y":180.033096313477,"z":0.0802659317851067}},"9d0d56":{"lock":false,"pos":{"x":-3.9560170173645,"y":1.59753954410553,"z":-10.4411993026733},"rot":{"x":359.919738769531,"y":269.985260009766,"z":0.0168587360531092}},"a45247":{"lock":false,"pos":{"x":1.69670081138611,"y":1.55831623077393,"z":14.2787017822266},"rot":{"x":359.955139160156,"y":224.998016357422,"z":0.0686719864606857}},"cf0c00":{"lock":false,"pos":{"x":-3.73250079154968,"y":1.58228385448456,"z":-14.994101524353},"rot":{"x":359.919738769531,"y":270.002075195313,"z":0.0168349482119083}},"d47bca":{"lock":false,"pos":{"x":-2.6884241104126,"y":1.61430239677429,"z":-5.0485954284668},"rot":{"x":0.0167896263301373,"y":180.032699584961,"z":0.0802661553025246}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/CurseoftheRougarou.db7039.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.json new file mode 100644 index 00000000..a4df67b0 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/826883954590180592/50C4420774777AFE0D3168DA24D0E72941862CC4/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Official side-mission", + "DragSelectable": true, + "GMNotes": "scenarios/guardians_of_the_abyss.json", + "GUID": "ee987d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Guardians of the Abyss", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.252, + "posY": 1.468, + "posZ": 11.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.luascriptstate new file mode 100644 index 00000000..ad72d548 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.luascriptstate @@ -0,0 +1 @@ +{"ml":{"446a90":{"lock":false,"pos":{"x":0.7985600233078,"y":1.47349917888641,"z":-23.423095703125},"rot":{"x":359.920104980469,"y":270.025115966797,"z":0.0168373417109251}},"578bcb":{"lock":false,"pos":{"x":-10.5053005218506,"y":1.48731505870819,"z":-30.0198059082031},"rot":{"x":359.920135498047,"y":269.999816894531,"z":0.0168746002018452}},"82e1ed":{"lock":false,"pos":{"x":-3.79650044441223,"y":1.58224201202393,"z":-15.4413013458252},"rot":{"x":359.919738769531,"y":269.994476318359,"z":0.0168457124382257}},"9ff406":{"lock":false,"pos":{"x":-10.4343023300171,"y":1.48930680751801,"z":-22.9196033477783},"rot":{"x":359.920135498047,"y":269.997589111328,"z":0.0168764963746071}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/GuardiansoftheAbyss.ee987d.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.json new file mode 100644 index 00000000..abfa2dfc --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1849293764609930695/A32186E44882FD6EF5753CCB9D325B4EC6848B5A/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Scenario Pack", + "DragSelectable": true, + "GMNotes": "scenarios/machinations_through_time.json", + "GUID": "3c4f3c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Machinations Through Time", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.285, + "posY": 1.456, + "posZ": -28.013, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.luascriptstate new file mode 100644 index 00000000..81448cb9 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.luascriptstate @@ -0,0 +1 @@ +{"ml":{"155c81":{"lock":false,"pos":{"x":-0.750473082065582,"y":1.28760957717896,"z":-33.6590194702148},"rot":{"x":0.0799646377563477,"y":89.9994659423828,"z":359.983093261719}},"285631":{"lock":false,"pos":{"x":-0.839262664318085,"y":1.28675448894501,"z":-36.9837074279785},"rot":{"x":0.0799594968557358,"y":89.9996185302734,"z":359.983062744141}},"4eaf63":{"lock":false,"pos":{"x":-0.104490891098976,"y":1.47463750839233,"z":-23.8319664001465},"rot":{"x":359.920135498047,"y":269.976531982422,"z":0.0169046204537153}},"5140fa":{"lock":false,"pos":{"x":-11.8026094436646,"y":1.60706281661987,"z":-15.1593103408813},"rot":{"x":359.920104980469,"y":269.999938964844,"z":0.0168397035449743}},"51589f":{"lock":false,"pos":{"x":-3.95598435401917,"y":1.59753942489624,"z":-10.4411640167236},"rot":{"x":359.919738769531,"y":269.999938964844,"z":0.0168372616171837}},"58e74a":{"lock":false,"pos":{"x":3.6904559135437,"y":1.28134393692017,"z":-33.9125823974609},"rot":{"x":0.079959973692894,"y":89.9992828369141,"z":359.983062744141}},"7039ea":{"lock":false,"pos":{"x":-11.8224458694458,"y":1.6308296918869,"z":-8.45153331756592},"rot":{"x":359.920104980469,"y":270.012725830078,"z":0.0168239790946245}},"84bdea":{"lock":false,"pos":{"x":-0.869694948196411,"y":1.28884172439575,"z":-30.0372486114502},"rot":{"x":0.0799645334482193,"y":89.999382019043,"z":359.983093261719}},"8e3380":{"lock":false,"pos":{"x":-15.4114227294922,"y":1.41494536399841,"z":-10.0902404785156},"rot":{"x":359.983154296875,"y":0.000817795924376696,"z":359.920043945313}},"a3def6":{"lock":false,"pos":{"x":-3.92789721488953,"y":1.76844906806946,"z":5.75719165802002},"rot":{"x":359.919738769531,"y":269.999816894531,"z":180.016815185547}},"b45b47":{"lock":false,"pos":{"x":-2.72477197647095,"y":1.61594653129578,"z":0.373337954282761},"rot":{"x":0.0167098976671696,"y":180.089614868164,"z":0.0802827402949333}},"ba2e05":{"lock":false,"pos":{"x":-2.68847465515137,"y":1.59734869003296,"z":-5.04841661453247},"rot":{"x":0.0167973190546036,"y":180.027603149414,"z":0.0802631750702858}},"c1186b":{"lock":false,"pos":{"x":-11.8445987701416,"y":1.62985110282898,"z":-11.8866605758667},"rot":{"x":359.920104980469,"y":270.022918701172,"z":0.0168105401098728}},"c56b51":{"lock":false,"pos":{"x":-15.329158782959,"y":1.41371214389801,"z":-13.8969564437866},"rot":{"x":359.983154296875,"y":0.000848185329232365,"z":359.920013427734}},"da395e":{"lock":false,"pos":{"x":-3.59795022010803,"y":1.58207070827484,"z":-15.0785627365112},"rot":{"x":359.919738769531,"y":270.030242919922,"z":0.0167959574609995}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MachinationsThroughTime.3c4f3c.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.json new file mode 100644 index 00000000..9bb7b8ed --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/766102485311280290/6AFE3755ED304F8D6D1E0B0E7CCA7748BA07DDE9/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "scenarios/murder_at_the_excelsior_hotel.json", + "GUID": "01d780", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Murder at the Excelsior Hotel", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.466, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.luascriptstate new file mode 100644 index 00000000..04825bea --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0ba29a":{"lock":false,"pos":{"x":-23.6765,"y":1.684,"z":-7.7},"rot":{"x":359.9201,"y":269.9997,"z":0.0169}},"0f58ed":{"lock":false,"pos":{"x":-23.6766,"y":1.6817,"z":-15.28},"rot":{"x":359.9201,"y":270.0023,"z":0.0169}},"227fad":{"lock":false,"pos":{"x":-0.2311,"y":1.6586,"z":-10.4794},"rot":{"x":359.9197,"y":270.0001,"z":180.0168}},"36b4eb":{"lock":false,"pos":{"x":0.1775,"y":1.5004,"z":41.8364},"rot":{"x":-0.0002,"y":269.9862,"z":359.9778}},"37760f":{"lock":false,"pos":{"x":-2.6885,"y":1.6623,"z":-5.0485},"rot":{"x":0.0168,"y":180.0001,"z":0.0803}},"4146bf":{"lock":false,"pos":{"x":-30.224,"y":1.6976,"z":7.5699},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"45facd":{"lock":false,"pos":{"x":-1.4655,"y":1.5473,"z":-26.9304},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"56a08d":{"lock":false,"pos":{"x":-23.6764,"y":1.6134,"z":-3.83},"rot":{"x":359.9831,"y":0.0014,"z":359.9201}},"7234af":{"lock":false,"pos":{"x":-30.2242,"y":1.6248,"z":3.86},"rot":{"x":359.9831,"y":0.0016,"z":359.9201}},"74eec6":{"lock":false,"pos":{"x":1.6966,"y":1.5583,"z":14.2787},"rot":{"x":359.9551,"y":224.9981,"z":0.0687}},"888a6b":{"lock":false,"pos":{"x":-2.7247,"y":1.664,"z":0.3733},"rot":{"x":0.0168,"y":180.0001,"z":0.0803}},"89314b":{"lock":false,"pos":{"x":-27.2138,"y":1.6206,"z":3.9104},"rot":{"x":359.9316,"y":314.9952,"z":359.9554}},"9a82ba":{"lock":false,"pos":{"x":-27.057,"y":1.6192,"z":0.0521},"rot":{"x":359.92,"y":270.1797,"z":0.0166}},"9a9f9a":{"lock":false,"pos":{"x":-30.2242,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":269.995,"z":0.0169}},"a78d38":{"lock":false,"pos":{"x":-23.6765,"y":1.6862,"z":-0.03},"rot":{"x":359.9201,"y":270.0005,"z":0.0169}},"b1e599":{"lock":false,"pos":{"x":-3.9558,"y":1.6556,"z":-10.4414},"rot":{"x":359.9197,"y":270.0001,"z":0.0168}},"bbb70a":{"lock":false,"pos":{"x":-3.8865,"y":1.5827,"z":-14.4341},"rot":{"x":359.9197,"y":270.0306,"z":0.0168}},"c630c5":{"lock":false,"pos":{"x":-23.6764,"y":1.6111,"z":-11.51},"rot":{"x":359.9831,"y":0.0015,"z":359.92}},"d71f11":{"lock":false,"pos":{"x":-3.3174,"y":1.6622,"z":14.9915},"rot":{"x":359.9197,"y":269.9979,"z":0.0168}},"fd4231":{"lock":false,"pos":{"x":-3.9277,"y":1.7291,"z":5.7572},"rot":{"x":359.9197,"y":269.9999,"z":180.0168}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/MurderattheExcelsiorHotel.01d780.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.json new file mode 100644 index 00000000..97b75cca --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/784129708171644922/CF8E4B744A65B5C7FEAF46C907D8E470A9E2241F/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Scenario Pack", + "DragSelectable": true, + "GMNotes": "scenarios/blob_that_ate_everything.json", + "GUID": "4dee5a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Blob that Ate Everything", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.461, + "posZ": -12.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.luascriptstate new file mode 100644 index 00000000..093b385a --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0c5373":{"lock":false,"pos":{"x":-12.1817,"y":1.6544,"z":-12.071},"rot":{"x":0.0799,"y":90.0043,"z":359.9831}},"2b78cf":{"lock":false,"pos":{"x":-39.9314,"y":1.6372,"z":-0.0372},"rot":{"x":359.9201,"y":270.0096,"z":0.0169}},"2c10cf":{"lock":false,"pos":{"x":2.353,"y":1.3935,"z":1.3729},"rot":{"x":0.0803,"y":89.9994,"z":359.9831}},"36b4eb":{"lock":false,"pos":{"x":-1.4657,"y":1.4756,"z":-26.9304},"rot":{"x":359.9201,"y":269.9867,"z":0.0169}},"3a6bb8":{"lock":false,"pos":{"x":-23.6764,"y":1.6134,"z":-3.83},"rot":{"x":0.0169,"y":179.9992,"z":0.0799}},"46f500":{"lock":false,"pos":{"x":-36.7731,"y":1.6317,"z":-3.83},"rot":{"x":0.0169,"y":179.9989,"z":0.0799}},"4f9f66":{"lock":false,"pos":{"x":-2.7246,"y":1.6566,"z":0.3735},"rot":{"x":0.0168,"y":180.0012,"z":0.0803}},"4ff304":{"lock":false,"pos":{"x":-30.2242,"y":1.6248,"z":3.86},"rot":{"x":0.0169,"y":179.9991,"z":0.0799}},"5d8be3":{"lock":false,"pos":{"x":-23.6764,"y":1.6157,"z":3.86},"rot":{"x":0.0169,"y":179.9992,"z":0.0799}},"6345b1":{"lock":false,"pos":{"x":-26.8995,"y":1.619,"z":-0.1078},"rot":{"x":359.9201,"y":270.0096,"z":0.0169}},"69fd89":{"lock":false,"pos":{"x":-27.0309,"y":1.617,"z":-7.5875},"rot":{"x":359.9201,"y":270.0096,"z":0.0169}},"71210c":{"lock":false,"pos":{"x":-30.2242,"y":1.6203,"z":-11.51},"rot":{"x":0.0169,"y":179.9994,"z":0.0799}},"7234af":{"lock":false,"pos":{"x":-33.5839,"y":1.6283,"z":0.0616},"rot":{"x":359.9201,"y":270.0096,"z":0.0169}},"7b0f72":{"lock":false,"pos":{"x":1.6966,"y":1.5583,"z":14.2788},"rot":{"x":359.9551,"y":224.9978,"z":0.0687}},"830305":{"lock":false,"pos":{"x":2.2928,"y":1.3929,"z":-1.2197},"rot":{"x":0.0803,"y":89.9991,"z":359.9831}},"8456bc":{"lock":false,"pos":{"x":-3.9559,"y":1.6556,"z":-10.4412},"rot":{"x":359.9197,"y":270,"z":0.0168}},"88e8cf":{"lock":false,"pos":{"x":-26.9009,"y":1.6213,"z":7.7793},"rot":{"x":359.9201,"y":270.0095,"z":0.0169}},"98c518":{"lock":false,"pos":{"x":-12.4828,"y":1.6633,"z":7.5848},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"a1af1f":{"lock":false,"pos":{"x":-20.613,"y":1.6102,"z":-0.1764},"rot":{"x":359.9201,"y":270.0096,"z":0.0169}},"aea880":{"lock":false,"pos":{"x":-12.307,"y":1.6796,"z":15.299},"rot":{"x":359.9202,"y":270.0012,"z":0.2651}},"b76184":{"lock":false,"pos":{"x":-33.6393,"y":1.6306,"z":7.5293},"rot":{"x":359.9201,"y":270.0097,"z":0.0169}},"bbb70a":{"lock":false,"pos":{"x":-3.3759,"y":1.5818,"z":-15.0362},"rot":{"x":359.9197,"y":270.0306,"z":0.0168}},"c164a9":{"lock":false,"pos":{"x":-3.9271,"y":1.7717,"z":5.7574},"rot":{"x":359.9197,"y":269.9998,"z":180.0168}},"c425b7":{"lock":false,"pos":{"x":-30.2242,"y":1.6225,"z":-3.83},"rot":{"x":0.0169,"y":179.9993,"z":0.0799}},"d7e54e":{"lock":false,"pos":{"x":-34.2304,"y":1.627,"z":-7.4733},"rot":{"x":359.9201,"y":270.0097,"z":0.0169}},"e9889e":{"lock":false,"pos":{"x":-30.2243,"y":1.6954,"z":-0.03},"rot":{"x":359.9201,"y":270.001,"z":0.0169}},"f9947f":{"lock":false,"pos":{"x":-36.7731,"y":1.6339,"z":3.86},"rot":{"x":0.0169,"y":179.999,"z":0.0799}},"fb5176":{"lock":false,"pos":{"x":-30.2242,"y":1.627,"z":11.46},"rot":{"x":0.0169,"y":179.9993,"z":0.0799}},"fd7be1":{"lock":false,"pos":{"x":-12.3779,"y":1.6807,"z":11.4083},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheBlobthatAteEverything.4dee5a.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.json new file mode 100644 index 00000000..831aa1c6 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/798737729142912455/15B44AE6487546376FD9DED67A1BC9D613163511/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Beyond the Veil", + "DragSelectable": true, + "GMNotes": "scenarios/labyrinths_of_lunacy.json", + "GUID": "4c173f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Labyrinths of Lunacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.463, + "posZ": -4.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.2, + "scaleZ": 2.46 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.luascriptstate new file mode 100644 index 00000000..a25a9413 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.luascriptstate @@ -0,0 +1 @@ +{"ml":{"14808b":{"lock":false,"pos":{"x":3.41869044303894,"y":1.28437542915344,"z":-24.9040718078613},"rot":{"x":0.0799649506807327,"y":89.9995422363281,"z":359.983093261719}},"2ea2a2":{"lock":false,"pos":{"x":3.46256279945374,"y":1.2856125831604,"z":-20.4963111877441},"rot":{"x":0.0799649506807327,"y":89.9990615844727,"z":359.983093261719}},"76b476":{"lock":false,"pos":{"x":3.36501669883728,"y":1.28312563896179,"z":-29.4009819030762},"rot":{"x":0.0799627229571342,"y":89.9967651367188,"z":359.983062744141}},"79b534":{"lock":false,"pos":{"x":-1.14386463165283,"y":1.29200720787048,"z":-20.5858478546143},"rot":{"x":0.0799693316221237,"y":90.0000152587891,"z":359.983093261719}},"c352ac":{"lock":false,"pos":{"x":-1.22769546508789,"y":1.28950834274292,"z":-29.4703197479248},"rot":{"x":0.0799669772386551,"y":89.9994888305664,"z":359.983093261719}},"c7c4c1":{"lock":false,"pos":{"x":-1.03725624084473,"y":1.29063451290131,"z":-24.7441463470459},"rot":{"x":0.079962931573391,"y":89.9992523193359,"z":359.983093261719}},"cd5dde":{"lock":false,"pos":{"x":-10.0876741409302,"y":1.48784339427948,"z":-26.2493495941162},"rot":{"x":359.920135498047,"y":270.000122070313,"z":0.016872052103281}},"f4dcee":{"lock":false,"pos":{"x":-3.75470089912415,"y":1.58234548568726,"z":-14.8894033432007},"rot":{"x":359.919738769531,"y":270.003631591797,"z":0.0168327763676643}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/TheLabyrinthsofLunacy.4c173f.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.json b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.json new file mode 100644 index 00000000..97124ca5 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.json @@ -0,0 +1,86 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedDecals": [ + { + "CustomDecal": { + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/", + "Name": "dunwich_back", + "Size": 7.4 + }, + "Transform": { + "posX": -0.0021877822, + "posY": -0.08963572, + "posZ": -0.00288731651, + "rotX": 270, + "rotY": 359.869568, + "rotZ": 0, + "scaleX": 2.00000215, + "scaleY": 2.00000238, + "scaleZ": 2.00000262 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1655599785041387976/264E2E1DA532DC374D6E75B19AD4FEDDBEAA22F0/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Scenario Pack", + "DragSelectable": true, + "GMNotes": "scenarios/war_of_the_outer_gods.json", + "GUID": "fc7674", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.luascriptstate", + "LuaScript_path": "OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "War of the Outer Gods", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.459, + "posZ": -20.014, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.21, + "scaleY": 0.46, + "scaleZ": 2.42 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.luascriptstate b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.luascriptstate new file mode 100644 index 00000000..21c58257 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.luascriptstate @@ -0,0 +1 @@ +{"ml":{"012f6e":{"lock":false,"pos":{"x":-33.1674919128418,"y":1.6287933588028,"z":3.70239424705505},"rot":{"x":359.931579589844,"y":315.000122070313,"z":359.955413818359}},"01a1bf":{"lock":false,"pos":{"x":-2.68847990036011,"y":1.61911654472351,"z":-5.04854345321655},"rot":{"x":0.0168357044458389,"y":179.999969482422,"z":0.0802558362483978}},"119ff4":{"lock":false,"pos":{"x":-2.72466206550598,"y":1.62076032161713,"z":0.373312473297119},"rot":{"x":0.0168315507471561,"y":180.002822875977,"z":0.080256812274456}},"1375c8":{"lock":false,"pos":{"x":-0.0221959762275219,"y":1.61770987510681,"z":2.87429571151733},"rot":{"x":0.0168356113135815,"y":179.999984741211,"z":0.080255962908268}},"1ade36":{"lock":false,"pos":{"x":-3.95589303970337,"y":1.59753930568695,"z":-10.4411792755127},"rot":{"x":359.919738769531,"y":270.000152587891,"z":0.0168368946760893}},"262233":{"lock":false,"pos":{"x":-23.6764488220215,"y":1.62806642055511,"z":-0.0300165209919214},"rot":{"x":359.920104980469,"y":270.000305175781,"z":0.0168391764163971}},"308d21":{"lock":false,"pos":{"x":-20.245641708374,"y":1.60910308361053,"z":-1.98555314540863},"rot":{"x":359.931579589844,"y":315,"z":359.955413818359}},"30c009":{"lock":false,"pos":{"x":-26.6726875305176,"y":1.6186695098877,"z":0.0717479661107063},"rot":{"x":359.920104980469,"y":270.008666992188,"z":0.0168553087860346}},"3111c8":{"lock":false,"pos":{"x":-3.92764544487,"y":1.70105218887329,"z":5.75713586807251},"rot":{"x":359.919738769531,"y":270,"z":180.016815185547}},"354cd0":{"lock":false,"pos":{"x":-36.7732048034668,"y":1.63610112667084,"z":11.4600057601929},"rot":{"x":359.983154296875,"y":-7.23976627341472E-05,"z":359.920074462891}},"363e2d":{"lock":false,"pos":{"x":-3.92945504188538,"y":1.70105469226837,"z":5.75715255737305},"rot":{"x":359.919738769531,"y":270.000061035156,"z":180.016830444336}},"36b4eb":{"lock":false,"pos":{"x":-1.4717743396759,"y":1.47563123703003,"z":-26.9304161071777},"rot":{"x":359.920135498047,"y":269.986267089844,"z":0.0168911255896091}},"370aa5":{"lock":false,"pos":{"x":-33.3459815979004,"y":1.6377238035202,"z":-13.0488519668579},"rot":{"x":359.920104980469,"y":270.007629394531,"z":0.0168289542198181}},"44d047":{"lock":false,"pos":{"x":-14.6150169372559,"y":1.62739491462708,"z":-6.00151872634888},"rot":{"x":359.920013427734,"y":270.0048828125,"z":0.735514640808105}},"473d21":{"lock":false,"pos":{"x":-36.773136138916,"y":1.64856243133545,"z":7.56998348236084},"rot":{"x":359.920104980469,"y":270.000305175781,"z":0.0168392565101385}},"638f24":{"lock":false,"pos":{"x":-36.7732353210449,"y":1.62935054302216,"z":-11.5099906921387},"rot":{"x":359.983154296875,"y":0.000155930014443584,"z":359.920043945313}},"677a88":{"lock":false,"pos":{"x":-33.8202323913574,"y":1.66120958328247,"z":16.7586078643799},"rot":{"x":359.393829345703,"y":269.9990234375,"z":0.0168407447636127}},"7234af":{"lock":false,"pos":{"x":-40.2050437927246,"y":1.63523375988007,"z":-7.77354431152344},"rot":{"x":359.920104980469,"y":270.008728027344,"z":0.0168547462671995}},"790c3a":{"lock":false,"pos":{"x":-17.1199398040771,"y":1.62006711959839,"z":3.85998702049255},"rot":{"x":359.920104980469,"y":270.000274658203,"z":0.0168391242623329}},"7b0f72":{"lock":false,"pos":{"x":1.69660425186157,"y":1.55831599235535,"z":14.27880859375},"rot":{"x":359.955139160156,"y":224.997817993164,"z":0.0686719566583633}},"7f901e":{"lock":false,"pos":{"x":-33.5703430175781,"y":1.63791847229004,"z":-13.4511194229126},"rot":{"x":359.920104980469,"y":269.999969482422,"z":0.0168396458029747}},"a96a99":{"lock":false,"pos":{"x":-5.41815328598022,"y":1.62370681762695,"z":-2.43894195556641},"rot":{"x":0.0168357398360968,"y":179.999938964844,"z":0.0802559182047844}},"b2f67d":{"lock":false,"pos":{"x":-40.2400131225586,"y":1.63415777683258,"z":-11.6012926101685},"rot":{"x":359.931579589844,"y":314.999816894531,"z":359.955413818359}},"b57f26":{"lock":false,"pos":{"x":-17.119945526123,"y":1.6178103685379,"z":-3.83001327514648},"rot":{"x":359.920074462891,"y":270.000366210938,"z":0.0170574262738228}},"b976f6":{"lock":false,"pos":{"x":-43.3699989318848,"y":1.6532735824585,"z":-7.70002031326294},"rot":{"x":359.920104980469,"y":270.000183105469,"z":0.016839362680912}},"be7797":{"lock":false,"pos":{"x":-36.7731857299805,"y":1.64407479763031,"z":-7.70001935958862},"rot":{"x":359.920104980469,"y":270.000213623047,"z":0.0168393291532993}},"bfc095":{"lock":false,"pos":{"x":-33.264720916748,"y":1.64666676521301,"z":17.7659683227539},"rot":{"x":359.920104980469,"y":270.008117675781,"z":0.016829950734973}},"c21137":{"lock":false,"pos":{"x":-30.220832824707,"y":1.6371922492981,"z":-0.0298347342759371},"rot":{"x":359.920104980469,"y":269.979156494141,"z":0.0168686341494322}},"ca62fc":{"lock":false,"pos":{"x":-17.119909286499,"y":1.60531914234161,"z":-0.0299909822642803},"rot":{"x":359.983154296875,"y":1.91053222806659E-05,"z":359.920074462891}},"d9e9ca":{"lock":false,"pos":{"x":-43.3699531555176,"y":1.65776121616364,"z":7.56960582733154},"rot":{"x":359.920104980469,"y":269.998138427734,"z":0.0168421883136034}},"dcb241":{"lock":false,"pos":{"x":-3.61810564994812,"y":1.58212554454803,"z":-14.987250328064},"rot":{"x":359.919738769531,"y":270.025085449219,"z":0.0168028976768255}},"dcb5db":{"lock":false,"pos":{"x":-40.8296585083008,"y":1.64187610149384,"z":11.8642778396606},"rot":{"x":359.955413818359,"y":224.999725341797,"z":0.0683861002326012}},"f2b1dd":{"lock":false,"pos":{"x":-14.0998258590698,"y":1.6266473531723,"z":-5.97682428359985},"rot":{"x":359.408386230469,"y":270.001953125,"z":0.0172571241855621}},"f52a2e":{"lock":false,"pos":{"x":-36.7731704711914,"y":1.65080201625824,"z":15.1899909973145},"rot":{"x":359.920104980469,"y":270.000244140625,"z":0.0168393030762672}},"f7e308":{"lock":false,"pos":{"x":-39.8396644592285,"y":1.6392365694046,"z":7.5797963142395},"rot":{"x":359.920104980469,"y":270.008636474609,"z":0.0168524961918592}},"fa15cd":{"lock":false,"pos":{"x":-36.7732353210449,"y":1.64184725284576,"z":-15.2800159454346},"rot":{"x":359.920104980469,"y":270.000366210938,"z":0.0168388821184635}},"fc5dce":{"lock":false,"pos":{"x":-33.6138725280762,"y":1.62700355052948,"z":-4.50444030761719},"rot":{"x":359.955413818359,"y":225.000061035156,"z":0.0683787390589714}},"fe6ec3":{"lock":false,"pos":{"x":-20.3256988525391,"y":1.61053466796875,"z":2.50686311721802},"rot":{"x":359.955200195313,"y":225.168899536133,"z":0.0682470053434372}}}} diff --git a/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.ttslua b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.ttslua new file mode 100644 index 00000000..64998970 --- /dev/null +++ b/objects/OfficialStandaloneChallengeScenarios.0ef5c8/StandaloneScenarios.77a5f9/WaroftheOuterGods.fc7674.ttslua @@ -0,0 +1,24 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end + diff --git a/objects/PhaseTracker.d0c8fa.json b/objects/PhaseTracker.d0c8fa.json new file mode 100644 index 00000000..926dbfa3 --- /dev/null +++ b/objects/PhaseTracker.d0c8fa.json @@ -0,0 +1,242 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.0083, + "r": 0.10623 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/933819604050849524/797528309EFBAC7485283048AAB9DA68B8A31891/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/933819604050849085/9E22AFD7B0157140FC177DBCCBCB1D61D6A0329F/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d0c8fa", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "", + "LuaScript_path": "PhaseTracker.d0c8fa.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Phase Tracker", + "Snap": true, + "States": { + "2": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.0009864086, + "g": 0.1132373, + "r": 0.0414623022 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/933819604050886219/5987AB68E0D2609CC3831F1311E9070D7189FBA8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/933819604050885611/845B5AA915F30492B5F34864698B9C3627FA5763/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "807ed5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "function onLoad()\n -- Add a button to the object\n local params = {}\n params.click_function = 'toPhaseThree'\n params.function_owner = self\n params.tooltip = ''\n params.width = 600\n params.height = 600\n self.createButton(params)\nend\n\nfunction toPhaseThree()\n for _, tracker in ipairs(getObjectsWithTag(\"LinkedPhaseTracker\")) do\n tracker.setState(3)\n end\nend", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Phase Tracker", + "Snap": true, + "Sticky": true, + "Tags": [ + "LinkedPhaseTracker" + ], + "Tooltip": true, + "Transform": { + "posX": -59.6620827, + "posY": 1.56468439, + "posZ": -3.25322617e-7, + "rotX": 359.920135, + "rotY": 269.990173, + "rotZ": 0.0168871619, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" + }, + "3": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0.235188574 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/982233321870235526/32D11CE67CBFB6E1197E540F9CA08F871A500C85/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/982233321870235122/492996D07ABF6DDA4B605A3013C4892839DCF1F3/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b4983b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "function onLoad()\n -- Add a button to the object\n local params = {}\n params.click_function = 'toPhaseFour'\n params.function_owner = self\n params.tooltip = ''\n params.width = 600\n params.height = 600\n self.createButton(params)\nend\n\nfunction toPhaseFour()\n for _, tracker in ipairs(getObjectsWithTag(\"LinkedPhaseTracker\")) do\n tracker.setState(4)\n end\nend", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Phase Tracker", + "Snap": true, + "Sticky": true, + "Tags": [ + "LinkedPhaseTracker" + ], + "Tooltip": true, + "Transform": { + "posX": -59.6620827, + "posY": 1.56468439, + "posZ": -3.25322617e-7, + "rotX": 359.920135, + "rotY": 269.990173, + "rotZ": 0.0168871712, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" + }, + "4": { + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0.3496273, + "r": 0.5313587 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/982233321870237827/81374325F650673C37C89E4E2A1DC25F1C97FED8/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/982233321870237261/C287CAED2423970F33E72D6C7415CBEC6794C533/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d8a337", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "function onLoad()\n -- Add a button to the object\n local params = {}\n params.click_function = 'toPhaseOne'\n params.function_owner = self\n params.tooltip = ''\n params.width = 600\n params.height = 600\n self.createButton(params)\nend\n\nfunction toPhaseOne()\n for _, tracker in ipairs(getObjectsWithTag(\"LinkedPhaseTracker\")) do\n tracker.setState(1)\n end\nend", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Phase Tracker", + "Snap": true, + "Sticky": true, + "Tags": [ + "LinkedPhaseTracker" + ], + "Tooltip": true, + "Transform": { + "posX": -59.6620827, + "posY": 1.56468439, + "posZ": -3.25322617e-7, + "rotX": 359.920135, + "rotY": 269.990173, + "rotZ": 0.0168871712, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" + } + }, + "Sticky": true, + "Tags": [ + "LinkedPhaseTracker" + ], + "Tooltip": true, + "Transform": { + "posX": -59.662, + "posY": 1.565, + "posZ": -0, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.5, + "scaleY": 1, + "scaleZ": 1.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/PhaseTracker.d0c8fa.ttslua b/objects/PhaseTracker.d0c8fa.ttslua new file mode 100644 index 00000000..9f0cd7ba --- /dev/null +++ b/objects/PhaseTracker.d0c8fa.ttslua @@ -0,0 +1,16 @@ +function onLoad() + -- Add a button to the object + local params = {} + params.click_function = 'toPhaseTwo' + params.function_owner = self + params.tooltip = '' + params.width = 600 + params.height = 600 + self.createButton(params) +end + +function toPhaseTwo() + for _, tracker in ipairs(getObjectsWithTag("LinkedPhaseTracker")) do + tracker.setState(2) + end +end diff --git a/objects/Playarea.721ba2.json b/objects/Playarea.721ba2.json new file mode 100644 index 00000000..1a810f22 --- /dev/null +++ b/objects/Playarea.721ba2.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/998015670465071049/FFAE162920D67CF38045EFBD3B85AD0F916147B2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "721ba2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/PlayArea\")", + "LuaScriptState": "[]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Playarea", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -27.936, + "posY": 1.57, + "posZ": -0.034, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 10, + "scaleY": 1, + "scaleZ": 10 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Playermat1White.8b081b.json b/objects/Playermat1White.8b081b.json new file mode 100644 index 00000000..311b7d57 --- /dev/null +++ b/objects/Playermat1White.8b081b.json @@ -0,0 +1,252 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedSnapPoints": [ + { + "Position": { + "x": -0.984, + "y": 0.1, + "z": 0.118 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.002, + "y": 0.1, + "z": -0.277 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.18, + "y": 0.1, + "z": -0.277 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.357, + "y": 0.1, + "z": -0.277 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -0.631, + "y": 0.1, + "z": 0.551 + } + }, + { + "Position": { + "x": -0.616, + "y": 0.102, + "z": 0.024 + } + }, + { + "Position": { + "x": -0.177, + "y": 0.101, + "z": 0.032 + } + }, + { + "Position": { + "x": -0.174, + "y": 0.099, + "z": 0.551 + } + }, + { + "Position": { + "x": 0.212, + "y": 0.1, + "z": 0.559 + } + }, + { + "Position": { + "x": 0.217, + "y": 0.1, + "z": 0.035 + } + }, + { + "Position": { + "x": 0.602, + "y": 0.1, + "z": 0.033 + } + }, + { + "Position": { + "x": 0.605, + "y": 0.1, + "z": 0.555 + } + }, + { + "Position": { + "x": 0.977, + "y": 0.099, + "z": 0.556 + } + }, + { + "Position": { + "x": 0.98, + "y": 0.099, + "z": 0.035 + } + }, + { + "Position": { + "x": 1.371, + "y": 0.1, + "z": 0.038 + } + }, + { + "Position": { + "x": 1.371, + "y": 0.099, + "z": 0.558 + } + }, + { + "Position": { + "x": 1.754, + "y": 0.1, + "z": 0.563 + } + }, + { + "Position": { + "x": 1.758, + "y": 0.101, + "z": 0.04 + } + }, + { + "Position": { + "x": -1.822, + "y": 0.099, + "z": 0.609 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.823, + "y": 0.1, + "z": -0.029 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.177, + "y": 0.1, + "z": 0.002 + } + }, + { + "Position": { + "x": 1.365, + "y": 0.101, + "z": -0.646 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": 0.917, + "y": 0.101, + "z": -0.645 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1859438430150777205/4ED2E0BC2A2C4728DA5E155C06AF1BA1FCB00D3B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b081b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "{\"playerColor\":\"White\",\"zoneID\":\"7af2cf\"}", + "LuaScript_path": "Playermat1White.8b081b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Playermat 1: White", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -54.989, + "posY": 1.54, + "posZ": 16.018, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 6.43, + "scaleY": 1, + "scaleZ": 6.43188572 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Playermat1White.8b081b.ttslua b/objects/Playermat1White.8b081b.ttslua new file mode 100644 index 00000000..63b1b83b --- /dev/null +++ b/objects/Playermat1White.8b081b.ttslua @@ -0,0 +1,41 @@ +-- set true to enable debug logging +DEBUG = false +-- we use this to turn off collision handling (for clue spawning) +-- until after load is complete (probably a better way to do this) +COLLISION_ENABLED = false +-- position offsets, adjust these to reposition things relative to mat [x,y,z] +DRAWN_ENCOUNTER_CARD_OFFSET = {1.365, 0.5, -0.635} +DRAWN_CHAOS_TOKEN_OFFSET = {-1.55, 0.5, -0.58} +DISCARD_BUTTON_OFFSETS = { + {-1.365, 0.2, -0.945}, + {-0.91, 0.2, -0.945}, + {-0.455, 0.2, -0.945}, + {0, 0.2, -0.945}, + {0.455, 0.2, -0.945}, + {0.91, 0.2, -0.945}, +} +-- draw deck and discard zone +DECK_POSITION = { x=-1.4, y=0, z=0.3 } +DECK_ZONE_SCALE = { x=3, y=5, z=8 } +DRAW_DECK_POSITION = { x=-54.8, y=2.5, z=4.3 } + +-- play zone +PLAYER_COLOR = "White" +PLAY_ZONE_POSITION = { x=-54.42, y=4.10, z=20.96} +PLAY_ZONE_ROTATION = { x=0, y=270, z=0 } +PLAY_ZONE_SCALE = { x=36.63, y=5.10, z=14.59} + +RESOURCE_COUNTER_GUID = "4406f0" + +-- the position of the global discard pile +-- TODO: delegate to global for any auto discard actions +DISCARD_POSITION = {-3.85, 3, 10.38} +-- DISCARD PILE POSITION +DISCARD_PILE_POSITION = {-59.13, 4, 4.40 } + +local willpowerTokenGuid = "85a8ed" +local intellectTokenGuid = "c1fe65" +local combatTokenGuid = "9136c6" +local agilityTokenGuid = "a0b6df" + +require("playermat/Playmat") diff --git a/objects/Playermat2Orange.bd0ff4.json b/objects/Playermat2Orange.bd0ff4.json new file mode 100644 index 00000000..e4ee53eb --- /dev/null +++ b/objects/Playermat2Orange.bd0ff4.json @@ -0,0 +1,252 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedSnapPoints": [ + { + "Position": { + "x": 1.759, + "y": 0.1, + "z": 0.048 + } + }, + { + "Position": { + "x": 1.755, + "y": 0.1, + "z": 0.571 + } + }, + { + "Position": { + "x": 1.372, + "y": 0.1, + "z": 0.046 + } + }, + { + "Position": { + "x": 1.371, + "y": 0.1, + "z": 0.566 + } + }, + { + "Position": { + "x": 0.98, + "y": 0.1, + "z": 0.042 + } + }, + { + "Position": { + "x": 0.977, + "y": 0.1, + "z": 0.564 + } + }, + { + "Position": { + "x": 0.602, + "y": 0.1, + "z": 0.04 + } + }, + { + "Position": { + "x": 0.605, + "y": 0.1, + "z": 0.562 + } + }, + { + "Position": { + "x": 0.217, + "y": 0.1, + "z": 0.043 + } + }, + { + "Position": { + "x": 0.213, + "y": 0.1, + "z": 0.566 + } + }, + { + "Position": { + "x": -0.176, + "y": 0.1, + "z": 0.04 + } + }, + { + "Position": { + "x": -0.616, + "y": 0.099, + "z": 0.032 + } + }, + { + "Position": { + "x": -0.631, + "y": 0.1, + "z": 0.558 + } + }, + { + "Position": { + "x": -1.177, + "y": 0.099, + "z": 0.009 + } + }, + { + "Position": { + "x": -1.822, + "y": 0.1, + "z": 0.616 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.823, + "y": 0.1, + "z": -0.022 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -0.174, + "y": 0.1, + "z": 0.559 + } + }, + { + "Position": { + "x": -1.002, + "y": 0.1, + "z": -0.269 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.179, + "y": 0.1, + "z": -0.269 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.357, + "y": 0.1, + "z": -0.269 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -0.985, + "y": 0.1, + "z": 0.121 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": 1.365, + "y": 0.1, + "z": -0.638 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": 0.918, + "y": 0.101, + "z": -0.638 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1859438430150777205/4ED2E0BC2A2C4728DA5E155C06AF1BA1FCB00D3B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bd0ff4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "{\"playerColor\":\"Orange\",\"zoneID\":\"b047f8\"}", + "LuaScript_path": "Playermat2Orange.bd0ff4.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Playermat 2: Orange", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -54.999, + "posY": 1.54, + "posZ": -16.098, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 6.43, + "scaleY": 1, + "scaleZ": 6.43188572 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Playermat2Orange.bd0ff4.ttslua b/objects/Playermat2Orange.bd0ff4.ttslua new file mode 100644 index 00000000..c13d0c19 --- /dev/null +++ b/objects/Playermat2Orange.bd0ff4.ttslua @@ -0,0 +1,41 @@ +-- set true to enable debug logging +DEBUG = false +-- we use this to turn off collision handling (for clue spawning) +-- until after load is complete (probably a better way to do this) +COLLISION_ENABLED = false +-- position offsets, adjust these to reposition things relative to mat [x,y,z] +DRAWN_ENCOUNTER_CARD_OFFSET = {1.365, 0.5, -0.635} +DRAWN_CHAOS_TOKEN_OFFSET = {-1.55, 0.5, -0.58} +DISCARD_BUTTON_OFFSETS = { + {-1.365, 0.2, -0.945}, + {-0.91, 0.2, -0.945}, + {-0.455, 0.2, -0.945}, + {0, 0.2, -0.945}, + {0.455, 0.2, -0.945}, + {0.91, 0.2, -0.945}, +} +-- draw deck and discard zone +DECK_POSITION = { x=-1.4, y=0, z=0.3 } +DECK_ZONE_SCALE = { x=3, y=5, z=8 } +DRAW_DECK_POSITION = { x=-55, y=2.5, z=-27.8 } + +-- play zone +PLAYER_COLOR = "Orange" +PLAY_ZONE_POSITION = { x=-54.53, y=4.10, z=-20.94} +PLAY_ZONE_ROTATION = { x=0, y=270, z=0 } +PLAY_ZONE_SCALE = { x=36.96, y=5.10, z=14.70} + +RESOURCE_COUNTER_GUID = "816d84" + +-- the position of the global discard pile +-- TODO: delegate to global for any auto discard actions +DISCARD_POSITION = {-3.85, 3, 10.38} +-- DISCARD PILE POSITION +DISCARD_PILE_POSITION = { -59.19, 4, -22.78 } + +local willpowerTokenGuid = "afc290" +local intellectTokenGuid = "4ca990" +local combatTokenGuid = "b661a6" +local agilityTokenGuid = "d4df33" + +require("playermat/Playmat") diff --git a/objects/Playermat3Green.383d8b.json b/objects/Playermat3Green.383d8b.json new file mode 100644 index 00000000..c750a37c --- /dev/null +++ b/objects/Playermat3Green.383d8b.json @@ -0,0 +1,252 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedSnapPoints": [ + { + "Position": { + "x": -0.626, + "y": 0.1, + "z": 0.558 + } + }, + { + "Position": { + "x": -0.61, + "y": 0.1, + "z": 0.031 + } + }, + { + "Position": { + "x": -0.171, + "y": 0.1, + "z": 0.039 + } + }, + { + "Position": { + "x": -0.169, + "y": 0.101, + "z": 0.558 + } + }, + { + "Position": { + "x": 0.217, + "y": 0.099, + "z": 0.566 + } + }, + { + "Position": { + "x": 0.222, + "y": 0.1, + "z": 0.043 + } + }, + { + "Position": { + "x": 0.607, + "y": 0.1, + "z": 0.041 + } + }, + { + "Position": { + "x": 0.61, + "y": 0.1, + "z": 0.563 + } + }, + { + "Position": { + "x": 0.981, + "y": 0.099, + "z": 0.564 + } + }, + { + "Position": { + "x": 0.986, + "y": 0.1, + "z": 0.043 + } + }, + { + "Position": { + "x": 1.377, + "y": 0.1, + "z": 0.047 + } + }, + { + "Position": { + "x": 1.376, + "y": 0.101, + "z": 0.567 + } + }, + { + "Position": { + "x": 1.759, + "y": 0.1, + "z": 0.572 + } + }, + { + "Position": { + "x": 1.764, + "y": 0.101, + "z": 0.048 + } + }, + { + "Position": { + "x": 1.37, + "y": 0.1, + "z": -0.637 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": 0.914, + "y": 0.1, + "z": -0.637 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.817, + "y": 0.1, + "z": -0.023 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.818, + "y": 0.1, + "z": 0.615 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.172, + "y": 0.101, + "z": 0.009 + } + }, + { + "Position": { + "x": -0.979, + "y": 0.1, + "z": 0.124 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -0.997, + "y": 0.1, + "z": -0.27 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.174, + "y": 0.1, + "z": -0.27 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.352, + "y": 0.1, + "z": -0.27 + }, + "Tags": [ + "action_token" + ] + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1859438430150777205/4ED2E0BC2A2C4728DA5E155C06AF1BA1FCB00D3B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "383d8b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "{\"playerColor\":\"Green\",\"zoneID\":\"fb28e1\"}", + "LuaScript_path": "Playermat3Green.383d8b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Playermat 3: Green", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -25.57, + "posY": 1.43, + "posZ": 26.54, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 6.43188572, + "scaleY": 1, + "scaleZ": 6.43188572 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Playermat3Green.383d8b.ttslua b/objects/Playermat3Green.383d8b.ttslua new file mode 100644 index 00000000..f01598ac --- /dev/null +++ b/objects/Playermat3Green.383d8b.ttslua @@ -0,0 +1,41 @@ +-- set true to enable debug logging +DEBUG = false +-- we use this to turn off collision handling (for clue spawning) +-- until after load is complete (probably a better way to do this) +COLLISION_ENABLED = false +-- position offsets, adjust these to reposition things relative to mat [x,y,z] +DRAWN_ENCOUNTER_CARD_OFFSET = {1.365, 0.5, -0.635} +DRAWN_CHAOS_TOKEN_OFFSET = {-1.55, 0.5, -0.58} +DISCARD_BUTTON_OFFSETS = { + {-1.365, 0.2, -0.945}, + {-0.91, 0.2, -0.945}, + {-0.455, 0.2, -0.945}, + {0, 0.2, -0.945}, + {0.455, 0.2, -0.945}, + {0.91, 0.2, -0.945}, +} +-- draw deck and discard zone +DECK_POSITION = { x=-1.4, y=0, z=0.3 } +DECK_ZONE_SCALE = { x=3, y=5, z=8 } +DRAW_DECK_POSITION = { x=-37.2, y=2.5, z=26.3 } + +-- play zone +PLAYER_COLOR = "Green" +PLAY_ZONE_POSITION = { x=-25, y=4, z=27 } +PLAY_ZONE_ROTATION = { x=0, y=0, z=0 } +PLAY_ZONE_SCALE = { x=30, y=5, z=15 } + +RESOURCE_COUNTER_GUID = "cd15ac" + +-- the position of the global discard pile +-- TODO: delegate to global for any auto discard actions +DISCARD_POSITION = {-3.85, 3, 10.38} +-- DISCARD PILE POSITION +DISCARD_PILE_POSITION = { -37.11, 4, 30.76 } + +local willpowerTokenGuid = "fa6df4" +local intellectTokenGuid = "0016fc" +local combatTokenGuid = "19026b" +local agilityTokenGuid = "181fa2" + +require("playermat/Playmat") diff --git a/objects/Playermat4Red.0840d5.json b/objects/Playermat4Red.0840d5.json new file mode 100644 index 00000000..f3a48336 --- /dev/null +++ b/objects/Playermat4Red.0840d5.json @@ -0,0 +1,252 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "AttachedSnapPoints": [ + { + "Position": { + "x": -0.629, + "y": 0.1, + "z": 0.555 + } + }, + { + "Position": { + "x": -0.614, + "y": 0.1, + "z": 0.028 + } + }, + { + "Position": { + "x": -0.175, + "y": 0.1, + "z": 0.036 + } + }, + { + "Position": { + "x": -0.172, + "y": 0.1, + "z": 0.555 + } + }, + { + "Position": { + "x": 0.214, + "y": 0.1, + "z": 0.563 + } + }, + { + "Position": { + "x": 0.218, + "y": 0.1, + "z": 0.039 + } + }, + { + "Position": { + "x": 0.603, + "y": 0.1, + "z": 0.037 + } + }, + { + "Position": { + "x": 0.607, + "y": 0.1, + "z": 0.559 + } + }, + { + "Position": { + "x": 0.978, + "y": 0.1, + "z": 0.56 + } + }, + { + "Position": { + "x": 0.982, + "y": 0.1, + "z": 0.039 + } + }, + { + "Position": { + "x": 1.373, + "y": 0.1, + "z": 0.043 + } + }, + { + "Position": { + "x": 1.372, + "y": 0.1, + "z": 0.563 + } + }, + { + "Position": { + "x": 1.756, + "y": 0.1, + "z": 0.568 + } + }, + { + "Position": { + "x": 1.76, + "y": 0.1, + "z": 0.044 + } + }, + { + "Position": { + "x": -1.175, + "y": 0.1, + "z": 0.006 + } + }, + { + "Position": { + "x": -1.821, + "y": 0.1, + "z": 0.612 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -1.821, + "y": 0.1, + "z": -0.026 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": 0.911, + "y": 0.1, + "z": -0.641 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": 1.367, + "y": 0.1, + "z": -0.641 + }, + "Rotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "Position": { + "x": -0.982, + "y": 0.1, + "z": 0.121 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1, + "y": 0.1, + "z": -0.273 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.178, + "y": 0.1, + "z": -0.273 + }, + "Tags": [ + "action_token" + ] + }, + { + "Position": { + "x": -1.355, + "y": 0.1, + "z": -0.273 + }, + "Tags": [ + "action_token" + ] + } + ], + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1859438430150777205/4ED2E0BC2A2C4728DA5E155C06AF1BA1FCB00D3B/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0840d5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "{\"playerColor\":\"Red\",\"zoneID\":\"18538f\"}", + "LuaScript_path": "Playermat4Red.0840d5.ttslua", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Playermat 4: Red", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -25.493, + "posY": 1.54, + "posZ": -26.54, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 6.43188572, + "scaleY": 1, + "scaleZ": 6.43188572 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Playermat4Red.0840d5.ttslua b/objects/Playermat4Red.0840d5.ttslua new file mode 100644 index 00000000..1090eaa9 --- /dev/null +++ b/objects/Playermat4Red.0840d5.ttslua @@ -0,0 +1,41 @@ +-- set true to enable debug logging +DEBUG = false +-- we use this to turn off collision handling (for clue spawning) +-- until after load is complete (probably a better way to do this) +COLLISION_ENABLED = false +-- position offsets, adjust these to reposition things relative to mat [x,y,z] +DRAWN_ENCOUNTER_CARD_OFFSET = {1.365, 0.5, -0.635} +DRAWN_CHAOS_TOKEN_OFFSET = {-1.55, 0.5, -0.58} +DISCARD_BUTTON_OFFSETS = { + {-1.365, 0.2, -0.945}, + {-0.91, 0.2, -0.945}, + {-0.455, 0.2, -0.945}, + {0, 0.2, -0.945}, + {0.455, 0.2, -0.945}, + {0.91, 0.2, -0.945}, +} +-- draw deck and discard zone +DECK_POSITION = { x=-1.4, y=0, z=0.3 } +DECK_ZONE_SCALE = { x=3, y=5, z=8 } +DRAW_DECK_POSITION = { x=-13.7, y=2.5, z=-26.4 } + +-- play zone +PLAYER_COLOR = "Red" +PLAY_ZONE_POSITION = { x=-25, y=4, z=-27 } +PLAY_ZONE_ROTATION = { x=0, y=180, z=0 } +PLAY_ZONE_SCALE = { x=30, y=5, z=15 } + +RESOURCE_COUNTER_GUID = "a4b60d" + +-- the position of the global discard pile +-- TODO: delegate to global for any auto discard actions +DISCARD_POSITION = {-3.85, 3, 10.38} +-- DISCARD PILE POSITION +DISCARD_PILE_POSITION = { -18.79, 4, -30.84 } + +local willpowerTokenGuid = "8b6743" +local intellectTokenGuid = "b4ef12" +local combatTokenGuid = "93a48b" +local agilityTokenGuid = "2c3f8d" + +require("playermat/Playmat") diff --git a/objects/PlaymatImageSwapper.b7b45b.json b/objects/PlaymatImageSwapper.b7b45b.json new file mode 100644 index 00000000..4408ee70 --- /dev/null +++ b/objects/PlaymatImageSwapper.b7b45b.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.37452, + "g": 0.37452, + "r": 0.37452 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/gs1mtXJ.png", + "WidthScale": 0 + }, + "Description": "Allows changing of the playmat image. Provide URL to the image or leave empty for default image.\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b7b45b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/PlayAreaSelector\")", + "LuaScriptState": "{\"cd\":{\"move\":false,\"scale\":false},\"tid\":[]}", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Playmat Image Swapper", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.358, + "posY": 1.675, + "posZ": 17.063, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 1, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/PromoInvestigators.5fe24e.json b/objects/PromoInvestigators.5fe24e.json new file mode 100644 index 00000000..9d4f2a4c --- /dev/null +++ b/objects/PromoInvestigators.5fe24e.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/778493489662643453/D2A4691056C419B9766927701A20E932C69986F9/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/promos.json", + "GUID": "5fe24e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "PromoInvestigators.5fe24e.luascriptstate", + "LuaScript_path": "PromoInvestigators.5fe24e.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Promo Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.333, + "posY": 1.295, + "posZ": -80, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/PromoInvestigators.5fe24e.luascriptstate b/objects/PromoInvestigators.5fe24e.luascriptstate new file mode 100644 index 00000000..aa2468a5 --- /dev/null +++ b/objects/PromoInvestigators.5fe24e.luascriptstate @@ -0,0 +1 @@ +{"ml":{"10681c":{"lock":false,"pos":{"x":-26.3001708984375,"y":1.26878070831299,"z":-76.9456329345703},"rot":{"x":359.979187011719,"y":90.0019912719727,"z":359.983215332031}},"6bd479":{"lock":false,"pos":{"x":-16.6361274719238,"y":1.35761868953705,"z":-75.7012405395508},"rot":{"x":0.0208059512078762,"y":270.036193847656,"z":0.0167813580483198}},"87a46c":{"lock":false,"pos":{"x":-16.6359539031982,"y":1.35689568519592,"z":-78.1714630126953},"rot":{"x":0.0208228174597025,"y":269.978759765625,"z":0.0167602244764566}},"8d4d81":{"lock":false,"pos":{"x":-19.2936096191406,"y":1.30989539623261,"z":-76.9415512084961},"rot":{"x":0.0208087544888258,"y":269.999969482422,"z":0.0167708676308393}},"8de7e4":{"lock":false,"pos":{"x":-22.6157627105713,"y":1.30868756771088,"z":-76.946044921875},"rot":{"x":0.0167713053524494,"y":179.999969482422,"z":359.979187011719}},"97b325":{"lock":false,"pos":{"x":-16.6354160308838,"y":1.35725593566895,"z":-76.9414672851563},"rot":{"x":0.0208042003214359,"y":270.04345703125,"z":0.01678366959095}}}} diff --git a/objects/PromoInvestigators.5fe24e.ttslua b/objects/PromoInvestigators.5fe24e.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/PromoInvestigators.5fe24e.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Resources.4406f0.json b/objects/Resources.4406f0.json new file mode 100644 index 00000000..182b2f98 --- /dev/null +++ b/objects/Resources.4406f0.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663401115/EAA6D40FC6E15204BBE551BCDED35CC8C75111BF/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4406f0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ResourceTracker\")", + "LuaScriptState": "[true,5]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -59.774, + "posY": 1.609, + "posZ": 7.535, + "rotX": 0, + "rotY": 280, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resources.816d84.json b/objects/Resources.816d84.json new file mode 100644 index 00000000..f53a07e9 --- /dev/null +++ b/objects/Resources.816d84.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663401115/EAA6D40FC6E15204BBE551BCDED35CC8C75111BF/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "816d84", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ResourceTracker\")", + "LuaScriptState": "[true,5]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -59.793, + "posY": 1.61, + "posZ": -24.544, + "rotX": 0, + "rotY": 285, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resources.a4b60d.json b/objects/Resources.a4b60d.json new file mode 100644 index 00000000..74a93fdb --- /dev/null +++ b/objects/Resources.a4b60d.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663401115/EAA6D40FC6E15204BBE551BCDED35CC8C75111BF/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a4b60d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ResourceTracker\")", + "LuaScriptState": "[true,5]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -17.037, + "posY": 1.61, + "posZ": -31.384, + "rotX": 0, + "rotY": 195, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resources.cd15ac.json b/objects/Resources.cd15ac.json new file mode 100644 index 00000000..cb05ef19 --- /dev/null +++ b/objects/Resources.cd15ac.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": false, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/949599153663401115/EAA6D40FC6E15204BBE551BCDED35CC8C75111BF/", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cd15ac", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/ResourceTracker\")", + "LuaScriptState": "[true,5]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Resources", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -33.889, + "posY": 1.531, + "posZ": 31.335, + "rotX": 0, + "rotY": 10, + "rotZ": 0, + "scaleX": 0.2590727, + "scaleY": 1, + "scaleZ": 0.2590727 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resourcetokens.0168ae.json b/objects/Resourcetokens.0168ae.json new file mode 100644 index 00000000..27fe1446 --- /dev/null +++ b/objects/Resourcetokens.0168ae.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.0705, + "g": 0.0705, + "r": 0.28224 + }, + "ContainedObjects_order": [ + "Custom_Token.00d19a" + ], + "ContainedObjects_path": "Resourcetokens.0168ae", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192729/6881710C4711FB5949E02FAD63D4B416C7DC0AF9/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0168ae", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Resource tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.105, + "posY": 1.651, + "posZ": 26.75, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resourcetokens.0168ae/Custom_Token.00d19a.json b/objects/Resourcetokens.0168ae/Custom_Token.00d19a.json new file mode 100644 index 00000000..4bfa0460 --- /dev/null +++ b/objects/Resourcetokens.0168ae/Custom_Token.00d19a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": true, + "StandUp": false, + "Thickness": 0.3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192910/11DDDC7EF621320962FDCF3AE3211D5EDC3D1573/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00d19a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -44.498, + "posY": 1.781, + "posZ": 26.817, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.17, + "scaleY": 0.17, + "scaleZ": 0.17 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resourcetokens.9fadf9.json b/objects/Resourcetokens.9fadf9.json new file mode 100644 index 00000000..f782eed9 --- /dev/null +++ b/objects/Resourcetokens.9fadf9.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.0705, + "g": 0.0705, + "r": 0.28224 + }, + "ContainedObjects_order": [ + "Custom_Token.00d19a" + ], + "ContainedObjects_path": "Resourcetokens.9fadf9", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192729/6881710C4711FB5949E02FAD63D4B416C7DC0AF9/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9fadf9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Resource tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -52.515, + "posY": 1.654, + "posZ": -1.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resourcetokens.9fadf9/Custom_Token.00d19a.json b/objects/Resourcetokens.9fadf9/Custom_Token.00d19a.json new file mode 100644 index 00000000..2bcaad8a --- /dev/null +++ b/objects/Resourcetokens.9fadf9/Custom_Token.00d19a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": true, + "StandUp": false, + "Thickness": 0.3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192910/11DDDC7EF621320962FDCF3AE3211D5EDC3D1573/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00d19a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -50.897, + "posY": 1.781, + "posZ": -1.283, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.17, + "scaleY": 0.17, + "scaleZ": 0.17 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resourcetokens.fd617a.json b/objects/Resourcetokens.fd617a.json new file mode 100644 index 00000000..5d83bd6b --- /dev/null +++ b/objects/Resourcetokens.fd617a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.0705, + "g": 0.0705, + "r": 0.28224 + }, + "ContainedObjects_order": [ + "Custom_Token.00d19a" + ], + "ContainedObjects_path": "Resourcetokens.fd617a", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192729/6881710C4711FB5949E02FAD63D4B416C7DC0AF9/", + "MaterialIndex": 1, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 7 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fd617a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Infinite_Bag", + "Nickname": "Resource tokens", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -42.223, + "posY": 1.633, + "posZ": -26.724, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.8, + "scaleY": 1, + "scaleZ": 0.8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Resourcetokens.fd617a/Custom_Token.00d19a.json b/objects/Resourcetokens.fd617a/Custom_Token.00d19a.json new file mode 100644 index 00000000..000b9ccc --- /dev/null +++ b/objects/Resourcetokens.fd617a/Custom_Token.00d19a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": true, + "StandUp": false, + "Thickness": 0.3 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1758068501357192910/11DDDC7EF621320962FDCF3AE3211D5EDC3D1573/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00d19a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "", + "Snap": false, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -42.682, + "posY": 1.763, + "posZ": -26.327, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.17, + "scaleY": 0.17, + "scaleZ": 0.17 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ReturntoTheCircleUndone.757324.json b/objects/ReturntoTheCircleUndone.757324.json new file mode 100644 index 00000000..08b49059 --- /dev/null +++ b/objects/ReturntoTheCircleUndone.757324.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 0.99608, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1697277388086852852/6FD56D74FDDDA5626A3B72E788993EC651AD25E1/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/return_to_tcu.json", + "GUID": "757324", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ReturntoTheCircleUndone.757324.luascriptstate", + "LuaScript_path": "ReturntoTheCircleUndone.757324.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Return to The Circle Undone", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.907, + "posY": 1.852, + "posZ": -27.912, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2, + "scaleY": 0.10587021, + "scaleZ": 1.69295752 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ReturntoTheCircleUndone.757324.luascriptstate b/objects/ReturntoTheCircleUndone.757324.luascriptstate new file mode 100644 index 00000000..5beaaf34 --- /dev/null +++ b/objects/ReturntoTheCircleUndone.757324.luascriptstate @@ -0,0 +1 @@ +{"ml":{"119ba7":{"lock":false,"pos":{"x":-1.46555650234222,"y":1.47562301158905,"z":-26.9288692474365},"rot":{"x":359.920135498047,"y":270.00048828125,"z":0.0168708860874176}},"1b8c0f":{"lock":false,"pos":{"x":12.2493629455566,"y":1.47502863407135,"z":35.9863319396973},"rot":{"x":359.920135498047,"y":270.000427246094,"z":0.0168739818036556}},"20790b":{"lock":false,"pos":{"x":12.2495622634888,"y":1.46325027942657,"z":-4.01367902755737},"rot":{"x":359.920135498047,"y":270.000244140625,"z":0.0168732367455959}},"4434f2":{"lock":false,"pos":{"x":12.2499656677246,"y":1.46560525894165,"z":3.98632717132568},"rot":{"x":359.920135498047,"y":270.000335693359,"z":0.0168725643306971}},"5ec77c":{"lock":false,"pos":{"x":0.269363343715668,"y":1.48960697650909,"z":28.7746143341064},"rot":{"x":359.920135498047,"y":269.993408203125,"z":0.016880864277482}},"646fa1":{"lock":false,"pos":{"x":3.44351673126221,"y":1.4002298116684,"z":23.0479831695557},"rot":{"x":359.983093261719,"y":0.000529431854374707,"z":359.919952392578}},"716acc":{"lock":false,"pos":{"x":12.2502584457397,"y":1.4726722240448,"z":27.9863567352295},"rot":{"x":359.920135498047,"y":270.000549316406,"z":0.0168731641024351}},"75547d":{"lock":false,"pos":{"x":12.2495651245117,"y":1.45618319511414,"z":-28.013692855835},"rot":{"x":359.920135498047,"y":270.000335693359,"z":0.0168729331344366}},"97895b":{"lock":false,"pos":{"x":0.481101036071777,"y":1.48674499988556,"z":20.0573329925537},"rot":{"x":359.920135498047,"y":269.995483398438,"z":0.0168806239962578}},"ac0448":{"lock":false,"pos":{"x":0.256068646907806,"y":1.61475324630737,"z":22.9620132446289},"rot":{"x":359.920104980469,"y":270.006256103516,"z":180.016845703125}},"bddf2e":{"lock":false,"pos":{"x":12.2504606246948,"y":1.45853757858276,"z":-20.0136966705322},"rot":{"x":359.920135498047,"y":270.004272460938,"z":0.0168678276240826}},"d236b4":{"lock":false,"pos":{"x":12.2520532608032,"y":1.46795797348022,"z":11.9863395690918},"rot":{"x":359.920135498047,"y":270.000457763672,"z":0.016873711720109}},"dbd374":{"lock":false,"pos":{"x":12.2500514984131,"y":1.47031676769257,"z":19.9863567352295},"rot":{"x":359.920135498047,"y":270.000457763672,"z":0.0168729927390814}},"e31fb3":{"lock":false,"pos":{"x":12.2500629425049,"y":1.46089386940002,"z":-12.0136795043945},"rot":{"x":359.920135498047,"y":270.000274658203,"z":0.0168740153312683}}}} diff --git a/objects/ReturntoTheCircleUndone.757324.ttslua b/objects/ReturntoTheCircleUndone.757324.ttslua new file mode 100644 index 00000000..cf526d5c --- /dev/null +++ b/objects/ReturntoTheCircleUndone.757324.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/ReturntoTheDunwichLegacy.ce9130.json b/objects/ReturntoTheDunwichLegacy.ce9130.json new file mode 100644 index 00000000..47724249 --- /dev/null +++ b/objects/ReturntoTheDunwichLegacy.ce9130.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 0.99608, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667592476/36D86649503A49A36AA97B7B72C6150E4C2BE333/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/return_to_tdl.json", + "GUID": "ce9130", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ReturntoTheDunwichLegacy.ce9130.luascriptstate", + "LuaScript_path": "ReturntoTheDunwichLegacy.ce9130.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Return to The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.992, + "posY": 1.852, + "posZ": 14.502, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.00002885, + "scaleY": 0.10587021, + "scaleZ": 1.69295752 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ReturntoTheDunwichLegacy.ce9130.luascriptstate b/objects/ReturntoTheDunwichLegacy.ce9130.luascriptstate new file mode 100644 index 00000000..ca5c878b --- /dev/null +++ b/objects/ReturntoTheDunwichLegacy.ce9130.luascriptstate @@ -0,0 +1 @@ +{"ml":{"125ce8":{"lock":false,"pos":{"x":0.648099839687347,"y":1.48681163787842,"z":21.0740032196045},"rot":{"x":359.920135498047,"y":270.002868652344,"z":0.0168689917773008}},"1536e7":{"lock":false,"pos":{"x":12.2503042221069,"y":1.46327674388886,"z":-3.91990113258362},"rot":{"x":359.920135498047,"y":269.997375488281,"z":0.0168776586651802}},"175a29":{"lock":false,"pos":{"x":12.2504014968872,"y":1.45815718173981,"z":-21.3052997589111},"rot":{"x":359.920104980469,"y":270.016876220703,"z":0.0168503355234861}},"1fca6b":{"lock":false,"pos":{"x":12.2504014968872,"y":1.45558094978333,"z":-30.0549011230469},"rot":{"x":359.920104980469,"y":270.025085449219,"z":0.01683902554214}},"3f6ab6":{"lock":false,"pos":{"x":-1.46544468402863,"y":1.4756224155426,"z":-26.9304237365723},"rot":{"x":359.920135498047,"y":269.992126464844,"z":0.0168822444975376}},"61f17f":{"lock":false,"pos":{"x":0.270000487565994,"y":1.48960697650909,"z":28.7770023345947},"rot":{"x":359.920104980469,"y":270.013214111328,"z":0.0168535262346268}},"87897a":{"lock":false,"pos":{"x":12.2505035400391,"y":1.46838772296906,"z":13.4375},"rot":{"x":359.920135498047,"y":269.999572753906,"z":0.0168745722621679}},"a82dde":{"lock":false,"pos":{"x":12.2503023147583,"y":1.4607013463974,"z":-12.6661014556885},"rot":{"x":359.920135498047,"y":270.007507324219,"z":0.0168638676404953}},"b713e7":{"lock":false,"pos":{"x":-1.3494,"y":1.4754,"z":-27.0534},"rot":{"x":359.9201,"y":270.0005,"z":0.0169}},"d33f7e":{"lock":false,"pos":{"x":12.252100944519,"y":1.47350573539734,"z":30.8264045715332},"rot":{"x":359.920135498047,"y":270.004425048828,"z":0.0168678145855665}},"d92b86":{"lock":false,"pos":{"x":12.2503032684326,"y":1.46581137180328,"z":4.68769979476929},"rot":{"x":359.920135498047,"y":270.003173828125,"z":0.0168697685003281}},"f52082":{"lock":false,"pos":{"x":12.2509021759033,"y":1.47093105316162,"z":22.0768032073975},"rot":{"x":359.920135498047,"y":270.000213623047,"z":0.0168731510639191}}}} diff --git a/objects/ReturntoTheDunwichLegacy.ce9130.ttslua b/objects/ReturntoTheDunwichLegacy.ce9130.ttslua new file mode 100644 index 00000000..cf526d5c --- /dev/null +++ b/objects/ReturntoTheDunwichLegacy.ce9130.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/ReturntoTheForgottenAge.479ff3.json b/objects/ReturntoTheForgottenAge.479ff3.json new file mode 100644 index 00000000..eee3faa8 --- /dev/null +++ b/objects/ReturntoTheForgottenAge.479ff3.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 0.99608, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1474319121423613924/490D56D20C6AE0547D67D942513396E8D0584A4A/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/return_to_tfa.json", + "GUID": "479ff3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ReturntoTheForgottenAge.479ff3.luascriptstate", + "LuaScript_path": "ReturntoTheForgottenAge.479ff3.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Return to The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.994, + "posY": 1.852, + "posZ": -14.341, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.00002885, + "scaleY": 0.10587021, + "scaleZ": 1.69295752 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ReturntoTheForgottenAge.479ff3.luascriptstate b/objects/ReturntoTheForgottenAge.479ff3.luascriptstate new file mode 100644 index 00000000..fcb708c7 --- /dev/null +++ b/objects/ReturntoTheForgottenAge.479ff3.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0ff3f1":{"lock":false,"pos":{"x":3.1332,"y":1.5547,"z":-36.5863},"rot":{"x":359.9201,"y":270.0008,"z":180.0169}},"110ce2":{"lock":false,"pos":{"x":12.2501039505005,"y":1.47267234325409,"z":27.9864139556885},"rot":{"x":359.920104980469,"y":270.020324707031,"z":0.0168454870581627}},"166b95":{"lock":false,"pos":{"x":-6.09058666229248,"y":1.58233058452606,"z":-35.4509201049805},"rot":{"x":359.920104980469,"y":269.999755859375,"z":180.016860961914}},"3ccabf":{"lock":false,"pos":{"x":12.2493057250977,"y":1.46325063705444,"z":-4.01370048522949},"rot":{"x":359.920135498047,"y":270.002258300781,"z":0.0168708451092243}},"3d53bb":{"lock":false,"pos":{"x":-1.4657,"y":1.4756,"z":-26.9301},"rot":{"x":359.9201,"y":270.0005,"z":0.0169}},"48b154":{"lock":false,"pos":{"x":-1.46550524234772,"y":1.47562229633331,"z":-26.9304180145264},"rot":{"x":359.920135498047,"y":270.002105712891,"z":0.0168687589466572}},"496395":{"lock":false,"pos":{"x":12.2502031326294,"y":1.45382618904114,"z":-36.0138130187988},"rot":{"x":359.920135498047,"y":270.004608154297,"z":0.0168673936277628}},"499940":{"lock":false,"pos":{"x":12.249903678894,"y":1.47031688690186,"z":19.9864120483398},"rot":{"x":359.920135498047,"y":269.999786376953,"z":0.016873998567462}},"5abc8f":{"lock":false,"pos":{"x":12.2497091293335,"y":1.4656058549881,"z":3.98639845848084},"rot":{"x":359.920104980469,"y":270.018707275391,"z":0.0168479327112436}},"5e83e7":{"lock":false,"pos":{"x":12.2493085861206,"y":1.45618343353271,"z":-28.0137119293213},"rot":{"x":359.920135498047,"y":270.002380371094,"z":0.0168695468455553}},"6f00c3":{"lock":false,"pos":{"x":2.55037879943848,"y":1.57004117965698,"z":-36.2760581970215},"rot":{"x":359.920135498047,"y":270.000061035156,"z":180.016860961914}},"80b8ca":{"lock":false,"pos":{"x":0.270000457763672,"y":1.48960709571838,"z":28.7770118713379},"rot":{"x":359.920135498047,"y":269.996276855469,"z":0.0168772786855698}},"85a0c2":{"lock":false,"pos":{"x":12.2492008209229,"y":1.47502934932709,"z":35.986400604248},"rot":{"x":359.920135498047,"y":270,"z":0.0168747007846832}},"9351c7":{"lock":false,"pos":{"x":0.313001304864883,"y":1.48733139038086,"z":21.2534122467041},"rot":{"x":359.920135498047,"y":269.995849609375,"z":0.0168796069920063}},"952af4":{"lock":false,"pos":{"x":12.2519025802612,"y":1.46795833110809,"z":11.9864025115967},"rot":{"x":359.920104980469,"y":270.019134521484,"z":0.0168482400476933}},"9b89db":{"lock":false,"pos":{"x":3.2345,"y":1.5544,"z":-36.9717},"rot":{"x":359.9201,"y":269.9972,"z":0.0169}},"9c986e":{"lock":false,"pos":{"x":12.2502059936523,"y":1.45853769779205,"z":-20.0137119293213},"rot":{"x":359.920104980469,"y":270.009887695313,"z":0.0168594811111689}},"d14543":{"lock":false,"pos":{"x":2.08146262168884,"y":1.30448842048645,"z":37.0677032470703},"rot":{"x":0.0799620226025581,"y":90.0000076293945,"z":359.983123779297}},"e73427":{"lock":false,"pos":{"x":12.2498025894165,"y":1.46089398860931,"z":-12.0137023925781},"rot":{"x":359.920135498047,"y":270.006591796875,"z":0.0168646927922964}}}} diff --git a/objects/ReturntoTheForgottenAge.479ff3.ttslua b/objects/ReturntoTheForgottenAge.479ff3.ttslua new file mode 100644 index 00000000..cf526d5c --- /dev/null +++ b/objects/ReturntoTheForgottenAge.479ff3.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/ReturntoThePathtoCarcosa.e9889a.json b/objects/ReturntoThePathtoCarcosa.e9889a.json new file mode 100644 index 00000000..60badcd7 --- /dev/null +++ b/objects/ReturntoThePathtoCarcosa.e9889a.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27059, + "b": 1, + "g": 0.99608, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667556656/9638E8CE7F209B50634B202C9EF4B0BDB4993BBB/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/return_to_tptc.json", + "GUID": "e9889a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ReturntoThePathtoCarcosa.e9889a.luascriptstate", + "LuaScript_path": "ReturntoThePathtoCarcosa.e9889a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Return to The Path to Carcosa", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.991, + "posY": 1.852, + "posZ": 0.141, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.00002885, + "scaleY": 0.10587021, + "scaleZ": 1.69295752 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ReturntoThePathtoCarcosa.e9889a.luascriptstate b/objects/ReturntoThePathtoCarcosa.e9889a.luascriptstate new file mode 100644 index 00000000..b08ed3fd --- /dev/null +++ b/objects/ReturntoThePathtoCarcosa.e9889a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00daab":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":269.9937,"z":0.0169}},"42d2dc":{"lock":false,"pos":{"x":12.2501,"y":1.4684,"z":13.4383},"rot":{"x":359.9201,"y":270.0131,"z":0.0169}},"6730a1":{"lock":false,"pos":{"x":12.2501,"y":1.4709,"z":22.0786},"rot":{"x":359.9201,"y":270.0187,"z":0.0168}},"83ccd4":{"lock":false,"pos":{"x":12.2509,"y":1.4735,"z":30.8285},"rot":{"x":359.9201,"y":270.0611,"z":0.0168}},"9351c7":{"lock":false,"pos":{"x":0.5713,"y":1.4869,"z":21.0841},"rot":{"x":359.9201,"y":270.0042,"z":0.0169}},"ae8317":{"lock":false,"pos":{"x":-1.4655,"y":1.4756,"z":-26.9304},"rot":{"x":359.9201,"y":270.0018,"z":0.0169}},"bd4167":{"lock":false,"pos":{"x":12.2493,"y":1.4633,"z":-3.9185},"rot":{"x":359.9201,"y":270.0456,"z":0.0168}},"ce5d30":{"lock":false,"pos":{"x":12.2502,"y":1.4556,"z":-30.055},"rot":{"x":359.9201,"y":269.9915,"z":0.0169}},"dd8b0d":{"lock":false,"pos":{"x":12.2508,"y":1.4582,"z":-21.3056},"rot":{"x":359.9201,"y":270.0539,"z":0.0168}},"e7efa6":{"lock":false,"pos":{"x":12.2482,"y":1.4658,"z":4.6903},"rot":{"x":359.9201,"y":270.0817,"z":0.0168}},"eb48ff":{"lock":false,"pos":{"x":12.2491,"y":1.4607,"z":-12.6652},"rot":{"x":359.9201,"y":270.0427,"z":0.0168}}}} diff --git a/objects/ReturntoThePathtoCarcosa.e9889a.ttslua b/objects/ReturntoThePathtoCarcosa.e9889a.ttslua new file mode 100644 index 00000000..cf526d5c --- /dev/null +++ b/objects/ReturntoThePathtoCarcosa.e9889a.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/ReturntotheNightoftheZealot.56270d.json b/objects/ReturntotheNightoftheZealot.56270d.json new file mode 100644 index 00000000..36637b85 --- /dev/null +++ b/objects/ReturntotheNightoftheZealot.56270d.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 0.99608, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667598054/18C06F0F20D9D4651E6736FB609E2D41F4D1964E/", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=uWAmuNZ2", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/return_to_notz.json", + "GUID": "56270d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ReturntotheNightoftheZealot.56270d.luascriptstate", + "LuaScript_path": "ReturntotheNightoftheZealot.56270d.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Return to the Night of the Zealot", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.983, + "posY": 1.852, + "posZ": 28.532, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.00002885, + "scaleY": 0.10587021, + "scaleZ": 1.69295752 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ReturntotheNightoftheZealot.56270d.luascriptstate b/objects/ReturntotheNightoftheZealot.56270d.luascriptstate new file mode 100644 index 00000000..4a76c6e8 --- /dev/null +++ b/objects/ReturntotheNightoftheZealot.56270d.luascriptstate @@ -0,0 +1 @@ +{"ml":{"267216":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":270.0034,"z":0.0169}},"41ebd8":{"lock":false,"pos":{"x":12.0499,"y":1.4669,"z":7.3087},"rot":{"x":359.9201,"y":270.0003,"z":0.0169}},"604753":{"lock":false,"pos":{"x":12.0501,"y":1.4625,"z":-7.5963},"rot":{"x":359.9201,"y":270.0043,"z":0.0169}},"97895b":{"lock":false,"pos":{"x":0.4811,"y":1.4867,"z":20.0573},"rot":{"x":359.9201,"y":269.9956,"z":0.0169}},"bcc86c":{"lock":false,"pos":{"x":12.0499,"y":1.4647,"z":0.0026},"rot":{"x":359.9201,"y":270.0319,"z":0.0168}},"e0c3e7":{"lock":false,"pos":{"x":-1.4655,"y":1.4756,"z":-26.9308},"rot":{"x":359.9201,"y":270.0076,"z":0.0169}}}} diff --git a/objects/ReturntotheNightoftheZealot.56270d.ttslua b/objects/ReturntotheNightoftheZealot.56270d.ttslua new file mode 100644 index 00000000..cf526d5c --- /dev/null +++ b/objects/ReturntotheNightoftheZealot.56270d.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,1,-2}, rotation={0,0,0}, height=240, width=800, + font_size=150, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Rogue.449091.json b/objects/Rogue.449091.json new file mode 100644 index 00000000..9c0f6b05 --- /dev/null +++ b/objects/Rogue.449091.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Upgrades", + "DragSelectable": true, + "GMNotes": "", + "GUID": "449091", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.314, + "posY": 1.412, + "posZ": -74.79, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Rogue.7e47e1.json b/objects/Rogue.7e47e1.json new file mode 100644 index 00000000..dd3eb70d --- /dev/null +++ b/objects/Rogue.7e47e1.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515898740/E92441671B056D4CDF99DF9E6C88BE6598AAB50F/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Level 0", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7e47e1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Rogue", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.594, + "posY": 1.411, + "posZ": 65.075, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc.json b/objects/RulebooksGuidesandTablets.304ffc.json new file mode 100644 index 00000000..ef25bd62 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc.json @@ -0,0 +1,82 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.99216, + "r": 1 + }, + "ContainedObjects_order": [ + "MysteriousChanting-CustomContentBlog.18bd3a", + "AlternatePlaymatImages.3a6cef", + "Rulepop-QuickRulesReferenceSite.b78dae", + "SuggestedAmbientTracks.5b268d", + "In-depthArkhamHorrorTTStutorial.51cb8d", + "OfficialLearntoPlayVideo.39ec3d", + "OfficialFAQ.7fc24e", + "StarterDecklists.9cd82a", + "LearntoPlay.49f237" + ], + "ContainedObjects_path": "RulebooksGuidesandTablets.304ffc", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0.1, + "SpecularColor": { + "b": 0.745098054, + "g": 0.8117647, + "r": 0.8745098 + }, + "SpecularIntensity": 0.05, + "SpecularSharpness": 3.60000014 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/863978359495062918/777CFB72754EC943DF113C1EC1CA495B07FCB6C1/", + "MaterialIndex": 1, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/863978359495064406/50966C05FB8C4D41BA069EB5E0E19E95BF3A9963/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "Official Guides, FAQ, tutorial videos and more!", + "DragSelectable": true, + "GMNotes": "", + "GUID": "304ffc", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Rulebooks, Guides and Tablets", + "Snap": true, + "Sticky": false, + "Tooltip": true, + "Transform": { + "posX": 36.729, + "posY": 1.886, + "posZ": -34.178, + "rotX": 87, + "rotY": 316, + "rotZ": 179, + "scaleX": 3, + "scaleY": 3, + "scaleZ": 3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/AlternatePlaymatImages.3a6cef.json b/objects/RulebooksGuidesandTablets.304ffc/AlternatePlaymatImages.3a6cef.json new file mode 100644 index 00000000..41767dd3 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/AlternatePlaymatImages.3a6cef.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "Open this page in your actual browser to get the image URLs.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3a6cef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "Alternate Playmat Images", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://ibb.co/album/tPYhgC?sort=date_asc" + }, + "Tooltip": true, + "Transform": { + "posX": 53.799, + "posY": 3.45, + "posZ": -73.811, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/In-depthArkhamHorrorTTStutorial.51cb8d.json b/objects/RulebooksGuidesandTablets.304ffc/In-depthArkhamHorrorTTStutorial.51cb8d.json new file mode 100644 index 00000000..bca9222f --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/In-depthArkhamHorrorTTStutorial.51cb8d.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "YouTube", + "DragSelectable": true, + "GMNotes": "", + "GUID": "51cb8d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "In-depth Arkham Horror TTS tutorial", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://www.youtube.com/watch?v=5sCmJ3e4Uos" + }, + "Tooltip": true, + "Transform": { + "posX": 11.319, + "posY": 2.767, + "posZ": 9.043, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/LearntoPlay.49f237.json b/objects/RulebooksGuidesandTablets.304ffc/LearntoPlay.49f237.json new file mode 100644 index 00000000..945e7363 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/LearntoPlay.49f237.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/88/53/88538d11-5274-4b4a-ac8c-e8d758f71132/ahc01_learn_to_play_web.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "49f237", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Learn to Play", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 47.04, + "posY": 3.161, + "posZ": -62.391, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 2.5, + "scaleY": 1, + "scaleZ": 2.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/MysteriousChanting-CustomContentBlog.18bd3a.json b/objects/RulebooksGuidesandTablets.304ffc/MysteriousChanting-CustomContentBlog.18bd3a.json new file mode 100644 index 00000000..2a6e5fa9 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/MysteriousChanting-CustomContentBlog.18bd3a.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18bd3a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "Mysterious Chanting - Custom Content Blog", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://mysteriouschanting.wordpress.com/" + }, + "Tooltip": true, + "Transform": { + "posX": 29.042, + "posY": 3.442, + "posZ": -72.898, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/OfficialFAQ.7fc24e.json b/objects/RulebooksGuidesandTablets.304ffc/OfficialFAQ.7fc24e.json new file mode 100644 index 00000000..6be8d691 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/OfficialFAQ.7fc24e.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "http://cloud-3.steamusercontent.com/ugc/1814412497119914295/B60DF4305E8031A9FF9DD38E1CC0BB022A694580/" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7fc24e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Official FAQ", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 51.951, + "posY": 2.227, + "posZ": -56.952, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 2.5, + "scaleY": 1, + "scaleZ": 2.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/OfficialLearntoPlayVideo.39ec3d.json b/objects/RulebooksGuidesandTablets.304ffc/OfficialLearntoPlayVideo.39ec3d.json new file mode 100644 index 00000000..d4f61eda --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/OfficialLearntoPlayVideo.39ec3d.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "YouTube", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39ec3d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "Official Learn to Play Video", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://www.youtube.com/watch?v=zzliu_-xNNQ" + }, + "Tooltip": true, + "Transform": { + "posX": 14.883, + "posY": 2.76, + "posZ": 3.642, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/Rulepop-QuickRulesReferenceSite.b78dae.json b/objects/RulebooksGuidesandTablets.304ffc/Rulepop-QuickRulesReferenceSite.b78dae.json new file mode 100644 index 00000000..e5a98227 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/Rulepop-QuickRulesReferenceSite.b78dae.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b78dae", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "Rulepop - Quick Rules Reference Site", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://rulepop.com/ahc/" + }, + "Tooltip": true, + "Transform": { + "posX": 26.182, + "posY": 2.768, + "posZ": -64.892, + "rotX": 0, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/StarterDecklists.9cd82a.json b/objects/RulebooksGuidesandTablets.304ffc/StarterDecklists.9cd82a.json new file mode 100644 index 00000000..d3f2d0f2 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/StarterDecklists.9cd82a.json @@ -0,0 +1,51 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomPDF": { + "PDFPage": 0, + "PDFPageOffset": 0, + "PDFPassword": "", + "PDFUrl": "https://images-cdn.fantasyflightgames.com/filer_public/3f/6e/3f6e6e3d-ed7e-4f69-94b3-a3900386c617/ahc_decklists_v6.pdf" + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9cd82a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_PDF", + "Nickname": "Starter Decklists", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.772, + "posY": 0.535, + "posZ": -34.952, + "rotX": 7, + "rotY": 271, + "rotZ": 9, + "scaleX": 2.5, + "scaleY": 1, + "scaleZ": 2.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulebooksGuidesandTablets.304ffc/SuggestedAmbientTracks.5b268d.json b/objects/RulebooksGuidesandTablets.304ffc/SuggestedAmbientTracks.5b268d.json new file mode 100644 index 00000000..0673b878 --- /dev/null +++ b/objects/RulebooksGuidesandTablets.304ffc/SuggestedAmbientTracks.5b268d.json @@ -0,0 +1,48 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5b268d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Tablet", + "Nickname": "Suggested Ambient Tracks", + "Snap": true, + "Sticky": true, + "Tablet": { + "PageURL": "https://itswritingitself.wordpress.com/2020/01/28/ahlcg-arkham-horror-the-card-game-the-soundtrack/" + }, + "Tooltip": true, + "Transform": { + "posX": 20.094, + "posY": 6.52, + "posZ": -16.175, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/RulesIndex.91c83e.json b/objects/RulesIndex.91c83e.json new file mode 100644 index 00000000..bbbf924f --- /dev/null +++ b/objects/RulesIndex.91c83e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266103, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2661": { + "BackIsHidden": false, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/778493732358554721/C95D5B3564369BBC90833CA16DFC670FEFB80205/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/778493732358554721/C95D5B3564369BBC90833CA16DFC670FEFB80205/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "91c83e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rules Index", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -60.748, + "posY": 1.316, + "posZ": 54.855, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 5.88, + "scaleY": 1, + "scaleZ": 5.88 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.18538f.json b/objects/ScriptingTrigger.18538f.json new file mode 100644 index 00000000..eb8d336e --- /dev/null +++ b/objects/ScriptingTrigger.18538f.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "18538f", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.738, + "posY": 1.481, + "posZ": -28.511, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 3, + "scaleY": 5, + "scaleZ": 8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.57c22c.json b/objects/ScriptingTrigger.57c22c.json new file mode 100644 index 00000000..93306c92 --- /dev/null +++ b/objects/ScriptingTrigger.57c22c.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57c22c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.977, + "posY": 4.076, + "posZ": -37.889, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 21.38489, + "scaleY": 5.1, + "scaleZ": 2.21253538 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.67ce9a.json b/objects/ScriptingTrigger.67ce9a.json new file mode 100644 index 00000000..71678d62 --- /dev/null +++ b/objects/ScriptingTrigger.67ce9a.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "67ce9a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -28.046, + "posY": 4.065, + "posZ": 37.669, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 21.32771, + "scaleY": 5.1, + "scaleZ": 2.00954 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.7af2cf.json b/objects/ScriptingTrigger.7af2cf.json new file mode 100644 index 00000000..e906abce --- /dev/null +++ b/objects/ScriptingTrigger.7af2cf.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7af2cf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -56.926, + "posY": 1.544, + "posZ": 4.545, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 3, + "scaleY": 5, + "scaleZ": 8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.83ef06.json b/objects/ScriptingTrigger.83ef06.json new file mode 100644 index 00000000..bec8b62d --- /dev/null +++ b/objects/ScriptingTrigger.83ef06.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "83ef06", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 1.976, + "posY": 4.122, + "posZ": -14.256, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 6.936467, + "scaleY": 5.1, + "scaleZ": 5.53268766 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.a2f932.json b/objects/ScriptingTrigger.a2f932.json new file mode 100644 index 00000000..3c92fc6c --- /dev/null +++ b/objects/ScriptingTrigger.a2f932.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a2f932", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.873, + "posY": 4.147, + "posZ": -0.204, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 36.3702774, + "scaleY": 5.1, + "scaleZ": 36.91981 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.b047f8.json b/objects/ScriptingTrigger.b047f8.json new file mode 100644 index 00000000..c9c914cc --- /dev/null +++ b/objects/ScriptingTrigger.b047f8.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b047f8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -56.928, + "posY": 1.539, + "posZ": -27.729, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 3, + "scaleY": 5, + "scaleZ": 8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.c506bf.json b/objects/ScriptingTrigger.c506bf.json new file mode 100644 index 00000000..9a1bd287 --- /dev/null +++ b/objects/ScriptingTrigger.c506bf.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c506bf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -66.804, + "posY": 4.135, + "posZ": 13.565, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 21.6898479, + "scaleY": 5.1, + "scaleZ": 1.11724854 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.cbc751.json b/objects/ScriptingTrigger.cbc751.json new file mode 100644 index 00000000..34c6a870 --- /dev/null +++ b/objects/ScriptingTrigger.cbc751.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cbc751", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -66.963, + "posY": 4.117, + "posZ": -13.277, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 20.8838673, + "scaleY": 5.1, + "scaleZ": 1.29310441 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ScriptingTrigger.fb28e1.json b/objects/ScriptingTrigger.fb28e1.json new file mode 100644 index 00000000..e3bc2abe --- /dev/null +++ b/objects/ScriptingTrigger.fb28e1.json @@ -0,0 +1,46 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.5098, + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fb28e1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "ScriptingTrigger", + "Nickname": "", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.964, + "posY": 1.468, + "posZ": 28.475, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 3, + "scaleY": 5, + "scaleZ": 8 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Search-A-Card.24051a.json b/objects/Search-A-Card.24051a.json new file mode 100644 index 00000000..834e15d4 --- /dev/null +++ b/objects/Search-A-Card.24051a.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 15, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1857193769888710611/7DFDDFD0F0AFB7A31F29843D196BE9E36D89A60F/", + "WidthScale": 0 + }, + "Description": "Allows searching for card(s) by name. Use the buttons to toggle the spawn / search mode.\n\nSee context menu for additional information.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "24051a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "require(\"playercards/CardSearch\")", + "LuaScriptState": "[true,false]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Search-A-Card", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 44.842, + "posY": 1.531, + "posZ": -12.35, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 1.25, + "scaleY": 1, + "scaleZ": 1.35 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Seeker.7b7648.json b/objects/Seeker.7b7648.json new file mode 100644 index 00000000..46c6e8e3 --- /dev/null +++ b/objects/Seeker.7b7648.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Upgrades", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7b7648", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.299, + "posY": 1.413, + "posZ": -69.357, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Seeker.b2f753.json b/objects/Seeker.b2f753.json new file mode 100644 index 00000000..d86bc571 --- /dev/null +++ b/objects/Seeker.b2f753.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516265983/F50A6212D30C442429ED22B8CC8FD24D4CB76A2A/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Level 0", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2f753", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Seeker", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.578, + "posY": 1.413, + "posZ": 70.508, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/StarterDeckInvestigators.35fb9c.json b/objects/StarterDeckInvestigators.35fb9c.json new file mode 100644 index 00000000..191fce2d --- /dev/null +++ b/objects/StarterDeckInvestigators.35fb9c.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1470940868630890919/FCBF67725CBD8CBF4254D6BFD1BB92193D463436/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/starter_decks.json", + "GUID": "35fb9c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "StarterDeckInvestigators.35fb9c.luascriptstate", + "LuaScript_path": "StarterDeckInvestigators.35fb9c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Starter Deck Investigators", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.33, + "posY": 1.295, + "posZ": -73.23, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/StarterDeckInvestigators.35fb9c.luascriptstate b/objects/StarterDeckInvestigators.35fb9c.luascriptstate new file mode 100644 index 00000000..af31fa52 --- /dev/null +++ b/objects/StarterDeckInvestigators.35fb9c.luascriptstate @@ -0,0 +1 @@ +{"ml":{"15105c":{"lock":false,"pos":{"x":-19.2959,"y":1.3122,"z":-69.0607},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"16df70":{"lock":false,"pos":{"x":-19.3,"y":1.3168,"z":-53.4358},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"1c3aab":{"lock":false,"pos":{"x":-19.3001,"y":1.3145,"z":-61.2332},"rot":{"x":0.0208,"y":270,"z":0.0168}},"1da958":{"lock":false,"pos":{"x":-22.6169,"y":1.3645,"z":-84.8185},"rot":{"x":0.0168,"y":179.9921,"z":359.9792}},"208c4d":{"lock":false,"pos":{"x":-16.6335,"y":1.3638,"z":-54.6166},"rot":{"x":0.0218,"y":266.5908,"z":0.0155}},"26f88d":{"lock":false,"pos":{"x":-16.639,"y":1.3603,"z":-66.8114},"rot":{"x":0.0208,"y":270.0166,"z":0.0168}},"298237":{"lock":false,"pos":{"x":-22.6146,"y":1.3701,"z":-65.5964},"rot":{"x":0.0168,"y":180.0003,"z":359.9792}},"2b0bee":{"lock":false,"pos":{"x":-19.2998,"y":1.3076,"z":-84.8182},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"3742e4":{"lock":false,"pos":{"x":-26.3002,"y":1.2688,"z":-76.9454},"rot":{"x":359.9792,"y":89.9993,"z":359.9832}},"376a06":{"lock":false,"pos":{"x":-26.3002,"y":1.2688,"z":-76.9456},"rot":{"x":359.9792,"y":89.9798,"z":359.9832}},"389792":{"lock":false,"pos":{"x":-22.6157,"y":1.3668,"z":-76.946},"rot":{"x":0.0168,"y":180,"z":359.9792}},"3f60eb":{"lock":false,"pos":{"x":-19.2948,"y":1.3714,"z":-65.5815},"rot":{"x":0.0208,"y":269.9986,"z":0.0168}},"44d1ab":{"lock":false,"pos":{"x":-16.6402,"y":1.355,"z":-84.8182},"rot":{"x":0.0208,"y":270.0322,"z":0.0168}},"4d3ac8":{"lock":false,"pos":{"x":-26.3,"y":1.2757,"z":-53.4369},"rot":{"x":359.9792,"y":90.0003,"z":359.9832}},"55e98a":{"lock":false,"pos":{"x":-19.2936,"y":1.3099,"z":-76.9415},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"5d16e3":{"lock":false,"pos":{"x":-16.6401,"y":1.3619,"z":-61.231},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"6bd479":{"lock":false,"pos":{"x":-16.6403,"y":1.3576,"z":-75.7054},"rot":{"x":0.0208,"y":270.0208,"z":0.0168}},"72caa1":{"lock":false,"pos":{"x":-16.6392,"y":1.3606,"z":-65.5811},"rot":{"x":0.0208,"y":269.9983,"z":0.0168}},"7f7566":{"lock":false,"pos":{"x":-22.6157,"y":1.3087,"z":-76.946},"rot":{"x":0.0168,"y":180.0001,"z":359.9792}},"84a141":{"lock":false,"pos":{"x":-16.6403,"y":1.3576,"z":-75.7054},"rot":{"x":0.0208,"y":270.0334,"z":0.0168}},"875dca":{"lock":false,"pos":{"x":-16.6336,"y":1.3569,"z":-78.1716},"rot":{"x":0.0218,"y":266.6161,"z":0.0155}},"888fcc":{"lock":false,"pos":{"x":-19.2998,"y":1.3657,"z":-84.8182},"rot":{"x":0.0208,"y":270.0035,"z":0.0168}},"8b0a9e":{"lock":false,"pos":{"x":-16.639,"y":1.361,"z":-64.3414},"rot":{"x":0.0208,"y":269.9907,"z":0.0168}},"8e8dcf":{"lock":false,"pos":{"x":-22.6157,"y":1.311,"z":-69.0756},"rot":{"x":0.0168,"y":180,"z":359.9792}},"8f57db":{"lock":false,"pos":{"x":-22.6169,"y":1.3133,"z":-61.2414},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"90cfdb":{"lock":false,"pos":{"x":-16.6385,"y":1.3554,"z":-83.5415},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"92c727":{"lock":false,"pos":{"x":-26.3001,"y":1.2734,"z":-61.241},"rot":{"x":359.9792,"y":89.9999,"z":359.9832}},"9cd95a":{"lock":false,"pos":{"x":-16.6335,"y":1.3615,"z":-62.4568},"rot":{"x":0.0218,"y":266.5908,"z":0.0155}},"a7606b":{"lock":false,"pos":{"x":-16.6466,"y":1.3592,"z":-70.295},"rot":{"x":0.0218,"y":266.5696,"z":0.0155}},"a95b8c":{"lock":false,"pos":{"x":-22.6169,"y":1.3064,"z":-84.8185},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"aaeac7":{"lock":false,"pos":{"x":-16.6401,"y":1.36,"z":-67.8206},"rot":{"x":0.0208,"y":270.0258,"z":0.0168}},"ab52dc":{"lock":false,"pos":{"x":-26.2996,"y":1.2665,"z":-84.818},"rot":{"x":359.9792,"y":90.0128,"z":359.9832}},"b675fd":{"lock":false,"pos":{"x":-16.6403,"y":1.3596,"z":-69.0603},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"be9e91":{"lock":false,"pos":{"x":-26.3002,"y":1.2711,"z":-69.0606},"rot":{"x":359.9792,"y":89.9998,"z":359.9832}},"c0e7b1":{"lock":false,"pos":{"x":-16.6414,"y":1.3546,"z":-86.0129},"rot":{"x":0.0218,"y":266.5644,"z":0.0155}},"c1aa7a":{"lock":false,"pos":{"x":-26.2995,"y":1.2665,"z":-84.8178},"rot":{"x":359.9792,"y":90.0001,"z":359.9832}},"c2ef97":{"lock":false,"pos":{"x":-22.6139,"y":1.3156,"z":-53.4381},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"d3d270":{"lock":false,"pos":{"x":-16.6396,"y":1.3573,"z":-76.9456},"rot":{"x":0.0208,"y":270.0207,"z":0.0168}},"d8e1ad":{"lock":false,"pos":{"x":-16.6401,"y":1.3569,"z":-78.1756},"rot":{"x":0.0208,"y":270.0207,"z":0.0168}},"d9f2c7":{"lock":false,"pos":{"x":-16.6385,"y":1.3554,"z":-83.5415},"rot":{"x":0.0208,"y":269.9983,"z":0.0168}},"e1786c":{"lock":false,"pos":{"x":-16.6394,"y":1.3546,"z":-86.0186},"rot":{"x":0.0208,"y":269.9993,"z":0.0168}},"f0d3cc":{"lock":false,"pos":{"x":-16.64,"y":1.3642,"z":-53.3904},"rot":{"x":0.0208,"y":270.0119,"z":0.0168}},"f7a65d":{"lock":false,"pos":{"x":-16.64,"y":1.3645,"z":-52.152},"rot":{"x":0.0208,"y":270.0303,"z":0.0168}},"f94187":{"lock":false,"pos":{"x":-16.6401,"y":1.3622,"z":-60.001},"rot":{"x":0.0208,"y":270.0422,"z":0.0168}},"fc1612":{"lock":false,"pos":{"x":-16.6396,"y":1.3573,"z":-76.9456},"rot":{"x":0.0208,"y":270.0098,"z":0.0168}},"fc27ff":{"lock":false,"pos":{"x":-26.2991,"y":1.2721,"z":-65.5814},"rot":{"x":359.9792,"y":90.0019,"z":359.9832}},"fc63ca":{"lock":false,"pos":{"x":-19.2936,"y":1.368,"z":-76.9415},"rot":{"x":0.0208,"y":269.9999,"z":0.0168}},"ffa2b2":{"lock":false,"pos":{"x":-16.6402,"y":1.355,"z":-84.8182},"rot":{"x":0.0208,"y":269.9994,"z":0.0168}}}} diff --git a/objects/StarterDeckInvestigators.35fb9c.ttslua b/objects/StarterDeckInvestigators.35fb9c.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/StarterDeckInvestigators.35fb9c.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/Survivor.52253b.json b/objects/Survivor.52253b.json new file mode 100644 index 00000000..6f009766 --- /dev/null +++ b/objects/Survivor.52253b.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Upgrades", + "DragSelectable": true, + "GMNotes": "", + "GUID": "52253b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.297, + "posY": 1.408, + "posZ": -85.514, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Survivor.93fc45.json b/objects/Survivor.93fc45.json new file mode 100644 index 00000000..805dcf81 --- /dev/null +++ b/objects/Survivor.93fc45.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722515960460/F43F63452854B10B416FDF3BF9EF3068E6E68F26/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "Level 0", + "DragSelectable": true, + "GMNotes": "", + "GUID": "93fc45", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/ClassCardContainer\")", + "LuaScriptState": "{\"placedCards\":[]}", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Survivor", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.578, + "posY": 1.408, + "posZ": 54.349, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0.json b/objects/TabooInvestigatorsSignatures.1fc4e0.json new file mode 100644 index 00000000..614f938c --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0.json @@ -0,0 +1,77 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 0.99216, + "r": 1 + }, + "ContainedObjects_order": [ + "MandyThompsonTaboo.754b0a", + "CrisisofIdentityTaboo.55be9c", + "LolaHayesTaboo.475460", + "RexMurphyTaboo.978a38" + ], + "ContainedObjects_path": "TabooInvestigatorsSignatures.1fc4e0", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://i.imgur.com/e2u99eM.jpg", + "MaterialIndex": 3, + "MeshURL": "http://pastebin.com/raw.php?i=9a2hXxp5", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "1fc4e0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Taboo Investigators/Signatures", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 39.001, + "posY": 1.43, + "posZ": -29.442, + "rotX": 0, + "rotY": 285, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.gmnotes b/objects/TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.gmnotes new file mode 100644 index 00000000..f630ef0e --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "03019-t", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "cycle": "The Path to Carcosa" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.json b/objects/TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.json new file mode 100644 index 00000000..98e0cc46 --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558209, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5582": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476547660/8E52B0347047884A4B88B0A66190525BEF985337/", + "NumHeight": 4, + "NumWidth": 5, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes_path": "TabooInvestigatorsSignatures.1fc4e0/CrisisofIdentityTaboo.55be9c.gmnotes", + "GUID": "55be9c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Crisis of Identity (Taboo)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "ScenarioCard" + ], + "Tooltip": true, + "Transform": { + "posX": 31.018, + "posY": 2.221, + "posZ": -70.934, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.gmnotes b/objects/TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.gmnotes new file mode 100644 index 00000000..28595933 --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "03006-t", + "type": "Investigator", + "class": "Neutral", + "traits": "Performer.", + "willpowerIcons": 3, + "intellectIcons": 3, + "combatIcons": 3, + "agilityIcons": 3, + "cycle": "The Path to Carcosa" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.json b/objects/TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.json new file mode 100644 index 00000000..2b4d1f38 --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5583": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550359/A275A59476B12F2C38F9863D8AB889DCB382D1D1/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550198/99699EB95501C488B55445D304315BF231CB63F7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Actress", + "DragSelectable": true, + "GMNotes_path": "TabooInvestigatorsSignatures.1fc4e0/LolaHayesTaboo.475460.gmnotes", + "GUID": "475460", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lola Hayes (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 29.398, + "posY": 2.221, + "posZ": -67.58, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.gmnotes b/objects/TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.gmnotes new file mode 100644 index 00000000..dbc410e9 --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "06002-t", + "type": "Investigator", + "class": "Seeker", + "traits": "Assistant. Scholar.", + "willpowerIcons": 3, + "intellectIcons": 5, + "combatIcons": 1, + "agilityIcons": 3, + "cycle": "The Dream-Eaters" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.json b/objects/TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.json new file mode 100644 index 00000000..580b48ba --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5583": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550359/A275A59476B12F2C38F9863D8AB889DCB382D1D1/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1802024937476550198/99699EB95501C488B55445D304315BF231CB63F7/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Researcher", + "DragSelectable": true, + "GMNotes_path": "TabooInvestigatorsSignatures.1fc4e0/MandyThompsonTaboo.754b0a.gmnotes", + "GUID": "754b0a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mandy Thompson (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 21.431, + "posY": 2.216, + "posZ": -71.83, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.gmnotes b/objects/TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.gmnotes new file mode 100644 index 00000000..b6cee020 --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.gmnotes @@ -0,0 +1,11 @@ +{ + "id": "02002-t", + "type": "Investigator", + "class": "Seeker", + "traits": "Reporter.", + "willpowerIcons": 3, + "intellectIcons": 4, + "combatIcons": 2, + "agilityIcons": 3, + "cycle": "The Dunwich Legacy" +} diff --git a/objects/TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.json b/objects/TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.json new file mode 100644 index 00000000..15c6455f --- /dev/null +++ b/objects/TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 592900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5929": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1656727981627733218/4FBA1E1F82086229D9475F640AD6FF969624BE79/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1016065907888685007/A30CCF98600F1E9FA0F3EE674FE35BCD86CB6ECB/", + "NumHeight": 2, + "NumWidth": 2, + "Type": 0, + "UniqueBack": true + } + }, + "Description": "The Reporter", + "DragSelectable": true, + "GMNotes_path": "TabooInvestigatorsSignatures.1fc4e0/RexMurphyTaboo.978a38.gmnotes", + "GUID": "978a38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Rex Murphy (Taboo)", + "SidewaysCard": true, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": 38.639, + "posY": 4.081, + "posZ": -29.817, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 1.1, + "scaleY": 1, + "scaleZ": 1.1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5.json b/objects/TarotDeck.77f1e5.json new file mode 100644 index 00000000..bf3e54d6 --- /dev/null +++ b/objects/TarotDeck.77f1e5.json @@ -0,0 +1,106 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "TheFool0.01cd9f", + "TheMagicianI.0fd716", + "TheHighPriestessII.a6d017", + "TheEmpressIII.ee4a47", + "TheEmperorIV.8be589", + "TheHierophantV.2f9064", + "TheLoversVI.d5d07a", + "TheChariotVII.f633db", + "StrengthVIII.e0ad3b", + "TheHermitIX.e2e3a0", + "WheelofFortuneX.00f067", + "JusticeXI.c4282a", + "TheHangedManXII.522d77", + "DeathXIII.a00798", + "TemperanceXIV.ffb72a", + "TheDevilXV.8328fd", + "TheTowerXVI.25ae32", + "TheStarXVII.37153b", + "TheMoonXVIII.37c24c", + "TheSunXIX.65b6cb", + "JudgementXX.e5e392", + "TheWorldXXI.dacc75" + ], + "ContainedObjects_path": "TarotDeck.77f1e5", + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 266300, + 266301, + 266302, + 266303, + 266304, + 266305, + 266306, + 266307, + 266308, + 266309, + 266310, + 266311, + 266312, + 266313, + 266314, + 266315, + 266316, + 266317, + 266318, + 266319, + 266320, + 266321 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "77f1e5", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Tarot Deck", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -29.182, + "posY": 1.382, + "posZ": 95.803, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/DeathXIII.a00798.json b/objects/TarotDeck.77f1e5/DeathXIII.a00798.json new file mode 100644 index 00000000..f98b4bf7 --- /dev/null +++ b/objects/TarotDeck.77f1e5/DeathXIII.a00798.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266313, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a00798", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Death · XIII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.617, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/JudgementXX.e5e392.json b/objects/TarotDeck.77f1e5/JudgementXX.e5e392.json new file mode 100644 index 00000000..7e2566a2 --- /dev/null +++ b/objects/TarotDeck.77f1e5/JudgementXX.e5e392.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e5e392", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Judgement · XX", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.51, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/JusticeXI.c4282a.json b/objects/TarotDeck.77f1e5/JusticeXI.c4282a.json new file mode 100644 index 00000000..a08c545d --- /dev/null +++ b/objects/TarotDeck.77f1e5/JusticeXI.c4282a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266311, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c4282a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Justice · XI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.636, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/StrengthVIII.e0ad3b.json b/objects/TarotDeck.77f1e5/StrengthVIII.e0ad3b.json new file mode 100644 index 00000000..0e868ae8 --- /dev/null +++ b/objects/TarotDeck.77f1e5/StrengthVIII.e0ad3b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e0ad3b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strength · VIII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.665, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TemperanceXIV.ffb72a.json b/objects/TarotDeck.77f1e5/TemperanceXIV.ffb72a.json new file mode 100644 index 00000000..2c5d95c1 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TemperanceXIV.ffb72a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ffb72a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Temperance · XIV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.608, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheChariotVII.f633db.json b/objects/TarotDeck.77f1e5/TheChariotVII.f633db.json new file mode 100644 index 00000000..25f2c2a3 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheChariotVII.f633db.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f633db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Chariot · VII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.662, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheDevilXV.8328fd.json b/objects/TarotDeck.77f1e5/TheDevilXV.8328fd.json new file mode 100644 index 00000000..8c34b7f5 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheDevilXV.8328fd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8328fd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil · XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.583, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheEmperorIV.8be589.json b/objects/TarotDeck.77f1e5/TheEmperorIV.8be589.json new file mode 100644 index 00000000..ddecd41f --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheEmperorIV.8be589.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8be589", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Emperor · IV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.689, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheEmpressIII.ee4a47.json b/objects/TarotDeck.77f1e5/TheEmpressIII.ee4a47.json new file mode 100644 index 00000000..20c6469d --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheEmpressIII.ee4a47.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ee4a47", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Empress · III", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.702, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheFool0.01cd9f.json b/objects/TarotDeck.77f1e5/TheFool0.01cd9f.json new file mode 100644 index 00000000..af2c7fae --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheFool0.01cd9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01cd9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Fool · 0", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.739, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheHangedManXII.522d77.json b/objects/TarotDeck.77f1e5/TheHangedManXII.522d77.json new file mode 100644 index 00000000..a2ff5093 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheHangedManXII.522d77.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "522d77", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hanged Man · XII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.612, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheHermitIX.e2e3a0.json b/objects/TarotDeck.77f1e5/TheHermitIX.e2e3a0.json new file mode 100644 index 00000000..98d20c80 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheHermitIX.e2e3a0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e2e3a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hermit · IX", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.641, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheHierophantV.2f9064.json b/objects/TarotDeck.77f1e5/TheHierophantV.2f9064.json new file mode 100644 index 00000000..147c540e --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheHierophantV.2f9064.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2f9064", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hierophant · V", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.686, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheHighPriestessII.a6d017.json b/objects/TarotDeck.77f1e5/TheHighPriestessII.a6d017.json new file mode 100644 index 00000000..571885f5 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheHighPriestessII.a6d017.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6d017", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The High Priestess · II", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.71, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheLoversVI.d5d07a.json b/objects/TarotDeck.77f1e5/TheLoversVI.d5d07a.json new file mode 100644 index 00000000..f4a53449 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheLoversVI.d5d07a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5d07a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Lovers · VI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.676, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheMagicianI.0fd716.json b/objects/TarotDeck.77f1e5/TheMagicianI.0fd716.json new file mode 100644 index 00000000..cfafef61 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheMagicianI.0fd716.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fd716", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Magician · I", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.718, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheMoonXVIII.37c24c.json b/objects/TarotDeck.77f1e5/TheMoonXVIII.37c24c.json new file mode 100644 index 00000000..2f63a3b4 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheMoonXVIII.37c24c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37c24c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Moon · XVIII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.554, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheStarXVII.37153b.json b/objects/TarotDeck.77f1e5/TheStarXVII.37153b.json new file mode 100644 index 00000000..498a1da0 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheStarXVII.37153b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266317, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37153b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Star · XVII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.571, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheSunXIX.65b6cb.json b/objects/TarotDeck.77f1e5/TheSunXIX.65b6cb.json new file mode 100644 index 00000000..93dc8ccc --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheSunXIX.65b6cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "65b6cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Sun · XIX", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.544, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheTowerXVI.25ae32.json b/objects/TarotDeck.77f1e5/TheTowerXVI.25ae32.json new file mode 100644 index 00000000..5ca3b029 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheTowerXVI.25ae32.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266316, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "25ae32", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower · XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.573, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/TheWorldXXI.dacc75.json b/objects/TarotDeck.77f1e5/TheWorldXXI.dacc75.json new file mode 100644 index 00000000..0a45af31 --- /dev/null +++ b/objects/TarotDeck.77f1e5/TheWorldXXI.dacc75.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dacc75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The World · XXI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.479, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeck.77f1e5/WheelofFortuneX.00f067.json b/objects/TarotDeck.77f1e5/WheelofFortuneX.00f067.json new file mode 100644 index 00000000..1fc74cac --- /dev/null +++ b/objects/TarotDeck.77f1e5/WheelofFortuneX.00f067.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266310, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00f067", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wheel of Fortune · X", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.25, + "posY": 1.64, + "posZ": 3.986, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9.json b/objects/TarotDeckScripted.a230f9.json new file mode 100644 index 00000000..f30b8dc6 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9.json @@ -0,0 +1,75 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.94118, + "g": 0.12548, + "r": 0.62745 + }, + "ContainedObjects_order": [ + "TheMagicianI.0fd716", + "TheTowerXVI.25ae32", + "TheMoonXVIII.37c24c", + "TheHighPriestessII.a6d017", + "TheStarXVII.37153b", + "TheWorldXXI.dacc75", + "JudgementXX.e5e392", + "TheEmperorIV.8be589", + "TheFool0.01cd9f", + "TheSunXIX.65b6cb", + "DeathXIII.a00798", + "StrengthVIII.e0ad3b", + "TheEmpressIII.ee4a47", + "TheDevilXV.8328fd", + "JusticeXI.c4282a", + "WheelofFortuneX.00f067", + "TheChariotVII.f633db", + "TheHierophantV.2f9064", + "TheHangedManXII.522d77", + "TheHermitIX.e2e3a0", + "TemperanceXIV.ffb72a", + "TheLoversVI.d5d07a" + ], + "ContainedObjects_path": "TarotDeckScripted.a230f9", + "Description": "Right-click for card reading options.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a230f9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "require(\"playercards/ScriptedTarot\")", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Bag", + "Nickname": "Tarot Deck (Scripted)", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.434, + "posY": 1.172, + "posZ": 95.758, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.450000465, + "scaleY": 0.450000465, + "scaleZ": 0.450000465 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/DeathXIII.a00798.json b/objects/TarotDeckScripted.a230f9/DeathXIII.a00798.json new file mode 100644 index 00000000..f93eaf0c --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/DeathXIII.a00798.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266313, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a00798", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Death · XIII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.347, + "posY": 3.34, + "posZ": 54.461, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/JudgementXX.e5e392.json b/objects/TarotDeckScripted.a230f9/JudgementXX.e5e392.json new file mode 100644 index 00000000..ff6a1135 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/JudgementXX.e5e392.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e5e392", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Judgement · XX", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 3.075, + "posZ": 64.414, + "rotX": 0, + "rotY": 270, + "rotZ": 178, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/JusticeXI.c4282a.json b/objects/TarotDeckScripted.a230f9/JusticeXI.c4282a.json new file mode 100644 index 00000000..2fa6f21d --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/JusticeXI.c4282a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266311, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c4282a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Justice · XI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 16.035, + "posY": 3.388, + "posZ": 45.852, + "rotX": 1, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/StrengthVIII.e0ad3b.json b/objects/TarotDeckScripted.a230f9/StrengthVIII.e0ad3b.json new file mode 100644 index 00000000..cec6e89d --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/StrengthVIII.e0ad3b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266308, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e0ad3b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Strength · VIII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.347, + "posY": 3.34, + "posZ": 52.461, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TemperanceXIV.ffb72a.json b/objects/TarotDeckScripted.a230f9/TemperanceXIV.ffb72a.json new file mode 100644 index 00000000..73e3af82 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TemperanceXIV.ffb72a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266314, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ffb72a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Temperance · XIV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.192, + "posY": 3.156, + "posZ": 48.908, + "rotX": 0, + "rotY": 270, + "rotZ": 356, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheChariotVII.f633db.json b/objects/TarotDeckScripted.a230f9/TheChariotVII.f633db.json new file mode 100644 index 00000000..8d894552 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheChariotVII.f633db.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266307, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f633db", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Chariot · VII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 21.653, + "posY": 3.328, + "posZ": 44.494, + "rotX": 0, + "rotY": 270, + "rotZ": 2, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheDevilXV.8328fd.json b/objects/TarotDeckScripted.a230f9/TheDevilXV.8328fd.json new file mode 100644 index 00000000..8ebff29c --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheDevilXV.8328fd.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266315, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8328fd", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil · XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.347, + "posY": 3.585, + "posZ": 46.461, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheEmperorIV.8be589.json b/objects/TarotDeckScripted.a230f9/TheEmperorIV.8be589.json new file mode 100644 index 00000000..d6f43053 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheEmperorIV.8be589.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266304, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8be589", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Emperor · IV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -11.974, + "posY": 3.339, + "posZ": 57.313, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheEmpressIII.ee4a47.json b/objects/TarotDeckScripted.a230f9/TheEmpressIII.ee4a47.json new file mode 100644 index 00000000..2ee00579 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheEmpressIII.ee4a47.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266303, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ee4a47", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Empress · III", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.347, + "posY": 3.339, + "posZ": 48.461, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheFool0.01cd9f.json b/objects/TarotDeckScripted.a230f9/TheFool0.01cd9f.json new file mode 100644 index 00000000..a46b01be --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheFool0.01cd9f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "01cd9f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Fool · 0", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 3.56, + "posZ": 59.35, + "rotX": 2, + "rotY": 0, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheHangedManXII.522d77.json b/objects/TarotDeckScripted.a230f9/TheHangedManXII.522d77.json new file mode 100644 index 00000000..905c2192 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheHangedManXII.522d77.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266312, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "522d77", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hanged Man · XII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.956, + "posY": 3.209, + "posZ": 48.653, + "rotX": 0, + "rotY": 270, + "rotZ": 353, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheHermitIX.e2e3a0.json b/objects/TarotDeckScripted.a230f9/TheHermitIX.e2e3a0.json new file mode 100644 index 00000000..ccd2d95d --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheHermitIX.e2e3a0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266309, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e2e3a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hermit · IX", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 20.948, + "posY": 3.125, + "posZ": 50.184, + "rotX": 0, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheHierophantV.2f9064.json b/objects/TarotDeckScripted.a230f9/TheHierophantV.2f9064.json new file mode 100644 index 00000000..2b8ecc73 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheHierophantV.2f9064.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266305, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2f9064", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Hierophant · V", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.929, + "posY": 3.329, + "posZ": 44.63, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheHighPriestessII.a6d017.json b/objects/TarotDeckScripted.a230f9/TheHighPriestessII.a6d017.json new file mode 100644 index 00000000..c6f4a9d3 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheHighPriestessII.a6d017.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266302, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a6d017", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The High Priestess · II", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.113, + "posY": 3.339, + "posZ": 55.795, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheLoversVI.d5d07a.json b/objects/TarotDeckScripted.a230f9/TheLoversVI.d5d07a.json new file mode 100644 index 00000000..2fcbbf6c --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheLoversVI.d5d07a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266306, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5d07a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Lovers · VI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 17.605, + "posY": 3.359, + "posZ": 46.71, + "rotX": 359, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheMagicianI.0fd716.json b/objects/TarotDeckScripted.a230f9/TheMagicianI.0fd716.json new file mode 100644 index 00000000..84eae8ab --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheMagicianI.0fd716.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266301, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0fd716", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Magician · I", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 2.985, + "posZ": 65.421, + "rotX": 0, + "rotY": 270, + "rotZ": 178, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheMoonXVIII.37c24c.json b/objects/TarotDeckScripted.a230f9/TheMoonXVIII.37c24c.json new file mode 100644 index 00000000..ec143b0a --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheMoonXVIII.37c24c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266318, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37c24c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Moon · XVIII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 4.151, + "posZ": 52.297, + "rotX": 2, + "rotY": 0, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheStarXVII.37153b.json b/objects/TarotDeckScripted.a230f9/TheStarXVII.37153b.json new file mode 100644 index 00000000..732b5ad0 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheStarXVII.37153b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266317, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "37153b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Star · XVII", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 4.236, + "posZ": 51.289, + "rotX": 2, + "rotY": 0, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheSunXIX.65b6cb.json b/objects/TarotDeckScripted.a230f9/TheSunXIX.65b6cb.json new file mode 100644 index 00000000..f6a7bad5 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheSunXIX.65b6cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "65b6cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Sun · XIX", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 3.898, + "posZ": 55.319, + "rotX": 2, + "rotY": 0, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheTowerXVI.25ae32.json b/objects/TarotDeckScripted.a230f9/TheTowerXVI.25ae32.json new file mode 100644 index 00000000..b028db37 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheTowerXVI.25ae32.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266316, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "25ae32", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower · XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 2.557, + "posZ": 70.458, + "rotX": 0, + "rotY": 270, + "rotZ": 178, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/TheWorldXXI.dacc75.json b/objects/TarotDeckScripted.a230f9/TheWorldXXI.dacc75.json new file mode 100644 index 00000000..715ccb83 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/TheWorldXXI.dacc75.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dacc75", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The World · XXI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.791, + "posY": 2.644, + "posZ": 69.451, + "rotX": 0, + "rotY": 270, + "rotZ": 178, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TarotDeckScripted.a230f9/WheelofFortuneX.00f067.json b/objects/TarotDeckScripted.a230f9/WheelofFortuneX.00f067.json new file mode 100644 index 00000000..f9ade9d6 --- /dev/null +++ b/objects/TarotDeckScripted.a230f9/WheelofFortuneX.00f067.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 266310, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767619573/BC43BD2A94446B804BE325C7255D8179DEB2ABE8/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706767616930/9DB49D8C4BBF9C396AB364151195351559FD1B98/", + "NumHeight": 4, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "00f067", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Wheel of Fortune · X", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.682, + "posY": 3.296, + "posZ": 41.773, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheCircleUndone.0dcbe8.json b/objects/TheCircleUndone.0dcbe8.json new file mode 100644 index 00000000..4739894d --- /dev/null +++ b/objects/TheCircleUndone.0dcbe8.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517669843863/DC0750A38111062909FEDA1BC20685895A574A54/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/circle_undone.json", + "GUID": "0dcbe8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheCircleUndone.0dcbe8.luascriptstate", + "LuaScript_path": "TheCircleUndone.0dcbe8.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Circle Undone", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.767, + "posY": 1.295, + "posZ": -79.995, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheCircleUndone.0dcbe8.luascriptstate b/objects/TheCircleUndone.0dcbe8.luascriptstate new file mode 100644 index 00000000..ef5b496c --- /dev/null +++ b/objects/TheCircleUndone.0dcbe8.luascriptstate @@ -0,0 +1 @@ +{"ml":{"06b093":{"lock":false,"pos":{"x":-16.6386,"y":1.3564,"z":-80.069},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"07c091":{"lock":false,"pos":{"x":-22.6158,"y":1.3724,"z":-57.7623},"rot":{"x":0.0168,"y":179.9901,"z":359.9792}},"0987f6":{"lock":false,"pos":{"x":-22.6158,"y":1.3655,"z":-81.3393},"rot":{"x":0.0168,"y":179.9858,"z":359.9792}},"12aab7":{"lock":false,"pos":{"x":-16.639,"y":1.361,"z":-64.3414},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"290c75":{"lock":false,"pos":{"x":-16.639,"y":1.3633,"z":-56.5219},"rot":{"x":0.0208,"y":270.0144,"z":0.0168}},"2c0d63":{"lock":false,"pos":{"x":-19.2925,"y":1.3691,"z":-73.4624},"rot":{"x":0.0208,"y":269.9922,"z":0.0168}},"498c92":{"lock":false,"pos":{"x":-19.2948,"y":1.3714,"z":-65.5815},"rot":{"x":0.0208,"y":269.9871,"z":0.0168}},"49d0b5":{"lock":false,"pos":{"x":-19.2985,"y":1.3645,"z":-89.1737},"rot":{"x":0.0208,"y":269.983,"z":0.0168}},"4fa9f0":{"lock":false,"pos":{"x":-26.299,"y":1.2744,"z":-57.7619},"rot":{"x":359.9792,"y":90.0036,"z":359.9832}},"546051":{"lock":false,"pos":{"x":-19.299,"y":1.3736,"z":-57.7542},"rot":{"x":0.0208,"y":269.9838,"z":0.0168}},"57ed69":{"lock":false,"pos":{"x":-16.6389,"y":1.3625,"z":-58.9818},"rot":{"x":0.0208,"y":270,"z":0.0168}},"6414c4":{"lock":false,"pos":{"x":-19.2989,"y":1.3828,"z":-49.9567},"rot":{"x":0.0208,"y":270.0118,"z":0.0168}},"6cb8b7":{"lock":false,"pos":{"x":-16.6385,"y":1.3541,"z":-87.9138},"rot":{"x":0.0208,"y":269.985,"z":0.0168}},"7038f1":{"lock":false,"pos":{"x":-26.2984,"y":1.2652,"z":-89.1737},"rot":{"x":359.9792,"y":89.9975,"z":359.9832}},"74efa5":{"lock":false,"pos":{"x":-16.6385,"y":1.3583,"z":-73.4665},"rot":{"x":0.0208,"y":270.0452,"z":0.0168}},"759bf5":{"lock":false,"pos":{"x":-16.639,"y":1.3579,"z":-74.6965},"rot":{"x":0.0208,"y":269.9665,"z":0.0168}},"77ae77":{"lock":false,"pos":{"x":-16.639,"y":1.3603,"z":-66.8114},"rot":{"x":0.0208,"y":269.9974,"z":0.0168}},"7b381e":{"lock":false,"pos":{"x":-22.6146,"y":1.3678,"z":-73.4669},"rot":{"x":0.0168,"y":179.9857,"z":359.9792}},"7e14e1":{"lock":false,"pos":{"x":-16.639,"y":1.3656,"z":-48.6729},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"7e8db4":{"lock":false,"pos":{"x":-26.2985,"y":1.2675,"z":-81.3388},"rot":{"x":359.9792,"y":89.9837,"z":359.9832}},"800843":{"lock":false,"pos":{"x":-16.6383,"y":1.3537,"z":-89.1397},"rot":{"x":0.0208,"y":270.0267,"z":0.0168}},"8551a0":{"lock":false,"pos":{"x":-16.6391,"y":1.356,"z":-81.339},"rot":{"x":0.0208,"y":270.0159,"z":0.0168}},"90ffcd":{"lock":false,"pos":{"x":-26.2991,"y":1.2698,"z":-73.4665},"rot":{"x":359.9792,"y":89.9841,"z":359.9832}},"97c956":{"lock":false,"pos":{"x":-26.2989,"y":1.2767,"z":-49.9578},"rot":{"x":359.9792,"y":90.0023,"z":359.9832}},"98f4b5":{"lock":false,"pos":{"x":-16.639,"y":1.3629,"z":-57.7519},"rot":{"x":0.0208,"y":269.9753,"z":0.0168}},"a19874":{"lock":false,"pos":{"x":-16.6384,"y":1.3534,"z":-90.3837},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"aa0875":{"lock":false,"pos":{"x":-22.6128,"y":1.3816,"z":-49.959},"rot":{"x":0.0168,"y":179.9808,"z":359.9792}},"ab0486":{"lock":false,"pos":{"x":-16.6392,"y":1.3606,"z":-65.5811},"rot":{"x":0.0208,"y":269.9982,"z":0.0168}},"b4a195":{"lock":false,"pos":{"x":-19.2987,"y":1.3667,"z":-81.339},"rot":{"x":0.0208,"y":270.0094,"z":0.0168}},"b94c04":{"lock":false,"pos":{"x":-26.2991,"y":1.2721,"z":-65.5814},"rot":{"x":359.9792,"y":90.0109,"z":359.9832}},"df079f":{"lock":false,"pos":{"x":-16.6383,"y":1.3556,"z":-82.5394},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"e2aac1":{"lock":false,"pos":{"x":-16.639,"y":1.3648,"z":-51.1416},"rot":{"x":0.0208,"y":270.0373,"z":0.0168}},"e4be8a":{"lock":false,"pos":{"x":-16.6392,"y":1.3587,"z":-72.2263},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"e5683e":{"lock":false,"pos":{"x":-22.6157,"y":1.3632,"z":-89.174},"rot":{"x":0.0168,"y":179.9837,"z":359.9792}},"f4bdf0":{"lock":false,"pos":{"x":-22.6146,"y":1.3701,"z":-65.5964},"rot":{"x":0.0168,"y":179.9885,"z":359.9792}},"fb6232":{"lock":false,"pos":{"x":-16.639,"y":1.3652,"z":-49.9113},"rot":{"x":0.0208,"y":270.0219,"z":0.0168}}}} diff --git a/objects/TheCircleUndone.0dcbe8.ttslua b/objects/TheCircleUndone.0dcbe8.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/TheCircleUndone.0dcbe8.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheCircleUndone.63e097.json b/objects/TheCircleUndone.63e097.json new file mode 100644 index 00000000..43b6f676 --- /dev/null +++ b/objects/TheCircleUndone.63e097.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517669843863/DC0750A38111062909FEDA1BC20685895A574A54/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/circle_undone.json", + "GUID": "63e097", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheCircleUndone.63e097.luascriptstate", + "LuaScript_path": "TheCircleUndone.63e097.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Circle Undone", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.453, + "posY": 1.486, + "posZ": -27.881, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheCircleUndone.63e097.luascriptstate b/objects/TheCircleUndone.63e097.luascriptstate new file mode 100644 index 00000000..6f75c9c8 --- /dev/null +++ b/objects/TheCircleUndone.63e097.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0fad66":{"lock":false,"pos":{"x":12.2492,"y":1.4562,"z":-28.0139},"rot":{"x":359.9201,"y":269.9981,"z":0.0169}},"1e45e8":{"lock":false,"pos":{"x":12.2498,"y":1.4656,"z":3.9864},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"1ee775":{"lock":false,"pos":{"x":12.25,"y":1.4586,"z":-20.0138},"rot":{"x":359.9201,"y":270.0228,"z":0.0168}},"20f70a":{"lock":false,"pos":{"x":12.2499,"y":1.4609,"z":-12.0136},"rot":{"x":359.9201,"y":270,"z":0.0169}},"2f008a":{"lock":false,"pos":{"x":12.2493,"y":1.475,"z":35.9864},"rot":{"x":359.9201,"y":270,"z":0.0169}},"44a05a":{"lock":false,"pos":{"x":-1.4402,"y":1.4756,"z":-27.0401},"rot":{"x":359.9201,"y":270.0005,"z":0.0169}},"5c79d0":{"lock":false,"pos":{"x":12.2519,"y":1.468,"z":11.9864},"rot":{"x":359.9201,"y":270,"z":0.0169}},"67a775":{"lock":false,"pos":{"x":12.2502,"y":1.4727,"z":27.9864},"rot":{"x":359.9201,"y":270.0004,"z":0.0169}},"7388bc":{"lock":false,"pos":{"x":12.2499,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":270,"z":0.0169}},"a61b48":{"lock":false,"pos":{"x":12.2494,"y":1.4633,"z":-4.0136},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"dc5b5b":{"lock":false,"pos":{"x":0.2699,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":269.9991,"z":0.0169}}}} diff --git a/objects/TheCircleUndone.63e097.ttslua b/objects/TheCircleUndone.63e097.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/TheCircleUndone.63e097.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheDream-Eaters.a16a1a.json b/objects/TheDream-Eaters.a16a1a.json new file mode 100644 index 00000000..729a99b7 --- /dev/null +++ b/objects/TheDream-Eaters.a16a1a.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517669849292/9CD4BE220E1DE5294B1BC6301792920D213C98B3/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/dream_eaters.json", + "GUID": "a16a1a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheDream-Eaters.a16a1a.luascriptstate", + "LuaScript_path": "TheDream-Eaters.a16a1a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Dream-Eaters", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 40.037, + "posY": 1.486, + "posZ": 28.518, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheDream-Eaters.a16a1a.luascriptstate b/objects/TheDream-Eaters.a16a1a.luascriptstate new file mode 100644 index 00000000..b837d493 --- /dev/null +++ b/objects/TheDream-Eaters.a16a1a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0fad66":{"lock":false,"pos":{"x":12.2496,"y":1.4633,"z":-4.0136},"rot":{"x":359.9201,"y":270.0003,"z":0.0169}},"185096":{"lock":false,"pos":{"x":12.2505,"y":1.4585,"z":-20.0137},"rot":{"x":359.9201,"y":270.0004,"z":0.0169}},"1b4f86":{"lock":false,"pos":{"x":12.25,"y":1.4656,"z":3.9864},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}},"4f81cf":{"lock":false,"pos":{"x":12.2501,"y":1.4609,"z":-12.0136},"rot":{"x":359.9201,"y":270.0004,"z":0.0169}},"599cb7":{"lock":false,"pos":{"x":12.2501,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"7b07ca":{"lock":false,"pos":{"x":12.2521,"y":1.468,"z":11.9864},"rot":{"x":359.9201,"y":270,"z":0.0169}},"7f5828":{"lock":false,"pos":{"x":12.2503,"y":1.4727,"z":27.9864},"rot":{"x":359.9201,"y":270.0053,"z":0.0169}},"c3844b":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":269.9975,"z":0.0169}},"e14c76":{"lock":false,"pos":{"x":12.2496,"y":1.4562,"z":-28.0137},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"f40183":{"lock":false,"pos":{"x":-1.2197,"y":1.4753,"z":-26.8667},"rot":{"x":359.9201,"y":270.0728,"z":0.0168}}}} diff --git a/objects/TheDream-Eaters.a16a1a.ttslua b/objects/TheDream-Eaters.a16a1a.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/TheDream-Eaters.a16a1a.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheDream-Eaters.a34f34.json b/objects/TheDream-Eaters.a34f34.json new file mode 100644 index 00000000..f3fca726 --- /dev/null +++ b/objects/TheDream-Eaters.a34f34.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517669849292/9CD4BE220E1DE5294B1BC6301792920D213C98B3/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/dream-eaters.json", + "GUID": "a34f34", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheDream-Eaters.a34f34.luascriptstate", + "LuaScript_path": "TheDream-Eaters.a34f34.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Dream-Eaters", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.764, + "posY": 1.295, + "posZ": -86.776, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheDream-Eaters.a34f34.luascriptstate b/objects/TheDream-Eaters.a34f34.luascriptstate new file mode 100644 index 00000000..f97e9b10 --- /dev/null +++ b/objects/TheDream-Eaters.a34f34.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0531e5":{"lock":false,"pos":{"x":-16.64,"y":1.3615,"z":-62.4609},"rot":{"x":0.0208,"y":270.0276,"z":0.0168}},"0db936":{"lock":false,"pos":{"x":-16.6389,"y":1.3622,"z":-59.9952},"rot":{"x":0.0209,"y":269.8573,"z":0.0167}},"1f168b":{"lock":false,"pos":{"x":-16.6401,"y":1.3592,"z":-70.2906},"rot":{"x":0.0208,"y":269.9988,"z":0.0168}},"20abda":{"lock":false,"pos":{"x":-19.3,"y":1.3749,"z":-53.4358},"rot":{"x":0.0208,"y":269.9682,"z":0.0168}},"2da799":{"lock":false,"pos":{"x":-16.64,"y":1.3645,"z":-52.152},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"347bdc":{"lock":false,"pos":{"x":-16.6403,"y":1.3576,"z":-75.7054},"rot":{"x":0.0208,"y":270.0024,"z":0.0168}},"37326d":{"lock":false,"pos":{"x":-26.3001,"y":1.2734,"z":-61.241},"rot":{"x":359.9792,"y":89.9917,"z":359.9832}},"396e28":{"lock":false,"pos":{"x":-26.2996,"y":1.2665,"z":-84.818},"rot":{"x":359.9792,"y":90.0006,"z":359.9832}},"3a0b7c":{"lock":false,"pos":{"x":-26.3,"y":1.2757,"z":-53.4368},"rot":{"x":359.9792,"y":90,"z":359.9832}},"4ac8be":{"lock":false,"pos":{"x":-16.64,"y":1.3642,"z":-53.3904},"rot":{"x":0.0208,"y":270.0061,"z":0.0168}},"568da7":{"lock":false,"pos":{"x":-19.2998,"y":1.3657,"z":-84.8182},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"592dfb":{"lock":false,"pos":{"x":-16.6394,"y":1.3546,"z":-86.0186},"rot":{"x":0.0208,"y":270.0097,"z":0.0168}},"5d774c":{"lock":false,"pos":{"x":-16.6343,"y":1.3638,"z":-54.6167},"rot":{"x":0.0208,"y":269.9004,"z":0.0167}},"687b10":{"lock":false,"pos":{"x":-26.3002,"y":1.2688,"z":-76.9456},"rot":{"x":359.9792,"y":89.9993,"z":359.9832}},"6b8d4e":{"lock":false,"pos":{"x":-16.6401,"y":1.3619,"z":-61.231},"rot":{"x":0.0208,"y":270.0115,"z":0.0168}},"92b8c8":{"lock":false,"pos":{"x":-19.2936,"y":1.368,"z":-76.9415},"rot":{"x":0.0208,"y":269.9868,"z":0.0168}},"b238a0":{"lock":false,"pos":{"x":-22.6157,"y":1.3668,"z":-76.946},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"b3b6b9":{"lock":false,"pos":{"x":-16.6385,"y":1.3554,"z":-83.5415},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"b81d01":{"lock":false,"pos":{"x":-26.3002,"y":1.2711,"z":-69.0606},"rot":{"x":359.9792,"y":90.0185,"z":359.9832}},"c0a2e9":{"lock":false,"pos":{"x":-16.6401,"y":1.36,"z":-67.8206},"rot":{"x":0.0208,"y":269.9973,"z":0.0168}},"c57723":{"lock":false,"pos":{"x":-22.6169,"y":1.3714,"z":-61.2414},"rot":{"x":0.0168,"y":179.9939,"z":359.9792}},"c82de2":{"lock":false,"pos":{"x":-22.6157,"y":1.3691,"z":-69.0756},"rot":{"x":0.0168,"y":179.9999,"z":359.9792}},"c96d87":{"lock":false,"pos":{"x":-22.6139,"y":1.3737,"z":-53.4381},"rot":{"x":0.0168,"y":180,"z":359.9792}},"d5ff18":{"lock":false,"pos":{"x":-16.6401,"y":1.3569,"z":-78.1756},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"d827a4":{"lock":false,"pos":{"x":-16.6402,"y":1.355,"z":-84.8182},"rot":{"x":0.0208,"y":269.9846,"z":0.0168}},"da546d":{"lock":false,"pos":{"x":-22.6169,"y":1.3645,"z":-84.8185},"rot":{"x":0.0168,"y":179.9867,"z":359.9792}},"df88eb":{"lock":false,"pos":{"x":-19.3001,"y":1.3726,"z":-61.2332},"rot":{"x":0.0208,"y":269.987,"z":0.0168}},"eaadbf":{"lock":false,"pos":{"x":-16.6396,"y":1.3573,"z":-76.9456},"rot":{"x":0.0208,"y":269.9724,"z":0.0167}},"fae88f":{"lock":false,"pos":{"x":-19.2959,"y":1.3703,"z":-69.0607},"rot":{"x":0.0208,"y":269.9871,"z":0.0168}},"ff2fcf":{"lock":false,"pos":{"x":-16.6403,"y":1.3596,"z":-69.0603},"rot":{"x":0.0208,"y":269.9963,"z":0.0168}}}} diff --git a/objects/TheDream-Eaters.a34f34.ttslua b/objects/TheDream-Eaters.a34f34.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/TheDream-Eaters.a34f34.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheDunwichLegacy.2898f6.json b/objects/TheDunwichLegacy.2898f6.json new file mode 100644 index 00000000..d9647de9 --- /dev/null +++ b/objects/TheDunwichLegacy.2898f6.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667666249/B7EB11E1C48A63D3B8AC233FF2DF0BBAD74ECC6E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/dunwich_legacy.json", + "GUID": "2898f6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheDunwichLegacy.2898f6.luascriptstate", + "LuaScript_path": "TheDunwichLegacy.2898f6.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.548, + "posY": 1.481, + "posZ": 14.464, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheDunwichLegacy.2898f6.luascriptstate b/objects/TheDunwichLegacy.2898f6.luascriptstate new file mode 100644 index 00000000..da7767c4 --- /dev/null +++ b/objects/TheDunwichLegacy.2898f6.luascriptstate @@ -0,0 +1 @@ +{"ml":{"022ddf":{"lock":false,"pos":{"x":12.2506017684937,"y":1.45815706253052,"z":-21.3054027557373},"rot":{"x":359.920135498047,"y":270.005859375,"z":0.0168654527515173}},"30684d":{"lock":false,"pos":{"x":12.2504034042358,"y":1.46327662467957,"z":-3.91980123519897},"rot":{"x":359.920135498047,"y":269.996826171875,"z":0.0168782528489828}},"3f6ab6":{"lock":false,"pos":{"x":-1.2998993396759,"y":1.47544133663177,"z":-26.7614040374756},"rot":{"x":359.920135498047,"y":269.992095947266,"z":0.0168824009597301}},"51c0d9":{"lock":false,"pos":{"x":12.252100944519,"y":1.47350561618805,"z":30.8264045715332},"rot":{"x":359.920104980469,"y":270.012725830078,"z":0.0168560966849327}},"61f17f":{"lock":false,"pos":{"x":0.27011626958847,"y":1.4896068572998,"z":28.7769508361816},"rot":{"x":359.920104980469,"y":270.013244628906,"z":0.0168534461408854}},"684060":{"lock":false,"pos":{"x":12.2503023147583,"y":1.45558094978333,"z":-30.0549011230469},"rot":{"x":359.920104980469,"y":270.026062011719,"z":0.0168375186622143}},"87adbf":{"lock":false,"pos":{"x":12.2504024505615,"y":1.46838784217834,"z":13.4375},"rot":{"x":359.920104980469,"y":270.018981933594,"z":0.0168474968522787}},"afe7ce":{"lock":false,"pos":{"x":12.2503023147583,"y":1.46070146560669,"z":-12.6661014556885},"rot":{"x":359.920135498047,"y":270.007263183594,"z":0.0168637093156576}},"d6e449":{"lock":false,"pos":{"x":12.2503032684326,"y":1.46581149101257,"z":4.68779993057251},"rot":{"x":359.920104980469,"y":270.010681152344,"z":0.0168590862303972}},"e3aa5c":{"lock":false,"pos":{"x":12.2507019042969,"y":1.47093117237091,"z":22.076904296875},"rot":{"x":359.920135498047,"y":269.999694824219,"z":0.0168740600347519}}}} diff --git a/objects/TheDunwichLegacy.2898f6.ttslua b/objects/TheDunwichLegacy.2898f6.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/TheDunwichLegacy.2898f6.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheDunwichLegacy.5889dd.json b/objects/TheDunwichLegacy.5889dd.json new file mode 100644 index 00000000..d7614f5c --- /dev/null +++ b/objects/TheDunwichLegacy.5889dd.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667666249/B7EB11E1C48A63D3B8AC233FF2DF0BBAD74ECC6E/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/dunwich_legacy.json", + "GUID": "5889dd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheDunwichLegacy.5889dd.luascriptstate", + "LuaScript_path": "TheDunwichLegacy.5889dd.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Dunwich Legacy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.766, + "posY": 1.295, + "posZ": -60.041, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheDunwichLegacy.5889dd.luascriptstate b/objects/TheDunwichLegacy.5889dd.luascriptstate new file mode 100644 index 00000000..8c4fba5b --- /dev/null +++ b/objects/TheDunwichLegacy.5889dd.luascriptstate @@ -0,0 +1 @@ +{"ml":{"04e814":{"lock":false,"pos":{"x":-16.6361236572266,"y":1.35761868953705,"z":-75.7012557983398},"rot":{"x":0.0208200719207525,"y":269.987670898438,"z":0.0167636647820473}},"07b86c":{"lock":false,"pos":{"x":-16.6361179351807,"y":1.35956382751465,"z":-69.0561218261719},"rot":{"x":0.0208163615316153,"y":270.000213623047,"z":0.0167682655155659}},"0a9dcf":{"lock":false,"pos":{"x":-19.2958946228027,"y":1.3291552066803,"z":-69.0606918334961},"rot":{"x":0.020802516490221,"y":270.023498535156,"z":0.016779288649559}},"20a1ae":{"lock":false,"pos":{"x":-22.6157627105713,"y":1.30868756771088,"z":-76.946044921875},"rot":{"x":0.016771724447608,"y":180.001052856445,"z":359.979187011719}},"246187":{"lock":false,"pos":{"x":-16.6359176635742,"y":1.35920369625092,"z":-70.2864227294922},"rot":{"x":0.0208163615316153,"y":270.000030517578,"z":0.01676837913692}},"25a9d0":{"lock":false,"pos":{"x":-26.3001747131348,"y":1.2687805891037,"z":-76.9456329345703},"rot":{"x":359.979156494141,"y":90.0001220703125,"z":359.983215332031}},"3178b4":{"lock":false,"pos":{"x":-16.633617401123,"y":1.36378955841064,"z":-54.6229019165039},"rot":{"x":0.0208762735128403,"y":269.7958984375,"z":0.0166939832270145}},"39c9b4":{"lock":false,"pos":{"x":-16.634391784668,"y":1.35532557964325,"z":-83.5373382568359},"rot":{"x":0.0208165720105171,"y":270.000823974609,"z":0.0167684108018875}},"41625c":{"lock":false,"pos":{"x":-19.3000965118408,"y":1.31449115276337,"z":-61.2331962585449},"rot":{"x":0.0208033584058285,"y":270.017700195313,"z":0.0167775470763445}},"523bbe":{"lock":false,"pos":{"x":-22.6156940460205,"y":1.32794523239136,"z":-69.0755920410156},"rot":{"x":0.0167734548449516,"y":180.005798339844,"z":359.979187011719}},"5d43bb":{"lock":false,"pos":{"x":-16.6352195739746,"y":1.35460007190704,"z":-86.0144271850586},"rot":{"x":0.0208166837692261,"y":269.998901367188,"z":0.0167677477002144}},"62acb6":{"lock":false,"pos":{"x":-26.3001937866211,"y":1.27108895778656,"z":-69.0606079101563},"rot":{"x":359.979187011719,"y":90.0000991821289,"z":359.983215332031}},"7b6ae4":{"lock":false,"pos":{"x":-16.6354084014893,"y":1.35725593566895,"z":-76.9414749145508},"rot":{"x":0.0208171717822552,"y":269.998901367188,"z":0.0167678035795689}},"89f1f7":{"lock":false,"pos":{"x":-22.6163425445557,"y":1.30638313293457,"z":-84.818489074707},"rot":{"x":0.0167830754071474,"y":180.031951904297,"z":359.979187011719}},"8d7701":{"lock":false,"pos":{"x":-16.6360607147217,"y":1.35495126247406,"z":-84.8140258789063},"rot":{"x":0.0208135508000851,"y":270.008941650391,"z":0.0167709235101938}},"9bdc2f":{"lock":false,"pos":{"x":-16.6359176635742,"y":1.36185562610626,"z":-61.2268142700195},"rot":{"x":0.0208168551325798,"y":270.000091552734,"z":0.0167681444436312}},"acabdf":{"lock":false,"pos":{"x":-22.6139030456543,"y":1.31556940078735,"z":-53.4381294250488},"rot":{"x":0.0167670119553804,"y":179.98796081543,"z":359.979187011719}},"ae39ed":{"lock":false,"pos":{"x":-26.3000984191895,"y":1.27337777614594,"z":-61.2410011291504},"rot":{"x":359.979156494141,"y":90,"z":359.983215332031}},"b18047":{"lock":false,"pos":{"x":-22.6169605255127,"y":1.31328415870667,"z":-61.2413864135742},"rot":{"x":0.016771437600255,"y":179.999908447266,"z":359.979187011719}},"c72b69":{"lock":false,"pos":{"x":-16.6358203887939,"y":1.36451327800751,"z":-52.1478118896484},"rot":{"x":0.020812688395381,"y":270.012512207031,"z":0.0167724564671516}},"c81217":{"lock":false,"pos":{"x":-19.2999954223633,"y":1.31677353382111,"z":-53.4357948303223},"rot":{"x":0.0208019912242889,"y":270.023193359375,"z":0.0167795568704605}},"d28c9a":{"lock":false,"pos":{"x":-19.2936096191406,"y":1.30989539623261,"z":-76.9415512084961},"rot":{"x":0.0208005085587502,"y":270.028686523438,"z":0.0167813412845135}},"dbd56b":{"lock":false,"pos":{"x":-16.6358127593994,"y":1.36415064334869,"z":-53.3862228393555},"rot":{"x":0.0208156015723944,"y":270.00048828125,"z":0.0167680345475674}},"e46816":{"lock":false,"pos":{"x":-16.6359252929688,"y":1.35992670059204,"z":-67.8164138793945},"rot":{"x":0.0208154637366533,"y":270.00048828125,"z":0.0167681556195021}},"e69e6d":{"lock":false,"pos":{"x":-16.6358165740967,"y":1.36149561405182,"z":-62.4567184448242},"rot":{"x":0.0208171736449003,"y":269.999938964844,"z":0.0167679321020842}},"e7f6e7":{"lock":false,"pos":{"x":-22.6156921386719,"y":1.32794523239136,"z":-69.0756149291992},"rot":{"x":0.0167758744210005,"y":180.012145996094,"z":359.979187011719}},"ed4b06":{"lock":false,"pos":{"x":-19.2997856140137,"y":1.3075875043869,"z":-84.8181838989258},"rot":{"x":0.0208119191229343,"y":269.989379882813,"z":0.016767218708992}},"ed6ea8":{"lock":false,"pos":{"x":-16.6359481811523,"y":1.35689568519592,"z":-78.1714782714844},"rot":{"x":0.0208173505961895,"y":269.996398925781,"z":0.0167666263878345}},"edb898":{"lock":false,"pos":{"x":-26.29958152771,"y":1.26647686958313,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.000114440918,"z":359.983215332031}},"f8af18":{"lock":false,"pos":{"x":-26.299991607666,"y":1.27566206455231,"z":-53.4367980957031},"rot":{"x":359.979156494141,"y":90.0000991821289,"z":359.983245849609}},"f9c822":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36221289634705,"z":-60.0009994506836},"rot":{"x":0.0208163224160671,"y":270.000732421875,"z":0.0167683698236942}}}} diff --git a/objects/TheDunwichLegacy.5889dd.ttslua b/objects/TheDunwichLegacy.5889dd.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/TheDunwichLegacy.5889dd.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheForgottenAge.03b888.json b/objects/TheForgottenAge.03b888.json new file mode 100644 index 00000000..bf27fc89 --- /dev/null +++ b/objects/TheForgottenAge.03b888.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517669830426/AAB750A408E887633F25AFDFB194C50A9A1518DF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/forgotten_age.json", + "GUID": "03b888", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheForgottenAge.03b888.luascriptstate", + "LuaScript_path": "TheForgottenAge.03b888.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.768, + "posY": 1.295, + "posZ": -73.231, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheForgottenAge.03b888.luascriptstate b/objects/TheForgottenAge.03b888.luascriptstate new file mode 100644 index 00000000..cc58a8b6 --- /dev/null +++ b/objects/TheForgottenAge.03b888.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0745af":{"lock":false,"pos":{"x":-16.6399993896484,"y":1.36149299144745,"z":-62.4608993530273},"rot":{"x":0.0208170022815466,"y":269.999938964844,"z":0.0167678613215685}},"0cce7f":{"lock":false,"pos":{"x":-22.6168956756592,"y":1.31328415870667,"z":-61.241397857666},"rot":{"x":0.0167752671986818,"y":180.010299682617,"z":359.979187011719}},"1842b6":{"lock":false,"pos":{"x":-26.2999973297119,"y":1.27566230297089,"z":-53.4369010925293},"rot":{"x":359.979156494141,"y":90,"z":359.983245849609}},"1f8fcf":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35956108570099,"z":-69.060302734375},"rot":{"x":0.0208168476819992,"y":270.00048828125,"z":0.0167679134756327}},"24660b":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36414790153503,"z":-53.3903999328613},"rot":{"x":0.0208166111260653,"y":270.000305175781,"z":0.0167675819247961}},"3c3607":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36185300350189,"z":-61.2309989929199},"rot":{"x":0.0208168718963861,"y":269.999603271484,"z":0.0167678724974394}},"4722e6":{"lock":false,"pos":{"x":-26.3000984191895,"y":1.2733781337738,"z":-61.2410011291504},"rot":{"x":359.979156494141,"y":89.9815063476563,"z":359.983245849609}},"480119":{"lock":false,"pos":{"x":-19.2997970581055,"y":1.3075875043869,"z":-84.8181991577148},"rot":{"x":0.0208203382790089,"y":269.968048095703,"z":0.0167613867670298}},"573cb2":{"lock":false,"pos":{"x":-22.6157627105713,"y":1.30868756771088,"z":-76.946044921875},"rot":{"x":0.0167756136506796,"y":180.01025390625,"z":359.979187011719}},"5c7b14":{"lock":false,"pos":{"x":-26.300199508667,"y":1.27108907699585,"z":-69.0606079101563},"rot":{"x":359.979187011719,"y":90.010009765625,"z":359.983215332031}},"663b02":{"lock":false,"pos":{"x":-19.2958965301514,"y":1.31220138072968,"z":-69.0606994628906},"rot":{"x":0.0208054259419441,"y":270.018493652344,"z":0.0167794562876225}},"698808":{"lock":false,"pos":{"x":-26.2995986938477,"y":1.26647639274597,"z":-84.8180084228516},"rot":{"x":359.979156494141,"y":90,"z":359.983245849609}},"6c2d02":{"lock":false,"pos":{"x":-22.6138954162598,"y":1.31556940078735,"z":-53.4380950927734},"rot":{"x":0.0167753715068102,"y":180.010299682617,"z":359.979187011719}},"7069c2":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35689306259155,"z":-78.1755981445313},"rot":{"x":0.0208157803863287,"y":270.000732421875,"z":0.0167677123099566}},"757716":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35992407798767,"z":-67.8206024169922},"rot":{"x":0.020816633477807,"y":270.000610351563,"z":0.0167682748287916}},"7ae4a4":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36221301555634,"z":-60.0009994506836},"rot":{"x":0.0208161063492298,"y":269.999694824219,"z":0.0167677123099566}},"7d0121":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35761606693268,"z":-75.7053985595703},"rot":{"x":0.0208213068544865,"y":269.982086181641,"z":0.0167609136551619}},"8d356b":{"lock":false,"pos":{"x":-22.6156959533691,"y":1.31099140644073,"z":-69.0755996704102},"rot":{"x":0.0167721603065729,"y":180.000701904297,"z":359.979187011719}},"90165e":{"lock":false,"pos":{"x":-16.640100479126,"y":1.3637877702713,"z":-54.6207008361816},"rot":{"x":0.0208164267241955,"y":270.000213623047,"z":0.0167677942663431}},"9c5af7":{"lock":false,"pos":{"x":-26.3001976013184,"y":1.2687805891037,"z":-76.9456100463867},"rot":{"x":359.979156494141,"y":90,"z":359.983215332031}},"a52a3a":{"lock":false,"pos":{"x":-16.6396007537842,"y":1.35725319385529,"z":-76.9456024169922},"rot":{"x":0.0208161231130362,"y":270.000610351563,"z":0.0167683716863394}},"b6b36e":{"lock":false,"pos":{"x":-16.640100479126,"y":1.35920095443726,"z":-70.2906036376953},"rot":{"x":0.0208172854036093,"y":269.998809814453,"z":0.0167675353586674}},"bab94a":{"lock":false,"pos":{"x":-22.6168956756592,"y":1.3063827753067,"z":-84.8184967041016},"rot":{"x":0.0167757626622915,"y":180.010299682617,"z":359.979187011719}},"be44cf":{"lock":false,"pos":{"x":-16.6394004821777,"y":1.35459744930267,"z":-86.0186004638672},"rot":{"x":0.0208111852407455,"y":270.017486572266,"z":0.0167746804654598}},"c1bb90":{"lock":false,"pos":{"x":-16.6401996612549,"y":1.35494863986969,"z":-84.8181991577148},"rot":{"x":0.0208170153200626,"y":270.000396728516,"z":0.016767954453826}},"cf0fa6":{"lock":false,"pos":{"x":-16.640100479126,"y":1.36451041698456,"z":-52.1520004272461},"rot":{"x":0.0208162851631641,"y":270.000213623047,"z":0.0167680457234383}},"d742cb":{"lock":false,"pos":{"x":-19.3000965118408,"y":1.31449115276337,"z":-61.2331962585449},"rot":{"x":0.0208036378026009,"y":270.01806640625,"z":0.0167762525379658}},"e0aba2":{"lock":false,"pos":{"x":-19.2935962677002,"y":1.30989539623261,"z":-76.9414978027344},"rot":{"x":0.0208106692880392,"y":269.999786376953,"z":0.0167726222425699}},"e4c465":{"lock":false,"pos":{"x":-16.638599395752,"y":1.35532283782959,"z":-83.5414962768555},"rot":{"x":0.0208705551922321,"y":269.815185546875,"z":0.0167006105184555}},"ef40fe":{"lock":false,"pos":{"x":-19.2999954223633,"y":1.31677353382111,"z":-53.4357948303223},"rot":{"x":0.0208147279918194,"y":269.981292724609,"z":0.0167628452181816}}}} diff --git a/objects/TheForgottenAge.03b888.ttslua b/objects/TheForgottenAge.03b888.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/TheForgottenAge.03b888.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheForgottenAge.0bcf19.json b/objects/TheForgottenAge.0bcf19.json new file mode 100644 index 00000000..6414a1bc --- /dev/null +++ b/objects/TheForgottenAge.0bcf19.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517669830426/AAB750A408E887633F25AFDFB194C50A9A1518DF/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/forgotten_age.json", + "GUID": "0bcf19", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheForgottenAge.0bcf19.luascriptstate", + "LuaScript_path": "TheForgottenAge.0bcf19.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Forgotten Age", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.502, + "posY": 1.486, + "posZ": -14.354, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheForgottenAge.0bcf19.luascriptstate b/objects/TheForgottenAge.0bcf19.luascriptstate new file mode 100644 index 00000000..be7e8fd2 --- /dev/null +++ b/objects/TheForgottenAge.0bcf19.luascriptstate @@ -0,0 +1 @@ +{"ml":{"05e6aa":{"lock":false,"pos":{"x":3.2076,"y":1.5459,"z":-36.0018},"rot":{"x":359.9201,"y":269.9973,"z":0.0169}},"065ce1":{"lock":false,"pos":{"x":12.250301361084,"y":1.47267210483551,"z":27.9864044189453},"rot":{"x":359.920104980469,"y":270.067016601563,"z":0.0167801454663277}},"0ec59f":{"lock":false,"pos":{"x":12.2521028518677,"y":1.4679582118988,"z":11.9864883422852},"rot":{"x":359.920104980469,"y":270.026794433594,"z":0.0168364979326725}},"11f5c8":{"lock":false,"pos":{"x":12.2498989105225,"y":1.47031724452972,"z":19.9865016937256},"rot":{"x":359.920104980469,"y":270.019836425781,"z":0.0168461091816425}},"267216":{"lock":false,"pos":{"x":0.270030081272125,"y":1.48960709571838,"z":28.7770729064941},"rot":{"x":359.920135498047,"y":270.003509521484,"z":0.0168672148138285}},"2bfe00":{"lock":false,"pos":{"x":12.2499866485596,"y":1.46560537815094,"z":3.98619103431702},"rot":{"x":359.920104980469,"y":270.025054931641,"z":0.0168389566242695}},"3170ce":{"lock":false,"pos":{"x":12.2468566894531,"y":1.46089768409729,"z":-12.0159311294556},"rot":{"x":359.920135498047,"y":269.955871582031,"z":0.0169354304671288}},"48b154":{"lock":false,"pos":{"x":-1.35349881649017,"y":1.47556257247925,"z":-26.6032085418701},"rot":{"x":359.920135498047,"y":270.002044677734,"z":0.0168686080724001}},"528eda":{"lock":false,"pos":{"x":3.2243275642395,"y":1.55490112304688,"z":-35.4555892944336},"rot":{"x":359.920104980469,"y":270.027435302734,"z":180.016815185547}},"5b2403":{"lock":false,"pos":{"x":12.2496175765991,"y":1.463250041008,"z":-4.01360750198364},"rot":{"x":359.920135498047,"y":270.002685546875,"z":0.0168695878237486}},"737c5d":{"lock":false,"pos":{"x":12.2496032714844,"y":1.45618295669556,"z":-28.0137042999268},"rot":{"x":359.920135498047,"y":270.002471923828,"z":0.0168697722256184}},"85286a":{"lock":false,"pos":{"x":12.2505016326904,"y":1.45853734016418,"z":-20.0137042999268},"rot":{"x":359.920104980469,"y":270.009887695313,"z":0.0168606359511614}},"c52079":{"lock":false,"pos":{"x":12.2504005432129,"y":1.45382618904114,"z":-36.0138053894043},"rot":{"x":359.920135498047,"y":270.004608154297,"z":0.0168671775609255}},"d14543":{"lock":false,"pos":{"x":2.77120327949524,"y":1.30338501930237,"z":36.586555480957},"rot":{"x":0.0799634829163551,"y":89.9997253417969,"z":359.983093261719}},"e90956":{"lock":false,"pos":{"x":12.2494029998779,"y":1.47502899169922,"z":35.986400604248},"rot":{"x":359.920104980469,"y":270.103210449219,"z":0.0167299881577492}}}} diff --git a/objects/TheForgottenAge.0bcf19.ttslua b/objects/TheForgottenAge.0bcf19.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/TheForgottenAge.0bcf19.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheInnsmouthConspiracy.10bd18.json b/objects/TheInnsmouthConspiracy.10bd18.json new file mode 100644 index 00000000..44afdcdc --- /dev/null +++ b/objects/TheInnsmouthConspiracy.10bd18.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132195050/3888AC3E4F59D039C5F01B7EC72AB63174184381/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/innsmouth_conspiracy.json", + "GUID": "10bd18", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheInnsmouthConspiracy.10bd18.luascriptstate", + "LuaScript_path": "TheInnsmouthConspiracy.10bd18.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Innsmouth Conspiracy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.332, + "posY": 1.295, + "posZ": -53.92, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheInnsmouthConspiracy.10bd18.luascriptstate b/objects/TheInnsmouthConspiracy.10bd18.luascriptstate new file mode 100644 index 00000000..c9d7f549 --- /dev/null +++ b/objects/TheInnsmouthConspiracy.10bd18.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0531e5":{"lock":false,"pos":{"x":-16.6400871276855,"y":1.3618528842926,"z":-61.2309913635254},"rot":{"x":0.0208086054772139,"y":270.027465820313,"z":0.016778064891696}},"09299a":{"lock":false,"pos":{"x":-22.6139030456543,"y":1.31556940078735,"z":-53.4381294250488},"rot":{"x":0.016771337017417,"y":180,"z":359.979187011719}},"0db936":{"lock":false,"pos":{"x":-16.6400470733643,"y":1.36149299144745,"z":-62.4609298706055},"rot":{"x":0.02082191221416,"y":269.980682373047,"z":0.0167613159865141}},"16b750":{"lock":false,"pos":{"x":-19.2958736419678,"y":1.31220149993896,"z":-69.0606994628906},"rot":{"x":0.0208087041974068,"y":269.999938964844,"z":0.0167709477245808}},"1711ef":{"lock":false,"pos":{"x":-19.3000774383545,"y":1.31449115276337,"z":-61.2332534790039},"rot":{"x":0.0208088010549545,"y":270.000091552734,"z":0.016771174967289}},"1f168b":{"lock":false,"pos":{"x":-16.640079498291,"y":1.35920095443726,"z":-70.2905960083008},"rot":{"x":0.0208170041441917,"y":269.998657226563,"z":0.0167676992714405}},"2da799":{"lock":false,"pos":{"x":-16.6400680541992,"y":1.36451053619385,"z":-52.152027130127},"rot":{"x":0.0208160188049078,"y":270.000305175781,"z":0.0167681109160185}},"347bdc":{"lock":false,"pos":{"x":-16.6403064727783,"y":1.35761594772339,"z":-75.705436706543},"rot":{"x":0.0208161026239395,"y":270.00244140625,"z":0.0167687796056271}},"37326d":{"lock":false,"pos":{"x":-26.3001327514648,"y":1.27337777614594,"z":-61.2409515380859},"rot":{"x":359.979156494141,"y":89.9917221069336,"z":359.983245849609}},"396e28":{"lock":false,"pos":{"x":-26.2995777130127,"y":1.26647710800171,"z":-84.817985534668},"rot":{"x":359.979156494141,"y":90.0006942749023,"z":359.983215332031}},"3a0b7c":{"lock":false,"pos":{"x":-26.2999935150146,"y":1.2756621837616,"z":-53.4368362426758},"rot":{"x":359.979156494141,"y":90.0000305175781,"z":359.983215332031}},"4140f8":{"lock":false,"pos":{"x":-19.3000259399414,"y":1.3167736530304,"z":-53.4358406066895},"rot":{"x":0.0208087284117937,"y":270,"z":0.0167706534266472}},"4ac8be":{"lock":false,"pos":{"x":-16.6400661468506,"y":1.36414790153503,"z":-53.3904190063477},"rot":{"x":0.0208145789802074,"y":270.006103515625,"z":0.0167700946331024}},"4c0961":{"lock":false,"pos":{"x":-22.6156921386719,"y":1.31099140644073,"z":-69.0756149291992},"rot":{"x":0.0167712476104498,"y":179.999877929688,"z":359.979187011719}},"54c2dd":{"lock":false,"pos":{"x":-22.6169605255127,"y":1.31328415870667,"z":-61.2413864135742},"rot":{"x":0.0167712420225143,"y":180,"z":359.979187011719}},"57ccc6":{"lock":false,"pos":{"x":-22.6156921386719,"y":1.31099140644073,"z":-69.0756149291992},"rot":{"x":0.0167714022099972,"y":180,"z":359.979187011719}},"592dfb":{"lock":false,"pos":{"x":-16.6394157409668,"y":1.35459733009338,"z":-86.0186080932617},"rot":{"x":0.0208184141665697,"y":269.99267578125,"z":0.0167655274271965}},"5d774c":{"lock":false,"pos":{"x":-16.6400718688965,"y":1.3637877702713,"z":-54.6207466125488},"rot":{"x":0.0208241995424032,"y":269.973754882813,"z":0.0167581476271153}},"61edfd":{"lock":false,"pos":{"x":-19.2936210632324,"y":1.32684922218323,"z":-76.9415588378906},"rot":{"x":0.0208094138652086,"y":270,"z":0.0167710557579994}},"687b10":{"lock":false,"pos":{"x":-26.3001728057861,"y":1.26878070831299,"z":-76.9456329345703},"rot":{"x":359.979156494141,"y":90.0000305175781,"z":359.983215332031}},"6b8d4e":{"lock":false,"pos":{"x":-16.6400699615479,"y":1.36221206188202,"z":-60.0041961669922},"rot":{"x":0.0208080615848303,"y":270.02783203125,"z":0.0167781114578247}},"8667e9":{"lock":false,"pos":{"x":-22.6169128417969,"y":1.32333660125732,"z":-84.8185043334961},"rot":{"x":0.0167790967971087,"y":180.020736694336,"z":359.979187011719}},"888fcc":{"lock":false,"pos":{"x":-19.2997856140137,"y":1.3075875043869,"z":-84.8181838989258},"rot":{"x":0.0208080690354109,"y":270.003265380859,"z":0.016772422939539}},"8d324e":{"lock":false,"pos":{"x":-22.6157627105713,"y":1.3256413936615,"z":-76.946044921875},"rot":{"x":0.0167714711278677,"y":179.999664306641,"z":359.979187011719}},"a31459":{"lock":false,"pos":{"x":-19.2958946228027,"y":1.31220149993896,"z":-69.0607147216797},"rot":{"x":0.0208088010549545,"y":269.999938964844,"z":0.0167708992958069}},"b3b6b9":{"lock":false,"pos":{"x":-16.6402435302734,"y":1.35494863986969,"z":-84.8182067871094},"rot":{"x":0.0208163503557444,"y":270.000213623047,"z":0.0167683847248554}},"b81d01":{"lock":false,"pos":{"x":-26.3001499176025,"y":1.27108907699585,"z":-69.0605926513672},"rot":{"x":359.979187011719,"y":90.0157012939453,"z":359.983215332031}},"bef686":{"lock":false,"pos":{"x":-19.3000831604004,"y":1.31449115276337,"z":-61.2332572937012},"rot":{"x":0.0208086911588907,"y":270,"z":0.016770601272583}},"c0a2e9":{"lock":false,"pos":{"x":-16.6400833129883,"y":1.35992407798767,"z":-67.8205947875977},"rot":{"x":0.0208170916885138,"y":269.9970703125,"z":0.0167670771479607}},"c0d89c":{"lock":false,"pos":{"x":-22.6169605255127,"y":1.31328415870667,"z":-61.2413864135742},"rot":{"x":0.0167716462165117,"y":180,"z":359.979187011719}},"c116a8":{"lock":false,"pos":{"x":-22.6139030456543,"y":1.31556940078735,"z":-53.4381294250488},"rot":{"x":0.0167773738503456,"y":180.016952514648,"z":359.979187011719}},"d5ff18":{"lock":false,"pos":{"x":-16.6401348114014,"y":1.35689282417297,"z":-78.1756439208984},"rot":{"x":0.0208216030150652,"y":269.983154296875,"z":0.0167616996914148}},"d827a4":{"lock":false,"pos":{"x":-16.6385688781738,"y":1.35532283782959,"z":-83.5415115356445},"rot":{"x":0.0208126716315746,"y":270.012481689453,"z":0.0167724099010229}},"da2a87":{"lock":false,"pos":{"x":-19.2997856140137,"y":1.32454133033752,"z":-84.8181838989258},"rot":{"x":0.0208084024488926,"y":270.003143310547,"z":0.016771687194705}},"eaadbf":{"lock":false,"pos":{"x":-16.6395988464355,"y":1.357253074646,"z":-76.9456481933594},"rot":{"x":0.0208154898136854,"y":270.004028320313,"z":0.0167695544660091}},"fc63ca":{"lock":false,"pos":{"x":-19.2936096191406,"y":1.30989551544189,"z":-76.9415512084961},"rot":{"x":0.0208090711385012,"y":269.999603271484,"z":0.0167711153626442}},"ff2fcf":{"lock":false,"pos":{"x":-16.6403007507324,"y":1.35956108570099,"z":-69.0603103637695},"rot":{"x":0.0208179466426373,"y":269.996185302734,"z":0.0167664047330618}}}} diff --git a/objects/TheInnsmouthConspiracy.10bd18.ttslua b/objects/TheInnsmouthConspiracy.10bd18.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/TheInnsmouthConspiracy.10bd18.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheInnsmouthConspiracy.465aab.json b/objects/TheInnsmouthConspiracy.465aab.json new file mode 100644 index 00000000..98a77d30 --- /dev/null +++ b/objects/TheInnsmouthConspiracy.465aab.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132195050/3888AC3E4F59D039C5F01B7EC72AB63174184381/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/innsmouth_conspiracy.json", + "GUID": "465aab", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheInnsmouthConspiracy.465aab.luascriptstate", + "LuaScript_path": "TheInnsmouthConspiracy.465aab.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Innsmouth Conspiracy", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 40.214, + "posY": 1.486, + "posZ": 14.497, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheInnsmouthConspiracy.465aab.luascriptstate b/objects/TheInnsmouthConspiracy.465aab.luascriptstate new file mode 100644 index 00000000..33c04b91 --- /dev/null +++ b/objects/TheInnsmouthConspiracy.465aab.luascriptstate @@ -0,0 +1 @@ +{"ml":{"391578":{"lock":false,"pos":{"x":12.2495851516724,"y":1.46324992179871,"z":-4.0136547088623},"rot":{"x":359.920135498047,"y":269.999969482422,"z":0.0168741308152676}},"5a1bc0":{"lock":false,"pos":{"x":12.2504844665527,"y":1.45853734016418,"z":-20.0136661529541},"rot":{"x":359.920135498047,"y":270,"z":0.016873961314559}},"7ced47":{"lock":false,"pos":{"x":12.2499876022339,"y":1.46560525894165,"z":3.98634815216064},"rot":{"x":359.920135498047,"y":269.999969482422,"z":0.0168743841350079}},"8c6d05":{"lock":false,"pos":{"x":12.2500810623169,"y":1.47031664848328,"z":19.9863700866699},"rot":{"x":359.920135498047,"y":270,"z":0.0168737471103668}},"c09838":{"lock":false,"pos":{"x":12.2502880096436,"y":1.47267186641693,"z":27.9863700866699},"rot":{"x":359.920135498047,"y":270.000030517578,"z":0.0168739836663008}},"c3844b":{"lock":false,"pos":{"x":-1.85711598396301,"y":1.49247169494629,"z":28.4344425201416},"rot":{"x":359.920135498047,"y":269.997497558594,"z":0.0168757010251284}},"c3a225":{"lock":false,"pos":{"x":12.2520818710327,"y":1.4679582118988,"z":11.9863586425781},"rot":{"x":359.920135498047,"y":270,"z":0.0168737731873989}},"d32a84":{"lock":false,"pos":{"x":12.2495040893555,"y":1.45618307590485,"z":-28.0138034820557},"rot":{"x":359.920135498047,"y":270.009918212891,"z":0.0168595146387815}},"ddd5dd":{"lock":false,"pos":{"x":12.2500877380371,"y":1.46089375019073,"z":-12.0136547088623},"rot":{"x":359.920135498047,"y":269.999969482422,"z":0.0168744642287493}},"f40183":{"lock":false,"pos":{"x":-1.46564340591431,"y":1.4756224155426,"z":-26.9310359954834},"rot":{"x":359.920135498047,"y":270.004577636719,"z":0.0168651305139065}}}} diff --git a/objects/TheInnsmouthConspiracy.465aab.ttslua b/objects/TheInnsmouthConspiracy.465aab.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/TheInnsmouthConspiracy.465aab.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/ThePathtoCarcosa.899c3a.json b/objects/ThePathtoCarcosa.899c3a.json new file mode 100644 index 00000000..cf50ca61 --- /dev/null +++ b/objects/ThePathtoCarcosa.899c3a.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667645467/CDF71CF96691CEF2E690F71332479ACBA0697864/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/path_to_carcosa.json", + "GUID": "899c3a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ThePathtoCarcosa.899c3a.luascriptstate", + "LuaScript_path": "ThePathtoCarcosa.899c3a.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Path to Carcosa", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.767, + "posY": 1.295, + "posZ": -66.54, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ThePathtoCarcosa.899c3a.luascriptstate b/objects/ThePathtoCarcosa.899c3a.luascriptstate new file mode 100644 index 00000000..06491b3b --- /dev/null +++ b/objects/ThePathtoCarcosa.899c3a.luascriptstate @@ -0,0 +1 @@ +{"ml":{"02bcb4":{"lock":false,"pos":{"x":-22.6128,"y":1.3747,"z":-49.959},"rot":{"x":0.0168,"y":180.0104,"z":359.9792}},"069e1b":{"lock":false,"pos":{"x":-22.6158,"y":1.3655,"z":-81.3393},"rot":{"x":0.0168,"y":180.0104,"z":359.9792}},"08cb35":{"lock":false,"pos":{"x":-16.6389,"y":1.3625,"z":-58.9818},"rot":{"x":0.0208,"y":270.0182,"z":0.0168}},"0b9ee6":{"lock":false,"pos":{"x":-16.6392,"y":1.3587,"z":-72.2263},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"233795":{"lock":false,"pos":{"x":-19.2948,"y":1.3714,"z":-65.5815},"rot":{"x":0.0208,"y":269.9567,"z":0.0168}},"235bfb":{"lock":false,"pos":{"x":-22.6157,"y":1.3632,"z":-89.174},"rot":{"x":0.0168,"y":180.0105,"z":359.9792}},"27e41e":{"lock":false,"pos":{"x":-16.6385,"y":1.3583,"z":-73.4665},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"2ce03d":{"lock":false,"pos":{"x":-16.639,"y":1.3656,"z":-48.6729},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"3d3e9c":{"lock":false,"pos":{"x":-26.2985,"y":1.2675,"z":-81.3388},"rot":{"x":359.9792,"y":90.018,"z":359.9832}},"3da38f":{"lock":false,"pos":{"x":-26.299,"y":1.2744,"z":-57.7619},"rot":{"x":359.9792,"y":89.9998,"z":359.9832}},"435797":{"lock":false,"pos":{"x":-16.639,"y":1.3652,"z":-49.9113},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"454573":{"lock":false,"pos":{"x":-26.2991,"y":1.2698,"z":-73.4665},"rot":{"x":359.9792,"y":90.0003,"z":359.9832}},"462941":{"lock":false,"pos":{"x":-22.6158,"y":1.3724,"z":-57.7623},"rot":{"x":0.0168,"y":180.0002,"z":359.9792}},"4fe415":{"lock":false,"pos":{"x":-16.6392,"y":1.3606,"z":-65.5811},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"5b1faf":{"lock":false,"pos":{"x":-26.2989,"y":1.2767,"z":-49.9578},"rot":{"x":359.9792,"y":89.9999,"z":359.9832}},"5c5d3e":{"lock":false,"pos":{"x":-19.2989,"y":1.3759,"z":-49.9567},"rot":{"x":0.0208,"y":269.9878,"z":0.0168}},"681694":{"lock":false,"pos":{"x":-16.6383,"y":1.3534,"z":-90.3836},"rot":{"x":0.0208,"y":270.009,"z":0.0168}},"69a43c":{"lock":false,"pos":{"x":-16.6406,"y":1.3541,"z":-87.9074},"rot":{"x":0.0209,"y":269.8033,"z":0.0167}},"74d0ca":{"lock":false,"pos":{"x":-22.6146,"y":1.3701,"z":-65.5964},"rot":{"x":0.0168,"y":180.0104,"z":359.9792}},"754ca1":{"lock":false,"pos":{"x":-19.2987,"y":1.3667,"z":-81.339},"rot":{"x":0.0208,"y":269.9901,"z":0.0168}},"7b85f6":{"lock":false,"pos":{"x":-16.6384,"y":1.3537,"z":-89.1537},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"9248cf":{"lock":false,"pos":{"x":-16.639,"y":1.3579,"z":-74.6965},"rot":{"x":0.0208,"y":269.9992,"z":0.0168}},"98d426":{"lock":false,"pos":{"x":-16.639,"y":1.3648,"z":-51.1416},"rot":{"x":0.0208,"y":269.9988,"z":0.0168}},"ac8f67":{"lock":false,"pos":{"x":-19.2985,"y":1.3645,"z":-89.1737},"rot":{"x":0.0208,"y":269.9649,"z":0.0167}},"b4a171":{"lock":false,"pos":{"x":-19.2925,"y":1.3691,"z":-73.4624},"rot":{"x":0.0208,"y":269.9995,"z":0.0168}},"b967c9":{"lock":false,"pos":{"x":-16.6391,"y":1.356,"z":-81.339},"rot":{"x":0.0208,"y":269.9989,"z":0.0168}},"baeea0":{"lock":false,"pos":{"x":-26.2991,"y":1.2721,"z":-65.5814},"rot":{"x":359.9792,"y":89.9999,"z":359.9832}},"bc93c3":{"lock":false,"pos":{"x":-19.299,"y":1.3736,"z":-57.7542},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"bd9bda":{"lock":false,"pos":{"x":-22.6146,"y":1.3678,"z":-73.4669},"rot":{"x":0.0168,"y":180.0104,"z":359.9792}},"c55d46":{"lock":false,"pos":{"x":-26.2984,"y":1.2652,"z":-89.1737},"rot":{"x":359.9792,"y":89.9836,"z":359.9832}},"cd74de":{"lock":false,"pos":{"x":-16.639,"y":1.361,"z":-64.3414},"rot":{"x":0.0208,"y":270.0003,"z":0.0168}},"dd6f2b":{"lock":false,"pos":{"x":-16.6381,"y":1.3556,"z":-82.5394},"rot":{"x":0.0208,"y":270.0164,"z":0.0168}},"df03fb":{"lock":false,"pos":{"x":-16.639,"y":1.3629,"z":-57.7519},"rot":{"x":0.0208,"y":269.9988,"z":0.0168}},"e2df57":{"lock":false,"pos":{"x":-16.639,"y":1.3603,"z":-66.8114},"rot":{"x":0.0208,"y":269.9986,"z":0.0168}},"eb9c85":{"lock":false,"pos":{"x":-16.6386,"y":1.3564,"z":-80.069},"rot":{"x":0.0208,"y":269.9867,"z":0.0168}},"eed875":{"lock":false,"pos":{"x":-16.6415,"y":1.3633,"z":-56.517},"rot":{"x":0.0208,"y":269.9107,"z":0.0167}}}} diff --git a/objects/ThePathtoCarcosa.899c3a.ttslua b/objects/ThePathtoCarcosa.899c3a.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/ThePathtoCarcosa.899c3a.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/ThePathtoCarcosa.aca04c.json b/objects/ThePathtoCarcosa.aca04c.json new file mode 100644 index 00000000..ae965463 --- /dev/null +++ b/objects/ThePathtoCarcosa.aca04c.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/762723517667645467/CDF71CF96691CEF2E690F71332479ACBA0697864/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "campaigns/path_to_carcosa.json", + "GUID": "aca04c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "ThePathtoCarcosa.aca04c.luascriptstate", + "LuaScript_path": "ThePathtoCarcosa.aca04c.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Path to Carcosa", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.506, + "posY": 1.481, + "posZ": 0.122, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 0.139652729, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/ThePathtoCarcosa.aca04c.luascriptstate b/objects/ThePathtoCarcosa.aca04c.luascriptstate new file mode 100644 index 00000000..51d4bef6 --- /dev/null +++ b/objects/ThePathtoCarcosa.aca04c.luascriptstate @@ -0,0 +1 @@ +{"ml":{"00daab":{"lock":false,"pos":{"x":0.2698,"y":1.4896,"z":28.7753},"rot":{"x":359.9201,"y":269.9937,"z":0.0169}},"42d2dc":{"lock":false,"pos":{"x":12.2504,"y":1.4684,"z":13.438},"rot":{"x":359.9201,"y":270.0118,"z":0.0169}},"6730a1":{"lock":false,"pos":{"x":12.2502,"y":1.4709,"z":22.0782},"rot":{"x":359.9201,"y":270.0175,"z":0.0168}},"83ccd4":{"lock":false,"pos":{"x":12.2515,"y":1.4735,"z":30.8271},"rot":{"x":359.9201,"y":270.0338,"z":0.0168}},"ae8317":{"lock":false,"pos":{"x":-1.3869,"y":1.4756,"z":-26.5424},"rot":{"x":359.9201,"y":270.0018,"z":0.0169}},"bd4167":{"lock":false,"pos":{"x":12.2498,"y":1.4633,"z":-3.9192},"rot":{"x":359.9201,"y":270.0253,"z":0.0168}},"ce5d30":{"lock":false,"pos":{"x":12.2503,"y":1.4556,"z":-30.0549},"rot":{"x":359.9201,"y":269.993,"z":0.0169}},"dd8b0d":{"lock":false,"pos":{"x":12.2511,"y":1.4582,"z":-21.3057},"rot":{"x":359.9201,"y":270.0436,"z":0.0168}},"e7efa6":{"lock":false,"pos":{"x":12.2492,"y":1.4658,"z":4.6891},"rot":{"x":359.9201,"y":270.044,"z":0.0168}},"eb48ff":{"lock":false,"pos":{"x":12.2496,"y":1.4607,"z":-12.6656},"rot":{"x":359.9201,"y":270.0235,"z":0.0168}}}} diff --git a/objects/ThePathtoCarcosa.aca04c.ttslua b/objects/ThePathtoCarcosa.aca04c.ttslua new file mode 100644 index 00000000..79b24a4e --- /dev/null +++ b/objects/ThePathtoCarcosa.aca04c.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600, + font_size=350, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TheScarletKeys.a4fd1b.json b/objects/TheScarletKeys.a4fd1b.json new file mode 100644 index 00000000..5c78ba4b --- /dev/null +++ b/objects/TheScarletKeys.a4fd1b.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "a": 0.27451, + "b": 1, + "g": 1, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119380675/B022CB37C5D1B2836B70228E35BCC2C3BA2477E5/", + "MaterialIndex": 3, + "MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "investigators/scarlet_keys.json", + "GUID": "a4fd1b", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "TheScarletKeys.a4fd1b.luascriptstate", + "LuaScript_path": "TheScarletKeys.a4fd1b.ttslua", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "The Scarlet Keys", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -33.33, + "posY": 1.295, + "posZ": -66.54, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.5, + "scaleY": 0.139652729, + "scaleZ": 0.5 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/TheScarletKeys.a4fd1b.luascriptstate b/objects/TheScarletKeys.a4fd1b.luascriptstate new file mode 100644 index 00000000..fc7ebd5c --- /dev/null +++ b/objects/TheScarletKeys.a4fd1b.luascriptstate @@ -0,0 +1 @@ +{"ml":{"08cb35":{"lock":false,"pos":{"x":-16.6389007568359,"y":1.36251163482666,"z":-58.9818000793457},"rot":{"x":0.0208109598606825,"y":270.018188476563,"z":0.0167748164385557}},"0b9ee6":{"lock":false,"pos":{"x":-16.6392002105713,"y":1.35863471031189,"z":-72.2263031005859},"rot":{"x":0.0208162907510996,"y":270.000213623047,"z":0.0167682059109211}},"27e41e":{"lock":false,"pos":{"x":-16.638500213623,"y":1.35827088356018,"z":-73.4700012207031},"rot":{"x":0.0208160672336817,"y":270.000396728516,"z":0.0167681183665991}},"2ce03d":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.36552917957306,"z":-48.6729011535645},"rot":{"x":0.0208164770156145,"y":270.000213623047,"z":0.0167685467749834}},"3b3b7a":{"lock":false,"pos":{"x":-19.1200504302979,"y":1.30867099761963,"z":-81.3399963378906},"rot":{"x":0.0208089556545019,"y":269.999694824219,"z":0.0167704559862614}},"3d3e9c":{"lock":false,"pos":{"x":-26.2985000610352,"y":1.26749563217163,"z":-81.3387985229492},"rot":{"x":359.979187011719,"y":90.0180053710938,"z":359.983215332031}},"3da38f":{"lock":false,"pos":{"x":-26.2989978790283,"y":1.27439677715302,"z":-57.7619018554688},"rot":{"x":359.979156494141,"y":89.9998168945313,"z":359.983215332031}},"435797":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.3651670217514,"z":-49.9099998474121},"rot":{"x":0.0208156779408455,"y":270.000213623047,"z":0.0167680028825998}},"43ad8a":{"lock":false,"pos":{"x":-19.1232585906982,"y":1.31558668613434,"z":-57.7099990844727},"rot":{"x":0.0208084061741829,"y":270.0009765625,"z":0.0167711656540632}},"454573":{"lock":false,"pos":{"x":-26.2990970611572,"y":1.26980042457581,"z":-73.4665069580078},"rot":{"x":359.979156494141,"y":90.0002975463867,"z":359.983215332031}},"458edc":{"lock":false,"pos":{"x":-19.1214046478271,"y":1.31097996234894,"z":-73.4499969482422},"rot":{"x":0.0208087358623743,"y":269.999847412109,"z":0.0167709402740002}},"4c2a3d":{"lock":false,"pos":{"x":-22.4701232910156,"y":1.30977916717529,"z":-73.3976898193359},"rot":{"x":0.0167718157172203,"y":180.000869750977,"z":359.979187011719}},"4deeff":{"lock":false,"pos":{"x":-19.1195487976074,"y":1.3063850402832,"z":-89.1500015258789},"rot":{"x":0.0208087656646967,"y":269.999786376953,"z":0.0167711619287729}},"4fe415":{"lock":false,"pos":{"x":-16.6392002105713,"y":1.36058008670807,"z":-65.5800018310547},"rot":{"x":0.0208166763186455,"y":270.000213623047,"z":0.016768041998148}},"5b1faf":{"lock":false,"pos":{"x":-26.2988967895508,"y":1.2766809463501,"z":-49.9578018188477},"rot":{"x":359.979187011719,"y":89.9999008178711,"z":359.983215332031}},"5d3d67":{"lock":false,"pos":{"x":-22.4599876403809,"y":1.30745804309845,"z":-81.3399887084961},"rot":{"x":0.0167708955705166,"y":179.998825073242,"z":359.979187011719}},"681694":{"lock":false,"pos":{"x":-16.6382999420166,"y":1.35332012176514,"z":-90.3835983276367},"rot":{"x":0.0208136234432459,"y":270.009002685547,"z":0.0167713146656752}},"69a43c":{"lock":false,"pos":{"x":-16.6406002044678,"y":1.35404407978058,"z":-87.9074020385742},"rot":{"x":0.0208736248314381,"y":269.803314208984,"z":0.0166962016373873}},"7b85f6":{"lock":false,"pos":{"x":-16.6383991241455,"y":1.3536810874939,"z":-89.1500015258789},"rot":{"x":0.0208160094916821,"y":270.000091552734,"z":0.0167679414153099}},"9248cf":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.35791170597076,"z":-74.6965026855469},"rot":{"x":0.0208168271929026,"y":269.999206542969,"z":0.0167678073048592}},"95fb5e":{"lock":false,"pos":{"x":-22.4577083587646,"y":1.30517172813416,"z":-89.153190612793},"rot":{"x":0.0167782045900822,"y":180.018630981445,"z":359.979187011719}},"98d426":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.36480665206909,"z":-51.1416015625},"rot":{"x":0.0208169147372246,"y":269.998809814453,"z":0.0167675502598286}},"9a9830":{"lock":false,"pos":{"x":-22.4699993133545,"y":1.31207954883575,"z":-65.5388870239258},"rot":{"x":0.0167716350406408,"y":180.00065612793,"z":359.979187011719}},"b967c9":{"lock":false,"pos":{"x":-16.6390991210938,"y":1.35596704483032,"z":-81.3399963378906},"rot":{"x":0.0208169277757406,"y":269.998901367188,"z":0.0167679153382778}},"baeea0":{"lock":false,"pos":{"x":-26.2990989685059,"y":1.27210736274719,"z":-65.5814056396484},"rot":{"x":359.979156494141,"y":89.9999008178711,"z":359.983215332031}},"c0f76c":{"lock":false,"pos":{"x":-19.1200275421143,"y":1.31787097454071,"z":-49.9099998474121},"rot":{"x":0.0208088420331478,"y":269.999755859375,"z":0.0167709868401289}},"c431f3":{"lock":false,"pos":{"x":-22.4700450897217,"y":1.31437122821808,"z":-57.710033416748},"rot":{"x":0.0167711023241282,"y":179.999877929688,"z":359.979187011719}},"c55d46":{"lock":false,"pos":{"x":-26.2983989715576,"y":1.26520240306854,"z":-89.1737060546875},"rot":{"x":359.979156494141,"y":89.9836120605469,"z":359.983245849609}},"cd74de":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.36094284057617,"z":-64.3414001464844},"rot":{"x":0.020817007869482,"y":270.000305175781,"z":0.016768354922533}},"d3d7fb":{"lock":false,"pos":{"x":-19.1169967651367,"y":1.31328523159027,"z":-65.5800018310547},"rot":{"x":0.02080880664289,"y":269.999755859375,"z":0.0167707484215498}},"dc96d1":{"lock":false,"pos":{"x":-22.461296081543,"y":1.31665933132172,"z":-49.9036483764648},"rot":{"x":0.0167711302638054,"y":179.99983215332,"z":359.979187011719}},"dd6f2b":{"lock":false,"pos":{"x":-16.6380996704102,"y":1.35561633110046,"z":-82.5393981933594},"rot":{"x":0.0208115261048079,"y":270.016387939453,"z":0.0167740527540445}},"df03fb":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.36287224292755,"z":-57.75},"rot":{"x":0.0208168923854828,"y":269.998809814453,"z":0.0167674962431192}},"e2df57":{"lock":false,"pos":{"x":-16.6389999389648,"y":1.36021971702576,"z":-66.8114013671875},"rot":{"x":0.0208166912198067,"y":269.998596191406,"z":0.0167677123099566}},"eb9c85":{"lock":false,"pos":{"x":-16.638599395752,"y":1.3563392162323,"z":-80.0690002441406},"rot":{"x":0.0208201389759779,"y":269.986694335938,"z":0.0167633146047592}},"eed875":{"lock":false,"pos":{"x":-16.6415004730225,"y":1.36323225498199,"z":-56.5169982910156},"rot":{"x":0.0208423845469952,"y":269.910705566406,"z":0.0167359132319689}}}} diff --git a/objects/TheScarletKeys.a4fd1b.ttslua b/objects/TheScarletKeys.a4fd1b.ttslua new file mode 100644 index 00000000..26019c00 --- /dev/null +++ b/objects/TheScarletKeys.a4fd1b.ttslua @@ -0,0 +1,23 @@ + +function onload(saved_data) + createDownloadButton() +end + + +--Beginning Setup + + +--Make Download button +function createDownloadButton() + self.createButton({ + label="Download", click_function="buttonClick_download", function_owner=self, + position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300, + font_size=700, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by download button, +function buttonClick_download() + local params = { url = self.getGMNotes(), replace = self.guid } + Global.call('placeholder_download', params) +end diff --git a/objects/TokenSpawner.36b4ee.json b/objects/TokenSpawner.36b4ee.json new file mode 100644 index 00000000..59a2d236 --- /dev/null +++ b/objects/TokenSpawner.36b4ee.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "36b4ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"util/TokenSpawner\")", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Checker_white", + "Nickname": "Token Spawner", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.159, + "posY": 1.297, + "posZ": 6.952, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.250000417, + "scaleY": 0.250000417, + "scaleZ": 0.250000417 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Trash.147e80.json b/objects/Trash.147e80.json new file mode 100644 index 00000000..6cfcc6af --- /dev/null +++ b/objects/Trash.147e80.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.99796, + "g": 0.99623, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "", + "MaterialIndex": 0, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1293045649230453355/2F68BC7FA71E051E2BBA46C0D1B06A5972D52E7C/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "147e80", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Trash", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -47.73, + "posY": 1.624, + "posZ": 4, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.3, + "scaleY": 0.3, + "scaleZ": 0.3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Trash.4b8594.json b/objects/Trash.4b8594.json new file mode 100644 index 00000000..ac64bcfc --- /dev/null +++ b/objects/Trash.4b8594.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.99796, + "g": 0.99623, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "", + "MaterialIndex": 0, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1293045649230453355/2F68BC7FA71E051E2BBA46C0D1B06A5972D52E7C/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4b8594", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Trash", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.497, + "posY": 1.653, + "posZ": -19.3, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.3, + "scaleY": 0.3, + "scaleZ": 0.3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Trash.5f896a.json b/objects/Trash.5f896a.json new file mode 100644 index 00000000..f29269ec --- /dev/null +++ b/objects/Trash.5f896a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.99796, + "g": 0.99623, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "", + "MaterialIndex": 0, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1293045649230453355/2F68BC7FA71E051E2BBA46C0D1B06A5972D52E7C/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "5f896a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Trash", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.5, + "posY": 1.664, + "posZ": 19.3, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.3, + "scaleY": 0.3, + "scaleZ": 0.3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Trash.70b9f6.json b/objects/Trash.70b9f6.json new file mode 100644 index 00000000..87ab449e --- /dev/null +++ b/objects/Trash.70b9f6.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.99796, + "g": 0.99623, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "", + "MaterialIndex": 0, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1293045649230453355/2F68BC7FA71E051E2BBA46C0D1B06A5972D52E7C/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "70b9f6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Trash", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 0.493, + "posY": 1.656, + "posZ": 0.023, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.4, + "scaleY": 0.3, + "scaleZ": 0.4 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Trash.f7b6c8.json b/objects/Trash.f7b6c8.json new file mode 100644 index 00000000..9825562c --- /dev/null +++ b/objects/Trash.f7b6c8.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 0.99796, + "g": 0.99623, + "r": 1 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "DiffuseURL": "", + "MaterialIndex": 0, + "MeshURL": "http://cloud-3.steamusercontent.com/ugc/1293045649230453355/2F68BC7FA71E051E2BBA46C0D1B06A5972D52E7C/", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f7b6c8", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Trash", + "Number": 0, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -47.73, + "posY": 1.622, + "posZ": -4, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.3, + "scaleY": 0.3, + "scaleZ": 0.3 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UIBuilder.ddd2eb.json b/objects/UIBuilder.ddd2eb.json new file mode 100644 index 00000000..88920c09 --- /dev/null +++ b/objects/UIBuilder.ddd2eb.json @@ -0,0 +1,45 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0, + "g": 0, + "r": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ddd2eb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState": "", + "LuaScript_path": "UIBuilder.ddd2eb.ttslua", + "MeasureMovement": false, + "Name": "Checker_black", + "Nickname": "UI Builder", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.06, + "posY": 1.296, + "posZ": 8.942, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 0.250000417, + "scaleY": 0.250000417, + "scaleZ": 0.250000417 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UIBuilder.ddd2eb.ttslua b/objects/UIBuilder.ddd2eb.ttslua new file mode 100644 index 00000000..86263c56 --- /dev/null +++ b/objects/UIBuilder.ddd2eb.ttslua @@ -0,0 +1,77 @@ +--- +--- Generated by EmmyLua(https://github.com/EmmyLua) +--- Created by Whimsical. +--- DateTime: 2021-08-24 9:55 a.m. +--- + +-- Please call this first. It makes things so much easier. +---@param target TTSObject +---@param callback_name string +---@return number +local function make_decktype_checkbox(target, callback_name) + -- Create Private/Published checkbox + target:createButton { + click_function = callback_name, + function_owner = target, + position = Vector(-0.33, 0.1, -0.255), + width = 2100, + height = 500, + tooltip = "Click to toggle Private/Published deck ID", + label = "Private", + font_size = 350, + scale = Vector(0.1, 0.1, 0.1), + color = Color(0.9, 0.7, 0.5), + hover_color = Color(0.4, 0.6, 0.8) + } + return target:getButtons()[1].index -- If we do this first, we know that our index is our new button +end + +function noop() end + +---@param target TTSObject +---@param debug_deck_id string|nil +local function make_text(target, debug_deck_id) + -- Create textbox + target:createInput { + function_owner = self, + position = Vector(0.33, 0.1, -0.255), + width = 2200, + height = 500, + scale = Vector(0.1, 0.1, 0.1), + font_size = 450, + tooltip = "*****PLEASE USE AN UNPUBLISHED DECK IF JUST FOR TTS TO AVOID FLOODING ARKHAMDB PUBLISHED DECK LISTS!*****\nInput deck ID from ArkhamDB URL of the deck\nExample: For the URL 'https://arkhamdb.com/decklist/view/101/knowledge-overwhelming-solo-deck-1.0', you should input '101'", + alignment = 3, + value = debug_deck_id or "", + color = Color(0.9, 0.7, 0.5), + validation = 2, + input_function = "noop" + } +end + +---@param target TTSObject +---@param callback_name string +local function make_button(target, callback_name) + -- Create Button + target:createButton { + click_function = callback_name, + function_owner = target, + position = Vector(0.0, 0.05, -0.1), + width = 300, + height = 100, + tooltip = "Click to build your deck!", + scale = Vector(1, 1, 0.6), + color = Color.Black + } +end + +---@param parameters ArkhamImportUIParameters +---@return number +function create_ui(parameters) + local target = getObjectFromGUID(parameters.target_guid) + + local index = make_decktype_checkbox(target, parameters.checkbox_toggle_callback_name) + make_text(target, parameters.debug_deck_id) + make_button(target, parameters.build_deck_callback_name) + + return index +end diff --git a/objects/UpgradeSheets.c3c1a7.json b/objects/UpgradeSheets.c3c1a7.json new file mode 100644 index 00000000..3abd3ded --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7.json @@ -0,0 +1,94 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Willpower.07c7ef", + "GrizzledUpgradeSheet.0ce670", + "DamningTestimonyUpgradeSheet.0ffb4e", + "PocketMultiToolUpgradeSheet.179c60", + "TheRavenQuillUpgradeSheet.1895ea", + "HuntersArmorUpgradeSheet.1c17e1", + "LivingLinkUpgradeSheet.2de3ee", + "FriendsinLowPlacesUpgradeSheet.390bb4", + "PowerWordUpgradeSheet.486fe7", + "HonedInstinctUpgradeSheet.57b624", + "MakeshiftTrapUpgradeSheet.5b59ca", + "SummonedServitorUpgradeSheet.6a28d3", + "HyperphysicalShotcasterUpgradeSheet.6beb24", + "Intellect.73baa7", + "AlchemicalDistillationUpgradeSheet.9d4ae0", + "Agility.a20bba", + "RunicAxeUpgradeSheet.b0bd49", + "Combat.b84fe1", + "CustomModificationsUpgradeSheet.c8aa3e", + "SummonedServitor.d187dd", + "EmpiricalHypothesisUpgradeSheet.d4a11a" + ], + "ContainedObjects_path": "UpgradeSheets.c3c1a7", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1850441528397417973/D32DAA4E3C4B2F5AE65D4AAD2972178060B730BE/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c3c1a7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState_path": "UpgradeSheets.c3c1a7.luascriptstate", + "LuaScript_path": "UpgradeSheets.c3c1a7.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Upgrade Sheets", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -42.7, + "posY": 1.376, + "posZ": 91.594, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7.luascriptstate b/objects/UpgradeSheets.c3c1a7.luascriptstate new file mode 100644 index 00000000..d75916e1 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7.luascriptstate @@ -0,0 +1 @@ +{"ml":{"07c7ef":{"lock":false,"pos":{"x":-45.114,"y":1.2478,"z":65.4193},"rot":{"x":0.0208,"y":269.9635,"z":0.0168}},"0ce670":{"lock":false,"pos":{"x":-42.7118,"y":1.2648,"z":74.109},"rot":{"x":0.0208,"y":269.9873,"z":0.0168}},"0ffb4e":{"lock":false,"pos":{"x":-42.7118,"y":1.2668,"z":81.009},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"179c60":{"lock":false,"pos":{"x":-42.7118,"y":1.2608,"z":60.3088},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"1895ea":{"lock":false,"pos":{"x":-42.7098,"y":1.2581,"z":51.1086},"rot":{"x":0.0208,"y":270.0007,"z":0.0168}},"1c17e1":{"lock":false,"pos":{"x":-42.7118,"y":1.2635,"z":69.509},"rot":{"x":0.0208,"y":269.9969,"z":0.0168}},"2de3ee":{"lock":false,"pos":{"x":-42.7118,"y":1.2621,"z":64.909},"rot":{"x":0.0208,"y":269.9978,"z":0.0168}},"390bb4":{"lock":false,"pos":{"x":-42.7116,"y":1.2655,"z":76.409},"rot":{"x":0.0208,"y":270.0021,"z":0.0168}},"486fe7":{"lock":false,"pos":{"x":-42.7118,"y":1.2601,"z":58.0087},"rot":{"x":0.0208,"y":270.0019,"z":0.0168}},"57b624":{"lock":false,"pos":{"x":-42.7118,"y":1.2641,"z":71.809},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"5b59ca":{"lock":false,"pos":{"x":-42.7118,"y":1.2614,"z":62.6088},"rot":{"x":0.0208,"y":269.9757,"z":0.0168}},"6a28d3":{"lock":false,"pos":{"x":-42.7118,"y":1.2587,"z":53.4088},"rot":{"x":0.0208,"y":269.9709,"z":0.0168}},"6beb24":{"lock":false,"pos":{"x":-42.7118,"y":1.2628,"z":67.209},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"73baa7":{"lock":false,"pos":{"x":-45.114,"y":1.2475,"z":64.4923},"rot":{"x":0.0208,"y":269.9683,"z":0.0168}},"9d4ae0":{"lock":false,"pos":{"x":-42.7118,"y":1.2682,"z":85.609},"rot":{"x":0.0208,"y":270.0002,"z":0.0168}},"a20bba":{"lock":false,"pos":{"x":-46.0409,"y":1.2472,"z":64.4923},"rot":{"x":0.0208,"y":269.9636,"z":0.0168}},"b0bd49":{"lock":false,"pos":{"x":-42.7118,"y":1.2594,"z":55.7088},"rot":{"x":0.0208,"y":270.0008,"z":0.0168}},"b84fe1":{"lock":false,"pos":{"x":-46.0409,"y":1.2474,"z":65.4193},"rot":{"x":0.0208,"y":269.9642,"z":0.0168}},"c8aa3e":{"lock":false,"pos":{"x":-42.7118,"y":1.2675,"z":83.309},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"d187dd":{"lock":false,"pos":{"x":-45.839,"y":1.2576,"z":53.41},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}},"d4a11a":{"lock":false,"pos":{"x":-42.7118,"y":1.2661,"z":78.709},"rot":{"x":0.0208,"y":270.0004,"z":0.0168}}}} diff --git a/objects/UpgradeSheets.c3c1a7.ttslua b/objects/UpgradeSheets.c3c1a7.ttslua new file mode 100644 index 00000000..15cbe9c6 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/UpgradeSheets.c3c1a7/Agility.a20bba.json b/objects/UpgradeSheets.c3c1a7/Agility.a20bba.json new file mode 100644 index 00000000..6849c512 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/Agility.a20bba.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1841432290043055914/446EFDBCCAFA6DF8C12DFF9BEFE1CA8D4C9D6AA6/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a20bba", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Agility", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -46.041, + "posY": 1.247, + "posZ": 64.492, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.417316616, + "scaleY": 1, + "scaleZ": 0.417316616 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.json b/objects/UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.json new file mode 100644 index 00000000..f6c633e9 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8467": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001675240/93B59C1A3D29C3B34A9184C0C67F485777F913CB/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09040-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "9d4ae0", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Alchemical Distillation Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.268, + "posZ": 85.609, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.ttslua b/objects/UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.ttslua new file mode 100644 index 00000000..516c0ef7 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/AlchemicalDistillationUpgradeSheet.9d4ae0.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Alchemical Distillation +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.892, + -0.665, + -0.430, + -0.092, + 0.142, + 0.376, + 0.815 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 2, 4, 5 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/Combat.b84fe1.json b/objects/UpgradeSheets.c3c1a7/Combat.b84fe1.json new file mode 100644 index 00000000..b7a5c644 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/Combat.b84fe1.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1841432290043056422/C83635F42DF142FF94EFD23DDFD27AA113DFF064/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b84fe1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Combat", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -46.041, + "posY": 1.247, + "posZ": 65.419, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.417316616, + "scaleY": 1, + "scaleZ": 0.417316616 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.json b/objects/UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.json new file mode 100644 index 00000000..c16203d2 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8466": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001629811/23FCEFC53D1F2E5A44F6E4B9467C6362459914AA/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09023-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "c8aa3e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Custom Modifications Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.267, + "posZ": 83.309, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.ttslua b/objects/UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.ttslua new file mode 100644 index 00000000..ab05a8e5 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/CustomModificationsUpgradeSheet.c8aa3e.ttslua @@ -0,0 +1,180 @@ +-- Customizable Cards: Custom Modifications +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.0735 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.895, + -0.455, + -0.215, + 0.115, + 0.453, + 0.794 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 3, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.json b/objects/UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.json new file mode 100644 index 00000000..87ebbd42 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8470": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001633028/26CBF360B209B69F66C0875118727E742B7D16CD/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09059-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "0ffb4e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Damning Testimony Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.267, + "posZ": 81.009, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.ttslua b/objects/UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.ttslua new file mode 100644 index 00000000..8059d5e3 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/DamningTestimonyUpgradeSheet.0ffb4e.ttslua @@ -0,0 +1,180 @@ +-- Customizable Cards: Damning Testimony +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.935 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.925, + -0.475, + -0.25, + -0.01, + 0.428, + 0.772 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 3, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.json b/objects/UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.json new file mode 100644 index 00000000..89c8cd62 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8468": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001678003/AE285518E8833C6E5B3239A8B2ABF49D021F01FC/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09041-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "d4a11a", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Empirical Hypothesis Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.266, + "posZ": 78.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.ttslua b/objects/UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.ttslua new file mode 100644 index 00000000..c44839ba --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/EmpiricalHypothesisUpgradeSheet.d4a11a.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Empirical Hypothesis +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 37 + +-- static values +x_1 = -0.935 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.905, + -0.7, + -0.505, + -0.3, + -0.09, + 0.3, + 0.592, + 0.888 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 2, 2, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.json b/objects/UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.json new file mode 100644 index 00000000..97d02fa5 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847100, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8471": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001637087/1946EC3599E69417BEBD1376023DE45C5E696FC9/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09060-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "390bb4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Friends in Low Places Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.265, + "posZ": 76.409, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.ttslua b/objects/UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.ttslua new file mode 100644 index 00000000..29f9e918 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/FriendsinLowPlacesUpgradeSheet.390bb4.ttslua @@ -0,0 +1,184 @@ +-- Customizable Cards: Friends in Low Places +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons and input boxes +boxSize = 36 +inputFontsize = 50 + +-- static values +x_1 = -0.935 +x_offset = 0.0685 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.725, + -0.44, + -0.05, + 0.25, + 0.545, + 0.75, + 0.95 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 2, 2, 3, 3 } + +inputBoxes = { 1, 1 } +inputWidth = { 640, 290 } +inputPos = { { 0.275, 0.25, -0.91 }, { 0.6295, 0.25, -0.44 } } + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.json b/objects/UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.json new file mode 100644 index 00000000..abc5c804 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8478": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001639376/3AB82488B75B16FBFC07722963E64E1532572CBD/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09101-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "0ce670", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Grizzled Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.265, + "posZ": 74.109, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.ttslua b/objects/UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.ttslua new file mode 100644 index 00000000..452bd886 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/GrizzledUpgradeSheet.0ce670.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Grizzled +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons and input boxes +boxSize = 40 +inputFontsize = 50 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.71, + -0.458, + -0.205, + 0.362, + 0.82 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 3, 4, 5 } + +inputBoxes = { 1, 1, 1 } +inputWidth = { 600, 875, 875 } +inputPos = { { 0.3, 0.25, -0.91 }, { 0.005, 0.25, -0.58 }, { 0.005, 0.25, -0.32 } } + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.json b/objects/UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.json new file mode 100644 index 00000000..b40b3f78 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847200, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8472": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001641646/883834FFB64057188FF52146B30DC6DA36FCDF71/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09061-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "57b624", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Honed Instinct Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.264, + "posZ": 71.809, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.ttslua b/objects/UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.ttslua new file mode 100644 index 00000000..782e61cd --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/HonedInstinctUpgradeSheet.57b624.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Honed Instinct +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.905, + -0.705, + -0.5, + -0.29, + -0.09, + 0.12, + 0.325, + 0.62 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 1, 2, 3, 5 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.json b/objects/UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.json new file mode 100644 index 00000000..168642cb --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8464": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001644550/5928FAE339AFD5204EE2F03C2AD68F8F29599810/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09021-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "1c17e1", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Hunter's Armor Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.263, + "posZ": 69.509, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.ttslua b/objects/UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.ttslua new file mode 100644 index 00000000..bc70992f --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/HuntersArmorUpgradeSheet.1c17e1.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Hunter's Armor +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.892, + -0.560, + -0.220, + -0.092, + 0.047, + 0.376, + 0.820 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 2, 2, 2, 2, 3, 3 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.json b/objects/UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.json new file mode 100644 index 00000000..d0f3d51d --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847900, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8479": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001647291/D1741C8E39E302A3326199AF12767BBFABBFA52F/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09119-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "6beb24", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Hyperphysical Shotcaster Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.263, + "posZ": 67.209, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.ttslua b/objects/UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.ttslua new file mode 100644 index 00000000..d31fc4be --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/HyperphysicalShotcasterUpgradeSheet.6beb24.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Hyperphysical Shotcaster +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.9, + -0.615, + -0.237, + 0.232, + 0.61, + 0.988, + 1.185 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 2, 2, 2, 2, 2, 4, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/Intellect.73baa7.json b/objects/UpgradeSheets.c3c1a7/Intellect.73baa7.json new file mode 100644 index 00000000..4af24b72 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/Intellect.73baa7.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1841432290043056980/B0E9F1EE0F734BFE533FF5B3D699990F146151F2/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "73baa7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Intellect", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -45.114, + "posY": 1.248, + "posZ": 64.492, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.417316616, + "scaleY": 1, + "scaleZ": 0.417316616 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.json b/objects/UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.json new file mode 100644 index 00000000..05bebdbf --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847300, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8473": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001650323/4356445C44C1DEECFE3F70986569B6149E87FBB7/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09079-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "2de3ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Living Link Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.262, + "posZ": 64.909, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.ttslua b/objects/UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.ttslua new file mode 100644 index 00000000..f5294d89 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/LivingLinkUpgradeSheet.2de3ee.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Living Ink +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.935 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.69, + -0.355, + 0.0855, + 0.425, + 0.555, + 0.685, + 1.02 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 3, 3, 3 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.json b/objects/UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.json new file mode 100644 index 00000000..5e291268 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8477": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001652536/C0175E8B1C56AE41CCC96263BC7FB7D3A13B4F8F/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09100-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "5b59ca", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Makeshift Trap Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.261, + "posZ": 62.609, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.ttslua b/objects/UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.ttslua new file mode 100644 index 00000000..a834ade9 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/MakeshiftTrapUpgradeSheet.5b59ca.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Makeshift Trap +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 39 + +-- static values +x_1 = -0.935 +x_offset = 0.0735 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.889, + -0.655, + -0.325, + -0.085, + 0.252, + 0.585, + 0.927 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.json b/objects/UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.json new file mode 100644 index 00000000..33774227 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8476": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001655658/A12951A03B25D88571DC040186DFE4D87E029E54/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09099-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "179c60", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Pocket Multi Tool Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.261, + "posZ": 60.309, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.ttslua b/objects/UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.ttslua new file mode 100644 index 00000000..d44ef70e --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/PocketMultiToolUpgradeSheet.179c60.ttslua @@ -0,0 +1,181 @@ +-- Customizable Cards: Pocket Multi Tool +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 40 + +-- static values +x_1 = -0.933 +x_offset = 0.075 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.892, + -0.560, + -0.326, + -0.092, + 0.142, + 0.376, + 0.610 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.json b/objects/UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.json new file mode 100644 index 00000000..b49c9396 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8475": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001657918/0FE90FDD749B634CA350D339CDF347C37D0F2938/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09081-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "486fe7", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Power Word Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.26, + "posZ": 58.009, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.ttslua b/objects/UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.ttslua new file mode 100644 index 00000000..7e4779c9 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/PowerWordUpgradeSheet.486fe7.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Power Word +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.933 +x_offset = 0.069 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.905, + -0.6, + -0.32, + -0.02, + 0.28, + 0.48, + 0.775, + 0.975 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 2, 3, 3, 3 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.json b/objects/UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.json new file mode 100644 index 00000000..5ac99ef3 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 846500, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8465": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001661165/2E6E5A47269C0532815EC1A5B571135EAEAB9BE2/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09022-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "b0bd49", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Runic Axe Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.259, + "posZ": 55.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.ttslua b/objects/UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.ttslua new file mode 100644 index 00000000..439c0676 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/RunicAxeUpgradeSheet.b0bd49.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Runic Axe +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.0705 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.92, + -0.715, + -0.415, + -0.018, + 0.265, + 0.66, + 0.86, + 1.065 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 1, 3, 3, 4 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/SummonedServitor.d187dd.json b/objects/UpgradeSheets.c3c1a7/SummonedServitor.d187dd.json new file mode 100644 index 00000000..f9bad754 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/SummonedServitor.d187dd.json @@ -0,0 +1,63 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 803600, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8036": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1924744375825905078/AE93F97210BEF54AFA8F50166565A19225AF8ADB/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1933751217706145663/52AB04A39EC93A7F5EB6EB83F55071BFFCC85FAE/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09080-m\",\n \"type\": \"Minicard\",\n \"traits\": \"\"\n}", + "GUID": "d187dd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Summoned Servitor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "player_card", + "PlayerCard", + "SC_memory_object" + ], + "Tooltip": true, + "Transform": { + "posX": -45.839, + "posY": 1.258, + "posZ": 53.41, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.6, + "scaleY": 1, + "scaleZ": 0.6 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.json b/objects/UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.json new file mode 100644 index 00000000..7147ec46 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 847400, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8474": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001663439/1504B1E5063D0E6E29B25BD4BCBF58314F28C723/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09080-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "6a28d3", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "Summoned Servitor Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.712, + "posY": 1.259, + "posZ": 53.409, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.ttslua b/objects/UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.ttslua new file mode 100644 index 00000000..6551d0cd --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/SummonedServitorUpgradeSheet.6a28d3.ttslua @@ -0,0 +1,182 @@ +-- Customizable Cards: Summoned Servitor +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons +boxSize = 35 + +-- static values +x_1 = -0.935 +x_offset = 0.068 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.92, + -0.625, + -0.33, + 0.055, + 0.26, + 0.56, + 0.765, + 1.06 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 1, 1, 1, 2, 3, 5 } + +inputBoxes = {} + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.json b/objects/UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.json new file mode 100644 index 00000000..49d5c3b2 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.json @@ -0,0 +1,61 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 848000, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "8480": { + "BackIsHidden": true, + "BackURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119682452/BD224FCE1980DBA38E5A687FABFD146AA1A30D0E/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1829048801001665853/B6505FEB706A5E9F2C181C30EA48A606D2B950A5/", + "NumHeight": 1, + "NumWidth": 1, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "{\n \"id\": \"09042-c\",\n \"traits\": \"\",\n \"permanent\": false,\n \"weakness\": false\n}", + "GUID": "1895ea", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "[[0,0,0,0,0,0,0,0,0,0],[\"\",\"\",\"\",\"\",\"\"]]", + "LuaScript_path": "UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.ttslua", + "MeasureMovement": false, + "Name": "CardCustom", + "Nickname": "The Raven Quill Upgrade Sheet", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tags": [ + "PlayerCard" + ], + "Tooltip": true, + "Transform": { + "posX": -42.71, + "posY": 1.258, + "posZ": 51.109, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.ttslua b/objects/UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.ttslua new file mode 100644 index 00000000..e2edcbca --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/TheRavenQuillUpgradeSheet.1895ea.ttslua @@ -0,0 +1,184 @@ +-- Customizable Cards: The Raven Quill +-- by Chr1Z +information = { + version = "1.7", + last_updated = "12.10.2022" +} + +-- Color information for buttons and input boxes +boxSize = 37 +inputFontsize = 38 + +-- static values +x_1 = -0.935 +x_offset = 0.0705 +y_visible = 0.25 +y_invisible = -0.5 + +-- z-values (lines on the sheet) +posZ = { + -0.72, + -0.52, + -0.305, + -0.105, + 0.1, + 0.4, + 0.695 +} + +-- box setup (amount of boxes per line and amount of marked boxes in that line) +existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } + +inputBoxes = { 1, 1 } +inputWidth = { 425, 775 } +inputPos = { { 0.5, 0.25, -0.905 }, { 0.125, 0.25, 0 } } + +-- override 'marked boxes' for debugging ('all' or 'none') +markDEBUG = "" + +-- save state when going into bags / decks +function onDestroy() self.script_state = onSave() end + +function onSave() return JSON.encode({ markedBoxes, inputValues }) end + +-- Startup procedure +function onLoad(saved_data) + if saved_data ~= "" and markDEBUG == "" then + local loaded_data = JSON.decode(saved_data) + markedBoxes = loaded_data[1] + inputValues = loaded_data[2] + else + markedBoxes = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + inputValues = { "", "", "", "", "" } + end + + makeData() + createButtonsAndBoxes() + + self.addContextMenuItem("Reset Inputs", function() updateState() end) + self.addContextMenuItem("Scale: normal", function() self.setScale({ 1, 1, 1 }) end) + self.addContextMenuItem("Scale: double", function() self.setScale({ 2, 1, 2 }) end) + self.addContextMenuItem("Scale: triple", function() self.setScale({ 3, 1, 3 }) end) +end + +function updateState(markedBoxesNew) + if markedBoxesNew then markedBoxes = markedBoxesNew end + makeData() + createButtonsAndBoxes() +end + +-- create Data +function makeData() + Data = {} + Data.checkbox = {} + Data.textbox = {} + + -- repeat this for each entry (= line) in existingBoxes + local totalCount = 0 + for i = 1, #existingBoxes do + -- repeat this for each checkbox per line + for j = 1, existingBoxes[i] do + totalCount = totalCount + 1 + Data.checkbox[totalCount] = {} + Data.checkbox[totalCount].pos = {} + Data.checkbox[totalCount].pos.x = x_1 + j * x_offset + Data.checkbox[totalCount].pos.z = posZ[i] + Data.checkbox[totalCount].row = i + + if (markDEBUG == "all") or (markedBoxes[i] >= j and markDEBUG ~= "none") then + Data.checkbox[totalCount].pos.y = y_visible + Data.checkbox[totalCount].state = true + else + Data.checkbox[totalCount].pos.y = y_invisible + Data.checkbox[totalCount].state = false + end + end + end + + -- repeat this for each entry (= line) in inputBoxes + local totalCount = 0 + for i = 1, #inputBoxes do + -- repeat this for each textbox per line + for j = 1, inputBoxes[i] do + totalCount = totalCount + 1 + Data.textbox[totalCount] = {} + Data.textbox[totalCount].pos = inputPos[totalCount] + Data.textbox[totalCount].width = inputWidth[totalCount] + Data.textbox[totalCount].value = inputValues[totalCount] + end + end +end + +-- checks or unchecks the given box +function click_checkbox(tableIndex) + local row = Data.checkbox[tableIndex].row + + if Data.checkbox[tableIndex].state == true then + Data.checkbox[tableIndex].pos.y = y_invisible + Data.checkbox[tableIndex].state = false + + markedBoxes[row] = markedBoxes[row] - 1 + else + Data.checkbox[tableIndex].pos.y = y_visible + Data.checkbox[tableIndex].state = true + + markedBoxes[row] = markedBoxes[row] + 1 + end + + self.editButton({ + index = tableIndex - 1, + position = Data.checkbox[tableIndex].pos + }) +end + +-- updates saved value for given text box +function click_textbox(i, value, selected) + if selected == false then + inputValues[i] = value + end +end + +function createButtonsAndBoxes() + self.clearButtons() + self.clearInputs() + + for i, box_data in ipairs(Data.checkbox) do + local funcName = "checkbox" .. i + local func = function() click_checkbox(i) end + self.setVar(funcName, func) + + self.createButton({ + click_function = funcName, + function_owner = self, + position = box_data.pos, + height = boxSize, + width = boxSize, + font_size = box_data.size, + scale = { 1, 1, 1 }, + color = { 0, 0, 0 }, + font_color = { 0, 0, 0 } + }) + end + + for i, box_data in ipairs(Data.textbox) do + local funcName = "textbox" .. i + local func = function(_, _, val, sel) click_textbox(i, val, sel) end + self.setVar(funcName, func) + + self.createInput({ + input_function = funcName, + function_owner = self, + label = "Click to type", + alignment = 2, + position = box_data.pos, + scale = buttonScale, + width = box_data.width, + height = (inputFontsize * 1) + 24, + font_size = inputFontsize, + color = "White", + font_color = buttonFontColor, + value = box_data.value + }) + end +end + diff --git a/objects/UpgradeSheets.c3c1a7/Willpower.07c7ef.json b/objects/UpgradeSheets.c3c1a7/Willpower.07c7ef.json new file mode 100644 index 00000000..c1c691b7 --- /dev/null +++ b/objects/UpgradeSheets.c3c1a7/Willpower.07c7ef.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 2 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1841432290043057838/7F9186B5BC8BD68D4258B37EC2D1311891AA00EC/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "07c7ef", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Willpower", + "Snap": true, + "Sticky": true, + "Tooltip": false, + "Transform": { + "posX": -45.114, + "posY": 1.248, + "posZ": 65.419, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.417316616, + "scaleY": 1, + "scaleZ": 0.417316616 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/WeaknessGenerator.dc36b4.json b/objects/WeaknessGenerator.dc36b4.json new file mode 100644 index 00000000..44a8180d --- /dev/null +++ b/objects/WeaknessGenerator.dc36b4.json @@ -0,0 +1,65 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.24999, + "g": 0.24999, + "r": 0.24999 + }, + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "https://i.imgur.com/pl9VjHc.pnghttps://i.imgur.com/pl9VjHc.png", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc36b4", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playercards/RandomWeaknessGenerator\")", + "LuaScriptState_path": "WeaknessGenerator.dc36b4.luascriptstate", + "MeasureMovement": false, + "Name": "Custom_Model", + "Nickname": "Weakness Generator", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -54.891, + "posY": 1.355, + "posZ": -72.711, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.7000001, + "scaleY": 0.7000001, + "scaleZ": 0.7000001 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/WeaknessGenerator.dc36b4.luascriptstate b/objects/WeaknessGenerator.dc36b4.luascriptstate new file mode 100644 index 00000000..cbf63b73 --- /dev/null +++ b/objects/WeaknessGenerator.dc36b4.luascriptstate @@ -0,0 +1 @@ +{"ml":{"017e1f":{"lock":false,"pos":{"x":58.099666595459,"y":1.30950915813446,"z":-49.7709617614746},"rot":{"x":0.0208088327199221,"y":269.999145507813,"z":0.0167709868401289}},"037b2e":{"lock":false,"pos":{"x":52.9282646179199,"y":1.29552865028381,"z":-91.1161499023438},"rot":{"x":0.0208091996610165,"y":269.997436523438,"z":0.0167701207101345}},"043971":{"lock":false,"pos":{"x":36.6243591308594,"y":1.296342253685,"z":-68.108283996582},"rot":{"x":0.0208090376108885,"y":269.998962402344,"z":0.0167708080261946}},"066c18":{"lock":false,"pos":{"x":36.6086692810059,"y":1.29028058052063,"z":-88.7977294921875},"rot":{"x":0.0208124909549952,"y":269.986236572266,"z":0.016766244545579}},"06abe0":{"lock":false,"pos":{"x":40.289966583252,"y":1.29295742511749,"z":-84.2198791503906},"rot":{"x":0.0208096876740456,"y":269.99658203125,"z":0.01677006483078}},"0c278c":{"lock":false,"pos":{"x":49.278491973877,"y":1.3049772977829,"z":-54.3087844848633},"rot":{"x":0.0208090376108885,"y":269.998687744141,"z":0.0167708620429039}},"0c2f37":{"lock":false,"pos":{"x":52.9472045898438,"y":1.30024063587189,"z":-75.0420989990234},"rot":{"x":0.0209243912249804,"y":269.602203369141,"z":0.0166263524442911}},"1408ad":{"lock":false,"pos":{"x":52.9442024230957,"y":1.30293893814087,"z":-65.8202209472656},"rot":{"x":0.0208151284605265,"y":269.977447509766,"z":0.0167630277574062}},"14424c":{"lock":false,"pos":{"x":49.2784881591797,"y":1.30699694156647,"z":-47.4087867736816},"rot":{"x":0.0208088047802448,"y":269.998962402344,"z":0.016770688816905}},"14dcc4":{"lock":false,"pos":{"x":49.278491973877,"y":1.30430400371552,"z":-56.6087875366211},"rot":{"x":0.0208089929074049,"y":269.998718261719,"z":0.0167707018554211}},"15fa11":{"lock":false,"pos":{"x":40.2900505065918,"y":1.30036306381226,"z":-58.9200057983398},"rot":{"x":0.0208085179328918,"y":269.999755859375,"z":0.0167710650712252}},"17f807":{"lock":false,"pos":{"x":40.2899856567383,"y":1.30103969573975,"z":-56.6086387634277},"rot":{"x":0.0208087880164385,"y":269.999176025391,"z":0.0167709849774837}},"187591":{"lock":false,"pos":{"x":52.9442024230957,"y":1.30159246921539,"z":-70.4202194213867},"rot":{"x":0.0208152439445257,"y":269.977325439453,"z":0.0167628694325686}},"1c0bcd":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29095637798309,"z":-86.5082778930664},"rot":{"x":0.0208126250654459,"y":269.986145019531,"z":0.0167661271989346}},"1e7f9a":{"lock":false,"pos":{"x":40.2900466918945,"y":1.29834342002869,"z":-65.8198699951172},"rot":{"x":0.0208086725324392,"y":269.999542236328,"z":0.0167711973190308}},"1fc1f4":{"lock":false,"pos":{"x":40.2742652893066,"y":1.29160833358765,"z":-88.8093566894531},"rot":{"x":0.0208158846944571,"y":269.974670410156,"z":0.0167619213461876}},"218e04":{"lock":false,"pos":{"x":40.2900657653809,"y":1.30170965194702,"z":-54.3199005126953},"rot":{"x":0.0208080187439919,"y":270.001770019531,"z":0.016771761700511}},"22256f":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29836201667786,"z":-61.2084312438965},"rot":{"x":0.0208036061376333,"y":270.016235351563,"z":0.016777154058218}},"2723c2":{"lock":false,"pos":{"x":36.624340057373,"y":1.29701554775238,"z":-65.8083038330078},"rot":{"x":0.0208085011690855,"y":269.999938964844,"z":0.0167711246758699}},"28289a":{"lock":false,"pos":{"x":36.6082916259766,"y":1.28960514068604,"z":-91.1042556762695},"rot":{"x":0.0208084583282471,"y":269.999847412109,"z":0.0167710706591606}},"2901ee":{"lock":false,"pos":{"x":40.2900466918945,"y":1.29497730731964,"z":-77.3199005126953},"rot":{"x":0.0208084136247635,"y":270.000091552734,"z":0.0167714487761259}},"2b76c6":{"lock":false,"pos":{"x":52.9442024230957,"y":1.29889953136444,"z":-79.6202545166016},"rot":{"x":0.0208091381937265,"y":269.997863769531,"z":0.0167703293263912}},"2badf6":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30093789100647,"z":-68.1086349487305},"rot":{"x":0.0208088122308254,"y":269.998748779297,"z":0.0167707651853561}},"2d2246":{"lock":false,"pos":{"x":40.2900505065918,"y":1.29632365703583,"z":-72.719970703125},"rot":{"x":0.0208097081631422,"y":269.996643066406,"z":0.0167700089514256}},"2d94ed":{"lock":false,"pos":{"x":40.2900581359863,"y":1.30103635787964,"z":-56.6199951171875},"rot":{"x":0.020807933062315,"y":270.001678466797,"z":0.0167717356234789}},"32b458":{"lock":false,"pos":{"x":40.2900505065918,"y":1.30372929573059,"z":-47.4200057983398},"rot":{"x":0.0208087787032127,"y":269.999206542969,"z":0.0167710185050964}},"33455f":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30363070964813,"z":-58.9087867736816},"rot":{"x":0.020806385204196,"y":270.007507324219,"z":0.0167737938463688}},"33fb3a":{"lock":false,"pos":{"x":52.9441947937012,"y":1.30091917514801,"z":-72.720344543457},"rot":{"x":0.0208096783608198,"y":269.997863769531,"z":0.0167707931250334}},"36ffa9":{"lock":false,"pos":{"x":52.944206237793,"y":1.30832493305206,"z":-47.420352935791},"rot":{"x":0.0208149887621403,"y":269.977416992188,"z":0.0167629793286324}},"390a86":{"lock":false,"pos":{"x":49.2784881591797,"y":1.30565047264099,"z":-52.0087776184082},"rot":{"x":0.0208108201622963,"y":269.992736816406,"z":0.0167682971805334}},"3a622d":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29297602176666,"z":-79.608268737793},"rot":{"x":0.0208087656646967,"y":269.999145507813,"z":0.016770925372839}},"3a726b":{"lock":false,"pos":{"x":52.9442100524902,"y":1.30226576328278,"z":-68.1202011108398},"rot":{"x":0.0208085160702467,"y":269.999877929688,"z":0.0167711824178696}},"3accaf":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30228424072266,"z":-63.5087776184082},"rot":{"x":0.0208090618252754,"y":269.998687744141,"z":0.0167707372456789}},"3b042e":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29230272769928,"z":-81.9084930419922},"rot":{"x":0.0208085924386978,"y":269.999267578125,"z":0.0167709589004517}},"3df5fb":{"lock":false,"pos":{"x":52.9442176818848,"y":1.3063051700592,"z":-54.3203392028809},"rot":{"x":0.0208087060600519,"y":270,"z":0.0167710427194834}},"415ca2":{"lock":false,"pos":{"x":52.9441146850586,"y":1.29755306243896,"z":-84.2202453613281},"rot":{"x":0.0208089090883732,"y":269.998962402344,"z":0.016770962625742}},"43b3a5":{"lock":false,"pos":{"x":49.278491973877,"y":1.30161106586456,"z":-65.8086547851563},"rot":{"x":0.0208033956587315,"y":270.020324707031,"z":0.0167789477854967}},"467460":{"lock":false,"pos":{"x":52.9189834594727,"y":1.29620051383972,"z":-88.809700012207},"rot":{"x":0.0208094883710146,"y":269.997192382813,"z":0.016770800575614}},"491c09":{"lock":false,"pos":{"x":52.9478187561035,"y":1.30091607570648,"z":-72.7354354858398},"rot":{"x":0.0208511259406805,"y":269.853637695313,"z":0.0167180430144072}},"537351":{"lock":false,"pos":{"x":49.278491973877,"y":1.30565047264099,"z":-52.0087738037109},"rot":{"x":0.0208089724183083,"y":269.998687744141,"z":0.0167708694934845}},"54293e":{"lock":false,"pos":{"x":36.6243324279785,"y":1.3017281293869,"z":-49.7084617614746},"rot":{"x":0.0208090450614691,"y":269.998657226563,"z":0.0167706180363894}},"5659d1":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29432249069214,"z":-75.0083999633789},"rot":{"x":0.0208085123449564,"y":269.999938964844,"z":0.0167711097747087}},"5761c7":{"lock":false,"pos":{"x":52.9442100524902,"y":1.30563187599182,"z":-56.6203498840332},"rot":{"x":0.0208152960985899,"y":269.977386474609,"z":0.0167630948126316}},"596620":{"lock":false,"pos":{"x":52.944206237793,"y":1.30495870113373,"z":-58.920352935791},"rot":{"x":0.0208151545375586,"y":269.977416992188,"z":0.0167628787457943}},"59bdfb":{"lock":false,"pos":{"x":49.278491973877,"y":1.30430400371552,"z":-56.6087875366211},"rot":{"x":0.0208091381937265,"y":269.998748779297,"z":0.0167705006897449}},"5a4bb5":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30026459693909,"z":-70.4086380004883},"rot":{"x":0.0208087284117937,"y":269.999664306641,"z":0.0167710278183222}},"5a7137":{"lock":false,"pos":{"x":40.2900505065918,"y":1.3030561208725,"z":-49.7199935913086},"rot":{"x":0.0208086986094713,"y":269.999206542969,"z":0.0167708713561296}},"5cfb72":{"lock":false,"pos":{"x":36.6243362426758,"y":1.30105495452881,"z":-52.0084266662598},"rot":{"x":0.0208037793636322,"y":270.016296386719,"z":0.0167770236730576}},"5efc92":{"lock":false,"pos":{"x":52.944206237793,"y":1.30765163898468,"z":-49.7203407287598},"rot":{"x":0.0208150744438171,"y":269.977416992188,"z":0.0167629327625036}},"62392c":{"lock":false,"pos":{"x":40.2900428771973,"y":1.29565036296844,"z":-75.0199966430664},"rot":{"x":0.0208088643848896,"y":269.999328613281,"z":0.0167711060494184}},"639a09":{"lock":false,"pos":{"x":32.9853096008301,"y":1.30107951164246,"z":-47.4095458984375},"rot":{"x":0.0208125300705433,"y":269.986206054688,"z":0.0167661923915148}},"650903":{"lock":false,"pos":{"x":40.2741050720215,"y":1.29093313217163,"z":-91.1157989501953},"rot":{"x":0.0208037104457617,"y":270.016296386719,"z":0.0167771261185408}},"661c3f":{"lock":false,"pos":{"x":49.2785148620605,"y":1.2995913028717,"z":-72.7087249755859},"rot":{"x":0.0208090022206306,"y":269.998962402344,"z":0.0167707856744528}},"66c93b":{"lock":false,"pos":{"x":36.624340057373,"y":1.2956690788269,"z":-70.4083099365234},"rot":{"x":0.0208067763596773,"y":270.007507324219,"z":0.0167743489146233}},"6b130d":{"lock":false,"pos":{"x":52.9442100524902,"y":1.3063051700592,"z":-54.3203468322754},"rot":{"x":0.0208151154220104,"y":269.977416992188,"z":0.0167628526687622}},"6c6340":{"lock":false,"pos":{"x":36.6243591308594,"y":1.2956690788269,"z":-70.4082870483398},"rot":{"x":0.0208088494837284,"y":269.998992919922,"z":0.0167707297950983}},"7ab680":{"lock":false,"pos":{"x":32.9853057861328,"y":1.30040621757507,"z":-49.709545135498},"rot":{"x":0.0208125896751881,"y":269.986389160156,"z":0.0167660806328058}},"7dc42a":{"lock":false,"pos":{"x":40.2920837402344,"y":1.29363131523132,"z":-81.9201202392578},"rot":{"x":0.0208003539592028,"y":270.027648925781,"z":0.0167811661958694}},"80d5e3":{"lock":false,"pos":{"x":36.6243362426758,"y":1.30038166046143,"z":-54.3084373474121},"rot":{"x":0.0208037085831165,"y":270.016387939453,"z":0.0167771726846695}},"80fafa":{"lock":false,"pos":{"x":58.0996551513672,"y":1.31018245220184,"z":-47.4709815979004},"rot":{"x":0.0208082888275385,"y":270.001251220703,"z":0.0167716182768345}},"85fe46":{"lock":false,"pos":{"x":49.2785148620605,"y":1.30161118507385,"z":-65.8086318969727},"rot":{"x":0.0208088494837284,"y":269.998779296875,"z":0.0167707279324532}},"87226d":{"lock":false,"pos":{"x":40.2900466918945,"y":1.29430389404297,"z":-79.6199035644531},"rot":{"x":0.0208087600767612,"y":269.998931884766,"z":0.01677081361413}},"88d2ba":{"lock":false,"pos":{"x":52.9441986083984,"y":1.30361223220825,"z":-63.5203590393066},"rot":{"x":0.0208151768893003,"y":269.977447509766,"z":0.0167629364877939}},"88fdeb":{"lock":false,"pos":{"x":40.2900505065918,"y":1.30238282680511,"z":-52.0199966430664},"rot":{"x":0.0208088643848896,"y":269.999206542969,"z":0.0167710669338703}},"8f5533":{"lock":false,"pos":{"x":58.0996551513672,"y":1.30883586406708,"z":-52.070972442627},"rot":{"x":0.0208085123449564,"y":270.000335693359,"z":0.0167713910341263}},"8ffa44":{"lock":false,"pos":{"x":49.2785148620605,"y":1.29891812801361,"z":-75.0087509155273},"rot":{"x":0.0208089128136635,"y":269.998657226563,"z":0.0167704522609711}},"9164a5":{"lock":false,"pos":{"x":55.4925498962402,"y":1.51360321044922,"z":-40.1462669372559},"rot":{"x":3.51952949131373E-05,"y":270.000030517578,"z":-8.71363226906396E-05}},"92436b":{"lock":false,"pos":{"x":52.9441833496094,"y":1.29957211017609,"z":-77.322395324707},"rot":{"x":0.0208977125585079,"y":269.693969726563,"z":0.0166598316282034}},"92c295":{"lock":false,"pos":{"x":52.9441947937012,"y":1.30226576328278,"z":-68.1202239990234},"rot":{"x":0.0208084918558598,"y":269.999969482422,"z":0.016771025955677}},"93381d":{"lock":false,"pos":{"x":52.9442443847656,"y":1.29687976837158,"z":-86.520263671875},"rot":{"x":0.0208092834800482,"y":269.997619628906,"z":0.0167703330516815}},"9509e3":{"lock":false,"pos":{"x":40.2900505065918,"y":1.29699695110321,"z":-70.4197616577148},"rot":{"x":0.0208084024488926,"y":270.000335693359,"z":0.016771512106061}},"9e7f6a":{"lock":false,"pos":{"x":52.9442024230957,"y":1.30428552627563,"z":-61.2203521728516},"rot":{"x":0.0208083875477314,"y":270,"z":0.0167710985988379}},"9fa87b":{"lock":false,"pos":{"x":36.624340057373,"y":1.29903519153595,"z":-58.9084396362305},"rot":{"x":0.0208085048943758,"y":269.999969482422,"z":0.0167710166424513}},"a0e05d":{"lock":false,"pos":{"x":52.9441986083984,"y":1.30428540706635,"z":-61.2203559875488},"rot":{"x":0.0208150893449783,"y":269.977416992188,"z":0.0167628861963749}},"a18819":{"lock":false,"pos":{"x":40.2900505065918,"y":1.29699695110321,"z":-70.4198532104492},"rot":{"x":0.0208080224692822,"y":270,"z":0.0167708825320005}},"a26425":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29768872261047,"z":-63.5084342956543},"rot":{"x":0.0208037234842777,"y":270.016235351563,"z":0.0167769882827997}},"a27955":{"lock":false,"pos":{"x":36.6243324279785,"y":1.30240142345428,"z":-47.4084358215332},"rot":{"x":0.0208084955811501,"y":270,"z":0.0167712848633528}},"ab51ce":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29364931583405,"z":-77.3083114624023},"rot":{"x":0.0208087861537933,"y":269.998901367188,"z":0.0167708154767752}},"ab620e":{"lock":false,"pos":{"x":52.944206237793,"y":1.3069783449173,"z":-52.0203437805176},"rot":{"x":0.0208151172846556,"y":269.977416992188,"z":0.0167629532516003}},"afef79":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29499578475952,"z":-72.7083740234375},"rot":{"x":0.0208088904619217,"y":269.998992919922,"z":0.0167706999927759}},"b39b78":{"lock":false,"pos":{"x":36.6243362426758,"y":1.29970848560333,"z":-56.6084403991699},"rot":{"x":0.0208087563514709,"y":269.998901367188,"z":0.016770837828517}},"b7c4cb":{"lock":false,"pos":{"x":52.9441986083984,"y":1.30737829208374,"z":-54.3203010559082},"rot":{"x":0.0208084303885698,"y":270.000091552734,"z":0.016771150752902}},"bdffae":{"lock":false,"pos":{"x":40.2900428771973,"y":1.29901659488678,"z":-63.5200119018555},"rot":{"x":0.0208087898790836,"y":269.999633789063,"z":0.0167709402740002}},"c1d796":{"lock":false,"pos":{"x":40.2900848388672,"y":1.2922842502594,"z":-86.5199127197266},"rot":{"x":0.0208086837083101,"y":269.999725341797,"z":0.0167710073292255}},"c4018c":{"lock":false,"pos":{"x":52.9462394714355,"y":1.2982269525528,"z":-81.9204711914063},"rot":{"x":0.0208091754466295,"y":269.997650146484,"z":0.0167702585458755}},"c5aa89":{"lock":false,"pos":{"x":52.9284706115723,"y":1.29687416553497,"z":-86.5200881958008},"rot":{"x":0.0208092648535967,"y":269.99755859375,"z":0.0167701691389084}},"cdb540":{"lock":false,"pos":{"x":40.2899551391602,"y":1.29295742511749,"z":-84.2199020385742},"rot":{"x":0.0208042934536934,"y":270.016510009766,"z":0.0167777873575687}},"d93397":{"lock":false,"pos":{"x":49.278491973877,"y":1.30632376670837,"z":-49.7088088989258},"rot":{"x":0.02080930583179,"y":269.997375488281,"z":0.0167700331658125}},"ddc9f8":{"lock":false,"pos":{"x":40.2741050720215,"y":1.29093313217163,"z":-91.1158065795898},"rot":{"x":0.0208043809980154,"y":270.016479492188,"z":0.0167777389287949}},"dddd59":{"lock":false,"pos":{"x":44.2289009094238,"y":1.30152595043182,"z":-63.5009002685547},"rot":{"x":0.0208084173500538,"y":270,"z":0.016771262511611}},"de2d0a":{"lock":false,"pos":{"x":58.0996551513672,"y":1.30950915813446,"z":-49.7709693908691},"rot":{"x":0.0208082906901836,"y":270.001678466797,"z":0.0167713053524494}},"e1748c":{"lock":false,"pos":{"x":36.6243324279785,"y":1.29903519153595,"z":-58.908447265625},"rot":{"x":0.0208088457584381,"y":269.998962402344,"z":0.0167707521468401}},"e1ef43":{"lock":false,"pos":{"x":40.2900428771973,"y":1.29968988895416,"z":-61.2200088500977},"rot":{"x":0.0208087302744389,"y":269.999664306641,"z":0.0167709514498711}},"e3ae5c":{"lock":false,"pos":{"x":52.9284248352051,"y":1.29620385169983,"z":-88.8097076416016},"rot":{"x":0.0208093635737896,"y":269.997375488281,"z":0.0167704038321972}},"e40802":{"lock":false,"pos":{"x":49.2784957885742,"y":1.30295753479004,"z":-61.2087898254395},"rot":{"x":0.0208084415644407,"y":270,"z":0.0167710781097412}},"e55fe0":{"lock":false,"pos":{"x":52.9441986083984,"y":1.29889953136444,"z":-79.6202621459961},"rot":{"x":0.0208096522837877,"y":269.997619628906,"z":0.0167706999927759}},"e56d1d":{"lock":false,"pos":{"x":40.2900466918945,"y":1.29767024517059,"z":-68.119873046875},"rot":{"x":0.0208086743950844,"y":269.999420166016,"z":0.0167709589004517}},"f54b74":{"lock":false,"pos":{"x":36.6243591308594,"y":1.29162955284119,"z":-84.2082748413086},"rot":{"x":0.0208125505596399,"y":269.986267089844,"z":0.0167660992592573}}}} diff --git a/objects/Weaknessdecks.750fdd.json b/objects/Weaknessdecks.750fdd.json new file mode 100644 index 00000000..02010a6f --- /dev/null +++ b/objects/Weaknessdecks.750fdd.json @@ -0,0 +1,90 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "Weaknessdecks.97c597", + "ReturntotheDunwichLegacy.0b361d", + "TheDunwichLegacy.0da7f2", + "StarterDecks.120210", + "Advanced.15e75e", + "ThePathtoCarcosa.193ddf", + "TheInnsmouthConspiracy.516413", + "EdgeoftheEarth.58de9c", + "TheForgottenAge.62c248", + "Core.728f7e", + "ReturntoThePathtoCarcosa.9c5822", + "ReturntoTheCircleUndone.a24cb2", + "ReturntoTheForgottenAge.c0f36d", + "TheScarletKeys.c276cb", + "TheDream-Eaters.c97be9", + "AllWeaknesses.d95bd6", + "TheCircleUndone.f9215d" + ], + "ContainedObjects_path": "Weaknessdecks.750fdd", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516372129/745E93331A66C547C69B39EAD5044A72B8D732D3/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "750fdd", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScriptState_path": "Weaknessdecks.750fdd.luascriptstate", + "LuaScript_path": "Weaknessdecks.750fdd.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Weakness decks", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd.luascriptstate b/objects/Weaknessdecks.750fdd.luascriptstate new file mode 100644 index 00000000..e9d5d8dd --- /dev/null +++ b/objects/Weaknessdecks.750fdd.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0b361d":{"lock":false,"pos":{"x":-20.9388751983643,"y":1.29235625267029,"z":83.3067245483398},"rot":{"x":0.0208030957728624,"y":270.018493652344,"z":180.016784667969}},"0da7f2":{"lock":false,"pos":{"x":-20.938871383667,"y":1.31228566169739,"z":85.6067276000977},"rot":{"x":0.0208079200237989,"y":270.001556396484,"z":180.01676940918}},"120210":{"lock":false,"pos":{"x":-24.453332901001,"y":1.30417060852051,"z":78.6900253295898},"rot":{"x":0.020808357745409,"y":269.999877929688,"z":180.01676940918}},"15e75e":{"lock":false,"pos":{"x":-24.4533653259277,"y":1.30551850795746,"z":83.2946319580078},"rot":{"x":0.0208085421472788,"y":269.999725341797,"z":180.01676940918}},"193ddf":{"lock":false,"pos":{"x":-20.9388751983643,"y":1.30063784122467,"z":78.7067260742188},"rot":{"x":0.0208050422370434,"y":270.011505126953,"z":180.01676940918}},"516413":{"lock":false,"pos":{"x":-20.9388847351074,"y":1.29804623126984,"z":53.4066505432129},"rot":{"x":0.0208085048943758,"y":269.999877929688,"z":180.01676940918}},"58de9c":{"lock":false,"pos":{"x":-24.4533710479736,"y":1.29733824729919,"z":71.7946090698242},"rot":{"x":0.0208083838224411,"y":270.000030517578,"z":180.01676940918}},"62c248":{"lock":false,"pos":{"x":-20.9388732910156,"y":1.28899002075195,"z":71.8067245483398},"rot":{"x":0.0208067409694195,"y":270.005554199219,"z":180.01676940918}},"728f7e":{"lock":false,"pos":{"x":-24.4533596038818,"y":1.33026194572449,"z":85.5946197509766},"rot":{"x":0.0208084657788277,"y":269.999481201172,"z":180.01676940918}},"9c5822":{"lock":false,"pos":{"x":-20.9388732910156,"y":1.29515051841736,"z":76.4067230224609},"rot":{"x":0.0208044853061438,"y":270.013031005859,"z":180.016784667969}},"a24cb2":{"lock":false,"pos":{"x":-20.9389095306396,"y":1.29111111164093,"z":62.606575012207},"rot":{"x":0.0208084378391504,"y":270,"z":180.01676940918}},"c0f36d":{"lock":false,"pos":{"x":-20.9388771057129,"y":1.28831684589386,"z":69.5069198608398},"rot":{"x":0.0208085775375366,"y":269.99951171875,"z":180.01676940918}},"c276cb":{"lock":false,"pos":{"x":-24.4534111022949,"y":1.30013060569763,"z":64.8945617675781},"rot":{"x":0.0208084024488926,"y":269.999938964844,"z":180.01676940918}},"c97be9":{"lock":false,"pos":{"x":-20.9388904571533,"y":1.29457867145538,"z":58.0065536499023},"rot":{"x":0.0208041872829199,"y":270.014221191406,"z":180.016784667969}},"d95bd6":{"lock":false,"pos":{"x":-24.4533920288086,"y":1.55807101726532,"z":57.9945068359375},"rot":{"x":0.0207986924797297,"y":270.034698486328,"z":180.016799926758}},"f9215d":{"lock":false,"pos":{"x":-20.9388809204102,"y":1.29659843444824,"z":64.9066696166992},"rot":{"x":0.0208041723817587,"y":270.014099121094,"z":180.016784667969}}}} diff --git a/objects/Weaknessdecks.750fdd.ttslua b/objects/Weaknessdecks.750fdd.ttslua new file mode 100644 index 00000000..15cbe9c6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/Weaknessdecks.750fdd/Advanced.15e75e.json b/objects/Weaknessdecks.750fdd/Advanced.15e75e.json new file mode 100644 index 00000000..d2b8754a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Advanced.15e75e.json @@ -0,0 +1,81 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "FinePrint.39452d", + "SellYourSoul.180b5b", + "ThePriceofFailure.dc5b38", + "AccursedFate.85e7d9", + "TheBellTolls.6cbc01" + ], + "ContainedObjects_path": "Advanced.15e75e", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 545213, + 545214, + 537612, + 537608, + 537609 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "15e75e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Advanced", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.306, + "posZ": 83.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Advanced.15e75e/AccursedFate.85e7d9.json b/objects/Weaknessdecks.750fdd/Advanced.15e75e/AccursedFate.85e7d9.json new file mode 100644 index 00000000..1d1cc1b4 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Advanced.15e75e/AccursedFate.85e7d9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "85e7d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Fate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.977, + "posY": 1.321, + "posZ": 90.693, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Advanced.15e75e/FinePrint.39452d.json b/objects/Weaknessdecks.750fdd/Advanced.15e75e/FinePrint.39452d.json new file mode 100644 index 00000000..5a9455b1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Advanced.15e75e/FinePrint.39452d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545213, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39452d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fine Print", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.39, + "posZ": 83.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Advanced.15e75e/SellYourSoul.180b5b.json b/objects/Weaknessdecks.750fdd/Advanced.15e75e/SellYourSoul.180b5b.json new file mode 100644 index 00000000..8b23a7db --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Advanced.15e75e/SellYourSoul.180b5b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545214, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "180b5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sell Your Soul", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.398, + "posZ": 83.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Advanced.15e75e/TheBellTolls.6cbc01.json b/objects/Weaknessdecks.750fdd/Advanced.15e75e/TheBellTolls.6cbc01.json new file mode 100644 index 00000000..142f630d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Advanced.15e75e/TheBellTolls.6cbc01.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6cbc01", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Bell Tolls", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.872, + "posY": 1.28, + "posZ": 90.616, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Advanced.15e75e/ThePriceofFailure.dc5b38.json b/objects/Weaknessdecks.750fdd/Advanced.15e75e/ThePriceofFailure.dc5b38.json new file mode 100644 index 00000000..2d6b3c57 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Advanced.15e75e/ThePriceofFailure.dc5b38.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc5b38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Price of Failure", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.233, + "posY": 1.345, + "posZ": 90.581, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6.json new file mode 100644 index 00000000..d06b1612 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6.json @@ -0,0 +1,315 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Underprepared.6a0d53", + "EctoplasmicHorror.329f2f", + "PayYourDue.a92fa2", + "QuantumParadox.f549b6", + "LurkerintheDark.76edfa", + "LegInjury.46b4a0", + "ArmInjury.8f1420", + "Panic.93e52d", + "Stupor.a42bcf", + "Damned.bad8cb", + "TheDevilXV.7bcaf3", + "TheDevilXV.e9ae4e", + "Chronophobia.eeb330", + "UnspeakableOathCowardice.ea0fa1", + "DreadCurse.92f50c", + "Indebted.b2ef43", + "SilverTwilightAcolyte.16a89d", + "The13thVision.cebf6a", + "DarkPact.dd3d09", + "DrawingtheSign.10407c", + "Obsessive.a2e7d7", + "StubbornDetective.4ea68b", + "InternalInjury.d28be6", + "Self-Destructive.2204cc", + "Kleptomania.447a08", + "The13thVision.e42f12", + "Amnesia.2210c1", + "Hypochondria.88ee43", + "TheTowerXVI.cc65f3", + "UnspeakableOathBloodthirst.a5be8b", + "InternalInjury.4fb446", + "ThroughtheGates.fd9c56", + "Self-Centered.eff3c8", + "Paranoia.c17498", + "AccursedFollower.da8711", + "Psychosis.d83baf", + "TheTowerXVI.d5c93d", + "TheThingThatFollows.da227d", + "MobEnforcer.b239d7", + "YourWorstNightmare.406ab2", + "Nihilism.fc4168", + "UnspeakableOathCuriosity.f6aba5", + "Overzealous.29766c", + "Dendromorphosis.121b2d", + "DayofReckoning.6745c1", + "Paranoia.3575a3", + "Reckless.c45e67", + "Amnesia.8598a4", + "Haunted.249d83", + "Indebted.8df93a", + "ThroughtheGates.31f72f", + "Narcolepsy.57e648", + "OfferYouCannotRefuse.e27c93", + "Atychiphobia.a3bc7a", + "Overzealous.88a9b3", + "AccursedFollower.960118", + "DreadCurse.162811", + "Doomed.ba2ae1", + "Chronophobia.016e3c" + ], + "ContainedObjects_path": "AllWeaknesses.d95bd6", + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2908": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2910": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + }, + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + }, + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5474": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5475": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5546": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + }, + "5581": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 379152, + 379151, + 379150, + 379149, + 379148, + 378918, + 378917, + 378919, + 378920, + 449520, + 449534, + 449534, + 290807, + 438122, + 547833, + 290805, + 290817, + 290321, + 290813, + 554603, + 547402, + 290818, + 290806, + 547502, + 438126, + 290321, + 290800, + 290804, + 290320, + 438124, + 290806, + 291019, + 438125, + 290801, + 547832, + 290803, + 290320, + 290815, + 290816, + 438128, + 538702, + 438123, + 290810, + 545211, + 558134, + 290801, + 538602, + 290800, + 290802, + 290805, + 291019, + 438127, + 545212, + 538802, + 290810, + 547832, + 547833, + 290814, + 290807 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d95bd6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "All Weaknesses", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.558, + "posZ": 57.995, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/AccursedFollower.960118.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/AccursedFollower.960118.json new file mode 100644 index 00000000..1155e186 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/AccursedFollower.960118.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547832, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "960118", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.334, + "posZ": 56.478, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/AccursedFollower.da8711.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/AccursedFollower.da8711.json new file mode 100644 index 00000000..39eb2d99 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/AccursedFollower.da8711.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547832, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da8711", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.283, + "posZ": 56.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Amnesia.2210c1.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Amnesia.2210c1.json new file mode 100644 index 00000000..5847f109 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Amnesia.2210c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2210c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.002, + "posY": 1.36, + "posZ": 55.479, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Amnesia.8598a4.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Amnesia.8598a4.json new file mode 100644 index 00000000..b7150cea --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Amnesia.8598a4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8598a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.721, + "posY": 1.36, + "posZ": 57.834, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes new file mode 100644 index 00000000..0c4635ea --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08130", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.json new file mode 100644 index 00000000..627a6a7c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378917, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes", + "GUID": "8f1420", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arm Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.096, + "posY": 1.306, + "posZ": 77.997, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Atychiphobia.a3bc7a.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Atychiphobia.a3bc7a.json new file mode 100644 index 00000000..67e77cdf --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Atychiphobia.a3bc7a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3bc7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Atychiphobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -35.924, + "posY": 3.136, + "posZ": 66.02, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Chronophobia.016e3c.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Chronophobia.016e3c.json new file mode 100644 index 00000000..ee7248f5 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Chronophobia.016e3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "016e3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.967, + "posY": 1.375, + "posZ": 83.176, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Chronophobia.eeb330.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Chronophobia.eeb330.json new file mode 100644 index 00000000..fc85e111 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Chronophobia.eeb330.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eeb330", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.618, + "posY": 1.374, + "posZ": 83.386, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Damned.bad8cb.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Damned.bad8cb.json new file mode 100644 index 00000000..4390649b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Damned.bad8cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bad8cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Damned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.814, + "posY": 1.28, + "posZ": 66.211, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DarkPact.dd3d09.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DarkPact.dd3d09.json new file mode 100644 index 00000000..45dafb3f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DarkPact.dd3d09.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd3d09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Pact", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.79, + "posY": 1.508, + "posZ": 66.889, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.json new file mode 100644 index 00000000..09bfb18d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558134, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6745c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Day of Reckoning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.774, + "posZ": 71.795, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua @@ -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 diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Dendromorphosis.121b2d.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Dendromorphosis.121b2d.json new file mode 100644 index 00000000..5b49b860 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Dendromorphosis.121b2d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "121b2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dendromorphosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.393, + "posY": 1.267, + "posZ": 76.337, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Doomed.ba2ae1.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Doomed.ba2ae1.json new file mode 100644 index 00000000..30e38c5f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Doomed.ba2ae1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba2ae1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Doomed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.573, + "posY": 1.368, + "posZ": 67.003, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DrawingtheSign.10407c.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DrawingtheSign.10407c.json new file mode 100644 index 00000000..4a09187c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DrawingtheSign.10407c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 554603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "10407c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing the Sign", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.026, + "posY": 3.143, + "posZ": 62.687, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DreadCurse.162811.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DreadCurse.162811.json new file mode 100644 index 00000000..0bba86cd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DreadCurse.162811.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547833, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "162811", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.282, + "posZ": 53.119, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DreadCurse.92f50c.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DreadCurse.92f50c.json new file mode 100644 index 00000000..24101773 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/DreadCurse.92f50c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547833, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "92f50c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.333, + "posZ": 53.156, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes new file mode 100644 index 00000000..096bc539 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09127", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Geist.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.json new file mode 100644 index 00000000..038be244 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379151, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes", + "GUID": "329f2f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ectoplasmic Horror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.186, + "posY": 1.321, + "posZ": 58.864, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Haunted.249d83.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Haunted.249d83.json new file mode 100644 index 00000000..5d2825dc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Haunted.249d83.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2908": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "249d83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.637, + "posY": 1.668, + "posZ": 51.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Hypochondria.88ee43.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Hypochondria.88ee43.json new file mode 100644 index 00000000..b8b7c1de --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Hypochondria.88ee43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88ee43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypochondria", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.936, + "posY": 1.363, + "posZ": 67.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Indebted.8df93a.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Indebted.8df93a.json new file mode 100644 index 00000000..659cf398 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Indebted.8df93a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8df93a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 74.019, + "posY": 1.373, + "posZ": 83.524, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Indebted.b2ef43.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Indebted.b2ef43.json new file mode 100644 index 00000000..3b006868 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Indebted.b2ef43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2ef43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 69.649, + "posY": 1.371, + "posZ": 83.453, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/InternalInjury.4fb446.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/InternalInjury.4fb446.json new file mode 100644 index 00000000..bbd6a53d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/InternalInjury.4fb446.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4fb446", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.639, + "posY": 1.377, + "posZ": 83.347, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/InternalInjury.d28be6.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/InternalInjury.d28be6.json new file mode 100644 index 00000000..cb7f178d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/InternalInjury.d28be6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d28be6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.66, + "posY": 1.474, + "posZ": 84.99, + "rotX": 0, + "rotY": 270, + "rotZ": 355, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Kleptomania.447a08.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Kleptomania.447a08.json new file mode 100644 index 00000000..a434e08e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Kleptomania.447a08.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "447a08", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kleptomania", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.452, + "posY": 1.517, + "posZ": 58.632, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes new file mode 100644 index 00000000..e9d01b11 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08131", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.json new file mode 100644 index 00000000..4a5bee3b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378918, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes", + "GUID": "46b4a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leg Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.911, + "posY": 1.294, + "posZ": 77.746, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes new file mode 100644 index 00000000..9e34fd54 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09124", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Shoggoth.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.json new file mode 100644 index 00000000..1d5da5ca --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379148, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes", + "GUID": "76edfa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lurker in the Dark", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.118, + "posY": 1.367, + "posZ": 58.648, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/MobEnforcer.b239d7.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/MobEnforcer.b239d7.json new file mode 100644 index 00000000..ad30977b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/MobEnforcer.b239d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290816, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b239d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mob Enforcer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.384, + "posY": 1.365, + "posZ": 75.925, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Narcolepsy.57e648.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Narcolepsy.57e648.json new file mode 100644 index 00000000..ee6eb83a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Narcolepsy.57e648.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57e648", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Narcolepsy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.247, + "posY": 1.372, + "posZ": 69.506, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Nihilism.fc4168.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Nihilism.fc4168.json new file mode 100644 index 00000000..073d0bcd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Nihilism.fc4168.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fc4168", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nihilism", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.254, + "posY": 3.135, + "posZ": 65.711, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Obsessive.a2e7d7.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Obsessive.a2e7d7.json new file mode 100644 index 00000000..b6fb60a6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Obsessive.a2e7d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5474": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a2e7d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obsessive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.225, + "posY": 3.135, + "posZ": 64.63, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/OfferYouCannotRefuse.e27c93.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/OfferYouCannotRefuse.e27c93.json new file mode 100644 index 00000000..693fa5c0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/OfferYouCannotRefuse.e27c93.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e27c93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Offer You Cannot Refuse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.393, + "posY": 1.268, + "posZ": 78.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Overzealous.29766c.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Overzealous.29766c.json new file mode 100644 index 00000000..13c8840c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Overzealous.29766c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29766c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.77, + "posY": 1.375, + "posZ": 76.537, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Overzealous.88a9b3.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Overzealous.88a9b3.json new file mode 100644 index 00000000..f7bc768a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Overzealous.88a9b3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88a9b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.02, + "posY": 1.373, + "posZ": 76.522, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes new file mode 100644 index 00000000..add5df61 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08132", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.json new file mode 100644 index 00000000..9132cf5e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378919, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes", + "GUID": "93e52d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.865, + "posY": 1.293, + "posZ": 80.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Paranoia.3575a3.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Paranoia.3575a3.json new file mode 100644 index 00000000..69760abf --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Paranoia.3575a3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3575a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.233, + "posY": 1.362, + "posZ": 62.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Paranoia.c17498.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Paranoia.c17498.json new file mode 100644 index 00000000..73704d5c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Paranoia.c17498.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c17498", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.77, + "posY": 1.361, + "posZ": 60.44, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes new file mode 100644 index 00000000..079e6421 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09126", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.json new file mode 100644 index 00000000..e83776d2 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379150, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes", + "GUID": "a92fa2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pay Your Due", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.306, + "posY": 1.351, + "posZ": 58.824, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Psychosis.d83baf.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Psychosis.d83baf.json new file mode 100644 index 00000000..9a62fccd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Psychosis.d83baf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290803, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d83baf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Psychosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.276, + "posY": 1.364, + "posZ": 69.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes new file mode 100644 index 00000000..6a5189c0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09125", + "type": "Treachery", + "class": "Neutral", + "traits": "Paradox.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.json new file mode 100644 index 00000000..64a983db --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379149, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes", + "GUID": "f549b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quantum Paradox", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.252, + "posY": 1.359, + "posZ": 58.918, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Reckless.c45e67.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Reckless.c45e67.json new file mode 100644 index 00000000..28f7aeed --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Reckless.c45e67.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c45e67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reckless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.5, + "posY": 3.135, + "posZ": 65.934, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Self-Centered.eff3c8.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Self-Centered.eff3c8.json new file mode 100644 index 00000000..eec2646f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Self-Centered.eff3c8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eff3c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Centered", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.301, + "posY": 1.371, + "posZ": 66.612, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Self-Destructive.2204cc.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Self-Destructive.2204cc.json new file mode 100644 index 00000000..9e8acb24 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Self-Destructive.2204cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5475": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2204cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Destructive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.676, + "posY": 3.136, + "posZ": 67.719, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/SilverTwilightAcolyte.16a89d.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/SilverTwilightAcolyte.16a89d.json new file mode 100644 index 00000000..8764d64a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/SilverTwilightAcolyte.16a89d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290817, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16a89d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silver Twilight Acolyte", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.234, + "posY": 1.366, + "posZ": 78.496, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/StubbornDetective.4ea68b.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/StubbornDetective.4ea68b.json new file mode 100644 index 00000000..ee370306 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/StubbornDetective.4ea68b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290818, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ea68b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Detective", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.326, + "posY": 1.365, + "posZ": 73.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes new file mode 100644 index 00000000..c2714b1c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08133", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.json new file mode 100644 index 00000000..394edfa0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378920, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes", + "GUID": "a42bcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stupor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 18.571, + "posY": 1.293, + "posZ": 84.244, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/The13thVision.cebf6a.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/The13thVision.cebf6a.json new file mode 100644 index 00000000..82ca413e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/The13thVision.cebf6a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cebf6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.633, + "posY": 2.37, + "posZ": 46.43, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/The13thVision.e42f12.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/The13thVision.e42f12.json new file mode 100644 index 00000000..2cdbe82f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/The13thVision.e42f12.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e42f12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.892, + "posY": 2.37, + "posZ": 45.325, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheDevilXV.7bcaf3.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheDevilXV.7bcaf3.json new file mode 100644 index 00000000..aeab05fc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheDevilXV.7bcaf3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bcaf3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.535, + "posY": 1.28, + "posZ": 61.974, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheDevilXV.e9ae4e.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheDevilXV.e9ae4e.json new file mode 100644 index 00000000..36f21b84 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheDevilXV.e9ae4e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e9ae4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.809, + "posY": 1.314, + "posZ": 61.981, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheThingThatFollows.da227d.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheThingThatFollows.da227d.json new file mode 100644 index 00000000..55541c7e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheThingThatFollows.da227d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290815, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da227d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Thing That Follows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.007, + "posY": 1.372, + "posZ": 76.505, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheTowerXVI.cc65f3.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheTowerXVI.cc65f3.json new file mode 100644 index 00000000..989c689e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheTowerXVI.cc65f3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc65f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -61.414, + "posY": 3.577, + "posZ": 5.187, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheTowerXVI.d5c93d.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheTowerXVI.d5c93d.json new file mode 100644 index 00000000..21979b5a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/TheTowerXVI.d5c93d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5c93d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -65.151, + "posY": 3.577, + "posZ": 6.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ThroughtheGates.31f72f.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ThroughtheGates.31f72f.json new file mode 100644 index 00000000..b4023ea3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ThroughtheGates.31f72f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 291019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31f72f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.11, + "posY": 1.375, + "posZ": 81.382, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ThroughtheGates.fd9c56.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ThroughtheGates.fd9c56.json new file mode 100644 index 00000000..bd1c7c2b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/ThroughtheGates.fd9c56.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 291019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fd9c56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.047, + "posY": 1.515, + "posZ": 81.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes new file mode 100644 index 00000000..c2f7d0ab --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09128", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.json new file mode 100644 index 00000000..33f738b6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379152, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes", + "GUID": "6a0d53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underprepared", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.362, + "posY": 1.274, + "posZ": 58.897, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathBloodthirst.a5be8b.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathBloodthirst.a5be8b.json new file mode 100644 index 00000000..6e751868 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathBloodthirst.a5be8b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438124, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5be8b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Bloodthirst)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.462, + "posY": 1.373, + "posZ": 73.762, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathCowardice.ea0fa1.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathCowardice.ea0fa1.json new file mode 100644 index 00000000..1de18d13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathCowardice.ea0fa1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438122, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea0fa1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Cowardice)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.614, + "posY": 1.531, + "posZ": 73.921, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathCuriosity.f6aba5.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathCuriosity.f6aba5.json new file mode 100644 index 00000000..33af2a5a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/UnspeakableOathCuriosity.f6aba5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438123, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6aba5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Curiosity)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.298, + "posY": 1.535, + "posZ": 73.754, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/YourWorstNightmare.406ab2.json b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/YourWorstNightmare.406ab2.json new file mode 100644 index 00000000..6e534f13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/AllWeaknesses.d95bd6/YourWorstNightmare.406ab2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "406ab2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Your Worst Nightmare", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.449, + "posY": 1.531, + "posZ": 58.771, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e.json b/objects/Weaknessdecks.750fdd/Core.728f7e.json new file mode 100644 index 00000000..754ae0be --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e.json @@ -0,0 +1,82 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "MobEnforcer.b239d7", + "SilverTwilightAcolyte.16a89d", + "StubbornDetective.4ea68b", + "Psychosis.d83baf", + "Hypochondria.88ee43", + "Haunted.249d83", + "Paranoia.3575a3", + "Paranoia.c17498", + "Amnesia.8598a4", + "Amnesia.2210c1" + ], + "ContainedObjects_path": "Core.728f7e", + "CustomDeck": { + "5477": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547716, + 547717, + 547718, + 547703, + 547704, + 547702, + 547701, + 547701, + 547700, + 547700 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "728f7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Core", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.33, + "posZ": 85.595, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Amnesia.2210c1.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Amnesia.2210c1.json new file mode 100644 index 00000000..ae8104f9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Amnesia.2210c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2210c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.002, + "posY": 1.36, + "posZ": 55.479, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Amnesia.8598a4.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Amnesia.8598a4.json new file mode 100644 index 00000000..b9ed4585 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Amnesia.8598a4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8598a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.721, + "posY": 1.36, + "posZ": 57.834, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Haunted.249d83.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Haunted.249d83.json new file mode 100644 index 00000000..95e2dd0f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Haunted.249d83.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "249d83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.118, + "posY": 1.481, + "posZ": 64.844, + "rotX": 0, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Hypochondria.88ee43.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Hypochondria.88ee43.json new file mode 100644 index 00000000..3ca7f657 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Hypochondria.88ee43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88ee43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypochondria", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.936, + "posY": 1.363, + "posZ": 67.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/MobEnforcer.b239d7.json b/objects/Weaknessdecks.750fdd/Core.728f7e/MobEnforcer.b239d7.json new file mode 100644 index 00000000..7ad2b2c1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/MobEnforcer.b239d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547716, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b239d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mob Enforcer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.384, + "posY": 1.365, + "posZ": 75.925, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Paranoia.3575a3.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Paranoia.3575a3.json new file mode 100644 index 00000000..6b5caef5 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Paranoia.3575a3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3575a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.233, + "posY": 1.362, + "posZ": 62.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Paranoia.c17498.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Paranoia.c17498.json new file mode 100644 index 00000000..f69feaef --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Paranoia.c17498.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c17498", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.77, + "posY": 1.361, + "posZ": 60.44, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/Psychosis.d83baf.json b/objects/Weaknessdecks.750fdd/Core.728f7e/Psychosis.d83baf.json new file mode 100644 index 00000000..a18d5e98 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/Psychosis.d83baf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d83baf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Psychosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.276, + "posY": 1.364, + "posZ": 69.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/SilverTwilightAcolyte.16a89d.json b/objects/Weaknessdecks.750fdd/Core.728f7e/SilverTwilightAcolyte.16a89d.json new file mode 100644 index 00000000..885483c5 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/SilverTwilightAcolyte.16a89d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547717, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16a89d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silver Twilight Acolyte", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.234, + "posY": 1.366, + "posZ": 78.496, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Core.728f7e/StubbornDetective.4ea68b.json b/objects/Weaknessdecks.750fdd/Core.728f7e/StubbornDetective.4ea68b.json new file mode 100644 index 00000000..5e8e7928 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Core.728f7e/StubbornDetective.4ea68b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547718, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ea68b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Detective", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.326, + "posY": 1.365, + "posZ": 73.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c.json b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c.json new file mode 100644 index 00000000..4e21529e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "LegInjury.46b4a0", + "ArmInjury.8f1420", + "Panic.93e52d", + "Stupor.a42bcf" + ], + "ContainedObjects_path": "EdgeoftheEarth.58de9c", + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 378918, + 378917, + 378919, + 378920 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "58de9c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Edge of the Earth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.297, + "posZ": 71.795, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes new file mode 100644 index 00000000..0c4635ea --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08130", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.json b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.json new file mode 100644 index 00000000..385e0c6f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378917, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes", + "GUID": "8f1420", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arm Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.096, + "posY": 1.306, + "posZ": 77.997, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes new file mode 100644 index 00000000..e9d01b11 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08131", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.json b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.json new file mode 100644 index 00000000..685a5b5b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378918, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes", + "GUID": "46b4a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leg Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.911, + "posY": 1.294, + "posZ": 77.746, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes new file mode 100644 index 00000000..add5df61 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08132", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.json b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.json new file mode 100644 index 00000000..9ad7a565 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378919, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes", + "GUID": "93e52d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.865, + "posY": 1.293, + "posZ": 80.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes new file mode 100644 index 00000000..c2714b1c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08133", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.json b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.json new file mode 100644 index 00000000..60535bae --- /dev/null +++ b/objects/Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378920, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes", + "GUID": "a42bcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stupor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 18.571, + "posY": 1.293, + "posZ": 84.244, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2.json b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2.json new file mode 100644 index 00000000..5954c0a4 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Damned.bad8cb", + "TheDevilXV.7bcaf3", + "TheDevilXV.e9ae4e" + ], + "ContainedObjects_path": "ReturntoTheCircleUndone.a24cb2", + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 449520, + 449534, + 449534 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a24cb2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to The Circle Undone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.291, + "posZ": 62.607, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/Damned.bad8cb.json b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/Damned.bad8cb.json new file mode 100644 index 00000000..4390649b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/Damned.bad8cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bad8cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Damned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.814, + "posY": 1.28, + "posZ": 66.211, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/TheDevilXV.7bcaf3.json b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/TheDevilXV.7bcaf3.json new file mode 100644 index 00000000..aeab05fc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/TheDevilXV.7bcaf3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bcaf3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.535, + "posY": 1.28, + "posZ": 61.974, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/TheDevilXV.e9ae4e.json b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/TheDevilXV.e9ae4e.json new file mode 100644 index 00000000..36f21b84 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheCircleUndone.a24cb2/TheDevilXV.e9ae4e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e9ae4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.809, + "posY": 1.314, + "posZ": 61.981, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d.json b/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d.json new file mode 100644 index 00000000..5eea1792 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Dendromorphosis.121b2d", + "OfferYouCannotRefuse.e27c93" + ], + "ContainedObjects_path": "ReturntoTheForgottenAge.c0f36d", + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 545211, + 545212 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c0f36d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to The Forgotten Age", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.288, + "posZ": 69.507, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d/Dendromorphosis.121b2d.json b/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d/Dendromorphosis.121b2d.json new file mode 100644 index 00000000..21f11f47 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d/Dendromorphosis.121b2d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "121b2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dendromorphosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.359, + "posZ": 69.507, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d/OfferYouCannotRefuse.e27c93.json b/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d/OfferYouCannotRefuse.e27c93.json new file mode 100644 index 00000000..e70d29a8 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoTheForgottenAge.c0f36d/OfferYouCannotRefuse.e27c93.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e27c93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Offer You Cannot Refuse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.349, + "posZ": 69.507, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822.json b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822.json new file mode 100644 index 00000000..73be41ef --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "UnspeakableOathBloodthirst.a5be8b", + "UnspeakableOathCowardice.ea0fa1", + "UnspeakableOathCuriosity.f6aba5" + ], + "ContainedObjects_path": "ReturntoThePathtoCarcosa.9c5822", + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 438124, + 438122, + 438123 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9c5822", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to The Path to Carcosa", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.295, + "posZ": 76.407, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathBloodthirst.a5be8b.json b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathBloodthirst.a5be8b.json new file mode 100644 index 00000000..6e751868 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathBloodthirst.a5be8b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438124, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5be8b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Bloodthirst)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.462, + "posY": 1.373, + "posZ": 73.762, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCowardice.ea0fa1.json b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCowardice.ea0fa1.json new file mode 100644 index 00000000..1de18d13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCowardice.ea0fa1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438122, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea0fa1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Cowardice)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.614, + "posY": 1.531, + "posZ": 73.921, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCuriosity.f6aba5.json b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCuriosity.f6aba5.json new file mode 100644 index 00000000..33af2a5a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCuriosity.f6aba5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438123, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6aba5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Curiosity)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.298, + "posY": 1.535, + "posZ": 73.754, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d.json b/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d.json new file mode 100644 index 00000000..b3adc256 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ThroughtheGates.31f72f", + "ThroughtheGates.fd9c56" + ], + "ContainedObjects_path": "ReturntotheDunwichLegacy.0b361d", + "CustomDeck": { + "5473": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547319, + 547319 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b361d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to the Dunwich Legacy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.292, + "posZ": 83.307, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.31f72f.json b/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.31f72f.json new file mode 100644 index 00000000..0660a18c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.31f72f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31f72f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.67, + "posY": 1.52, + "posZ": 80.59, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.fd9c56.json b/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.fd9c56.json new file mode 100644 index 00000000..670dd76e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.fd9c56.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fd9c56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.67, + "posY": 1.32, + "posZ": 80.59, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/StarterDecks.120210.json b/objects/Weaknessdecks.750fdd/StarterDecks.120210.json new file mode 100644 index 00000000..517359a3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/StarterDecks.120210.json @@ -0,0 +1,108 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Atychiphobia.a3bc7a", + "Nihilism.fc4168", + "Reckless.c45e67", + "Obsessive.a2e7d7", + "Self-Destructive.2204cc" + ], + "ContainedObjects_path": "StarterDecks.120210", + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5474": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5475": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 538802, + 538702, + 538602, + 547402, + 547502 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "120210", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Starter Decks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.304, + "posZ": 78.69, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/StarterDecks.120210/Atychiphobia.a3bc7a.json b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Atychiphobia.a3bc7a.json new file mode 100644 index 00000000..df2f3755 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Atychiphobia.a3bc7a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3bc7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Atychiphobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.351, + "posY": 3.144, + "posZ": 62.635, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/StarterDecks.120210/Nihilism.fc4168.json b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Nihilism.fc4168.json new file mode 100644 index 00000000..582a53a9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Nihilism.fc4168.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fc4168", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nihilism", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.752, + "posY": 3.144, + "posZ": 63.644, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/StarterDecks.120210/Obsessive.a2e7d7.json b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Obsessive.a2e7d7.json new file mode 100644 index 00000000..71a31161 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Obsessive.a2e7d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a2e7d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obsessive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.706, + "posY": 3.221, + "posZ": 63.489, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/StarterDecks.120210/Reckless.c45e67.json b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Reckless.c45e67.json new file mode 100644 index 00000000..97e80a0d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Reckless.c45e67.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c45e67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reckless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.278, + "posY": 3.144, + "posZ": 61.545, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/StarterDecks.120210/Self-Destructive.2204cc.json b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Self-Destructive.2204cc.json new file mode 100644 index 00000000..54179c30 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/StarterDecks.120210/Self-Destructive.2204cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2204cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Destructive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -28.047, + "posY": 3.256, + "posZ": 67.255, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d.json b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d.json new file mode 100644 index 00000000..2fd7e204 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "The13thVision.c1ce8e", + "The13thVision.cebf6a", + "TheTowerXVI.cc65f3", + "TheTowerXVI.d5c93d" + ], + "ContainedObjects_path": "TheCircleUndone.f9215d", + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 290321, + 290321, + 290320, + 290320 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f9215d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Circle Undone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.297, + "posZ": 64.907, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/The13thVision.c1ce8e.json b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/The13thVision.c1ce8e.json new file mode 100644 index 00000000..3f879a7c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/The13thVision.c1ce8e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1ce8e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.5, + "posY": 1.52, + "posZ": 58.74, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/The13thVision.cebf6a.json b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/The13thVision.cebf6a.json new file mode 100644 index 00000000..d5fd10d9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/The13thVision.cebf6a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cebf6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.5, + "posY": 1.515, + "posZ": 58.74, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/TheTowerXVI.cc65f3.json b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/TheTowerXVI.cc65f3.json new file mode 100644 index 00000000..d525ed86 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/TheTowerXVI.cc65f3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc65f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.495, + "posY": 1.367, + "posZ": 58.343, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/TheTowerXVI.d5c93d.json b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/TheTowerXVI.d5c93d.json new file mode 100644 index 00000000..8289daf1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheCircleUndone.f9215d/TheTowerXVI.d5c93d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5c93d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.451, + "posY": 1.512, + "posZ": 58.279, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9.json b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9.json new file mode 100644 index 00000000..a6d1713a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Self-Centered.eff3c8", + "Narcolepsy.57e648", + "YourWorstNightmare.406ab2", + "Kleptomania.447a08" + ], + "ContainedObjects_path": "TheDream-Eaters.c97be9", + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 438125, + 438127, + 438128, + 438126 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c97be9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Dream-Eaters", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.295, + "posZ": 58.007, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Kleptomania.447a08.json b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Kleptomania.447a08.json new file mode 100644 index 00000000..a434e08e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Kleptomania.447a08.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "447a08", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kleptomania", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.452, + "posY": 1.517, + "posZ": 58.632, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Narcolepsy.57e648.json b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Narcolepsy.57e648.json new file mode 100644 index 00000000..ee6eb83a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Narcolepsy.57e648.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57e648", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Narcolepsy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.247, + "posY": 1.372, + "posZ": 69.506, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Self-Centered.eff3c8.json b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Self-Centered.eff3c8.json new file mode 100644 index 00000000..eec2646f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/Self-Centered.eff3c8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eff3c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Centered", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.301, + "posY": 1.371, + "posZ": 66.612, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/YourWorstNightmare.406ab2.json b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/YourWorstNightmare.406ab2.json new file mode 100644 index 00000000..6e534f13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDream-Eaters.c97be9/YourWorstNightmare.406ab2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "406ab2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Your Worst Nightmare", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.449, + "posY": 1.531, + "posZ": 58.771, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2.json new file mode 100644 index 00000000..7eda3bab --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "InternalInjury.d28be6", + "InternalInjury.4fb446", + "Chronophobia.016e3c", + "Chronophobia.eeb330", + "Indebted.8df93a", + "Indebted.b2ef43" + ], + "ContainedObjects_path": "TheDunwichLegacy.0da7f2", + "CustomDeck": { + "5375": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537506, + 537506, + 537507, + 537507, + 537505, + 537505 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0da7f2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Dunwich Legacy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.312, + "posZ": 85.607, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Chronophobia.016e3c.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Chronophobia.016e3c.json new file mode 100644 index 00000000..23b76f89 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Chronophobia.016e3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "016e3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.967, + "posY": 1.375, + "posZ": 83.176, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Chronophobia.eeb330.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Chronophobia.eeb330.json new file mode 100644 index 00000000..e8922b3c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Chronophobia.eeb330.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eeb330", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.618, + "posY": 1.374, + "posZ": 83.386, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Indebted.8df93a.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Indebted.8df93a.json new file mode 100644 index 00000000..bd218b56 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Indebted.8df93a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8df93a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 74.019, + "posY": 1.373, + "posZ": 83.524, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Indebted.b2ef43.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Indebted.b2ef43.json new file mode 100644 index 00000000..bfb2fbfb --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/Indebted.b2ef43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2ef43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 69.649, + "posY": 1.371, + "posZ": 83.453, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/InternalInjury.4fb446.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/InternalInjury.4fb446.json new file mode 100644 index 00000000..cad6dd0d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/InternalInjury.4fb446.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4fb446", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.639, + "posY": 1.377, + "posZ": 83.347, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/InternalInjury.d28be6.json b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/InternalInjury.d28be6.json new file mode 100644 index 00000000..aff636d6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheDunwichLegacy.0da7f2/InternalInjury.d28be6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d28be6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.66, + "posY": 1.474, + "posZ": 84.99, + "rotX": 0, + "rotY": 270, + "rotZ": 355, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248.json b/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248.json new file mode 100644 index 00000000..d5cf4e15 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Doomed.ba2ae1", + "DarkPact.dd3d09" + ], + "ContainedObjects_path": "TheForgottenAge.62c248", + "CustomDeck": { + "5477": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547714, + 547713 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "62c248", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Forgotten Age", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.289, + "posZ": 71.807, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248/DarkPact.dd3d09.json b/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248/DarkPact.dd3d09.json new file mode 100644 index 00000000..e0dcc3bc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248/DarkPact.dd3d09.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547713, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd3d09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Pact", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.79, + "posY": 1.508, + "posZ": 66.889, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248/Doomed.ba2ae1.json b/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248/Doomed.ba2ae1.json new file mode 100644 index 00000000..313db2e4 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheForgottenAge.62c248/Doomed.ba2ae1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547714, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba2ae1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Doomed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.573, + "posY": 1.368, + "posZ": 67.003, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413.json b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413.json new file mode 100644 index 00000000..73e25bf7 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413.json @@ -0,0 +1,81 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "DreadCurse.92f50c", + "AccursedFollower.960118", + "DreadCurse.162811", + "DayofReckoning.cf472b", + "AccursedFollower.da8711" + ], + "ContainedObjects_path": "TheInnsmouthConspiracy.516413", + "CustomDeck": { + "5476": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5580": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547633, + 547632, + 547633, + 558034, + 547632 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "516413", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Innsmouth Conspiracy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.298, + "posZ": 53.407, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/AccursedFollower.960118.json b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/AccursedFollower.960118.json new file mode 100644 index 00000000..e9b934f3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/AccursedFollower.960118.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547632, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "960118", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.334, + "posZ": 56.478, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/AccursedFollower.da8711.json b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/AccursedFollower.da8711.json new file mode 100644 index 00000000..2c6344dc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/AccursedFollower.da8711.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547632, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da8711", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.283, + "posZ": 56.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.json b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.json new file mode 100644 index 00000000..02e55018 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cf472b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Day of Reckoning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.404, + "posZ": 55.707, + "rotX": 358, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua @@ -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 diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DreadCurse.162811.json b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DreadCurse.162811.json new file mode 100644 index 00000000..fdefacde --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DreadCurse.162811.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547633, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "162811", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.282, + "posZ": 53.119, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DreadCurse.92f50c.json b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DreadCurse.92f50c.json new file mode 100644 index 00000000..e0fcac8f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheInnsmouthConspiracy.516413/DreadCurse.92f50c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547633, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "92f50c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.333, + "posZ": 53.156, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf.json b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf.json new file mode 100644 index 00000000..48dab3c1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "DrawingtheSign.4bcf5a", + "Overzealous.29766c", + "Overzealous.88a9b3", + "TheThingThatFollows.da227d" + ], + "ContainedObjects_path": "ThePathtoCarcosa.193ddf", + "CustomDeck": { + "4405": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5579": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 557903, + 440510, + 440510, + 440515 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "193ddf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Path to Carcosa", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.301, + "posZ": 78.707, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/DrawingtheSign.4bcf5a.json b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/DrawingtheSign.4bcf5a.json new file mode 100644 index 00000000..7cc3709f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/DrawingtheSign.4bcf5a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 557903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4bcf5a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing the Sign", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.357, + "posZ": 78.707, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/Overzealous.29766c.json b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/Overzealous.29766c.json new file mode 100644 index 00000000..fba7d3b0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/Overzealous.29766c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29766c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.77, + "posY": 1.375, + "posZ": 76.537, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/Overzealous.88a9b3.json b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/Overzealous.88a9b3.json new file mode 100644 index 00000000..29d354a3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/Overzealous.88a9b3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88a9b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.02, + "posY": 1.373, + "posZ": 76.522, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/TheThingThatFollows.da227d.json b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/TheThingThatFollows.da227d.json new file mode 100644 index 00000000..bf37c052 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/ThePathtoCarcosa.193ddf/TheThingThatFollows.da227d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440515, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da227d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Thing That Follows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.007, + "posY": 1.372, + "posZ": 76.505, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb.json b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb.json new file mode 100644 index 00000000..91ef98e4 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb.json @@ -0,0 +1,72 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Underprepared.6a0d53", + "EctoplasmicHorror.329f2f", + "PayYourDue.a92fa2", + "QuantumParadox.f549b6", + "LurkerintheDark.76edfa" + ], + "ContainedObjects_path": "TheScarletKeys.c276cb", + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 379152, + 379151, + 379150, + 379149, + 379148 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c276cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Scarlet Keys", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.3, + "posZ": 64.895, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes new file mode 100644 index 00000000..096bc539 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09127", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Geist.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.json b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.json new file mode 100644 index 00000000..c86cdfa2 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379151, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes", + "GUID": "329f2f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ectoplasmic Horror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.048, + "posY": 1.512, + "posZ": 70.388, + "rotX": 0, + "rotY": 270, + "rotZ": 11, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes new file mode 100644 index 00000000..9e34fd54 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09124", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Shoggoth.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.json b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.json new file mode 100644 index 00000000..53a4b38b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379148, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes", + "GUID": "76edfa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lurker in the Dark", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.961, + "posY": 1.386, + "posZ": 70.419, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes new file mode 100644 index 00000000..079e6421 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09126", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.json b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.json new file mode 100644 index 00000000..df627484 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379150, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes", + "GUID": "a92fa2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pay Your Due", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.26, + "posY": 1.365, + "posZ": 70.171, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes new file mode 100644 index 00000000..6a5189c0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09125", + "type": "Treachery", + "class": "Neutral", + "traits": "Paradox.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.json b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.json new file mode 100644 index 00000000..9c896a67 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379149, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes", + "GUID": "f549b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quantum Paradox", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.285, + "posY": 1.376, + "posZ": 70.532, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes new file mode 100644 index 00000000..c2f7d0ab --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09128", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.json b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.json new file mode 100644 index 00000000..5ac41907 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379152, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes", + "GUID": "6a0d53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underprepared", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.305, + "posY": 1.277, + "posZ": 70.741, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.json new file mode 100644 index 00000000..f99d93d7 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.json @@ -0,0 +1,89 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "Bag": { + "Order": 0 + }, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "ContainedObjects_order": [ + "TheScarletKeys.c276cb", + "ReturntotheDunwichLegacy.0b361d", + "TheDunwichLegacy.0da7f2", + "StarterDecks.120210", + "Advanced.15e75e", + "ThePathtoCarcosa.193ddf", + "TheInnsmouthConspiracy.516413", + "EdgeoftheEarth.58de9c", + "TheForgottenAge.62c248", + "Core.728f7e", + "ReturntoThePathtoCarcosa.9c5822", + "ReturntoTheCircleUndone.a24cb2", + "ReturntoTheForgottenAge.c0f36d", + "TheDream-Eaters.c97be9", + "AllWeaknesses.d95bd6", + "TheCircleUndone.f9215d" + ], + "ContainedObjects_path": "Weaknessdecks.97c597", + "CustomMesh": { + "CastShadows": true, + "ColliderURL": "", + "Convex": true, + "CustomShader": { + "FresnelStrength": 0, + "SpecularColor": { + "b": 1, + "g": 1, + "r": 1 + }, + "SpecularIntensity": 0, + "SpecularSharpness": 2 + }, + "DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/952965722516372129/745E93331A66C547C69B39EAD5044A72B8D732D3/", + "MaterialIndex": 3, + "MeshURL": "https://pastebin.com/raw/ALrYhQGb", + "NormalURL": "", + "TypeIndex": 6 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "97c597", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597.luascriptstate", + "LuaScript_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597.ttslua", + "MaterialIndex": -1, + "MeasureMovement": false, + "MeshIndex": -1, + "Name": "Custom_Model_Bag", + "Nickname": "Weakness decks", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.652, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1.2, + "scaleY": 1.2, + "scaleZ": 1.2 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.luascriptstate b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.luascriptstate new file mode 100644 index 00000000..e9d5d8dd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.luascriptstate @@ -0,0 +1 @@ +{"ml":{"0b361d":{"lock":false,"pos":{"x":-20.9388751983643,"y":1.29235625267029,"z":83.3067245483398},"rot":{"x":0.0208030957728624,"y":270.018493652344,"z":180.016784667969}},"0da7f2":{"lock":false,"pos":{"x":-20.938871383667,"y":1.31228566169739,"z":85.6067276000977},"rot":{"x":0.0208079200237989,"y":270.001556396484,"z":180.01676940918}},"120210":{"lock":false,"pos":{"x":-24.453332901001,"y":1.30417060852051,"z":78.6900253295898},"rot":{"x":0.020808357745409,"y":269.999877929688,"z":180.01676940918}},"15e75e":{"lock":false,"pos":{"x":-24.4533653259277,"y":1.30551850795746,"z":83.2946319580078},"rot":{"x":0.0208085421472788,"y":269.999725341797,"z":180.01676940918}},"193ddf":{"lock":false,"pos":{"x":-20.9388751983643,"y":1.30063784122467,"z":78.7067260742188},"rot":{"x":0.0208050422370434,"y":270.011505126953,"z":180.01676940918}},"516413":{"lock":false,"pos":{"x":-20.9388847351074,"y":1.29804623126984,"z":53.4066505432129},"rot":{"x":0.0208085048943758,"y":269.999877929688,"z":180.01676940918}},"58de9c":{"lock":false,"pos":{"x":-24.4533710479736,"y":1.29733824729919,"z":71.7946090698242},"rot":{"x":0.0208083838224411,"y":270.000030517578,"z":180.01676940918}},"62c248":{"lock":false,"pos":{"x":-20.9388732910156,"y":1.28899002075195,"z":71.8067245483398},"rot":{"x":0.0208067409694195,"y":270.005554199219,"z":180.01676940918}},"728f7e":{"lock":false,"pos":{"x":-24.4533596038818,"y":1.33026194572449,"z":85.5946197509766},"rot":{"x":0.0208084657788277,"y":269.999481201172,"z":180.01676940918}},"9c5822":{"lock":false,"pos":{"x":-20.9388732910156,"y":1.29515051841736,"z":76.4067230224609},"rot":{"x":0.0208044853061438,"y":270.013031005859,"z":180.016784667969}},"a24cb2":{"lock":false,"pos":{"x":-20.9389095306396,"y":1.29111111164093,"z":62.606575012207},"rot":{"x":0.0208084378391504,"y":270,"z":180.01676940918}},"c0f36d":{"lock":false,"pos":{"x":-20.9388771057129,"y":1.28831684589386,"z":69.5069198608398},"rot":{"x":0.0208085775375366,"y":269.99951171875,"z":180.01676940918}},"c276cb":{"lock":false,"pos":{"x":-24.4534111022949,"y":1.30013060569763,"z":64.8945617675781},"rot":{"x":0.0208084024488926,"y":269.999938964844,"z":180.01676940918}},"c97be9":{"lock":false,"pos":{"x":-20.9388904571533,"y":1.29457867145538,"z":58.0065536499023},"rot":{"x":0.0208041872829199,"y":270.014221191406,"z":180.016784667969}},"d95bd6":{"lock":false,"pos":{"x":-24.4533920288086,"y":1.55807101726532,"z":57.9945068359375},"rot":{"x":0.0207986924797297,"y":270.034698486328,"z":180.016799926758}},"f9215d":{"lock":false,"pos":{"x":-20.9388809204102,"y":1.29659843444824,"z":64.9066696166992},"rot":{"x":0.0208041723817587,"y":270.014099121094,"z":180.016784667969}}}} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.ttslua b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.ttslua new file mode 100644 index 00000000..15cbe9c6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597.ttslua @@ -0,0 +1,503 @@ +-- Utility memory bag by Directsun +-- Version 2.5.2 +-- Fork of Memory Bag 2.0 by MrStump + +function updateSave() + local data_to_save = {["ml"]=memoryList} + saved_data = JSON.encode(data_to_save) + self.script_state = saved_data +end + +function combineMemoryFromBagsWithin() + local bagObjList = self.getObjects() + for _, bagObj in ipairs(bagObjList) do + local data = bagObj.lua_script_state + if data ~= nil then + local j = JSON.decode(data) + if j ~= nil and j.ml ~= nil then + for guid, entry in pairs(j.ml) do + memoryList[guid] = entry + end + end + end + end +end + +function updateMemoryWithMoves() + memoryList = memoryListBackup + --get the first transposed object's coordinates + local obj = getObjectFromGUID(moveGuid) + + -- p1 is where needs to go, p2 is where it was + local refObjPos = memoryList[moveGuid].pos + local deltaPos = findOffsetDistance(obj.getPosition(), refObjPos, nil) + local movedRotation = obj.getRotation() + for guid, entry in pairs(memoryList) do + memoryList[guid].pos.x = entry.pos.x - deltaPos.x + memoryList[guid].pos.y = entry.pos.y - deltaPos.y + memoryList[guid].pos.z = entry.pos.z - deltaPos.z + -- memoryList[guid].rot.x = movedRotation.x + -- memoryList[guid].rot.y = movedRotation.y + -- memoryList[guid].rot.z = movedRotation.z + end + + --theList[obj.getGUID()] = { + -- pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + -- rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + -- lock=obj.getLock() + --} + moveList = {} +end + +function onload(saved_data) + fresh = true + if saved_data ~= "" then + local loaded_data = JSON.decode(saved_data) + --Set up information off of loaded_data + memoryList = loaded_data.ml + else + --Set up information for if there is no saved saved data + memoryList = {} + end + + moveList = {} + moveGuid = nil + + if next(memoryList) == nil then + createSetupButton() + else + fresh = false + createMemoryActionButtons() + end +end + + +--Beginning Setup + + +--Make setup button +function createSetupButton() + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + +--Triggered by Transpose button +function buttonClick_transpose() + moveGuid = nil + broadcastToAll("Select one object and move it- all objects will move relative to the new location", {0.75, 0.75, 1}) + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + moveList = {} + self.clearButtons() + createButtonsOnAllObjects(true) + createSetupActionButtons(true) +end + +--Triggered by setup button, +function buttonClick_setup() + memoryListBackup = duplicateTable(memoryList) + memoryList = {} + self.clearButtons() + createButtonsOnAllObjects(false) + createSetupActionButtons(false) +end + +function getAllObjectsInMemory() + local objTable = {} + local curObj = {} + + for guid in pairs(memoryListBackup) do + curObj = getObjectFromGUID(guid) + table.insert(objTable, curObj) + end + + return objTable + -- return getAllObjects() +end + +--Creates selection buttons on objects +function createButtonsOnAllObjects(move) + local howManyButtons = 0 + + local objsToHaveButtons = {} + if move == true then + objsToHaveButtons = getAllObjectsInMemory() + else + objsToHaveButtons = getAllObjects() + end + + for _, obj in ipairs(objsToHaveButtons) do + if obj ~= self then + local dummyIndex = howManyButtons + --On a normal bag, the button positions aren't the same size as the bag. + globalScaleFactor = 1 * 1/self.getScale().x + --Super sweet math to set button positions + local selfPos = self.getPosition() + local objPos = obj.getPosition() + local deltaPos = findOffsetDistance(selfPos, objPos, obj) + local objPos = rotateLocalCoordinates(deltaPos, self) + objPos.x = -objPos.x * globalScaleFactor + objPos.y = objPos.y * globalScaleFactor + objPos.z = objPos.z * globalScaleFactor + --Offset rotation of bag + local rot = self.getRotation() + rot.y = -rot.y + 180 + --Create function + local funcName = "selectButton_" .. howManyButtons + local func = function() buttonClick_selection(dummyIndex, obj, move) end + local color = {0.75,0.25,0.25,0.6} + local colorMove = {0,0,1,0.6} + if move == true then + color = colorMove + end + self.setVar(funcName, func) + self.createButton({ + click_function=funcName, function_owner=self, + position=objPos, rotation=rot, height=500, width=500, + color=color, + }) + howManyButtons = howManyButtons + 1 + end + end +end + +--Creates submit and cancel buttons +function createSetupActionButtons(move) + self.createButton({ + label="Cancel", click_function="buttonClick_cancel", function_owner=self, + position={-1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + self.createButton({ + label="Submit", click_function="buttonClick_submit", function_owner=self, + position={-1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + + if move == false then + self.createButton({ + label="Add", click_function="buttonClick_add", function_owner=self, + position={1,0.1,-2.1}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.25,1,0.25} + }) + + if fresh == false then + self.createButton({ + label="Set New", click_function="buttonClick_setNew", function_owner=self, + position={1,0.1,-3.7}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={0.75,0.75,1} + }) + self.createButton({ + label="Remove", click_function="buttonClick_remove", function_owner=self, + position={1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,0.25,0.25} + }) + end + end + + self.createButton({ + label="Reset", click_function="buttonClick_reset", function_owner=self, + position={-1,0.1,-2.9}, rotation={0,0,0}, height=350, width=900, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +end + + +--During Setup + + +--Checks or unchecks buttons +function buttonClick_selection(index, obj, move) + local colorMove = {0,0,1,0.6} + local color = {0,1,0,0.6} + + previousGuid = selectedGuid + selectedGuid = obj.getGUID() + + theList = memoryList + if move == true then + theList = moveList + if previousGuid ~= nil and previousGuid ~= selectedGuid then + local prevObj = getObjectFromGUID(previousGuid) + prevObj.highlightOff() + self.editButton({index=previousIndex, color=colorMove}) + theList[previousGuid] = nil + end + previousIndex = index + end + + if theList[selectedGuid] == nil then + self.editButton({index=index, color=color}) + --Adding pos/rot to memory table + local pos, rot = obj.getPosition(), obj.getRotation() + --I need to add it like this or it won't save due to indexing issue + theList[obj.getGUID()] = { + pos={x=round(pos.x,4), y=round(pos.y,4), z=round(pos.z,4)}, + rot={x=round(rot.x,4), y=round(rot.y,4), z=round(rot.z,4)}, + lock=obj.getLock() + } + obj.highlightOn({0,1,0}) + else + color = {0.75,0.25,0.25,0.6} + if move == true then + color = colorMove + end + self.editButton({index=index, color=color}) + theList[obj.getGUID()] = nil + obj.highlightOff() + end +end + +--Cancels selection process +function buttonClick_cancel() + memoryList = memoryListBackup + moveList = {} + self.clearButtons() + if next(memoryList) == nil then + createSetupButton() + else + createMemoryActionButtons() + end + removeAllHighlights() + broadcastToAll("Selection Canceled", {1,1,1}) + moveGuid = nil +end + +--Saves selections +function buttonClick_submit() + fresh = false + if next(moveList) ~= nil then + for guid in pairs(moveList) do + moveGuid = guid + end + if memoryListBackup[moveGuid] == nil then + broadcastToAll("Item selected for moving is not already in memory", {1, 0.25, 0.25}) + else + broadcastToAll("Moving all items in memory relative to new objects position!", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(moveList) do + moveGuid = guid + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + updateMemoryWithMoves() + updateSave() + buttonClick_place() + end + elseif next(memoryList) == nil and moveGuid == nil then + memoryList = memoryListBackup + broadcastToAll("No selections made.", {0.75, 0.25, 0.25}) + end + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() + moveGuid = nil +end + +function combineTables(first_table, second_table) + for k,v in pairs(second_table) do first_table[k] = v end +end + +function buttonClick_add() + fresh = false + combineTables(memoryList, memoryListBackup) + broadcastToAll("Adding internal bags and selections to existing memory", {0.25, 0.75, 0.25}) + combineMemoryFromBagsWithin() + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + updateSave() +end + +function buttonClick_remove() + broadcastToAll("Removing Selected Entries From Memory", {1.0, 0.25, 0.25}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for guid in pairs(memoryList) do + count = count + 1 + memoryListBackup[guid] = nil + local obj = getObjectFromGUID(guid) + if obj ~= nil then obj.highlightOff() end + end + broadcastToAll(count.." Objects Removed", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +function buttonClick_setNew() + broadcastToAll("Setting new position relative to items in memory", {0.75, 0.75, 1}) + self.clearButtons() + createMemoryActionButtons() + local count = 0 + for _, obj in ipairs(getAllObjects()) do + guid = obj.guid + if memoryListBackup[guid] ~= nil then + count = count + 1 + memoryListBackup[guid].pos = obj.getPosition() + memoryListBackup[guid].rot = obj.getRotation() + memoryListBackup[guid].lock = obj.getLock() + end + end + broadcastToAll(count.." Objects Saved", {1,1,1}) + memoryList = memoryListBackup + updateSave() +end + +--Resets bag to starting status +function buttonClick_reset() + fresh = true + memoryList = {} + self.clearButtons() + createSetupButton() + removeAllHighlights() + broadcastToAll("Tool Reset", {1,1,1}) + updateSave() +end + + +--After Setup + + +--Creates recall and place buttons +function createMemoryActionButtons() + self.createButton({ + label="Place", click_function="buttonClick_place", function_owner=self, + position={1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Recall", click_function="buttonClick_recall", function_owner=self, + position={-1,0.1,2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) + self.createButton({ + label="Setup", click_function="buttonClick_setup", function_owner=self, + position={0,0.1,-2.1}, rotation={0,0,0}, height=350, width=800, + font_size=250, color={0,0,0}, font_color={1,1,1} + }) +--- self.createButton({ +--- label="Move", click_function="buttonClick_transpose", function_owner=self, +--- position={-2.8,0.3,0}, rotation={0,0,0}, height=350, width=800, +--- font_size=250, color={0,0,0}, font_color={0.75,0.75,1} +--- }) +end + +--Sends objects from bag/table to their saved position/rotation +function buttonClick_place() + local bagObjList = self.getObjects() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + --If obj is out on the table, move it to the saved pos/rot + if obj ~= nil then + obj.setPositionSmooth(entry.pos) + obj.setRotationSmooth(entry.rot) + obj.setLock(entry.lock) + else + --If obj is inside of the bag + for _, bagObj in ipairs(bagObjList) do + if bagObj.guid == guid then + local item = self.takeObject({ + guid=guid, position=entry.pos, rotation=entry.rot, smooth=false + }) + item.setLock(entry.lock) + break + end + end + end + end + broadcastToAll("Objects Placed", {1,1,1}) +end + +--Recalls objects to bag from table +function buttonClick_recall() + for guid, entry in pairs(memoryList) do + local obj = getObjectFromGUID(guid) + if obj ~= nil then self.putObject(obj) end + end + broadcastToAll("Objects Recalled", {1,1,1}) +end + + +--Utility functions + + +--Find delta (difference) between 2 x/y/z coordinates +function findOffsetDistance(p1, p2, obj) + local yOffset = 0 + if obj ~= nil then + local bounds = obj.getBounds() + yOffset = (bounds.size.y - bounds.offset.y) + end + local deltaPos = {} + deltaPos.x = (p2.x-p1.x) + deltaPos.y = (p2.y-p1.y) + yOffset + deltaPos.z = (p2.z-p1.z) + return deltaPos +end + +--Used to rotate a set of coordinates by an angle +function rotateLocalCoordinates(desiredPos, obj) + local objPos, objRot = obj.getPosition(), obj.getRotation() + local angle = math.rad(objRot.y) + local x = desiredPos.x * math.cos(angle) - desiredPos.z * math.sin(angle) + local z = desiredPos.x * math.sin(angle) + desiredPos.z * math.cos(angle) + --return {x=objPos.x+x, y=objPos.y+desiredPos.y, z=objPos.z+z} + return {x=x, y=desiredPos.y, z=z} +end + +function rotateMyCoordinates(desiredPos, obj) + local angle = math.rad(obj.getRotation().y) + local x = desiredPos.x * math.sin(angle) + local z = desiredPos.z * math.cos(angle) + return {x=x, y=desiredPos.y, z=z} +end + +--Coroutine delay, in seconds +function wait(time) + local start = os.time() + repeat coroutine.yield(0) until os.time() > start + time +end + +--Duplicates a table (needed to prevent it making reference to the same objects) +function duplicateTable(oldTable) + local newTable = {} + for k, v in pairs(oldTable) do + newTable[k] = v + end + return newTable +end + +--Moves scripted highlight from all objects +function removeAllHighlights() + for _, obj in ipairs(getAllObjects()) do + obj.highlightOff() + end +end + +--Round number (num) to the Nth decimal (dec) +function round(num, dec) + local mult = 10^(dec or 0) + return math.floor(num * mult + 0.5) / mult +end diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e.json new file mode 100644 index 00000000..1dac5335 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e.json @@ -0,0 +1,81 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "FinePrint.39452d", + "SellYourSoul.180b5b", + "ThePriceofFailure.dc5b38", + "AccursedFate.85e7d9", + "TheBellTolls.6cbc01" + ], + "ContainedObjects_path": "Advanced.15e75e", + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 545213, + 545214, + 537612, + 537608, + 537609 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "15e75e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Advanced", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/AccursedFate.85e7d9.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/AccursedFate.85e7d9.json new file mode 100644 index 00000000..1d1cc1b4 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/AccursedFate.85e7d9.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537608, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "85e7d9", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Fate", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.977, + "posY": 1.321, + "posZ": 90.693, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/FinePrint.39452d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/FinePrint.39452d.json new file mode 100644 index 00000000..5a9455b1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/FinePrint.39452d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545213, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "39452d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Fine Print", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.39, + "posZ": 83.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/SellYourSoul.180b5b.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/SellYourSoul.180b5b.json new file mode 100644 index 00000000..8b23a7db --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/SellYourSoul.180b5b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545214, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "180b5b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Sell Your Soul", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.398, + "posZ": 83.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/TheBellTolls.6cbc01.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/TheBellTolls.6cbc01.json new file mode 100644 index 00000000..142f630d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/TheBellTolls.6cbc01.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537609, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6cbc01", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Bell Tolls", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -26.872, + "posY": 1.28, + "posZ": 90.616, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/ThePriceofFailure.dc5b38.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/ThePriceofFailure.dc5b38.json new file mode 100644 index 00000000..2d6b3c57 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Advanced.15e75e/ThePriceofFailure.dc5b38.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537612, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5376": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dc5b38", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Price of Failure", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -27.233, + "posY": 1.345, + "posZ": 90.581, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6.json new file mode 100644 index 00000000..598e7192 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6.json @@ -0,0 +1,315 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Underprepared.6a0d53", + "EctoplasmicHorror.329f2f", + "PayYourDue.a92fa2", + "QuantumParadox.f549b6", + "LurkerintheDark.76edfa", + "LegInjury.46b4a0", + "ArmInjury.8f1420", + "Panic.93e52d", + "Stupor.a42bcf", + "Damned.bad8cb", + "TheDevilXV.7bcaf3", + "TheDevilXV.e9ae4e", + "Chronophobia.eeb330", + "UnspeakableOathCowardice.ea0fa1", + "DreadCurse.92f50c", + "Indebted.b2ef43", + "SilverTwilightAcolyte.16a89d", + "The13thVision.cebf6a", + "DarkPact.dd3d09", + "DrawingtheSign.10407c", + "Obsessive.a2e7d7", + "StubbornDetective.4ea68b", + "InternalInjury.d28be6", + "Self-Destructive.2204cc", + "Kleptomania.447a08", + "The13thVision.e42f12", + "Amnesia.2210c1", + "Hypochondria.88ee43", + "TheTowerXVI.cc65f3", + "UnspeakableOathBloodthirst.a5be8b", + "InternalInjury.4fb446", + "ThroughtheGates.fd9c56", + "Self-Centered.eff3c8", + "Paranoia.c17498", + "AccursedFollower.da8711", + "Psychosis.d83baf", + "TheTowerXVI.d5c93d", + "TheThingThatFollows.da227d", + "MobEnforcer.b239d7", + "YourWorstNightmare.406ab2", + "Nihilism.fc4168", + "UnspeakableOathCuriosity.f6aba5", + "Overzealous.29766c", + "Dendromorphosis.121b2d", + "DayofReckoning.6745c1", + "Paranoia.3575a3", + "Reckless.c45e67", + "Amnesia.8598a4", + "Haunted.249d83", + "Indebted.8df93a", + "ThroughtheGates.31f72f", + "Narcolepsy.57e648", + "OfferYouCannotRefuse.e27c93", + "Atychiphobia.a3bc7a", + "Overzealous.88a9b3", + "AccursedFollower.960118", + "DreadCurse.162811", + "Doomed.ba2ae1", + "Chronophobia.016e3c" + ], + "ContainedObjects_path": "AllWeaknesses.d95bd6", + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2908": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "2910": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + }, + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + }, + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5474": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5475": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5478": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5546": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + }, + "5581": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 379152, + 379151, + 379150, + 379149, + 379148, + 378918, + 378917, + 378919, + 378920, + 449520, + 449534, + 449534, + 290807, + 438122, + 547833, + 290805, + 290817, + 290321, + 290813, + 554603, + 547402, + 290818, + 290806, + 547502, + 438126, + 290321, + 290800, + 290804, + 290320, + 438124, + 290806, + 291019, + 438125, + 290801, + 547832, + 290803, + 290320, + 290815, + 290816, + 438128, + 538702, + 438123, + 290810, + 545211, + 558134, + 290801, + 538602, + 290800, + 290802, + 290805, + 291019, + 438127, + 545212, + 538802, + 290810, + 547832, + 547833, + 290814, + 290807 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d95bd6", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "All Weaknesses", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/AccursedFollower.960118.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/AccursedFollower.960118.json new file mode 100644 index 00000000..1155e186 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/AccursedFollower.960118.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547832, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "960118", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.334, + "posZ": 56.478, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/AccursedFollower.da8711.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/AccursedFollower.da8711.json new file mode 100644 index 00000000..39eb2d99 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/AccursedFollower.da8711.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547832, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da8711", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.283, + "posZ": 56.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Amnesia.2210c1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Amnesia.2210c1.json new file mode 100644 index 00000000..5847f109 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Amnesia.2210c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2210c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.002, + "posY": 1.36, + "posZ": 55.479, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Amnesia.8598a4.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Amnesia.8598a4.json new file mode 100644 index 00000000..b7150cea --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Amnesia.8598a4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290800, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8598a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.721, + "posY": 1.36, + "posZ": 57.834, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes new file mode 100644 index 00000000..0c4635ea --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08130", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.json new file mode 100644 index 00000000..9a8d7abb --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378917, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ArmInjury.8f1420.gmnotes", + "GUID": "8f1420", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arm Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.096, + "posY": 1.306, + "posZ": 77.997, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Atychiphobia.a3bc7a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Atychiphobia.a3bc7a.json new file mode 100644 index 00000000..67e77cdf --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Atychiphobia.a3bc7a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3bc7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Atychiphobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -35.924, + "posY": 3.136, + "posZ": 66.02, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Chronophobia.016e3c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Chronophobia.016e3c.json new file mode 100644 index 00000000..ee7248f5 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Chronophobia.016e3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "016e3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.967, + "posY": 1.375, + "posZ": 83.176, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Chronophobia.eeb330.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Chronophobia.eeb330.json new file mode 100644 index 00000000..fc85e111 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Chronophobia.eeb330.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290807, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eeb330", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.618, + "posY": 1.374, + "posZ": 83.386, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Damned.bad8cb.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Damned.bad8cb.json new file mode 100644 index 00000000..4390649b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Damned.bad8cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bad8cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Damned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.814, + "posY": 1.28, + "posZ": 66.211, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DarkPact.dd3d09.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DarkPact.dd3d09.json new file mode 100644 index 00000000..45dafb3f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DarkPact.dd3d09.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290813, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd3d09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Pact", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.79, + "posY": 1.508, + "posZ": 66.889, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.json new file mode 100644 index 00000000..15b126f2 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558134, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "6745c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Day of Reckoning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -24.453, + "posY": 1.774, + "posZ": 71.795, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DayofReckoning.6745c1.ttslua @@ -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 diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Dendromorphosis.121b2d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Dendromorphosis.121b2d.json new file mode 100644 index 00000000..5b49b860 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Dendromorphosis.121b2d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "121b2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dendromorphosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.393, + "posY": 1.267, + "posZ": 76.337, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Doomed.ba2ae1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Doomed.ba2ae1.json new file mode 100644 index 00000000..30e38c5f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Doomed.ba2ae1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290814, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba2ae1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Doomed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.573, + "posY": 1.368, + "posZ": 67.003, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DrawingtheSign.10407c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DrawingtheSign.10407c.json new file mode 100644 index 00000000..4a09187c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DrawingtheSign.10407c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 554603, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "10407c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing the Sign", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -13.026, + "posY": 3.143, + "posZ": 62.687, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DreadCurse.162811.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DreadCurse.162811.json new file mode 100644 index 00000000..0bba86cd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DreadCurse.162811.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547833, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "162811", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.282, + "posZ": 53.119, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DreadCurse.92f50c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DreadCurse.92f50c.json new file mode 100644 index 00000000..24101773 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/DreadCurse.92f50c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547833, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "92f50c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.333, + "posZ": 53.156, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes new file mode 100644 index 00000000..096bc539 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09127", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Geist.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.json new file mode 100644 index 00000000..d1ec6754 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379151, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/EctoplasmicHorror.329f2f.gmnotes", + "GUID": "329f2f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ectoplasmic Horror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.186, + "posY": 1.321, + "posZ": 58.864, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Haunted.249d83.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Haunted.249d83.json new file mode 100644 index 00000000..5d2825dc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Haunted.249d83.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2908": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "249d83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.637, + "posY": 1.668, + "posZ": 51.295, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Hypochondria.88ee43.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Hypochondria.88ee43.json new file mode 100644 index 00000000..b8b7c1de --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Hypochondria.88ee43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290804, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88ee43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypochondria", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.936, + "posY": 1.363, + "posZ": 67.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Indebted.8df93a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Indebted.8df93a.json new file mode 100644 index 00000000..659cf398 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Indebted.8df93a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8df93a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 74.019, + "posY": 1.373, + "posZ": 83.524, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Indebted.b2ef43.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Indebted.b2ef43.json new file mode 100644 index 00000000..3b006868 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Indebted.b2ef43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290805, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2ef43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 69.649, + "posY": 1.371, + "posZ": 83.453, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/InternalInjury.4fb446.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/InternalInjury.4fb446.json new file mode 100644 index 00000000..bbd6a53d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/InternalInjury.4fb446.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4fb446", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.639, + "posY": 1.377, + "posZ": 83.347, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/InternalInjury.d28be6.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/InternalInjury.d28be6.json new file mode 100644 index 00000000..cb7f178d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/InternalInjury.d28be6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290806, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d28be6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.66, + "posY": 1.474, + "posZ": 84.99, + "rotX": 0, + "rotY": 270, + "rotZ": 355, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Kleptomania.447a08.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Kleptomania.447a08.json new file mode 100644 index 00000000..a434e08e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Kleptomania.447a08.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "447a08", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kleptomania", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.452, + "posY": 1.517, + "posZ": 58.632, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes new file mode 100644 index 00000000..e9d01b11 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08131", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.json new file mode 100644 index 00000000..6cf246be --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378918, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LegInjury.46b4a0.gmnotes", + "GUID": "46b4a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leg Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.911, + "posY": 1.294, + "posZ": 77.746, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes new file mode 100644 index 00000000..9e34fd54 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09124", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Shoggoth.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.json new file mode 100644 index 00000000..ec907b24 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379148, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/LurkerintheDark.76edfa.gmnotes", + "GUID": "76edfa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lurker in the Dark", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.118, + "posY": 1.367, + "posZ": 58.648, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/MobEnforcer.b239d7.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/MobEnforcer.b239d7.json new file mode 100644 index 00000000..ad30977b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/MobEnforcer.b239d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290816, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b239d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mob Enforcer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.384, + "posY": 1.365, + "posZ": 75.925, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Narcolepsy.57e648.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Narcolepsy.57e648.json new file mode 100644 index 00000000..ee6eb83a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Narcolepsy.57e648.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57e648", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Narcolepsy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.247, + "posY": 1.372, + "posZ": 69.506, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Nihilism.fc4168.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Nihilism.fc4168.json new file mode 100644 index 00000000..073d0bcd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Nihilism.fc4168.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fc4168", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nihilism", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.254, + "posY": 3.135, + "posZ": 65.711, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Obsessive.a2e7d7.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Obsessive.a2e7d7.json new file mode 100644 index 00000000..b6fb60a6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Obsessive.a2e7d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5474": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a2e7d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obsessive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.225, + "posY": 3.135, + "posZ": 64.63, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/OfferYouCannotRefuse.e27c93.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/OfferYouCannotRefuse.e27c93.json new file mode 100644 index 00000000..693fa5c0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/OfferYouCannotRefuse.e27c93.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e27c93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Offer You Cannot Refuse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -37.393, + "posY": 1.268, + "posZ": 78.697, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Overzealous.29766c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Overzealous.29766c.json new file mode 100644 index 00000000..13c8840c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Overzealous.29766c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29766c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.77, + "posY": 1.375, + "posZ": 76.537, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Overzealous.88a9b3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Overzealous.88a9b3.json new file mode 100644 index 00000000..f7bc768a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Overzealous.88a9b3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290810, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88a9b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.02, + "posY": 1.373, + "posZ": 76.522, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes new file mode 100644 index 00000000..add5df61 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08132", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.json new file mode 100644 index 00000000..46c018c3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378919, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Panic.93e52d.gmnotes", + "GUID": "93e52d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.865, + "posY": 1.293, + "posZ": 80.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Paranoia.3575a3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Paranoia.3575a3.json new file mode 100644 index 00000000..69760abf --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Paranoia.3575a3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3575a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.233, + "posY": 1.362, + "posZ": 62.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Paranoia.c17498.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Paranoia.c17498.json new file mode 100644 index 00000000..73704d5c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Paranoia.c17498.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290801, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c17498", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.77, + "posY": 1.361, + "posZ": 60.44, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes new file mode 100644 index 00000000..079e6421 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09126", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.json new file mode 100644 index 00000000..123fa361 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379150, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/PayYourDue.a92fa2.gmnotes", + "GUID": "a92fa2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pay Your Due", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.306, + "posY": 1.351, + "posZ": 58.824, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Psychosis.d83baf.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Psychosis.d83baf.json new file mode 100644 index 00000000..9a62fccd --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Psychosis.d83baf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290803, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d83baf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Psychosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.276, + "posY": 1.364, + "posZ": 69.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes new file mode 100644 index 00000000..6a5189c0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09125", + "type": "Treachery", + "class": "Neutral", + "traits": "Paradox.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.json new file mode 100644 index 00000000..31ddaf0f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379149, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/QuantumParadox.f549b6.gmnotes", + "GUID": "f549b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quantum Paradox", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.252, + "posY": 1.359, + "posZ": 58.918, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Reckless.c45e67.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Reckless.c45e67.json new file mode 100644 index 00000000..28f7aeed --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Reckless.c45e67.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c45e67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reckless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -36.5, + "posY": 3.135, + "posZ": 65.934, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Self-Centered.eff3c8.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Self-Centered.eff3c8.json new file mode 100644 index 00000000..eec2646f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Self-Centered.eff3c8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eff3c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Centered", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.301, + "posY": 1.371, + "posZ": 66.612, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Self-Destructive.2204cc.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Self-Destructive.2204cc.json new file mode 100644 index 00000000..9e8acb24 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Self-Destructive.2204cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5475": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2204cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Destructive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -34.676, + "posY": 3.136, + "posZ": 67.719, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/SilverTwilightAcolyte.16a89d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/SilverTwilightAcolyte.16a89d.json new file mode 100644 index 00000000..8764d64a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/SilverTwilightAcolyte.16a89d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290817, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16a89d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silver Twilight Acolyte", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.234, + "posY": 1.366, + "posZ": 78.496, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/StubbornDetective.4ea68b.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/StubbornDetective.4ea68b.json new file mode 100644 index 00000000..ee370306 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/StubbornDetective.4ea68b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290818, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ea68b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Detective", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.326, + "posY": 1.365, + "posZ": 73.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes new file mode 100644 index 00000000..c2714b1c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08133", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.json new file mode 100644 index 00000000..91c5eb2b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378920, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Stupor.a42bcf.gmnotes", + "GUID": "a42bcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stupor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 18.571, + "posY": 1.293, + "posZ": 84.244, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/The13thVision.cebf6a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/The13thVision.cebf6a.json new file mode 100644 index 00000000..82ca413e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/The13thVision.cebf6a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cebf6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.633, + "posY": 2.37, + "posZ": 46.43, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/The13thVision.e42f12.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/The13thVision.e42f12.json new file mode 100644 index 00000000..2cdbe82f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/The13thVision.e42f12.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e42f12", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 66.892, + "posY": 2.37, + "posZ": 45.325, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheDevilXV.7bcaf3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheDevilXV.7bcaf3.json new file mode 100644 index 00000000..aeab05fc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheDevilXV.7bcaf3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bcaf3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.535, + "posY": 1.28, + "posZ": 61.974, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheDevilXV.e9ae4e.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheDevilXV.e9ae4e.json new file mode 100644 index 00000000..36f21b84 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheDevilXV.e9ae4e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e9ae4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.809, + "posY": 1.314, + "posZ": 61.981, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheThingThatFollows.da227d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheThingThatFollows.da227d.json new file mode 100644 index 00000000..55541c7e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheThingThatFollows.da227d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290815, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da227d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Thing That Follows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.007, + "posY": 1.372, + "posZ": 76.505, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheTowerXVI.cc65f3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheTowerXVI.cc65f3.json new file mode 100644 index 00000000..989c689e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheTowerXVI.cc65f3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc65f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -61.414, + "posY": 3.577, + "posZ": 5.187, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheTowerXVI.d5c93d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheTowerXVI.d5c93d.json new file mode 100644 index 00000000..21979b5a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/TheTowerXVI.d5c93d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5c93d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -65.151, + "posY": 3.577, + "posZ": 6.008, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ThroughtheGates.31f72f.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ThroughtheGates.31f72f.json new file mode 100644 index 00000000..b4023ea3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ThroughtheGates.31f72f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 291019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31f72f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.11, + "posY": 1.375, + "posZ": 81.382, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ThroughtheGates.fd9c56.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ThroughtheGates.fd9c56.json new file mode 100644 index 00000000..bd1c7c2b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/ThroughtheGates.fd9c56.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 291019, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fd9c56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.047, + "posY": 1.515, + "posZ": 81.208, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes new file mode 100644 index 00000000..c2f7d0ab --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09128", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.json new file mode 100644 index 00000000..d1c1bb6b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379152, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/Underprepared.6a0d53.gmnotes", + "GUID": "6a0d53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underprepared", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -3.362, + "posY": 1.274, + "posZ": 58.897, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathBloodthirst.a5be8b.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathBloodthirst.a5be8b.json new file mode 100644 index 00000000..6e751868 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathBloodthirst.a5be8b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438124, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5be8b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Bloodthirst)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.462, + "posY": 1.373, + "posZ": 73.762, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathCowardice.ea0fa1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathCowardice.ea0fa1.json new file mode 100644 index 00000000..1de18d13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathCowardice.ea0fa1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438122, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea0fa1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Cowardice)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.614, + "posY": 1.531, + "posZ": 73.921, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathCuriosity.f6aba5.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathCuriosity.f6aba5.json new file mode 100644 index 00000000..33af2a5a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/UnspeakableOathCuriosity.f6aba5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438123, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6aba5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Curiosity)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.298, + "posY": 1.535, + "posZ": 73.754, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/YourWorstNightmare.406ab2.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/YourWorstNightmare.406ab2.json new file mode 100644 index 00000000..6e534f13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/AllWeaknesses.d95bd6/YourWorstNightmare.406ab2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "406ab2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Your Worst Nightmare", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.449, + "posY": 1.531, + "posZ": 58.771, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e.json new file mode 100644 index 00000000..81cc6306 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e.json @@ -0,0 +1,82 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "MobEnforcer.b239d7", + "SilverTwilightAcolyte.16a89d", + "StubbornDetective.4ea68b", + "Psychosis.d83baf", + "Hypochondria.88ee43", + "Haunted.249d83", + "Paranoia.3575a3", + "Paranoia.c17498", + "Amnesia.8598a4", + "Amnesia.2210c1" + ], + "ContainedObjects_path": "Core.728f7e", + "CustomDeck": { + "5477": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547716, + 547717, + 547718, + 547703, + 547704, + 547702, + 547701, + 547701, + 547700, + 547700 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "728f7e", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Core", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Amnesia.2210c1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Amnesia.2210c1.json new file mode 100644 index 00000000..ae8104f9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Amnesia.2210c1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2210c1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.002, + "posY": 1.36, + "posZ": 55.479, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Amnesia.8598a4.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Amnesia.8598a4.json new file mode 100644 index 00000000..b9ed4585 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Amnesia.8598a4.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547700, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8598a4", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Amnesia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.721, + "posY": 1.36, + "posZ": 57.834, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Haunted.249d83.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Haunted.249d83.json new file mode 100644 index 00000000..95e2dd0f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Haunted.249d83.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "249d83", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Haunted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.118, + "posY": 1.481, + "posZ": 64.844, + "rotX": 0, + "rotY": 270, + "rotZ": 358, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Hypochondria.88ee43.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Hypochondria.88ee43.json new file mode 100644 index 00000000..3ca7f657 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Hypochondria.88ee43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547704, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88ee43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Hypochondria", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 58.936, + "posY": 1.363, + "posZ": 67.03, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/MobEnforcer.b239d7.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/MobEnforcer.b239d7.json new file mode 100644 index 00000000..7ad2b2c1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/MobEnforcer.b239d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547716, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b239d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Mob Enforcer", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.384, + "posY": 1.365, + "posZ": 75.925, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Paranoia.3575a3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Paranoia.3575a3.json new file mode 100644 index 00000000..6b5caef5 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Paranoia.3575a3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "3575a3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 60.233, + "posY": 1.362, + "posZ": 62.844, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Paranoia.c17498.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Paranoia.c17498.json new file mode 100644 index 00000000..f69feaef --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Paranoia.c17498.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547701, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c17498", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Paranoia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.77, + "posY": 1.361, + "posZ": 60.44, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Psychosis.d83baf.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Psychosis.d83baf.json new file mode 100644 index 00000000..a18d5e98 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/Psychosis.d83baf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547703, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d83baf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Psychosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.276, + "posY": 1.364, + "posZ": 69.709, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/SilverTwilightAcolyte.16a89d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/SilverTwilightAcolyte.16a89d.json new file mode 100644 index 00000000..885483c5 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/SilverTwilightAcolyte.16a89d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547717, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "16a89d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Silver Twilight Acolyte", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.234, + "posY": 1.366, + "posZ": 78.496, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/StubbornDetective.4ea68b.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/StubbornDetective.4ea68b.json new file mode 100644 index 00000000..5e8e7928 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/Core.728f7e/StubbornDetective.4ea68b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547718, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4ea68b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stubborn Detective", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 59.326, + "posY": 1.365, + "posZ": 73.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c.json new file mode 100644 index 00000000..fec932f1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "LegInjury.46b4a0", + "ArmInjury.8f1420", + "Panic.93e52d", + "Stupor.a42bcf" + ], + "ContainedObjects_path": "EdgeoftheEarth.58de9c", + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 378918, + 378917, + 378919, + 378920 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "58de9c", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Edge of the Earth", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes new file mode 100644 index 00000000..0c4635ea --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08130", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.json new file mode 100644 index 00000000..44f5cbd3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378917, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/ArmInjury.8f1420.gmnotes", + "GUID": "8f1420", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Arm Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.096, + "posY": 1.306, + "posZ": 77.997, + "rotX": 0, + "rotY": 270, + "rotZ": 1, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes new file mode 100644 index 00000000..e9d01b11 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08131", + "type": "Treachery", + "class": "Neutral", + "traits": "Injury.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.json new file mode 100644 index 00000000..f9745ed1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378918, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/LegInjury.46b4a0.gmnotes", + "GUID": "46b4a0", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Leg Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 24.911, + "posY": 1.294, + "posZ": 77.746, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes new file mode 100644 index 00000000..add5df61 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08132", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.json new file mode 100644 index 00000000..87b4bef9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378919, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Panic.93e52d.gmnotes", + "GUID": "93e52d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Panic", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 19.865, + "posY": 1.293, + "posZ": 80.12, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes new file mode 100644 index 00000000..c2714b1c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes @@ -0,0 +1,9 @@ +{ + "id": "08133", + "type": "Treachery", + "class": "Neutral", + "traits": "Madness.", + "permanent": false, + "weakness": true, + "basicWeaknessCount": 1 +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.json new file mode 100644 index 00000000..b8e7c291 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 378920, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3789": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/EdgeoftheEarth.58de9c/Stupor.a42bcf.gmnotes", + "GUID": "a42bcf", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Stupor", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 18.571, + "posY": 1.293, + "posZ": 84.244, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2.json new file mode 100644 index 00000000..b345ef7a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Damned.bad8cb", + "TheDevilXV.7bcaf3", + "TheDevilXV.e9ae4e" + ], + "ContainedObjects_path": "ReturntoTheCircleUndone.a24cb2", + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 449520, + 449534, + 449534 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a24cb2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to The Circle Undone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/Damned.bad8cb.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/Damned.bad8cb.json new file mode 100644 index 00000000..4390649b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/Damned.bad8cb.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449520, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "bad8cb", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Damned", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.814, + "posY": 1.28, + "posZ": 66.211, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/TheDevilXV.7bcaf3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/TheDevilXV.7bcaf3.json new file mode 100644 index 00000000..aeab05fc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/TheDevilXV.7bcaf3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "7bcaf3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.535, + "posY": 1.28, + "posZ": 61.974, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/TheDevilXV.e9ae4e.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/TheDevilXV.e9ae4e.json new file mode 100644 index 00000000..36f21b84 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheCircleUndone.a24cb2/TheDevilXV.e9ae4e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 449534, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4495": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276706766470010/D835D3A12B12173C78B2FFA055FEFD6042AEDD38/", + "NumHeight": 6, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Your Shadow Hungers", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e9ae4e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Devil • XV", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 7.809, + "posY": 1.314, + "posZ": 61.981, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d.json new file mode 100644 index 00000000..848ac6ab --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Dendromorphosis.121b2d", + "OfferYouCannotRefuse.e27c93" + ], + "ContainedObjects_path": "ReturntoTheForgottenAge.c0f36d", + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 545211, + 545212 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c0f36d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to The Forgotten Age", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d/Dendromorphosis.121b2d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d/Dendromorphosis.121b2d.json new file mode 100644 index 00000000..21f11f47 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d/Dendromorphosis.121b2d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545211, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "121b2d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dendromorphosis", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.359, + "posZ": 69.507, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d/OfferYouCannotRefuse.e27c93.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d/OfferYouCannotRefuse.e27c93.json new file mode 100644 index 00000000..e70d29a8 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoTheForgottenAge.c0f36d/OfferYouCannotRefuse.e27c93.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 545212, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5452": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e27c93", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Offer You Cannot Refuse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.349, + "posZ": 69.507, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822.json new file mode 100644 index 00000000..b26d9f82 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822.json @@ -0,0 +1,68 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "UnspeakableOathBloodthirst.a5be8b", + "UnspeakableOathCowardice.ea0fa1", + "UnspeakableOathCuriosity.f6aba5" + ], + "ContainedObjects_path": "ReturntoThePathtoCarcosa.9c5822", + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 438124, + 438122, + 438123 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "9c5822", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to The Path to Carcosa", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathBloodthirst.a5be8b.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathBloodthirst.a5be8b.json new file mode 100644 index 00000000..6e751868 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathBloodthirst.a5be8b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438124, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a5be8b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Bloodthirst)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.462, + "posY": 1.373, + "posZ": 73.762, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCowardice.ea0fa1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCowardice.ea0fa1.json new file mode 100644 index 00000000..1de18d13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCowardice.ea0fa1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438122, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ea0fa1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Cowardice)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.614, + "posY": 1.531, + "posZ": 73.921, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCuriosity.f6aba5.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCuriosity.f6aba5.json new file mode 100644 index 00000000..33af2a5a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntoThePathtoCarcosa.9c5822/UnspeakableOathCuriosity.f6aba5.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438123, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f6aba5", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Unspeakable Oath (Curiosity)", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.298, + "posY": 1.535, + "posZ": 73.754, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d.json new file mode 100644 index 00000000..fbf40b31 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "ThroughtheGates.31f72f", + "ThroughtheGates.fd9c56" + ], + "ContainedObjects_path": "ReturntotheDunwichLegacy.0b361d", + "CustomDeck": { + "5473": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547319, + 547319 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0b361d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Return to the Dunwich Legacy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.31f72f.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.31f72f.json new file mode 100644 index 00000000..0660a18c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.31f72f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "31f72f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.67, + "posY": 1.52, + "posZ": 80.59, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.fd9c56.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.fd9c56.json new file mode 100644 index 00000000..670dd76e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ReturntotheDunwichLegacy.0b361d/ThroughtheGates.fd9c56.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547319, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2659": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fd9c56", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Through the Gates", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.67, + "posY": 1.32, + "posZ": 80.59, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210.json new file mode 100644 index 00000000..846e009f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210.json @@ -0,0 +1,108 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Atychiphobia.a3bc7a", + "Nihilism.fc4168", + "Reckless.c45e67", + "Obsessive.a2e7d7", + "Self-Destructive.2204cc" + ], + "ContainedObjects_path": "StarterDecks.120210", + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5474": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5475": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 538802, + 538702, + 538602, + 547402, + 547502 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "120210", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "Starter Decks", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Atychiphobia.a3bc7a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Atychiphobia.a3bc7a.json new file mode 100644 index 00000000..df2f3755 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Atychiphobia.a3bc7a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538802, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5388": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a3bc7a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Atychiphobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.351, + "posY": 3.144, + "posZ": 62.635, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Nihilism.fc4168.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Nihilism.fc4168.json new file mode 100644 index 00000000..582a53a9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Nihilism.fc4168.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538702, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5387": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fc4168", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Nihilism", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -9.752, + "posY": 3.144, + "posZ": 63.644, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Obsessive.a2e7d7.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Obsessive.a2e7d7.json new file mode 100644 index 00000000..71a31161 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Obsessive.a2e7d7.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547402, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "a2e7d7", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Obsessive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -19.706, + "posY": 3.221, + "posZ": 63.489, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Reckless.c45e67.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Reckless.c45e67.json new file mode 100644 index 00000000..97e80a0d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Reckless.c45e67.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 538602, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "5386": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c45e67", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Reckless", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -10.278, + "posY": 3.144, + "posZ": 61.545, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Self-Destructive.2204cc.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Self-Destructive.2204cc.json new file mode 100644 index 00000000..54179c30 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/StarterDecks.120210/Self-Destructive.2204cc.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547502, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2662": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "2204cc", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Destructive", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -28.047, + "posY": 3.256, + "posZ": 67.255, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d.json new file mode 100644 index 00000000..4de7652b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "The13thVision.c1ce8e", + "The13thVision.cebf6a", + "TheTowerXVI.cc65f3", + "TheTowerXVI.d5c93d" + ], + "ContainedObjects_path": "TheCircleUndone.f9215d", + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 290321, + 290321, + 290320, + 290320 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f9215d", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Circle Undone", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/The13thVision.c1ce8e.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/The13thVision.c1ce8e.json new file mode 100644 index 00000000..3f879a7c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/The13thVision.c1ce8e.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c1ce8e", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.5, + "posY": 1.52, + "posZ": 58.74, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/The13thVision.cebf6a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/The13thVision.cebf6a.json new file mode 100644 index 00000000..d5fd10d9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/The13thVision.cebf6a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290321, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cebf6a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The 13th Vision", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.5, + "posY": 1.515, + "posZ": 58.74, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/TheTowerXVI.cc65f3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/TheTowerXVI.cc65f3.json new file mode 100644 index 00000000..d525ed86 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/TheTowerXVI.cc65f3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cc65f3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.495, + "posY": 1.367, + "posZ": 58.343, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/TheTowerXVI.d5c93d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/TheTowerXVI.d5c93d.json new file mode 100644 index 00000000..8289daf1 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheCircleUndone.f9215d/TheTowerXVI.d5c93d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 290320, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2903": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Circumstances Beyond Your Control", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d5c93d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Tower • XVI", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.451, + "posY": 1.512, + "posZ": 58.279, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9.json new file mode 100644 index 00000000..7d9e20e9 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9.json @@ -0,0 +1,70 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Self-Centered.eff3c8", + "Narcolepsy.57e648", + "YourWorstNightmare.406ab2", + "Kleptomania.447a08" + ], + "ContainedObjects_path": "TheDream-Eaters.c97be9", + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 438125, + 438127, + 438128, + 438126 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c97be9", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Dream-Eaters", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Kleptomania.447a08.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Kleptomania.447a08.json new file mode 100644 index 00000000..a434e08e --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Kleptomania.447a08.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438126, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "447a08", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Kleptomania", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.452, + "posY": 1.517, + "posZ": 58.632, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Narcolepsy.57e648.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Narcolepsy.57e648.json new file mode 100644 index 00000000..ee6eb83a --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Narcolepsy.57e648.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438127, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "57e648", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Narcolepsy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.247, + "posY": 1.372, + "posZ": 69.506, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Self-Centered.eff3c8.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Self-Centered.eff3c8.json new file mode 100644 index 00000000..eec2646f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/Self-Centered.eff3c8.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438125, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eff3c8", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Self-Centered", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 82.301, + "posY": 1.371, + "posZ": 66.612, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/YourWorstNightmare.406ab2.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/YourWorstNightmare.406ab2.json new file mode 100644 index 00000000..6e534f13 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDream-Eaters.c97be9/YourWorstNightmare.406ab2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 438128, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "4381": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "406ab2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Your Worst Nightmare", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.449, + "posY": 1.531, + "posZ": 58.771, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2.json new file mode 100644 index 00000000..803830ee --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2.json @@ -0,0 +1,74 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "InternalInjury.d28be6", + "InternalInjury.4fb446", + "Chronophobia.016e3c", + "Chronophobia.eeb330", + "Indebted.8df93a", + "Indebted.b2ef43" + ], + "ContainedObjects_path": "TheDunwichLegacy.0da7f2", + "CustomDeck": { + "5375": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 537506, + 537506, + 537507, + 537507, + 537505, + 537505 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0da7f2", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Dunwich Legacy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Chronophobia.016e3c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Chronophobia.016e3c.json new file mode 100644 index 00000000..23b76f89 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Chronophobia.016e3c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "016e3c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 80.967, + "posY": 1.375, + "posZ": 83.176, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Chronophobia.eeb330.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Chronophobia.eeb330.json new file mode 100644 index 00000000..e8922b3c --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Chronophobia.eeb330.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537507, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "eeb330", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Chronophobia", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.618, + "posY": 1.374, + "posZ": 83.386, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Indebted.8df93a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Indebted.8df93a.json new file mode 100644 index 00000000..bd218b56 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Indebted.8df93a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8df93a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 74.019, + "posY": 1.373, + "posZ": 83.524, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Indebted.b2ef43.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Indebted.b2ef43.json new file mode 100644 index 00000000..bfb2fbfb --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/Indebted.b2ef43.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537505, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "b2ef43", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Indebted", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 69.649, + "posY": 1.371, + "posZ": 83.453, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/InternalInjury.4fb446.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/InternalInjury.4fb446.json new file mode 100644 index 00000000..cad6dd0d --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/InternalInjury.4fb446.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4fb446", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.639, + "posY": 1.377, + "posZ": 83.347, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/InternalInjury.d28be6.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/InternalInjury.d28be6.json new file mode 100644 index 00000000..aff636d6 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheDunwichLegacy.0da7f2/InternalInjury.d28be6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 537506, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "d28be6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Internal Injury", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.66, + "posY": 1.474, + "posZ": 84.99, + "rotX": 0, + "rotY": 270, + "rotZ": 355, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248.json new file mode 100644 index 00000000..a4e54098 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248.json @@ -0,0 +1,66 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Doomed.ba2ae1", + "DarkPact.dd3d09" + ], + "ContainedObjects_path": "TheForgottenAge.62c248", + "CustomDeck": { + "5477": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547714, + 547713 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "62c248", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Forgotten Age", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248/DarkPact.dd3d09.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248/DarkPact.dd3d09.json new file mode 100644 index 00000000..e0dcc3bc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248/DarkPact.dd3d09.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547713, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "dd3d09", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dark Pact", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.79, + "posY": 1.508, + "posZ": 66.889, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248/Doomed.ba2ae1.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248/Doomed.ba2ae1.json new file mode 100644 index 00000000..313db2e4 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheForgottenAge.62c248/Doomed.ba2ae1.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547714, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "ba2ae1", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Doomed", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 73.573, + "posY": 1.368, + "posZ": 67.003, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413.json new file mode 100644 index 00000000..44183045 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413.json @@ -0,0 +1,81 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "DreadCurse.92f50c", + "AccursedFollower.960118", + "DreadCurse.162811", + "DayofReckoning.cf472b", + "AccursedFollower.da8711" + ], + "ContainedObjects_path": "TheInnsmouthConspiracy.516413", + "CustomDeck": { + "5476": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5580": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 547633, + 547632, + 547633, + 558034, + 547632 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "516413", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Innsmouth Conspiracy", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/AccursedFollower.960118.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/AccursedFollower.960118.json new file mode 100644 index 00000000..e9b934f3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/AccursedFollower.960118.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547632, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "960118", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.334, + "posZ": 56.478, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/AccursedFollower.da8711.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/AccursedFollower.da8711.json new file mode 100644 index 00000000..2c6344dc --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/AccursedFollower.da8711.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547632, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da8711", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Accursed Follower", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 13.032, + "posY": 1.283, + "posZ": 56.441, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.json new file mode 100644 index 00000000..ad114bd2 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 558034, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "cf472b", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScriptState": "", + "LuaScript_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Day of Reckoning", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.404, + "posZ": 55.707, + "rotX": 358, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua new file mode 100644 index 00000000..447d6743 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DayofReckoning.cf472b.ttslua @@ -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 diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DreadCurse.162811.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DreadCurse.162811.json new file mode 100644 index 00000000..fdefacde --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DreadCurse.162811.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547633, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "162811", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.282, + "posZ": 53.119, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DreadCurse.92f50c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DreadCurse.92f50c.json new file mode 100644 index 00000000..e0fcac8f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheInnsmouthConspiracy.516413/DreadCurse.92f50c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 547633, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "92f50c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Dread Curse", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 12.647, + "posY": 1.333, + "posZ": 53.156, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf.json new file mode 100644 index 00000000..d6c0f894 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf.json @@ -0,0 +1,79 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "DrawingtheSign.4bcf5a", + "Overzealous.29766c", + "Overzealous.88a9b3", + "TheThingThatFollows.da227d" + ], + "ContainedObjects_path": "ThePathtoCarcosa.193ddf", + "CustomDeck": { + "4405": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + }, + "5579": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 557903, + 440510, + 440510, + 440515 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "193ddf", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Path to Carcosa", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/DrawingtheSign.4bcf5a.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/DrawingtheSign.4bcf5a.json new file mode 100644 index 00000000..7cc3709f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/DrawingtheSign.4bcf5a.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 557903, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2663": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/", + "NumHeight": 5, + "NumWidth": 6, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "4bcf5a", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Drawing the Sign", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.939, + "posY": 1.357, + "posZ": 78.707, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/Overzealous.29766c.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/Overzealous.29766c.json new file mode 100644 index 00000000..fba7d3b0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/Overzealous.29766c.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "29766c", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 84.77, + "posY": 1.375, + "posZ": 76.537, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/Overzealous.88a9b3.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/Overzealous.88a9b3.json new file mode 100644 index 00000000..29d354a3 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/Overzealous.88a9b3.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440510, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes": "", + "GUID": "88a9b3", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Overzealous", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 81.02, + "posY": 1.373, + "posZ": 76.522, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/TheThingThatFollows.da227d.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/TheThingThatFollows.da227d.json new file mode 100644 index 00000000..bf37c052 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/ThePathtoCarcosa.193ddf/TheThingThatFollows.da227d.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 440515, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "2623": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/", + "NumHeight": 7, + "NumWidth": 10, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Enemy", + "DragSelectable": true, + "GMNotes": "", + "GUID": "da227d", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "The Thing That Follows", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 77.007, + "posY": 1.372, + "posZ": 76.505, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb.json new file mode 100644 index 00000000..40ea2289 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb.json @@ -0,0 +1,72 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "ContainedObjects_order": [ + "Underprepared.6a0d53", + "EctoplasmicHorror.329f2f", + "PayYourDue.a92fa2", + "QuantumParadox.f549b6", + "LurkerintheDark.76edfa" + ], + "ContainedObjects_path": "TheScarletKeys.c276cb", + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "DeckIDs": [ + 379152, + 379151, + 379150, + 379149, + 379148 + ], + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "c276cb", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Deck", + "Nickname": "The Scarlet Keys", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -20.803, + "posY": 1.384, + "posZ": 91.599, + "rotX": 0, + "rotY": 270, + "rotZ": 180, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes new file mode 100644 index 00000000..096bc539 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09127", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Geist.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.json new file mode 100644 index 00000000..17356db0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379151, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/EctoplasmicHorror.329f2f.gmnotes", + "GUID": "329f2f", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Ectoplasmic Horror", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.048, + "posY": 1.512, + "posZ": 70.388, + "rotX": 0, + "rotY": 270, + "rotZ": 11, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes new file mode 100644 index 00000000..9e34fd54 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09124", + "type": "Enemy", + "class": "Neutral", + "traits": "Monster. Shoggoth.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.json new file mode 100644 index 00000000..6d5c646b --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379148, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/LurkerintheDark.76edfa.gmnotes", + "GUID": "76edfa", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Lurker in the Dark", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -4.961, + "posY": 1.386, + "posZ": 70.419, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes new file mode 100644 index 00000000..079e6421 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09126", + "type": "Treachery", + "class": "Neutral", + "traits": "Pact.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.json new file mode 100644 index 00000000..2be3d86f --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379150, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/PayYourDue.a92fa2.gmnotes", + "GUID": "a92fa2", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Pay Your Due", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.26, + "posY": 1.365, + "posZ": 70.171, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes new file mode 100644 index 00000000..6a5189c0 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09125", + "type": "Treachery", + "class": "Neutral", + "traits": "Paradox.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.json new file mode 100644 index 00000000..6babc557 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379149, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/QuantumParadox.f549b6.gmnotes", + "GUID": "f549b6", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Quantum Paradox", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.285, + "posY": 1.376, + "posZ": 70.532, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes new file mode 100644 index 00000000..c2f7d0ab --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes @@ -0,0 +1,8 @@ +{ + "id": "09128", + "type": "Treachery", + "class": "Neutral", + "traits": "Blunder.", + "permanent": false, + "weakness": true +} diff --git a/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.json b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.json new file mode 100644 index 00000000..04138009 --- /dev/null +++ b/objects/Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.json @@ -0,0 +1,58 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "CardID": 379152, + "ColorDiffuse": { + "b": 0.71324, + "g": 0.71324, + "r": 0.71324 + }, + "CustomDeck": { + "3791": { + "BackIsHidden": true, + "BackURL": "https://i.imgur.com/EcbhVuh.jpg/", + "FaceURL": "http://cloud-3.steamusercontent.com/ugc/1814412497119474921/33ED44071C8BCA7379B0E8031F47169B73639E37/", + "NumHeight": 6, + "NumWidth": 9, + "Type": 0, + "UniqueBack": false + } + }, + "Description": "Basic Weakness", + "DragSelectable": true, + "GMNotes_path": "Weaknessdecks.750fdd/Weaknessdecks.97c597/TheScarletKeys.c276cb/Underprepared.6a0d53.gmnotes", + "GUID": "6a0d53", + "Grid": true, + "GridProjection": false, + "Hands": true, + "HideWhenFaceDown": true, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Card", + "Nickname": "Underprepared", + "SidewaysCard": false, + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -5.305, + "posY": 1.277, + "posZ": 70.741, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 1, + "scaleY": 1, + "scaleZ": 1 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/WhimsicalsTokenRemover.0a5a29.json b/objects/WhimsicalsTokenRemover.0a5a29.json new file mode 100644 index 00000000..20d30fea --- /dev/null +++ b/objects/WhimsicalsTokenRemover.0a5a29.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.2, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/1767069252728653004/7BD6E4B8763FE70DB6ADB22B62504361D3778309/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/1767069252728651946/04A700179A71859B828E30D2877D802749B8223C/", + "WidthScale": 0 + }, + "Description": "See Notebook for details.", + "DragSelectable": true, + "GMNotes": "", + "GUID": "0a5a29", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": false, + "LuaScript": "require(\"util/TokenRemover\")", + "LuaScriptState": "[]", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Whimsical's Token Remover", + "Snap": true, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": true, + "Transform": { + "posX": -6.868, + "posY": 1.583, + "posZ": -16.394, + "rotX": 0, + "rotY": 90, + "rotZ": 0, + "scaleX": 0.748509049, + "scaleY": 1, + "scaleZ": 0.748509049 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Willpower.85a8ed.json b/objects/Willpower.85a8ed.json new file mode 100644 index 00000000..91d466f2 --- /dev/null +++ b/objects/Willpower.85a8ed.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/i2IDOcO.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "85a8ed", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Willpower", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.642, + "posY": 1.601, + "posZ": 10.22, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Willpower.8b6743.json b/objects/Willpower.8b6743.json new file mode 100644 index 00000000..68ae6689 --- /dev/null +++ b/objects/Willpower.8b6743.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/i2IDOcO.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "8b6743", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Willpower", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -20.253, + "posY": 1.554, + "posZ": -19.216, + "rotX": 0, + "rotY": 180, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Willpower.afc290.json b/objects/Willpower.afc290.json new file mode 100644 index 00000000..da9bd821 --- /dev/null +++ b/objects/Willpower.afc290.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/i2IDOcO.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "afc290", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Willpower", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -47.638, + "posY": 1.592, + "posZ": -21.248, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/Willpower.fa6df4.json b/objects/Willpower.fa6df4.json new file mode 100644 index 00000000..0404e1f7 --- /dev/null +++ b/objects/Willpower.fa6df4.json @@ -0,0 +1,60 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/i2IDOcO.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "fa6df4", + "Grid": false, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"playermat/SkillToken\")", + "LuaScriptState": "[true,0]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "Willpower", + "Snap": false, + "Sticky": true, + "Tags": [ + "CleanUpHelper_ignore" + ], + "Tooltip": false, + "Transform": { + "posX": -31.208, + "posY": 1.581, + "posZ": 19.236, + "rotX": 0, + "rotY": 0, + "rotZ": 0, + "scaleX": 0.429196239, + "scaleY": 1, + "scaleZ": 0.429196239 + }, + "Value": 0, + "XmlUI": "" +} diff --git a/objects/XmlUI.luascriptstate b/objects/XmlUI.luascriptstate new file mode 100644 index 00000000..9b7059b8 --- /dev/null +++ b/objects/XmlUI.luascriptstate @@ -0,0 +1,65 @@ + + + + + + + + + + + + diff --git a/objects/setactiveinvestigators.f182ee.json b/objects/setactiveinvestigators.f182ee.json new file mode 100644 index 00000000..65a8d985 --- /dev/null +++ b/objects/setactiveinvestigators.f182ee.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 0.76481, + "g": 0.76481, + "r": 0.76481 + }, + "CustomImage": { + "CustomToken": { + "MergeDistancePixels": 5, + "Stackable": false, + "StandUp": false, + "Thickness": 0.1 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "", + "ImageURL": "https://i.imgur.com/Nj9m2tH.png", + "WidthScale": 0 + }, + "Description": "Left click - Increase\nRight click - Decrease", + "DragSelectable": true, + "GMNotes": "", + "GUID": "f182ee", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "require(\"core/ActiveInvestigatorCounter\")", + "LuaScriptState": "[true,2]", + "MeasureMovement": false, + "Name": "Custom_Token", + "Nickname": "set active investigators\n", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": -12.095, + "posY": 1.553, + "posZ": -3.992, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 0.3, + "scaleY": 1, + "scaleZ": 0.3 + }, + "Value": 0, + "XmlUI": "" +}